@charset "UTF-8";
/*! purgecss start ignore */
/* Public mixins and functions */
/* Validation messages */
/* Validation messages */
@font-face {
  font-family: "Aeonik Fono";
  font-weight: 400;
  font-style: normal;
  src: url("../../fonts/aeonikfono-regular.woff") format("woff");
}
@font-face {
  font-family: "Aeonik";
  font-weight: 400;
  font-style: normal;
  src: url("../../fonts/aeonik-regular.woff") format("woff");
}
@font-face {
  font-family: "Aeonik";
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/aeonik-semibold.woff") format("woff");
}
@font-face {
  font-family: "Aeonik";
  font-weight: 400;
  font-style: italic;
  src: url("../../fonts/aeonik-regularitalic.woff") format("woff");
}
@font-face {
  font-family: "Aeonik";
  font-weight: 600;
  font-style: italic;
  src: url("../../fonts/aeonik-semibolditalic.woff") format("woff");
}
.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  vertical-align: middle;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
}
.icon--90deg {
  transform: rotate(90deg);
}
.icon---90deg {
  transform: rotate(-90deg);
}

.icon--arrow-down {
  -webkit-mask-image: url("/images/icons/arrow-down.svg");
  mask-image: url("/images/icons/arrow-down.svg");
}

.icon--arrow-left {
  -webkit-mask-image: url("/images/icons/arrow-left.svg");
  mask-image: url("/images/icons/arrow-left.svg");
}

.icon--arrow-right {
  -webkit-mask-image: url("/images/icons/arrow-right.svg");
  mask-image: url("/images/icons/arrow-right.svg");
}

.icon--arrow-up {
  -webkit-mask-image: url("/images/icons/arrow-up.svg");
  mask-image: url("/images/icons/arrow-up.svg");
}

.icon--check {
  -webkit-mask-image: url("/images/icons/check.svg");
  mask-image: url("/images/icons/check.svg");
}

.icon--chevron-right {
  -webkit-mask-image: url("/images/icons/chevron-right.svg");
  mask-image: url("/images/icons/chevron-right.svg");
}

.icon--close {
  -webkit-mask-image: url("/images/icons/close.svg");
  mask-image: url("/images/icons/close.svg");
}

.icon--dots {
  -webkit-mask-image: url("/images/icons/dots.svg");
  mask-image: url("/images/icons/dots.svg");
}

.icon--external-link {
  -webkit-mask-image: url("/images/icons/external-link.svg");
  mask-image: url("/images/icons/external-link.svg");
}

.icon--info {
  -webkit-mask-image: url("/images/icons/info.svg");
  mask-image: url("/images/icons/info.svg");
}

.icon--menu {
  -webkit-mask-image: url("/images/icons/menu.svg");
  mask-image: url("/images/icons/menu.svg");
}

.icon--minus {
  -webkit-mask-image: url("/images/icons/minus.svg");
  mask-image: url("/images/icons/minus.svg");
}

.icon--paus {
  -webkit-mask-image: url("/images/icons/paus.svg");
  mask-image: url("/images/icons/paus.svg");
}

.icon--play {
  -webkit-mask-image: url("/images/icons/play.svg");
  mask-image: url("/images/icons/play.svg");
}

.icon--plus {
  -webkit-mask-image: url("/images/icons/plus.svg");
  mask-image: url("/images/icons/plus.svg");
}

.icon--search {
  -webkit-mask-image: url("/images/icons/search.svg");
  mask-image: url("/images/icons/search.svg");
}

* {
  font-family: "Aeonik", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 150%;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  background-color: #F8F8F8;
  position: relative;
  min-height: 100vh !important;
  overflow: visible;
  color: #202020;
}
body.menu-open {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 40rem) {
  body.menu-open {
    padding-right: 0;
  }
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 40rem) {
  #main-content {
    scroll-margin-top: 4.6875rem;
  }
}
@media screen and (min-width: 40rem) {
  #main-content {
    scroll-margin-top: 5.625rem;
  }
}

#epi-quickNavigator a {
  display: flex;
  align-items: center;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 0.125rem solid #0F2FD2;
  outline-offset: 0.125rem;
  border-radius: 0.03125rem;
}

#main-content:focus {
  outline: none;
}

h1, h2, h3, h4 {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  font-weight: 400;
  color: #202020;
  line-height: 125%;
}
@media screen and (max-width: 40rem) {
  h1, h2, h3, h4 {
    scroll-margin-top: 4.6875rem;
  }
}
@media screen and (min-width: 40rem) {
  h1, h2, h3, h4 {
    scroll-margin-top: 5.625rem;
  }
}

h1 {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48rem) {
  h1 {
    font-size: 2.75rem;
  }
}

h2 {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  h2 {
    font-size: 2.125rem;
  }
}

h3 {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  h4 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48rem) {
  h4 {
    font-size: 1.5rem;
  }
}

h1 + p {
  margin-top: 0;
}

