/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --gin-font: omnes-pro, sans-serif;
  --gin-color-primary: #145E7F;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}
html.js-no-scroll {
  overflow: hidden !important;
}

body {
  background-color: #FFFFFF;
  color: #145E7F;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
body {
  font-family: "omnes-pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}
body.page-node-type-vacancy-natural-hr {
  background-color: #F1F5F7;
}

*:focus-visible {
  outline-color: #145E7F;
  outline-offset: 2px;
}

ul {
  margin-block: 0.25em;
  margin-inline: 1.5em 0;
  padding-inline-start: 0;
  list-style-type: disc;
  list-style-image: none;
}

.dialog-off-canvas-main-canvas {
  flex: 1;
}

.layout-container {
  min-height: 100%;
  display: flex;
  flex-flow: column;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.4em;
}

h1, .h1 {
  font-size: 2.5rem;
}
h1, .h1 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
h2, .h2 {
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}

h3, .h3 {
  font-size: 2rem;
}
h3, .h3 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-size: inherit;
  font-weight: 400;
}

img,
svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
}

p + *,
* + p,
h2 + * {
  margin-top: 1rem;
}

.page-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.region--highlighted {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: calc(1200px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .region--highlighted {
    margin-bottom: 3rem;
  }
}

.region--content {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .region--content {
    margin-bottom: 11rem;
  }
}

.region--content-bottom {
  display: flex;
  flex-flow: column;
  row-gap: 4rem;
  background: #FFFFFF;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .region--content-bottom {
    padding-top: 8rem;
    padding-bottom: 12rem;
    row-gap: 12rem;
  }
}

ul.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0.5rem;
}
@media (min-width: 1024px) {
  ul.pager {
    padding-top: 1rem;
  }
}
ul.pager[data-drupal-views-infinite-scroll-pager] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.ajax-progress--fullscreen, .ui-dialog .ajax-progress--throbber {
  background: #FFFFFF;
  border: 1px solid #D0DEE5;
  border-radius: 0.5rem;
}
.ajax-progress--fullscreen, .ui-dialog .ajax-progress--throbber {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15), 36px 29px 19px 0px rgba(161, 155, 155, 0.04), 12px 10px 14px 0px rgba(161, 155, 155, 0.1), -2px -2px 40px 0px rgba(161, 155, 155, 0.15);
}

.lpb-layout {
  padding: 1.5rem;
  outline: 1px dashed #656565;
}

.js-lpb-region {
  padding: 1.5rem;
}
.js-lpb-region.layout__region--prefix, .js-lpb-region.layout__region--suffix {
  background-color: rgba(241, 245, 247, 0.6);
}

.lpb-formatter:hover, .lpb-formatter:focus-within {
  outline-color: #145E7F;
}
.block .lpb-formatter:hover,
.lpb-formatter:hover .lpb-formatter, .block .lpb-formatter:focus-within,
.lpb-formatter:focus-within .lpb-formatter {
  padding: 1.5rem;
  outline: 1px dashed #D0DEE5;
}
.block .lpb-formatter:hover:hover, .block .lpb-formatter:hover:focus-within,
.lpb-formatter:hover .lpb-formatter:hover,
.lpb-formatter:hover .lpb-formatter:focus-within, .block .lpb-formatter:focus-within:hover, .block .lpb-formatter:focus-within:focus-within,
.lpb-formatter:focus-within .lpb-formatter:hover,
.lpb-formatter:focus-within .lpb-formatter:focus-within {
  outline-color: #145E7F;
}
.lpb-formatter:hover .lpb-enable, .lpb-formatter:focus-within .lpb-enable {
  opacity: 0;
}
.lpb-formatter:hover > .lpb-enable__wrapper .lpb-enable, .lpb-formatter:focus-within > .lpb-enable__wrapper .lpb-enable {
  opacity: 1;
}
.contextual-region > .lpb-formatter > .lpb-enable__wrapper > .lpb-enable {
  margin-top: 2rem;
}

.js-lpb-component:hover, .js-lpb-component:focus-within {
  outline-color: #145E7F !important;
}
.js-lpb-component:hover .js-lpb-region, .js-lpb-component:focus-within .js-lpb-region {
  outline-color: #145E7F !important;
}
.js-lpb-component.box {
  overflow: visible;
}

.lpb-controls.is-layout {
  top: 0;
  background-color: #145E7F !important;
  border-radius: 0 0 0 0.5rem;
}

form.layout-paragraphs-builder-form {
  margin: 0;
}
form.layout-paragraphs-builder-form .js-lpb-component-list {
  padding: 1rem;
}
form.layout-paragraphs-builder-form .lpb-form__actions {
  background: #F1F5F7;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: calc(1200px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.box > form > form.layout-paragraphs-builder-form .lpb-form__actions {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.lpb-enable {
  justify-content: flex-end;
  padding: 6px;
  z-index: 100;
  transform: none;
  pointer-events: none;
}
.lpb-enable {
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .lpb-enable {
    font-size: 1rem;
  }
}
.lpb-enable > * {
  pointer-events: initial;
}

