/* ######## GRID ######### */
/* ######## MARGINS / PADDING ########### */
/* ############### */
@font-face {
  font-family: "Azo Sans";
  src: url(/var/static/fonts/AzoSans-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Azo Sans";
  src: url(/var/static/fonts/AzoSans-Regular.otf) format("opentype");
  font-weight: 400;
}
body {
  font-family: "Azo Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #4e5b61;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}
p {
  font-family: "Azo Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #4e5b61;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}
p + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  p + * {
    margin-top: 30px;
  }
}
p + p,
p + blockquote {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  p + p,
  p + blockquote {
    margin-top: 20px;
  }
}
p strong,
p b {
  font-weight: 400;
}
blockquote {
  font-style: italic;
  margin-left: 15px;
}
blockquote + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  blockquote + * {
    margin-top: 30px;
  }
}
blockquote + p {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  blockquote + p {
    margin-top: 20px;
  }
}
h1,
.h1,
h1 > *,
.h1 > * {
  font-size: 55px;
  line-height: 55px;
  font-weight: 300;
  position: relative;
}
h1:before,
.h1:before,
h1 > *:before,
.h1 > *:before {
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background-color: #f7a823;
  z-index: 2;
}
h1 + *,
.h1 + *,
h1 > * + *,
.h1 > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1,
  h1 > *,
  .h1 > * {
    font-size: 26px;
    line-height: 32px;
  }
  h1:before,
  .h1:before,
  h1 > *:before,
  .h1 > *:before {
    width: 27px;
    left: -40px;
  }
  h1 + *,
  .h1 + *,
  h1 > * + *,
  .h1 > * + * {
    margin-top: 30px;
  }
}
h2,
.h2,
h2 > *,
.h2 > * {
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  position: relative;
}
h2:before,
.h2:before,
h2 > *:before,
.h2 > *:before {
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background-color: #f7a823;
  z-index: 2;
}
h2 + *,
.h2 + *,
h2 > * + *,
.h2 > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2,
  h2 > *,
  .h2 > * {
    font-size: 24px;
    line-height: 32px;
  }
  h2:before,
  .h2:before,
  h2 > *:before,
  .h2 > *:before {
    width: 27px;
    left: -40px;
  }
  h2 + *,
  .h2 + *,
  h2 > * + *,
  .h2 > * + * {
    margin-top: 30px;
  }
}
h3,
.h3,
h3 > *,
.h3 > * {
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  color: #386ba1;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #f7a823;
  text-underline-offset: 7px;
}
h3:before,
.h3:before,
h3 > *:before,
.h3 > *:before {
  display: none;
}
h3 + *,
.h3 + *,
h3 > * + *,
.h3 > * + * {
  margin-top: 50px;
}
h3 > *,
.h3 > *,
h3 > * > *,
.h3 > * > * {
  border-bottom: 0;
}
h3.h2,
.h3.h2,
h3 > *.h2,
.h3 > *.h2 {
  text-decoration: none;
  color: #4e5b61;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3,
  h3 > *,
  .h3 > * {
    font-size: 22px;
    line-height: 24px;
    text-underline-offset: 2px;
  }
  h3 + *,
  .h3 + *,
  h3 > * + *,
  .h3 > * + * {
    margin-top: 30px;
  }
}
h4,
.h4,
h4 > *,
.h4 > * {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  color: #386ba1;
  text-decoration: none;
}
h4:before,
.h4:before,
h4 > *:before,
.h4 > *:before {
  display: none;
}
h4 + *,
.h4 + *,
h4 > * + *,
.h4 > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  h4,
  .h4,
  h4 > *,
  .h4 > * {
    font-size: 20px;
    line-height: 24px;
  }
  h4 + *,
  .h4 + *,
  h4 > * + *,
  .h4 > * + * {
    margin-top: 30px;
  }
}
h5,
.h5,
h5 > *,
.h5 > * {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #386ba1;
  text-decoration: none;
}
h5:before,
.h5:before,
h5 > *:before,
.h5 > *:before {
  display: none;
}
h5 + *,
.h5 + *,
h5 > * + *,
.h5 > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  h5,
  .h5,
  h5 > *,
  .h5 > * {
    font-size: 18px;
    line-height: 22px;
  }
  h5 + *,
  .h5 + *,
  h5 > * + *,
  .h5 > * + * {
    margin-top: 30px;
  }
}
h6,
.h6,
h6 > *,
.h6 > * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #4e5b61;
}
h6:before,
.h6:before,
h6 > *:before,
.h6 > *:before {
  display: none;
}
h6 + *,
.h6 + *,
h6 > * + *,
.h6 > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  h6,
  .h6,
  h6 > *,
  .h6 > * {
    font-size: 16px;
    line-height: 20px;
  }
  h6 + *,
  .h6 + *,
  h6 > * + *,
  .h6 > * + * {
    margin-top: 30px;
  }
}
a {
  color: #386ba1;
  transition: color 0.3s;
}
a:hover {
  color: #f7a823;
}
img + * {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  img + * {
    margin-top: 30px;
  }
}
ul {
  padding-left: 0;
}
ul + * {
  margin-top: 50px;
}
ul li {
  position: relative;
  padding: 8px 0 12px 40px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  ul li {
    padding: 11px 0 10px 40px;
  }
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  height: 1px;
  width: 20px;
  background-color: #f7a823;
}
ul li ul li {
  padding-left: 20px;
}
ul li ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4e5b61;
}
@media screen and (max-width: 1024px) {
  ul + * {
    margin-top: 30px;
  }
}
li.ui-menu-item {
  padding-left: 0;
}
li.ui-menu-item:before {
  display: none;
}
.text-center {
  text-align: center;
}
.button,
button {
  display: inline-block;
  color: #4e5b61;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.button.block,
button.block {
  display: block;
}
.button:not(.secondary),
button:not(.secondary) {
  border: 1px solid #f7a823;
  min-width: 300px;
  background-color: #fff;
  padding: 16px 28px 12px 12px;
}
.button:not(.secondary):after,
button:not(.secondary):after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 50px;
  display: block;
}
.button:not(.secondary):hover,
button:not(.secondary):hover {
  background-color: #f7a823;
  color: #fff;
}
.button.secondary,
button.secondary {
  padding-right: 130px;
}
.button.secondary:after,
button.secondary:after {
  width: 83px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/var/static/img/btn-secondary-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .button.secondary:after,
  button.secondary:after {
    width: 69px;
    background-position: right center;
  }
}
.button.secondary:hover,
button.secondary:hover {
  color: #4e5b61;
}
@media print, screen and (max-width: 1024px) {
  .button,
  button {
    font-size: 14px;
    line-height: normal;
  }
  .button:not(.secondary),
  button:not(.secondary) {
    padding: 9px 24px 7px 12px;
    min-width: 230px;
  }
  .button:not(.secondary):after,
  button:not(.secondary):after {
    line-height: 34px;
  }
  .button.secondary,
  button.secondary {
    padding-right: 110px;
  }
  .button.secondary:after,
  button.secondary:after {
    height: 17px;
  }
}
button {
  margin-top: 30px;
}
label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
label.text {
  cursor: default;
}
label .label {
  position: absolute;
  left: 0;
  top: 0;
}
label.static .label {
  position: static;
}
label.inline {
  display: inline-block;
}
label.inline + .inline {
  margin-left: 15px;
}
label.error .label {
  color: #4e5b61;
}
label.error input[type=text],
label.error input[type=email],
label.error input[type=password],
label.error input[type=number],
label.error input[type=date],
label.error textarea {
  border-color: #e93535;
  background-color: #ffeded;
}
label.toggle {
  display: inline-block;
}
label.toggle input:checked + .label:before {
  border-color: #f7a823;
}
label.toggle input:checked + .label:after {
  background-color: #f7a823;
  left: 24px;
}
label.toggle input + .label {
  padding-left: 56px;
}
label.toggle input + .label:before {
  width: 48px;
  height: 24px;
  border-radius: 12px;
  transition: border-color 0.3s, background-color 0.3s;
  top: 0px;
}
label.toggle input + .label:after {
  opacity: 1;
  height: 18px;
  width: 18px;
  top: 0px;
  border-radius: 50%;
  background-color: #9bb3c1;
  transition: left 0.3s, background-color 0.3s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
textarea,
select {
  padding-top: 20px;
  height: 64px;
  border: none;
  border-bottom: 1px solid #9bb3c1;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  color: #4e5b61;
  font-weight: 400;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus,
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=number]:active,
input[type=date]:active,
textarea:active,
select:active {
  border: none;
  border-bottom: 1px solid #386ba1;
  box-shadow: none;
  border-radius: 0;
}
textarea {
  height: auto;
  min-height: 250px;
  border: 1px solid #9bb3c1;
  padding: 15px;
  resize: vertical;
  margin-top: 5px;
}
textarea:focus,
textarea:active {
  border: 1px solid #386ba1;
}
select {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 8px 50px 8px 15px;
  background: url(/var/static/img/select-arrow.svg) no-repeat right #dae0e3;
  -webkit-appearance: none;
  cursor: pointer;
}
select:focus,
select:active {
  border: 0;
  background-color: #f7a823;
  color: #fff;
}
select:focus option,
select:active option {
  background-color: #fff;
  color: #4e5b61;
}
input[type=checkbox],
input[type=radio] {
  height: 0;
  width: 0;
  margin: 0;
  appearance: none;
  display: inline;
}
input[type=checkbox]:checked + .label:after,
input[type=radio]:checked + .label:after {
  opacity: 1;
}
input[type=checkbox] + .label,
input[type=radio] + .label {
  position: relative;
  padding-left: 25px;
  color: #4e5b61;
  display: inline-block;
}
input[type=checkbox] + .label:before,
input[type=radio] + .label:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid #9bb3c1;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  input[type=checkbox] + .label:before,
  input[type=radio] + .label:before {
    top: 0px;
  }
}
input[type=checkbox] + .label:after,
input[type=radio] + .label:after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 11px;
  height: 11px;
  margin: 3px;
  display: block;
  background: #f7a823;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  input[type=checkbox] + .label:after,
  input[type=radio] + .label:after {
    top: 0px;
  }
}
input[type=radio] + .label:before {
  border-radius: 100%;
}
input[type=radio] + .label:after {
  border-radius: 100%;
}
.captcha img {
  margin-top: 30px;
}
.field-group {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
.field-group > * {
  width: calc(50% - 10px);
}
main {
  padding-top: 165px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 45px;
  }
}
footer {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  footer {
    margin-top: 50px;
  }
}
footer .grid-x {
  position: relative;
  z-index: 2;
}
footer .grid-x .cell .inbox {
  padding: 100px 0 50px 8.33333%;
  background-color: #dae0e3;
}
@media screen and (max-width: 1024px) {
  footer .grid-x .cell .inbox {
    padding: 50px 0 30px 8.33333%;
    width: 100%;
  }
}
footer .grid-x .cell .h2 {
  z-index: 3;
}
footer .grid-x .cell:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -400px;
  top: 0;
  height: 100%;
  width: 400px;
  background-color: #dae0e3;
  transform: translateX(-21px);
}
footer .copy {
  width: 50%;
}
footer .copy a {
  text-decoration: none;
  color: #4e5b61;
}
footer ul.menu {
  width: 50%;
  margin: 0;
  position: absolute;
  bottom: 43px;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  footer ul.menu {
    text-align: left;
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
footer ul.menu li {
  display: inline-block;
  line-height: 15px;
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  footer ul.menu li {
    display: block;
  }
}
footer ul.menu li:before {
  display: none;
}
footer ul.menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #4e5b61;
}
@media screen and (max-width: 1024px) {
  footer ul.menu li a {
    font-size: 16px;
  }
}
footer ul.menu li.social a {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}
.mts {
  margin-top: 30px;
}
.mts.mobile {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .mts.mobile {
    margin-top: 0;
  }
}
.mtm {
  margin-top: 50px;
}
.mtl {
  margin-top: 100px;
}
/*Cookie Policy*/
.cc-compliance {
  display: inline-block;
}
.cc-compliance a.cc-btn.button::after {
  content: none;
}
.cc-compliance a.cc-btn.cc-btn {
  margin-left: 0;
  margin-top: 0.5em;
}
.cc-compliance a.cc-deny {
  /*font-size: 85%;
        text-decoration: underline;*/
  font-size: 100%;
  line-height: normal;
}
.cc-revoke.cc-bottom {
  transform: translateY(0) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #4e5b61 !important;
  background-image: url(/var/static/img/HEP-Cookie.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: #f7a823;
  text-decoration: none;
}
#hs-eu-cookie-confirmation {
  display: none;
}
@media screen and (min-width: 1024px) {
  .job-filter {
    row-gap: 20px;
  }
}
.job-filter button {
  min-width: unset;
}
.tabs + * {
  margin-top: 20px;
}
.tabs .headbox {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 1024px) {
  .tabs .headbox {
    flex-flow: row nowrap;
  }
}
.tabs .headbox .tab {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.tabs .headbox .tab.active {
  background-color: #dae0e3;
  border-bottom: 1px solid #9bb3c1;
}
.tabs .content {
  background-color: #dae0e3;
}
.tabs .content .item {
  padding: 10px;
  display: none;
}
.tabs .content .item.active {
  display: block;
}
/*# sourceMappingURL=app.css.map */