p {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  p {
    font-size: 1.25rem;
  }
}
p a[href^=http] {
  position: relative;
}
p a[href^=http]::after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  vertical-align: middle;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  content: "";
  -webkit-mask-image: url("/images/icons/external-link.svg");
  mask-image: url("/images/icons/external-link.svg");
}
p a[href^=http]::after {
  margin-left: 0.25rem;
  width: 0.8em;
  height: 0.8em;
}

ul li {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 48rem) {
  ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  ul li {
    font-size: 1.25rem;
  }
}

a {
  text-decoration: underline;
  color: #202020;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: #0F2FD2;
}
a:active {
  color: #0C27AC;
}
a:focus {
  outline-offset: 0.25rem;
}

button {
  all: unset;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

.skip-to-main-content {
  position: absolute;
  background-color: #FFFFFF;
  padding: 0.5rem 0.75rem;
  text-align: center;
  left: -10.125rem;
  z-index: 999;
  opacity: 0;
}

.skip-to-main-content:focus {
  opacity: 100%;
  left: 2.5rem;
  outline-offset: 0;
}

.bg-lightbeige {
  background-color: #EDE8E2;
}

.bg-beige {
  background-color: #E0DACF;
}

.bg-lightblue {
  background-color: #DDE9F0;
}

.bg-blue {
  background-color: #C4DFEB;
}

.header {
  display: flex;
  z-index: 100;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D8D4D4;
  width: 100%;
  height: 5.625rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 40rem) {
  .header {
    height: 4.6875rem;
  }
}
.header.sticky {
  position: sticky;
  top: 0;
  left: 0;
}
.header__container {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 160rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem;
}
.header__container__logo {
  display: flex;
  align-items: center;
  height: 60%;
}
@media screen and (min-width: 40rem) {
  .header__container__logo {
    margin-left: 0.5rem;
  }
}
.header__container__logo__img {
  height: 100%;
  width: auto;
}
.header__container__buttons {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 40rem) {
  .header__container__buttons {
    gap: 0.75rem;
  }
}
.header__container__buttons__button {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 40rem) {
  .header__container__buttons__button {
    padding: 1rem 0.125rem;
  }
}
@media screen and (max-width: 48rem) {
  .header__container__buttons__button {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .header__container__buttons__button {
    font-size: 1rem;
  }
}
.header__container__buttons__button:hover {
  color: #0F2FD2;
}
.header__container__buttons__button:active {
  color: #0C27AC;
}

.fullscreen-menu {
  position: fixed;
  inset: 0;
  background-color: #DDE9F0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 3rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
  scrollbar-gutter: stable;
}
.fullscreen-menu[hidden] {
  visibility: hidden;
  opacity: 0;
}
.fullscreen-menu__top {
  display: flex;
  background-color: #DDE9F0;
  width: 100%;
  max-width: 160rem;
  align-items: center;
  justify-content: center;
}
.fullscreen-menu__top__container {
  display: flex;
  width: 100%;
  height: 5.625rem;
  max-width: 160rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem;
}
@media screen and (max-width: 40rem) {
  .fullscreen-menu__top__container {
    height: 4.6875rem;
  }
}
.fullscreen-menu__top__container__logo {
  display: flex;
  align-items: center;
  height: 60%;
}
@media screen and (min-width: 40rem) {
  .fullscreen-menu__top__container__logo {
    margin-left: 0.5rem;
  }
}
.fullscreen-menu__top__container__logo__img {
  height: 100%;
  width: auto;
}
.fullscreen-menu__top__container__close {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  gap: 0.5rem;
  align-self: center;
  padding: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 40rem) {
  .fullscreen-menu__top__container__close {
    padding: 1rem 0.125rem;
  }
}
@media screen and (max-width: 48rem) {
  .fullscreen-menu__top__container__close {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .fullscreen-menu__top__container__close {
    font-size: 1rem;
  }
}
.fullscreen-menu__top__container__close:hover {
  color: #0F2FD2;
}
.fullscreen-menu__top__container__close:active {
  color: #0C27AC;
}
.fullscreen-menu__content {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .fullscreen-menu__content {
    width: calc(100% - 2 * 1rem);
  }
}
.fullscreen-menu__content ul {
  list-style: none;
  padding: 0;
}
.fullscreen-menu__content li {
  padding-left: 1rem;
}
.fullscreen-menu__content__main-nav li {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.fullscreen-menu__content__main-nav li.is-active {
  position: relative;
}
.fullscreen-menu__content__main-nav li.is-active ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
  height: 1.5rem;
  background-color: #202020;
}
.fullscreen-menu__content__second-nav {
  margin-top: 3rem;
}
.fullscreen-menu__content__second-nav li {
  margin-bottom: 1rem;
  font-size: 1rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.share {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 3rem 0;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .share {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .share {
    flex-direction: column;
    align-items: left;
    gap: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .share {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
.share__heading {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 48rem) {
  .share__heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .share__heading {
    font-size: 1.25rem;
  }
}
.share__list {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
@media screen and (max-width: 48rem) {
  .share__list {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .share__list {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 48rem) {
  .share__list {
    flex-direction: column;
    gap: 1rem;
  }
}
.share__list__item {
  margin: 0;
}

.footer {
  background-color: #FFFFFF;
  background-image: url("/images/footer_stripes.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
}
@media screen and (max-width: 48rem) {
  .footer {
    background-position-x: left;
  }
}
.footer__container {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0 4rem;
  gap: 2rem;
}
@media screen and (max-width: 80rem) {
  .footer__container {
    width: calc(100% - 2 * 1rem);
  }
}
.footer__container__top-button {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  background-color: transparent;
  border: none;
  gap: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 48rem) {
  .footer__container__top-button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer__container__top-button {
    font-size: 1.25rem;
  }
}
.footer__container__top-button:hover {
  text-decoration: underline;
}
.footer__container__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.5rem;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 48rem) {
  .footer__container__lists {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 0 1.5rem;
  }
}
.footer__container__lists__heading {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 48rem) {
  .footer__container__lists__heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer__container__lists__heading {
    font-size: 1.25rem;
  }
}
.footer__container__lists__list {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
@media screen and (max-width: 48rem) {
  .footer__container__lists__list {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer__container__lists__list {
    font-size: 1.25rem;
  }
}
.footer__container__lists__list__item[href^=http] {
  position: relative;
}
.footer__container__lists__list__item[href^=http]::after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  vertical-align: middle;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  content: "";
  -webkit-mask-image: url("/images/icons/external-link.svg");
  mask-image: url("/images/icons/external-link.svg");
}
.footer__container__lists__list__item[href^=http]::after {
  margin-left: 0.25rem;
  width: 0.8em;
  height: 0.8em;
}
.footer__container__social-media {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.25rem;
  list-style: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 48rem) {
  .footer__container__social-media {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer__container__social-media {
    font-size: 1rem;
  }
}
.footer__container__copyright {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .footer__container__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .footer__container__copyright {
    font-size: 1rem;
  }
}

.cookie-banner {
  display: flex;
  position: relative;
  background-color: #DDE9F0;
  z-index: 10 !important;
  width: 100%;
  transition: bottom 0.4s;
  justify-content: center;
}
.cookie-banner__container {
  width: 100%;
  max-width: 160rem;
  margin: 1.5rem 1rem;
  align-items: center;
}
.cookie-banner__container__text {
  margin-top: 0;
}
.cookie-banner__container__text p {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (max-width: 48rem) {
  .cookie-banner__container__text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-banner__container__text p {
    font-size: 1.25rem;
  }
}
.cookie-banner__container__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cookie-banner__container__buttons .js-cookiebannerLink {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cookie-banner__container__buttons .js-cookiebannerLink {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-banner__container__buttons .js-cookiebannerLink {
    font-size: 1.125rem;
  }
}
.cookie-banner__container__buttons .js-cookiebannerLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cookie-banner__container__buttons .js-cookiebannerLink:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cookie-banner__container__buttons .js-cookiebannerLink:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cookie-banner__container__buttons .js-cookiebannerLink:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cookie-banner__container__buttons .js-cookiebannerLink:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cookie-banner__container__buttons .js-cookiebannerLink:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cookie-banner__container__buttons .js-cookiebannerDeclineCookies {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-banner__container__buttons .js-cookiebannerDeclineCookies {
    font-size: 1.125rem;
  }
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cookie-banner__container__buttons .js-cookiebannerDeclineCookies:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cookie-banner__container__buttons .js-cookiebannerAcceptCookies {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-banner__container__buttons .js-cookiebannerAcceptCookies {
    font-size: 1.125rem;
  }
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cookie-banner__container__buttons .js-cookiebannerAcceptCookies:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.cookiesettings-container {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.cookiesettings-container-content {
  width: 100%;
  height: fit-content;
  max-height: 100%;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  overflow: auto;
}
@media screen and (min-width: 48rem) {
  .cookiesettings-container-content {
    margin-top: 3rem;
    width: 60%;
  }
}

.dummy-tab-button-one, .dummy-tab-button-two {
  position: absolute !important;
  max-height: 0;
  max-width: 0;
  padding: 0;
}

.cookie-settings__container {
  position: relative;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container {
    padding: 6rem 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container {
    padding: 3rem 3rem;
  }
}
.cookie-settings__container__top {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  justify-content: space-between;
  width: 100%;
}
.cookie-settings__container__top__heading {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__top__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__top__heading {
    font-size: 2.125rem;
  }
}
.cookie-settings__container__top__close {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.25rem;
  align-self: center;
  padding: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 40rem) {
  .cookie-settings__container__top__close {
    padding: 1rem 0.125rem;
  }
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__top__close {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__top__close {
    font-size: 1rem;
  }
}
.cookie-settings__container__top__close:hover {
  color: #0F2FD2;
}
.cookie-settings__container__top__close:active {
  color: #0C27AC;
}
.cookie-settings__container__description {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__description {
    font-size: 1.25rem;
  }
}
.cookie-settings__container__subheading {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__subheading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__subheading {
    font-size: 1.25rem;
  }
}
.cookie-settings__container__section {
  margin: 2rem 0;
}
.cookie-settings__container__section__checkbox {
  display: flex;
  gap: 0.5rem;
}
.cookie-settings__container__section__checkbox__box {
  width: 1.5em;
  height: 1.5em;
}
.cookie-settings__container__section__checkbox__label {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__section__checkbox__label {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__section__checkbox__label {
    font-size: 1.25rem;
  }
}
.cookie-settings__container__section__description {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__section__description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__section__description {
    font-size: 1rem;
  }
}
.cookie-settings__container__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 4rem;
}
.cookie-settings__container__buttons .js-cookieSave {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__buttons .js-cookieSave {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__buttons .js-cookieSave {
    font-size: 1.125rem;
  }
}
.cookie-settings__container__buttons .js-cookieSave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cookie-settings__container__buttons .js-cookieSave:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cookie-settings__container__buttons .js-cookieSave:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cookie-settings__container__buttons .js-cookieSave:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cookie-settings__container__buttons .js-cookieSave:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cookie-settings__container__buttons .js-cookieSave:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__buttons .js-cookiesettingsDeclineCookies {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__buttons .js-cookiesettingsDeclineCookies {
    font-size: 1.125rem;
  }
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cookie-settings__container__buttons .js-cookiesettingsDeclineCookies:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cookie-settings__container__buttons .js-cookiesettingsAcceptCookies {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cookie-settings__container__buttons .js-cookiesettingsAcceptCookies {
    font-size: 1.125rem;
  }
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cookie-settings__container__buttons .js-cookiesettingsAcceptCookies:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.breadcrumbs {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .breadcrumbs {
    width: calc(100% - 2 * 1rem);
  }
}
.breadcrumbs__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  list-style: none;
  padding-inline-start: 0;
  align-items: center;
}
@media screen and (min-width: 40rem) {
  .breadcrumbs__list {
    justify-content: center;
  }
}
.breadcrumbs__list li {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  height: 1.875rem;
  place-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 48rem) {
  .breadcrumbs__list li {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .breadcrumbs__list li {
    font-size: 1rem;
  }
}
.breadcrumbs__list__item {
  color: #726E6E;
}
.breadcrumbs__list__separator {
  width: 1em;
  height: 1em;
  margin-right: 0.25rem;
}
.breadcrumbs__list__current-page {
  color: #3C3838;
  align-content: center;
}
.breadcrumbs__list__dropdown {
  position: relative;
}
.breadcrumbs__list__dropdown.open .breadcrumbs__list__dropdown__items {
  display: block;
}
.breadcrumbs__list__dropdown.open .breadcrumbs__list__dropdown__button {
  background-color: #E9E5E5;
  outline: #E9E5E5 solid 0.125rem;
  outline-offset: 0;
}
.breadcrumbs__list__dropdown__button {
  cursor: pointer;
  outline-offset: 0.25rem;
}
.breadcrumbs__list__dropdown__button:hover {
  background-color: #E9E5E5;
  outline: #E9E5E5 solid 0.125rem;
  outline-offset: 0;
}
.breadcrumbs__list__dropdown__items {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.0625rem;
  z-index: 100;
}
.breadcrumbs__list__dropdown__items__item {
  margin-bottom: 0;
}

.accordionblock {
  border-bottom: 1px solid #D8D4D4;
}
.accordionblock__button {
  background-color: transparent;
  border-style: none;
  width: calc(100% - (0.75rem + 1rem));
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  text-align: left;
  padding: 1rem 0.75rem 1rem 1rem;
  cursor: pointer;
}
.accordionblock__button:hover .accordionblock__button__circle {
  background-color: #EDE8E2;
  transition: 0.1s ease-in-out;
}
.accordionblock__button__title {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  font-weight: bold;
  outline: none;
}
@media screen and (max-width: 48rem) {
  .accordionblock__button__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .accordionblock__button__title {
    font-size: 1.25rem;
  }
}
.accordionblock__button__circle {
  background-color: transparent;
  padding: 0.4rem;
  border-radius: 5rem;
}
.accordionblock__button__circle__icon {
  color: #202020;
}
.accordionblock__panel {
  padding: 0 1rem 1rem;
}
.accordionblock__panel > *:first-child {
  margin-top: 0;
}
.accordionblock__panel > p strong {
  font-weight: 600;
}
.accordionblock__panel > p em {
  font-style: italic;
}
.accordionblock__panel > p img {
  max-width: 98.5%;
  margin: 0.35em 0 0.4em 0;
}
.accordionblock__panel .imageblock,
.accordionblock__panel .videoblock__video,
.accordionblock__panel .videoblock__caption {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.accordionblock__panel .imageblock:not(:first-child):not(:last-child),
.accordionblock__panel .videoblock:not(:first-child):not(:last-child) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordionblock__panel .accordionblock:has(+ :not(.accordionblock)) {
  margin-bottom: 4rem;
}
.accordionblock__panel :first-of-type {
  margin-top: 0;
}

.accordionlistblock {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .accordionlistblock {
    width: calc(100% - 2 * 1rem);
  }
}
.accordionlistblock :first-child {
  margin-top: 0;
}
.accordionlistblock__title {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  .accordionlistblock__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .accordionlistblock__title {
    font-size: 1.5rem;
  }
}

.cta-block {
  background-repeat: no-repeat;
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 34.375rem;
  background: center;
  align-content: center;
  background-size: cover;
}
@media screen and (min-width: 48rem) {
  .cta-block {
    min-height: 43.75rem;
  }
}
.cta-block__content {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 37.5rem !important;
}
@media screen and (max-width: 80rem) {
  .cta-block__content {
    width: calc(100% - 2 * 1rem);
  }
}
.cta-block__content__text-container {
  margin-top: 0;
}
.cta-block__content__text-container__title {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  .cta-block__content__text-container__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .cta-block__content__text-container__title {
    font-size: 2.125rem;
  }
}
.cta-block__content__text-container__text {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .cta-block__content__text-container__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .cta-block__content__text-container__text {
    font-size: 1.25rem;
  }
}
.cta-block__content__text-container__title, .cta-block__content__text-container__text {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.125rem 0.5rem;
  white-space: pre-wrap;
}
.cta-block__content__button {
  margin-top: 1rem;
}
.cta-block__content__button > a {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .cta-block__content__button > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .cta-block__content__button > a {
    font-size: 1.125rem;
  }
}
.cta-block__content__button > a:focus-visible {
  outline-color: #FFFFFF;
}
.cta-block__content__button > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.cta-block__content__button > a:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.cta-block__content__button > a:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.cta-block__content__button > a:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.cta-block__content__button > a:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.cta-block__content__button > a:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.employee-stories-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.employee-stories-block__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.employee-stories-block__button {
  margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
  .employee-stories-block__button {
    margin-top: 3rem;
  }
}
.employee-stories-block__button > a {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .employee-stories-block__button > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .employee-stories-block__button > a {
    font-size: 1.125rem;
  }
}
.employee-stories-block__button > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.employee-stories-block__button > a:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.employee-stories-block__button > a:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.employee-stories-block__button > a:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.employee-stories-block__button > a:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.employee-stories-block__button > a:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.image-text-block {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .image-text-block {
    width: calc(100% - 2 * 1rem);
  }
}
.image-text-block--inverted {
  flex-direction: row-reverse;
}
@media screen and (max-width: 48rem) {
  .image-text-block--inverted {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 48rem) {
  .image-text-block {
    flex-direction: column-reverse;
  }
}
.image-text-block__image-container {
  flex: 0 0 50%;
}
@media screen and (max-width: 48rem) {
  .image-text-block__image-container {
    width: 100%;
  }
}
.image-text-block__image-container__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-block__image-container__image--square {
  aspect-ratio: 1/1;
}
.image-text-block__image-container__image--landscape {
  aspect-ratio: 16/9;
}
.image-text-block__content-container {
  flex: 0 0 50%;
  /*  aspect-ratio: 16 / 9;*/
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 48rem) {
  .image-text-block__content-container {
    aspect-ratio: unset;
  }
}
.image-text-block__content-container__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: hidden;
  box-sizing: border-box;
  padding: 2.5rem;
  /*            &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: toRem(40); 
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), $blue-200 75%);
      pointer-events: none;
  }*/
  /*
  @include mobile-layout {
      &::after {
          display: none;
      }
  }*/
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .image-text-block__content-container__content {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 48rem) {
  .image-text-block__content-container__content {
    padding: 2rem 2rem;
  }
}
.image-text-block__content-container__content__heading {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 48rem) {
  .image-text-block__content-container__content__heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .image-text-block__content-container__content__heading {
    font-size: 1.5rem;
  }
}
.image-text-block__content-container__content__heading, .image-text-block__content-container__content p {
  margin-top: 0;
}
.image-text-block__content-container__content__link {
  margin-top: auto;
}
.image-text-block__content-container__content__link a {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .image-text-block__content-container__content__link a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .image-text-block__content-container__content__link a {
    font-size: 1.125rem;
  }
}
.image-text-block__content-container__content__link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.image-text-block__content-container__content__link a:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.image-text-block__content-container__content__link a:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.image-text-block__content-container__content__link a:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.image-text-block__content-container__content__link a:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.image-text-block__content-container__content__link a:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.infoblock {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: #EDE8E2;
}
@media screen and (max-width: 80rem) {
  .infoblock {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .infoblock {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .infoblock {
    padding: 2rem 2rem;
  }
}
.infoblock__title {
  display: flex;
  column-gap: 0.75rem;
}
.infoblock__title__icon {
  margin-top: 0.125rem;
}
.infoblock__title__text {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 48rem) {
  .infoblock__title__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .infoblock__title__text {
    font-size: 1.25rem;
  }
}
.infoblock :last-child {
  margin-bottom: 0;
}

.mapblock {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .mapblock {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .mapblock {
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .mapblock {
    flex-direction: row;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .mapblock__text {
    width: 50%;
  }
}
.mapblock__text__title {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 48rem) {
  .mapblock__text__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .mapblock__text__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 48rem) {
  .mapblock__map {
    max-width: 31.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .mapblock__map {
    width: 50%;
  }
}
.mapblock__map__img {
  width: 100%;
  height: auto;
}

.textblock {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .textblock {
    width: calc(100% - 2 * 1rem);
  }
}
.textblock > *:first-child {
  margin-top: 0;
}
.textblock > p strong {
  font-weight: 600;
}
.textblock > p em {
  font-style: italic;
}
.textblock > p img {
  max-width: 98.5%;
  margin: 0.35em 0 0.4em 0;
}
.textblock .imageblock,
.textblock .videoblock__video,
.textblock .videoblock__caption {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.textblock .imageblock:not(:first-child):not(:last-child),
.textblock .videoblock:not(:first-child):not(:last-child) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.textblock .accordionblock:has(+ :not(.accordionblock)) {
  margin-bottom: 4rem;
}

.linkblock {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .linkblock {
    width: calc(100% - 2 * 1rem);
  }
}
.linkblock__content {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .linkblock__content {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .linkblock__content {
    padding: 2rem 0.75rem 4rem;
  }
}
@media screen and (min-width: 48rem) {
  .linkblock__content {
    padding: 4rem 0 6rem;
  }
}
.linkblock__content__button {
  margin-top: 2rem;
}
.linkblock__content__button > a {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .linkblock__content__button > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .linkblock__content__button > a {
    font-size: 1.125rem;
  }
}
.linkblock__content__button > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.linkblock__content__button > a:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.linkblock__content__button > a:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.linkblock__content__button > a:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.linkblock__content__button > a:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.linkblock__content__button > a:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.imageblock {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 80rem) {
  .imageblock {
    width: calc(100% - 2 * 1rem);
  }
}
.imageblock__image {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}
.imageblock__caption {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .imageblock__caption {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .imageblock__caption {
    font-size: 1rem;
  }
}

.videoblock {
  margin: 0;
}
.videoblock__video {
  position: relative;
}
.videoblock__video.size-wide {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .videoblock__video.size-wide {
    width: calc(100% - 2 * 1rem);
  }
}
.videoblock__video.size-narrow {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .videoblock__video.size-narrow {
    width: calc(100% - 2 * 1rem);
  }
}
.videoblock__video__thumbnail {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48rem) {
  .videoblock__video__thumbnail {
    clip-path: polygon(0% 15%, 8.44% 0%, 100% 0%, 100% 85%, 91.56% 100%, 0% 100%);
  }
}
.videoblock__video__clickarea {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  border: none;
  background: none;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 48rem) {
  .videoblock__video__clickarea:hover .videoblock__video__clickarea__button__left, .videoblock__video__clickarea:focus-visible .videoblock__video__clickarea__button__left {
    background-color: #0F2FD2;
  }
}
@media screen and (min-width: 48rem) {
  .videoblock__video__clickarea:hover .videoblock__video__clickarea__button, .videoblock__video__clickarea:focus-visible .videoblock__video__clickarea__button {
    background-color: #0F2FD2;
    color: #FFFFFF;
    opacity: 100%;
  }
}
@media screen and (max-width: 48rem) {
  .videoblock__video__clickarea:active .videoblock__video__clickarea__button__left {
    background-color: #0C27AC;
    color: #FFFFFF;
    opacity: 100%;
  }
}
@media screen and (min-width: 48rem) {
  .videoblock__video__clickarea:active .videoblock__video__clickarea__button {
    background-color: #0C27AC;
    color: #FFFFFF;
    opacity: 100%;
  }
}
.videoblock__video__clickarea__button {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  display: flex;
  position: absolute;
  pointer-events: none;
  border: none;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 48rem) {
  .videoblock__video__clickarea__button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .videoblock__video__clickarea__button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 48rem) {
  .videoblock__video__clickarea__button {
    bottom: 1rem;
    left: 1rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .videoblock__video__clickarea__button {
    justify-content: center;
    background-color: #FFFFFF;
    color: #202020;
    opacity: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 0.75rem 2rem;
  }
}
.videoblock__video__clickarea__button__left {
  display: block;
  height: 100%;
  align-content: center;
}
@media screen and (max-width: 48rem) {
  .videoblock__video__clickarea__button__left {
    background-color: #ADA8A8;
    color: #FFFFFF;
    padding: 0 0.5rem;
  }
}
.videoblock__video__clickarea__button__right {
  opacity: 80%;
  height: 100%;
  align-content: center;
}
@media screen and (max-width: 48rem) {
  .videoblock__video__clickarea__button__right {
    padding: 0 1.5rem 0 0.75rem;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 48rem) {
  .videoblock__video__clickarea__button__right {
    padding: 0 0.5rem;
  }
}
.videoblock__caption {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .videoblock__caption {
    width: calc(100% - 2 * 1rem);
  }
}
.videoblock__caption__title {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 48rem) {
  .videoblock__caption__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .videoblock__caption__title {
    font-size: 1.5rem;
  }
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.quoteblock {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 40rem) {
  .quoteblock {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 80rem) {
  .quoteblock {
    width: calc(100% - 2 * 1rem);
  }
}
.quoteblock__image {
  width: 172px;
  height: 172px;
  border-radius: 82px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 40rem) {
  .quoteblock__image {
    width: 140px;
    height: 140px;
  }
}
.quoteblock__text {
  margin: 0;
}
.quoteblock__text__quote {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
}
@media screen and (max-width: 48rem) {
  .quoteblock__text__quote {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .quoteblock__text__quote {
    font-size: 1.25rem;
  }
}
.quoteblock__text__quote::before {
  content: "“";
}
.quoteblock__text__quote::after {
  content: "”";
}
.quoteblock__text__author {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .quoteblock__text__author {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .quoteblock__text__author {
    font-size: 1.25rem;
  }
}

.employee-story-card {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .employee-story-card {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .employee-story-card {
    flex-direction: column;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card {
    flex-direction: row-reverse;
  }
  .employee-story-card.image-left {
    flex-direction: row;
  }
}
.employee-story-card__image {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 48rem) {
  .employee-story-card__image {
    width: 100%;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card__image {
    width: 50%;
  }
}
.employee-story-card__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.5rem;
}
@media screen and (max-width: 48rem) {
  .employee-story-card__container {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card__container {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card__container {
    width: 50%;
  }
}
.employee-story-card__container__content {
  margin: 0;
}
.employee-story-card__container__content__quote {
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin-top: 0;
}
@media screen and (max-width: 48rem) {
  .employee-story-card__container__content__quote {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card__container__content__quote {
    font-size: 1.5rem;
  }
}
.employee-story-card__container__content__quote::before {
  content: "“";
}
.employee-story-card__container__content__quote::after {
  content: "”";
}
.employee-story-card__container__content__employee {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .employee-story-card__container__content__employee {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card__container__content__employee {
    font-size: 1.25rem;
  }
}
.employee-story-card__container__button {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .employee-story-card__container__button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .employee-story-card__container__button {
    font-size: 1.125rem;
  }
}
.employee-story-card__container__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.employee-story-card__container__button:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.employee-story-card__container__button:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.employee-story-card__container__button:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.employee-story-card__container__button:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.employee-story-card__container__button:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}

.blockpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.blockpage .breadcrumbs {
  position: relative;
}
.blockpage__hero {
  width: 100%;
  max-width: 160rem;
  aspect-ratio: 85/27;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 48rem) {
  .blockpage__hero {
    aspect-ratio: 16/9;
  }
}
.blockpage__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 4rem;
  width: 100%;
  overflow-wrap: break-word;
}
@media screen and (max-width: 40rem) {
  .blockpage__top {
    align-items: flex-start;
    text-align: left;
  }
}
.blockpage__top__title {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin-top: 2rem;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .blockpage__top__title {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .blockpage__top__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .blockpage__top__title {
    font-size: 3.5rem;
  }
}
.blockpage__top__preamble {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 80rem) {
  .blockpage__top__preamble {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .blockpage__top__preamble {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .blockpage__top__preamble {
    font-size: 1.5rem;
  }
}
.blockpage__top__shortcuts {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 40rem) {
  .blockpage__top__shortcuts {
    justify-content: center;
  }
}
@media screen and (max-width: 80rem) {
  .blockpage__top__shortcuts {
    width: calc(100% - 2 * 1rem);
  }
}
.blockpage__top__shortcuts__button {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  background: transparent;
  border-color: #202020;
  color: #202020;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.0625rem;
  border-width: 0.09375rem;
  border-style: solid;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 48rem) {
  .blockpage__top__shortcuts__button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .blockpage__top__shortcuts__button {
    font-size: 1.125rem;
  }
}
.blockpage__top__shortcuts__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #0F2FD2;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-100%) skewX(-45deg);
  transition: transform 0.5s;
}
.blockpage__top__shortcuts__button:not(:active):hover {
  color: #FFFFFF;
  border-color: #0F2FD2;
}
.blockpage__top__shortcuts__button:not(:active):hover::before {
  transform: translateX(0) skewX(-45deg);
}
.blockpage__top__shortcuts__button:active {
  background: #0C27AC;
  border-color: #0C27AC;
  color: #FFFFFF;
}
.blockpage__top__shortcuts__button:active::before {
  transform: none;
  transition: none;
  background: #0C27AC;
}
.blockpage__top__shortcuts__button:focus-visible {
  outline: #ABD4E6 solid 0.25rem;
  outline-offset: 0;
}
.blockpage__blocks {
  width: 100%;
}
.blockpage__blocks > div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 48rem) {
  .blockpage__blocks > div {
    gap: 4rem;
  }
}
@media screen and (min-width: 48rem) {
  .blockpage__blocks > div {
    gap: 6rem;
  }
}
@media screen and (max-width: 48rem) {
  .blockpage__blocks > div > div:last-of-type {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .blockpage__blocks > div > div:last-of-type {
    margin-bottom: 4rem;
  }
}
.blockpage__blocks > div > div:last-of-type:has(> .cta-block) {
  margin-bottom: 0;
}

@media screen and (max-width: 48rem) {
  .employeestories {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .employeestories {
    margin-bottom: 4rem;
  }
}
.employeestories__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 40rem) {
  .employeestories__top {
    align-items: flex-start;
    text-align: left;
  }
}
.employeestories__top__title {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin-top: 2rem;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .employeestories__top__title {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .employeestories__top__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .employeestories__top__title {
    font-size: 3.5rem;
  }
}
.employeestories__top__preamble {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 80rem) {
  .employeestories__top__preamble {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .employeestories__top__preamble {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .employeestories__top__preamble {
    font-size: 1.5rem;
  }
}
.employeestories__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.employeestory {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .employeestory {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .employeestory {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .employeestory {
    margin-bottom: 4rem;
  }
}
.employeestory__title {
  padding-top: 4rem;
}
.employeestory__img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin-bottom: 2rem;
}
.employeestory__img :first-child {
  width: 100%;
}
.employeestory__body > *:first-child {
  margin-top: 0;
}
.employeestory__body > p strong {
  font-weight: 600;
}
.employeestory__body > p em {
  font-style: italic;
}
.employeestory__body > p img {
  max-width: 98.5%;
  margin: 0.35em 0 0.4em 0;
}
.employeestory__body .imageblock,
.employeestory__body .videoblock__video,
.employeestory__body .videoblock__caption {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.employeestory__body .imageblock:not(:first-child):not(:last-child),
.employeestory__body .videoblock:not(:first-child):not(:last-child) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.employeestory__body .accordionblock:has(+ :not(.accordionblock)) {
  margin-bottom: 4rem;
}

.vacantjobs {
  width: 100%;
}
@media screen and (max-width: 48rem) {
  .vacantjobs {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs {
    margin-bottom: 4rem;
  }
}
.vacantjobs__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
  background-color: #EDE8E2;
}
@media screen and (max-width: 40rem) {
  .vacantjobs__top {
    align-items: flex-start;
    text-align: left;
  }
}
.vacantjobs__top__title {
  max-width: 74.125rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aeonik Fono", "Helvetica", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin-top: 2rem;
}
@media screen and (max-width: calc(74.125rem + 2 * 1rem)) {
  .vacantjobs__top__title {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .vacantjobs__top__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs__top__title {
    font-size: 3.5rem;
  }
}
.vacantjobs__top__preamble {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 80rem) {
  .vacantjobs__top__preamble {
    width: calc(100% - 2 * 1rem);
  }
}
@media screen and (max-width: 48rem) {
  .vacantjobs__top__preamble {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs__top__preamble {
    font-size: 1.5rem;
  }
}
.vacantjobs__top__link-container {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 80rem) {
  .vacantjobs__top__link-container {
    width: calc(100% - 2 * 1rem);
  }
}
.vacantjobs__top__link-container__link {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
}
.vacantjobs__top__link-container__link[href^=http] {
  position: relative;
}
.vacantjobs__top__link-container__link[href^=http]::after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  vertical-align: middle;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  content: "";
  -webkit-mask-image: url("/images/icons/external-link.svg");
  mask-image: url("/images/icons/external-link.svg");
}
.vacantjobs__top__link-container__link[href^=http]::after {
  margin-left: 0.25rem;
  width: 0.8em;
  height: 0.8em;
}
@media screen and (max-width: 48rem) {
  .vacantjobs__top__link-container__link {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs__top__link-container__link {
    font-size: 1.25rem;
  }
}
.vacantjobs__container {
  max-width: 48.75rem;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 80rem) {
  .vacantjobs__container {
    width: calc(100% - 2 * 1rem);
  }
}
.vacantjobs__container__count {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  color: #535050;
}
@media screen and (max-width: 48rem) {
  .vacantjobs__container__count {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs__container__count {
    font-size: 1rem;
  }
}
.vacantjobs__container__list {
  list-style: none;
  padding-inline-start: 0;
  border-top: 0.0625rem solid #D8D4D4;
}
.vacantjobs__container__list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 0.75rem;
  align-items: center;
  border-bottom: 0.0625rem solid #D8D4D4;
  padding: 1rem 0.75rem;
}
@media screen and (max-width: 48rem) {
  .vacantjobs__container__list__item {
    padding: 1rem 0;
  }
}
.vacantjobs__container__list__item:hover .vacantjobs__container__list__item__left__link {
  text-decoration: underline;
}
.vacantjobs__container__list__item:hover .vacantjobs__container__list__item__icon {
  background-color: #0F2FD2;
}
.vacantjobs__container__list__item__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 0.125rem;
}
.vacantjobs__container__list__item__left__link {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  text-decoration: none;
  color: #202020 !important;
  width: fit-content;
}
.vacantjobs__container__list__item__left__link::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 48rem) {
  .vacantjobs__container__list__item__left__link {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs__container__list__item__left__link {
    font-size: 1.25rem;
  }
}
.vacantjobs__container__list__item__left__date {
  font-family: "Aeonik", "Helvetica", sans-serif;
  line-height: 1.5;
  color: #535050;
}
@media screen and (max-width: 48rem) {
  .vacantjobs__container__list__item__left__date {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .vacantjobs__container__list__item__left__date {
    font-size: 1rem;
  }
}
.vacantjobs__container__list__item__icon {
  width: 1.2em;
  height: 1.2em;
  color: #535050;
  z-index: -1;
}
.vacantjobs__blocks {
  margin-top: 8rem;
}

/*! purgecss end ignore */