a.lpb-enable-button {
  padding: 0;
  background-color: #175272;
  border-radius: 50%;
}
a.lpb-enable-button:before {
  width: 2rem;
  height: 2rem;
  background-size: contain;
}
a.lpb-enable-button > span {
  display: none;
}
a.lpb-enable-button:hover, a.lpb-enable-button:focus {
  padding: 0;
}
.lpb-enable__empty-message a.lpb-enable-button {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  #layout-paragraphs-element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  #layout-paragraphs-element .layout-paragraphs-element__sidebar {
    grid-column: 2;
    grid-row: 1/span 3;
    border-radius: 0;
    box-shadow: -4px 4px 10px 0px rgba(101, 101, 101, 0.1);
  }
  #layout-paragraphs-element .layout-paragraphs-element__sidebar > .accordion__item {
    border-radius: 0;
  }
  #layout-paragraphs-element .layout-paragraphs-element__sidebar > .accordion__item > .details__summary {
    border-radius: 0;
  }
  #layout-paragraphs-element .layout-paragraphs-element__sidebar > .accordion__item:not(:last-child) {
    border-bottom: 1px solid #D0DEE5;
  }
  #layout-paragraphs-element .layout-paragraphs-element__sidebar > .accordion__item:not(details) {
    margin: 0;
    padding: 1rem;
  }
}

.layout-select {
  gap: 1rem;
}
.layout-select svg {
  max-width: none;
}
.layout-select .layout-select__item {
  margin: 0;
}
.layout-select .form-item__label {
  cursor: pointer;
}
.layout-select .layout-select__item input:checked + label.option {
  outline-color: #145E7F;
}

.js .ui-dialog .ui-dialog-titlebar {
  background-color: #145E7F;
}
.js .ui-dialog .ui-widget-content.ui-dialog-content {
  padding: 1rem 1.5rem;
}
.js .ui-dialog .ui-dialog-buttonpane {
  padding: 1rem 1.5rem;
  background-color: #F1F5F7;
}
.js .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  gap: 1rem;
  justify-content: flex-start;
  margin: 0;
}
.js .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
  margin: 0;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .js .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
    font-size: 1.125rem;
  }
}
.js .ui-dialog:not(.ui-dialog-off-canvas) .views-exposed-form {
  padding: 1rem;
}

.view-media-library .views-exposed-form {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: end;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

@font-face {
  font-family: "ascenti-icons";
  src: url("../icons/ascenti-icons.eot");
  src: url("../icons/ascenti-icons.eot#iefix") format("embedded-opentype"), url("../icons/ascenti-icons.ttf") format("truetype"), url("../icons/ascenti-icons.woff") format("woff"), url("../icons/ascenti-icons.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ascenti-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ascenti-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
}
.ascenti-icon.facebook:before {
  content: "\e900";
}
.ascenti-icon.twitter:before {
  content: "\e901";
}
.ascenti-icon.linkedin:before {
  content: "\e902";
}
.ascenti-icon.envelope:before {
  content: "\e903";
}
.ascenti-icon.featured:before {
  content: "\e904";
}
.ascenti-icon.trending:before {
  content: "\e905";
}
.ascenti-icon.wheelchair:before {
  content: "\e906";
}
.ascenti-icon.parking:before {
  content: "\e907";
}
.ascenti-icon.bike:before {
  content: "\e908";
}
.ascenti-icon.login:before {
  content: "\e909";
}
.ascenti-icon.arrow-left-mobile:before {
  content: "\e90a";
}
.ascenti-icon.arrow:before {
  content: "\e90b";
}
.ascenti-icon.arrow-left:before {
  content: "\e90c";
}
.ascenti-icon.arrow-right-mobile:before {
  content: "\e90d";
}
.ascenti-icon.instagram:before {
  content: "\e90e";
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

span.icon {
  background-color: #145E7F;
  -webkit-mask-size: contain;
          mask-size: contain;
}
span.icon--close, span.icon--reset {
  -webkit-mask-image: url("../images/icons/close.svg");
          mask-image: url("../images/icons/close.svg");
}

/*.layout__region,
.layout-content,
.js-lpb-component-list {
  > div:not(.js-lpb-ui) + div {
    margin-top: $space-x2;

    @include lg() {
      margin-top: $space-x3;
    }
  }
}*/
table {
  width: 100%;
  border-collapse: collapse;
}
table.field-multiple-table th {
  background: #F1F5F7;
}
table.field-multiple-table th:first-of-type {
  border-radius: 0.5rem 0 0 0.5rem;
}
table.field-multiple-table th:last-of-type {
  border-radius: 0 0.5rem 0.5rem 0;
}
table.field-multiple-table .field-label {
  text-align: start;
}
table.field-multiple-table .field-label .table-cell__inner {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  align-items: center;
}
table.field-multiple-table .field-label .table-cell__inner .paragraphs-actions {
  margin-left: auto;
}
table.field-multiple-table .field-label .label {
  display: inline-block;
  margin: 0;
}
table.field-multiple-table .field-label .label {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  table.field-multiple-table .field-label .label {
    font-size: 1.5rem;
  }
}

th {
  padding: 0;
}

th,
th .label {
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  th,
  th .label {
    font-size: 1.5rem;
  }
}

.table-cell__inner {
  padding: 0.5rem 1rem;
}

.draggable td .select[name$="][_weight]"] {
  width: auto;
}

.tabledrag-toggle-weight-wrapper {
  margin-bottom: 0.5rem;
}

.tabledrag-toggle-weight {
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .tabledrag-toggle-weight {
    font-size: 1rem;
  }
}
