@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/campaign-mini-site/helvetica-neue-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/campaign-mini-site/helvetica-neue-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*! 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;
}

@font-face {
  font-family: "eige-icons";
  src: url("../fonts/icons/eige-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

a {
  color: var(--link-default-fg-color, #13293f);
  text-decoration: none;
  transition: 250ms ease-out;
}
a:focus, a:focus-visible {
  outline: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

dl {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  transition: 250ms ease-out;
  padding: 0px;
}

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

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0px;
  width: 100%;
}

figure {
  margin: 0px;
}

:root {
  --fluid-screen: 360px;
  --admin-menu-height:	0px;
}
@media screen and (min-width: 22.5625em) {
  :root {
    --fluid-screen: 100vw;
  }
}
@media screen and (min-width: 120.0625em) {
  :root {
    --fluid-screen: 1920px;
  }
}
:root body.user-logged-in {
  --admin-menu-height:	39px;
}
@media screen and (min-width: 61em) {
  :root body.user-logged-in.toolbar-tray-open {
    --admin-menu-height:	79px;
  }
}

:root {
  --d1-font-size: calc(
  	((32 / 16) * 1rem) + (72 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d1-line-height: calc(
  	((40 / 16) * 1rem) + (90 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d1-margin: calc(
  	((40 / 16) * 1rem) + (90 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d0-font-size: calc(
  	((26 / 16) * 1rem) + (50 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d0-line-height: calc(
  	((33 / 16) * 1rem) + (63 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d0-margin: calc(
  	((33 / 16) * 1rem) + (63 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d-h2-font-size: calc(
  	((24 / 16) * 1rem) + (42 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d-h2-line-height: calc(
  	((31 / 16) * 1rem) + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d-h2-margin: calc(
  	((31 / 16) * 1rem) + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d-h3-font-size: calc(
  	((22 / 16) * 1rem) + (35 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d-h3-line-height: calc(
  	((30 / 16) * 1rem) + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --d-h3-margin: calc(
  	((30 / 16) * 1rem) + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h1-font-size: calc(
  	((26 / 16) * 1rem) + (50 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h1-line-height: calc(
  	((34 / 16) * 1rem) + (65 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h1-margin: calc(
  	((34 / 16) * 1rem) + (65 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h2-font-size: calc(
  	((24 / 16) * 1rem) + (42 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h2-line-height: calc(
  	((32 / 16) * 1rem) + (55 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h2-margin: calc(
  	((31 / 16) * 1rem) + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h3-font-size: calc(
  	((22 / 16) * 1rem) + (35 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h3-line-height: calc(
  	((30 / 16) * 1rem) + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h3-margin: calc(
  	((30 / 16) * 1rem) + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h4-font-size: calc(
  	((20 / 16) * 1rem) + (29 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h4-line-height: calc(
  	((29 / 16) * 1rem) + (41 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h4-margin: calc(
  	((29 / 16) * 1rem) + (41 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h5-font-size: calc(
  	((18 / 16) * 1rem) + (24 - 18) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h5-line-height: calc(
  	((26 / 16) * 1rem) + (34 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h5-margin: calc(
  	((26 / 16) * 1rem) + (34 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h6-font-size: calc(
  	((16 / 16) * 1rem) + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h6-line-height: calc(
  	((23 / 16) * 1rem) + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --h6-margin: calc(
  	((23 / 16) * 1rem) + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-font-size: calc(
  	((16 / 16) * 1rem) + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-line-height: calc(
  	((27 / 16) * 1rem) + (34 - 27) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-margin: calc(
  	((27 / 16) * 1rem) + (34 - 27) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-s-font-size: calc(
  	((15 / 16) * 1rem) + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-s-line-height: calc(
  	((23 / 16) * 1rem) + (28 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-s-margin: calc(
  	((23 / 16) * 1rem) + (28 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-xs-font-size: calc(
  	((14 / 16) * 1rem) + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-xs-line-height: calc(
  	((22 / 16) * 1rem) + (22 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --body-xs-margin: calc(
  	((22 / 16) * 1rem) + (22 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --ui-font-size: calc(
  	((16 / 16) * 1rem) + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --ui-line-height: calc(
  	((16 / 16) * 1rem) + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --ui-s-font-size: calc(
  	((15 / 16) * 1rem) + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --ui-s-line-height: calc(
  	((15 / 16) * 1rem) + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --ui-xs-font-size: calc(
  	((14 / 16) * 1rem) + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --ui-xs-line-height: calc(
  	((15 / 16) * 1rem) + (15 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --header-height:	64px;
  --mobile-header-height:	64px;
  --header-gap:	calc(
  	((8 / 16) * 1rem) + (30 - 8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --content-column-width: 72.171fr;
  --sidebar-column-width: 27.829fr;
  --headings-primary-color:	#222327;
  --headings-secondary-color:	#75767D;
  --link-default-fg-color:	#13293f;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#175551;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#13293f;
  --download-link-icon-fg-color:	#1e6d68;
  --download-link-icon-bg-color:	#9dd1cd;
  --decor-primary-color:	#2a9a93;
  --divider-color:	#dbdbdb;
  --active-fg-color:	#3e4047;
  --active-br-color:	#2a9a93;
  --table-br-color:	#1e6d68;
  --table-th-fg-color:	#12413e;
  --table-th-bg-color:	#70bbb7;
  --table-body-bg-color:	#175551;
  --table-body-th-fg-color:	#175551;
  --table-body-th-bg-color:	#bde0de;
  --table-body-th-zebra-fg-color:	#175551;
  --table-body-th-zebra-bg-color:	#9dd1cd;
  --button-height:	calc(
  	((40 / 16) * 1rem) + (50 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --button-height-s:	calc(
  	((31 / 16) * 1rem) + (37 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --link-text-icon-spacing:	var(--spacing-xs);
  --sticky-elements-bottom:	14px;
  --sticky-elements-right:	var(--header-gap);
}
@media screen and (min-width: 64.0625em) {
  :root {
    --header-height:	120px;
    --mobile-header-height:	0px;
  }
}
@media screen and (min-width: 103.8125em) {
  :root {
    --content-column-width: 59rem;
    --sidebar-column-width: 1fr;
  }
}
@media screen and (min-width: 64.0625em) {
  :root {
    --sticky-elements-bottom:	var(--spacing-m);
  }
}

:root {
  --spacing-3xs: calc(
  	((4 / 16) * 1rem) + (5 - 4) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-2xs: calc(
  	((8 / 16) * 1rem) + (10 - 8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-xs: calc(
  	((12 / 16) * 1rem) + (15 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-s: calc(
  	((16 / 16) * 1rem) + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-m: calc(
  	((24 / 16) * 1rem) + (30 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-l: calc(
  	((32 / 16) * 1rem) + (40 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-xl: calc(
  	((48 / 16) * 1rem) + (60 - 48) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-2xl: calc(
  	((64 / 16) * 1rem) + (80 - 64) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --spacing-3xl: calc(
  	((96 / 16) * 1rem) + (120 - 96) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --page-padding-tb: calc(
  	((32 / 16) * 1rem) + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --page-padding-lr: calc(
  	((32 / 16) * 1rem) + (120 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --page-gap: calc(
  	((32 / 16) * 1rem) + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --section-padding-tb: calc(
  	((32 / 16) * 1rem) + (120 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --section-gap: calc(
  	((24 / 16) * 1rem) + (80 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --box-padding: calc(
  	((32 / 16) * 1rem) + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-list-gap-small: calc(
  	((24 / 16) * 1rem) + (40 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-list-gap-large: calc(
  	((24 / 16) * 1rem) + (60 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}

@keyframes arrow-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translate(var(--arrow-translate-x, 30%), var(--arrow-translate-y, 0));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(var(--scale-animation-value, 1.2), var(--scale-animation-value, 1.2));
  }
  100% {
    transform: scale(1, 1);
  }
}
:root {
  --admin-theme-color:	#75767D;
}

.environment-production {
  --admin-theme-color:	#b00000;
}

.environment-staging {
  --admin-theme-color:	#326b31;
}

.environment-eworx-staging {
  --admin-theme-color:	#db933e;
}

#toolbar-administration > nav {
  background-color: var(--admin-theme-color) !important;
}

#block-eige-primary-local-tasks ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#block-eige-primary-local-tasks ul.tabs:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--admin-theme-color);
  z-index: -1;
  top: 0px;
}
#block-eige-primary-local-tasks ul.tabs a {
  display: flex;
  text-align: center;
  padding: var(--spacing-xs) var(--spacing-s);
  color: white;
  text-transform: uppercase;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-xs-font-size);
  line-height: var(--ui-xs-line-height);
  font-weight: 700;
}
#block-eige-primary-local-tasks ul.tabs a:focus-visible {
  background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #block-eige-primary-local-tasks ul.tabs a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
    text-decoration: underline;
  }
}

body.user-not-logged-in #block-eige-primary-local-tasks {
  display: none;
}

.node--unpublished:before {
  content: "Unpublished";
  display: block;
  width: 100%;
  padding: var(--spacing-2xs);
  text-transform: uppercase;
  text-align: center;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-xs-font-size);
  line-height: var(--ui-xs-line-height);
  font-weight: 700;
  color: white;
  background-color: #d00000;
  order: -2;
  margin-bottom: var(--spacing-xl);
}

div[data-contextual-id] {
  position: absolute !important;
  padding: 0px !important;
}
div[data-contextual-id]:before, div[data-contextual-id]:after {
  content: none !important;
}

div.messages {
  --padding-lr: var(--spacing-xs);
  padding: var(--spacing-xs) var(--padding-lr) var(--spacing-xs) calc((
		((22 / 16) * 1rem) + (28 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	) + var(--spacing-s) + var(--padding-lr));
  background-color: var(--message-bg-color);
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  position: relative;
}
.region-administrative-links div.messages {
  position: relative;
  --padding-lr: 0px;
}
.region-administrative-links div.messages:after {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--message-bg-color);
  z-index: -1;
  top: 0px;
}
div.messages, div.messages p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--message-fg-color);
}
div.messages p {
  margin: 0px;
}
div.messages em {
  font-style: normal;
}
div.messages a {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
}
div.messages a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  div.messages a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  div.messages a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
div.messages::before {
  color: inherit;
  font-size: calc(
		((22 / 16) * 1rem) + (28 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.messages:before {
  position: absolute;
  left: var(--padding-lr);
  top: calc(
		((12 / 16) * 1rem) + (17 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
div.messages.messages--status:before {
  content: "\e973";
}
div.messages.messages--error:before {
  content: "\e96d";
  font-size: calc(
		((20 / 16) * 1rem) + (26 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  top: calc(
		((14 / 16) * 1rem) + (19 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
div.messages.messages--warning:before {
  content: "\e974";
}
div.messages.messages--info:before {
  content: "\e93d";
}
div.messages.messages--status {
  --message-fg-color:	#1b401b;
  --message-bg-color:	#daf3da;
}
div.messages.messages--error {
  --message-fg-color:	#4b0000;
  --message-bg-color:	#fabbbb;
}
div.messages.messages--warning {
  --message-fg-color:	#3f2200;
  --message-bg-color:	#fcdebc;
}
div.messages.messages--info {
  --message-fg-color:	#12413e;
  --message-bg-color:	#bde0de;
}

.page-header {
  padding-bottom: var(--page-padding-tb);
  position: relative;
}
.page-header:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 3px;
  width: 200vw;
  background: #dbdbdb;
  z-index: -1;
  bottom: 0px;
}
@media screen and (min-width: 80.0625em) {
  .page-header:has(.region-title-right) {
    display: grid;
    grid-template-columns: 1fr max-content;
    -moz-column-gap: var(--spacing-2xl);
         column-gap: var(--spacing-2xl);
  }
  .page-header:has(.region-title-right) .region-title-top,
  .page-header:has(.region-title-right) .region-title-bottom {
    grid-column: 1/span 2;
  }
}
.page-header .region-title-top {
  margin-bottom: var(--spacing-s);
}
.page-header .region-title-bottom {
  margin-top: var(--spacing-l);
}
.page-header .block-block-content,
.page-header .block-views-block-node-subtitle-block {
  max-width: 59rem;
}
.page-header .block-page-title-block + div:before {
  content: " ";
  display: block;
  margin: var(--spacing-s) 0;
  width: 72px;
  height: 3px;
  background-color: var(--decor-primary-color);
}
.page-header .region-title-top .block-block-content,
.page-header .region-title .block-block-content {
  margin-top: var(--spacing-xs);
}
.page-header .block-views-block-node-subtitle-block + *,
.page-header .block-page-title-block + .block-block-content {
  margin-top: var(--spacing-s);
}
.page-header h1.page-title {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: var(--d1-font-size);
  line-height: var(--d1-line-height);
  letter-spacing: -0.02em;
  color: #3e4047;
}
.page-header .block-views-block-node-subtitle-block {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  font-weight: 600;
  color: #75767D;
}
.page-header .region-title-right {
  display: flex;
  -moz-column-gap: var(--spacing-s);
       column-gap: var(--spacing-s);
  row-gap: var(--spacing-2xs);
  align-items: flex-start;
}
@media screen and (max-width: 80em) {
  .page-header .region-title-right {
    flex-wrap: wrap;
    margin-top: var(--spacing-s);
  }
}
.page-header .language-switcher-language-content-entity {
  display: flex;
  -moz-column-gap: var(--spacing-xs);
       column-gap: var(--spacing-xs);
}
.page-header .language-switcher-language-content-entity h2 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  font-weight: 700;
}
.page-header .print-pdf-links-block > nav > ul {
  display: flex;
}
.page-header .region-title-bottom {
  display: flex;
  flex-direction: column;
}
.page-header .metadata dl {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  --meta-items-column-gap:	var(--spacing-m);
  --meta-items-row-gap:	0;
  --meta-term-definition-gap:	var(--spacing-2xs);
}
@media screen and (max-width: 40em) {
  .page-header .metadata dl {
    flex-direction: column;
  }
}
.page-header .metadata dl > div {
  padding: var(--spacing-2xs) 0;
}
@media screen and (min-width: 40.0625em) {
  .page-header .metadata dl > div {
    padding-right: var(--spacing-m);
    border-right: 1px solid var(--decor-primary-color);
  }
  .page-header .metadata dl > div:last-child {
    padding-right: 0px;
    border-right: 0px;
  }
}
.page-header .metadata dl > div:after {
  content: none;
}
.page-header .metadata dl time {
  display: flex;
  align-items: center;
}
.page-header .metadata dl time span {
  display: flex;
  align-items: center;
}
.page-header .metadata dl time span:before {
  content: " ";
  margin: 0 var(--spacing-3xs);
  display: inline-block;
  width: var(--spacing-3xs);
  height: var(--spacing-3xs);
  background-color: var(--decor-primary-color);
  border-radius: 50%;
}
.page-header .metadata dl .daterange time span:before {
  content: none;
}
.page-header .metadata dl .field--name-type dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  display: block !important;
}
.page-header .metadata dl .field--name-type dd {
  text-transform: uppercase;
  font-weight: 700;
}
.page-header .metadata dl .field--name-field-organiser dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  display: block !important;
}
.page-header .block-menu.navigation {
  margin-top: auto;
  margin-bottom: calc(-1 * var(--page-padding-tb));
}
.page-header .block-menu.navigation > nav {
  position: relative;
}
.page-header .block-menu.navigation > nav:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: calc(
		((3 / 16) * 1rem) + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  width: 200vw;
  background: #dbdbdb;
  z-index: -1;
  bottom: 0px;
}
.page-header .block-menu.navigation > nav > ul {
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
@media (hover: hover) and (pointer: fine) {
  .page-header .block-menu.navigation > nav > ul {
    transform: rotateX(-180deg);
  }
  .page-header .block-menu.navigation > nav > ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .page-header .block-menu.navigation > nav > ul::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  .page-header .block-menu.navigation > nav > ul::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .page-header .block-menu.navigation > nav > ul {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
  .page-header .block-menu.navigation > nav > ul > li {
    transform: rotateX(180deg);
  }
}
.page-header .block-menu.navigation > nav > ul > li {
  scroll-snap-align: start;
}
.page-header .block-menu.navigation > nav > ul li > a:not(.button) {
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: var(--spacing-3xs);
       column-gap: var(--spacing-3xs);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  padding: var(--spacing-xs) var(--spacing-xs) calc(var(--spacing-l) - calc(
		((3 / 16) * 1rem) + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	)) var(--spacing-xs);
  margin-bottom: calc(
		((3 / 16) * 1rem) + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  white-space: nowrap;
  text-align: center;
  color: var(--link-default-fg-color);
}
.page-header .block-menu.navigation > nav > ul li > a:not(.button):before {
  color: var(--decor-primary-color);
}
.page-header .block-menu.navigation > nav > ul li > a:not(.button):after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: calc(
		((3 / 16) * 1rem) + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  background-color: var(--active-br-color);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.page-header .block-menu.navigation > nav > ul li > a:not(.button) span, .page-header .block-menu.navigation > nav > ul li > a:not(.button) strong {
  color: var(--link-default-fg-color);
}
.page-header .block-menu.navigation > nav > ul li.menu-item--active-trail > a {
  font-weight: 700;
  color: var(--active-fg-color);
}
.page-header .block-menu.navigation > nav > ul li.menu-item--active-trail > a:after {
  opacity: 1;
}
.page-header .block-menu.navigation > nav > ul li.menu-item--active-trail > a span, .page-header .block-menu.navigation > nav > ul li.menu-item--active-trail > a strong {
  color: var(--active-fg-color);
}
.page-header .block-menu.navigation > nav > ul li > a:focus-visible, .page-header .block-menu.navigation > nav > ul li.ui-state-focus:focus-visible > a {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
}
.page-header .block-menu.navigation > nav > ul li > a:focus-visible:before, .page-header .block-menu.navigation > nav > ul li.ui-state-focus:focus-visible > a:before {
  color: var(--link-focus-fg-color);
}
.page-header .block-menu.navigation > nav > ul li > a:focus-visible span, .page-header .block-menu.navigation > nav > ul li > a:focus-visible strong, .page-header .block-menu.navigation > nav > ul li.ui-state-focus:focus-visible > a span, .page-header .block-menu.navigation > nav > ul li.ui-state-focus:focus-visible > a strong {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .page-header .block-menu.navigation > nav > ul li > a:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
  }
  .page-header .block-menu.navigation > nav > ul li > a:hover:before {
    color: var(--link-hover-fg-color);
  }
  .page-header .block-menu.navigation > nav > ul li > a:hover span, .page-header .block-menu.navigation > nav > ul li > a:hover strong {
    color: inherit;
  }
}
.page-node-type-article .page-header .region-title-bottom #block-eige-main-menu-level-2 {
  display: none;
}

#cookie-consent-banner > div[class$=-container] {
  padding: 0px;
  background-color: var(--panel-bg-color);
  color: var(--panel-fg-color);
  --tx-color:	var(--panel-fg-color);
  --headings-primary-color:	var(--panel-headings-color);
  --headings-secondary-color:	var(--panel-headings-color);
  --decor-primary-color:	var(--panel-decor-color);
  --download-link-icon-fg-color:	white;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --divider-color:	var(--panel-decor-color);
  --panel-headings-color:	white;
  --panel-fg-color:	white;
  --panel-decor-color:	#b6bdc3;
  --link-default-fg-color:	#bde0de;
  --link-focus-fg-color:	#13293f;
  --link-focus-bg-color:	white;
  --link-hover-fg-color:	#112539;
  --link-hover-bg-color:	#70bbb7;
  --download-link-icon-fg-color:	#13293f;
  --panel-bg-color:	#13293f;
  z-index: 75;
}
@media screen and (max-width: 64em) {
  #cookie-consent-banner > div[class$=-container] {
    bottom: var(--header-height) !important;
  }
}
#cookie-consent-banner > div[class$=-container] > div[class$=-wrapper] {
  max-width: 120rem;
  padding: var(--spacing-l) var(--page-padding-lr);
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: var(--spacing-l);
       column-gap: var(--spacing-l);
  row-gap: var(--spacing-m);
}
@media screen and (max-width: 40em) {
  #cookie-consent-banner > div[class$=-container] > div[class$=-wrapper] {
    flex-direction: column;
  }
}
#cookie-consent-banner > div[class$=-container] div[class$=-content-icon] {
  display: none;
}
#cookie-consent-banner > div[class$=-container] > div[class$=-wrapper] > div[class$=-content] {
  margin: 0px;
  gap: 0px;
}
#cookie-consent-banner > div[class$=-container] > div[class$=-wrapper] > div[class$=-content]::before {
  content: "\e934";
  color: var(--panel-decor-color);
  font-size: calc(
		((40 / 16) * 1rem) + (60 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cookie-consent-banner > div[class$=-container] > div[class$=-wrapper] > div[class$=-content]:before {
  margin-right: calc(
		((16 / 16) * 1rem) + (30 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
#cookie-consent-banner > div[class$=-container] div[class$=-content-content] {
  margin: 0px;
  max-width: 59rem;
}
#cookie-consent-banner > div[class$=-container] div[class$=-content-content] p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin: 0px;
}
#cookie-consent-banner > div[class$=-container] div[class$=-content-content] a {
  color: var(--link-default-fg-color);
  text-decoration: none;
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
  outline: 0px;
  border-radius: 0px;
}
#cookie-consent-banner > div[class$=-container] div[class$=-content-content] a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  #cookie-consent-banner > div[class$=-container] div[class$=-content-content] a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  #cookie-consent-banner > div[class$=-container] div[class$=-content-content] a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
#cookie-consent-banner > div[class$=-container] div[class$=-actions] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: var(--spacing-m);
       column-gap: var(--spacing-m);
  row-gap: var(--spacing-xs);
}
#cookie-consent-banner > div[class$=-container] div[class$=-actions] > a {
  text-shadow: none;
  margin: 0px;
  background-image: none;
  display: inline-block;
  outline: none;
  border: 0px;
  border-radius: 1.875rem;
  text-align: center;
  padding: var(--action-padding);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  color: var(--action-fg-color);
  background-color: var(--action-bg-color);
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-br-color, transparent);
  cursor: pointer;
  transition: background-color 250ms ease-out, color 250ms ease-out, box-shadow 250ms ease-out;
  --action-padding:	var(--spacing-xs) var(--spacing-s);
  --action-icon-size:	var(--spacing-s);
  --action-fg-color:	#13293f;
  --action-bg-color:	#9dd1cd;
  --action-icon-color:	#1e6d68;
  --action-hover-fg-color:	white;
  --action-hover-bg-color:	#2a9a93;
  --action-hover-icon-color:	white;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  --action-padding:	var(--spacing-2xs) var(--spacing-xs);
  --action-icon-size:	calc(
  	((15 / 16) * 1rem) + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --action-padding-icon-only: var(--spacing-2xs);
  min-height: auto;
}
#cookie-consent-banner > div[class$=-container] div[class$=-actions] > a:focus-visible {
  color: var(--action-focus-fg-color, white);
  background-color: var(--action-focus-bg-color, #175551);
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
#cookie-consent-banner > div[class$=-container] div[class$=-actions] > a:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #bde0de);
}
@media (hover: hover) and (pointer: fine) {
  #cookie-consent-banner > div[class$=-container] div[class$=-actions] > a:hover {
    color: var(--action-hover-fg-color);
    background-color: var(--action-hover-bg-color);
    box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-hover-br-color, transparent);
  }
  #cookie-consent-banner > div[class$=-container] div[class$=-actions] > a:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-3xs);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-xs-font-size);
  line-height: var(--ui-xs-line-height);
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--spacing-3xs);
       column-gap: var(--spacing-3xs);
  color: #75767D;
}
.breadcrumb ol li::after {
  content: "\e902";
  color: var(--decor-primary-color);
  font-size: var(--spacing-xs);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb ol li:first-child::before {
  content: "\e90c";
  color: var(--decor-primary-color);
  font-size: var(--spacing-xs);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb ol li:first-child:before {
  margin-right: var(--spacing-3xs);
}
.breadcrumb ol a {
  color: #75767D;
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
}
.breadcrumb ol a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb ol a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb ol a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
@media screen and (max-width: 64em) {
  .breadcrumb ol li:not(:last-child) {
    display: none;
  }
  .breadcrumb ol li:after {
    order: -1;
    transform: rotate(-180deg);
  }
  .breadcrumb ol li:first-child:before {
    content: none;
  }
}

:root {
  --carousel-item-width:	calc(
  	((360 / 16) * 1rem) + (456 - 360) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --carousel-gap:	var(--spacing-m);
}
@media screen and (min-width: 64.0625em) {
  :root {
    --carousel-gap:	var(--spacing-xl);
  }
}

.slick-slider.slick-initialized {
  display: flex;
  align-items: center;
  --extra-carousel-gap:	0px;
}
.slick-slider.slick-initialized:not(:has(button.slick-arrow)) {
  --extra-carousel-gap:	calc(var(--carousel-gap) * 0.25);
}
.slick-slider.slick-initialized .slick-list {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% + var(--carousel-extra-width, var(--page-padding-lr)));
  margin-right: calc(-1 * var(--carousel-extra-width, var(--page-padding-lr)));
  overflow-x: clip;
  overflow-y: visible;
}
.slick-slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
.slick-slider.slick-initialized .slick-slide {
  position: relative;
  margin: 0 calc(var(--carousel-gap) + var(--extra-carousel-gap));
  height: auto;
  width: calc(100vw - var(--page-padding-lr) * 2);
  transition: 250ms ease-out;
  line-height: 0;
}
@media screen and (min-width: 30.0625em) {
  .slick-slider.slick-initialized .slick-slide {
    width: var(--carousel-item-width);
  }
}
.slick-slider.slick-initialized .slick-slide:focus-visible {
  outline: 0px;
}
@media screen and (min-width: 64.0625em) {
  .slick-slider.slick-initialized .slick-slide:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    right: calc(-1 * (var(--carousel-gap) + var(--extra-carousel-gap)) - 1px);
    background-color: #dbdbdb;
  }
  .slick-slider.slick-initialized .slick-slide:last-child:after {
    content: none;
  }
}
.slick-slider.slick-initialized .slick-slide:not(.slick-active) {
  opacity: 0.6;
}
.slick-slider.slick-initialized .slick-slide:not(.slick-active):after {
  opacity: 0;
}
.slick-slider.slick-initialized .slick-slide article.teaser {
  height: 100%;
  margin: 0px;
}
.slick-slider.slick-initialized button.button {
  position: absolute;
  z-index: 2;
  display: inline-flex !important;
}
.slick-slider.slick-initialized button.button.slick-prev {
  right: 100%;
  transform: translateX(50%);
}
@media screen and (min-width: 40.0625em) {
  .slick-slider.slick-initialized button.button.slick-prev {
    transform: none;
    margin-right: var(--spacing-3xs);
  }
}
@media screen and (min-width: 64.0625em) {
  .slick-slider.slick-initialized button.button.slick-prev {
    margin-right: var(--spacing-m);
  }
}
.slick-slider.slick-initialized button.button.slick-next {
  left: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 40.0625em) {
  .slick-slider.slick-initialized button.button.slick-next {
    transform: none;
    margin-left: var(--spacing-3xs);
  }
}
@media screen and (min-width: 64.0625em) {
  .slick-slider.slick-initialized button.button.slick-next {
    margin-left: var(--spacing-m);
  }
}
.slick-slider.slick-initialized button.button.slick-disabled {
  display: none !important;
}

.block-carousel .view-content:not(.slick-slider) {
  display: flex;
  -moz-column-gap: calc(var(--carousel-gap) * 2);
       column-gap: calc(var(--carousel-gap) * 2);
}
.block-carousel .view-content:not(.slick-slider) > div {
  min-width: var(--carousel-item-width);
}
@media screen and (min-width: 64.0625em) {
  .block-carousel .view-content:not(.slick-slider) > div {
    position: relative;
  }
  .block-carousel .view-content:not(.slick-slider) > div:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    right: calc(-1 * (var(--carousel-gap) - 1px));
    background-color: #dbdbdb;
  }
  .block-carousel .view-content:not(.slick-slider) > div:last-child:after {
    content: none;
  }
}

.text-formatted-extended h2,
.text-formatted-extended .h2 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--h2-margin);
  margin-bottom: var(--h2-margin);
}
.text-formatted-extended h3,
.text-formatted-extended .h3 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  letter-spacing: 0em;
  margin-top: var(--h3-margin);
  margin-bottom: var(--h3-margin);
}
.text-formatted-extended h4,
.text-formatted-extended .h4 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  letter-spacing: 0em;
  margin-top: var(--h4-margin);
  margin-bottom: var(--h4-margin);
}
.text-formatted-extended h5,
.text-formatted-extended .h5 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  margin-top: var(--h5-margin);
  margin-bottom: var(--h5-margin);
}
.text-formatted-extended h6,
.text-formatted-extended .h6 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: 0em;
  margin-top: var(--h6-margin);
  margin-bottom: var(--h6-margin);
}
.text-formatted-extended .display-1 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: var(--d1-font-size);
  line-height: var(--d1-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--d1-margin);
  margin-bottom: var(--d1-margin);
}
.text-formatted-extended .display-0 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: var(--d0-font-size);
  line-height: var(--d0-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--d0-margin);
  margin-bottom: var(--d0-margin);
}
.text-formatted-extended .display-h2 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: var(--d-h2-font-size);
  line-height: var(--d-h2-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--d-h2-margin);
  margin-bottom: var(--d-h2-margin);
}
.text-formatted-extended .display-h3 {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: var(--d-h3-font-size);
  line-height: var(--d-h3-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--d-h3-margin);
  margin-bottom: var(--d-h3-margin);
}
.text-formatted-extended h2, .text-formatted-extended h3, .text-formatted-extended h4, .text-formatted-extended h5, .text-formatted-extended h6,
.text-formatted-extended .h1, .text-formatted-extended .h2, .text-formatted-extended .h3, .text-formatted-extended .h4, .text-formatted-extended .h5, .text-formatted-extended .h6,
.text-formatted-extended .display-1, .text-formatted-extended .display-0, .text-formatted-extended .display-h2, .text-formatted-extended .display-h3 {
  color: var(--headings-primary-color);
}
.text-formatted-extended h1 {
  color: #b00000;
}
.text-formatted-extended h2 > span.text-above-heading, .text-formatted-extended h3 > span.text-above-heading, .text-formatted-extended h4 > span.text-above-heading, .text-formatted-extended h5 > span.text-above-heading, .text-formatted-extended h6 > span.text-above-heading {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  color: var(--headings-secondary-color);
  text-transform: uppercase;
}
.text-formatted-extended p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
  color: var(--tx-color, #3e4047);
}
.text-formatted-extended p.small-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-s-margin);
  margin-bottom: var(--body-s-margin);
  --link-text-icon-spacing: var(--spacing-2xs);
}
.text-formatted-extended p.xsmall-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-xs-margin);
  margin-bottom: var(--body-xs-margin);
  --link-text-icon-spacing: var(--spacing-2xs);
}
.text-formatted-extended span.small-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
}
.text-formatted-extended span.xsmall-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
}
.text-formatted-extended p:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor),
.text-formatted-extended li > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor),
.text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor),
.text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor),
.text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor),
.text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor), .text-formatted-extended h2:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor), .text-formatted-extended h3:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor), .text-formatted-extended h4:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor), .text-formatted-extended h5:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor),
.text-formatted-extended td > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor), .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor) {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
  word-wrap: break-word;
}
.text-formatted-extended p:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible,
.text-formatted-extended li > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible,
.text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible,
.text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible,
.text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible,
.text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible, .text-formatted-extended h2:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible, .text-formatted-extended h3:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible, .text-formatted-extended h4:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible, .text-formatted-extended h5:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible,
.text-formatted-extended td > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible, .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted-extended p:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended li > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h2:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h3:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h4:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h5:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended td > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted-extended p:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended li > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h2:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h3:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h4:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended h5:not(.teaser-title) > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover,
  .text-formatted-extended td > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover, .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link, .ui-tabs-anchor, .file-download, .decorative-icon-link, .ck-anchor):hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-row-gap);
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
  --list-row-gap: var(--spacing-xs);
  --list-decor-space-left: calc(
  	((16 / 16) * 1rem) + (40 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-space-right: var(--spacing-m);
  --list-decor-size: calc(
  	((10 / 16) * 1rem) + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li > *:first-child {
  margin-top: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li > *:last-child {
  margin-bottom: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li:before {
  position: absolute;
  display: inline-block;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li > ul, .text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu):first-child {
  margin-top: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu):last-child {
  margin-bottom: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li {
  padding-left: calc(var(--list-decor-space-left) + var(--list-decor-size) + var(--list-decor-space-right));
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu) > li:before {
  content: " ";
  top: var(--list-decor-top, calc( 		((8.5 / 16) * 1rem) + (11 - 8.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	));
  left: var(--list-decor-space-left);
  width: var(--list-decor-size);
  height: var(--list-decor-size);
  border-radius: 50%;
  background-color: var(--decor-primary-color);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu).small-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-s-margin);
  margin-bottom: var(--body-s-margin);
  --list-row-gap:	var(--spacing-2xs);
  --list-decor-space-left:	calc(
  	((16 / 16) * 1rem) + (30 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-space-right:	var(--spacing-s);
  --list-decor-size:	calc(
  	((6 / 16) * 1rem) + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-top:	calc(
  	((6.8 / 16) * 1rem) + (11 - 6.8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .tabs-list, .layout, .checklist, .remove-list-styling, .menu, .submenu).xsmall-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-xs-margin);
  margin-bottom: var(--body-xs-margin);
  --list-row-gap:	var(--spacing-3xs);
  --list-decor-space-left:	var(--spacing-s);
  --list-decor-space-right:	var(--spacing-xs);
  --list-decor-size:	calc(
  	((6 / 16) * 1rem) + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-top:	calc(
  	((5.5 / 16) * 1rem) + (7 - 5.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-row-gap);
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
  --list-row-gap: var(--spacing-xs);
  --list-decor-space-left: calc(
  	((16 / 16) * 1rem) + (40 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-space-right: var(--spacing-m);
  counter-reset: counter calc(var(--list-numbering-start, 1) - 1);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li > *:first-child {
  margin-top: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li > *:last-child {
  margin-bottom: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li:before {
  position: absolute;
  display: inline-block;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li > ul, .text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list):first-child {
  margin-top: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list):last-child {
  margin-bottom: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li {
  padding-left: calc(var(--list-decor-space-left) + var(--list-decor-space-right));
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list) > li:before {
  content: counter(counter);
  counter-increment: counter;
  top: 0px;
  right: calc(100% - var(--list-decor-space-left));
  font-weight: 700;
  text-align: right;
  color: var(--decor-primary-color);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list).small-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-s-margin);
  margin-bottom: var(--body-s-margin);
  --list-row-gap:	var(--spacing-2xs);
  --list-decor-space-left:	calc(
  	((16 / 16) * 1rem) + (30 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-space-right:	var(--spacing-s);
  --list-decor-size:	calc(
  	((6 / 16) * 1rem) + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-top:	calc(
  	((6.8 / 16) * 1rem) + (11 - 6.8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.text-formatted-extended ol:not(.layout, .remove-list-styling, .highlighted-links-list).xsmall-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-xs-margin);
  margin-bottom: var(--body-xs-margin);
  --list-row-gap:	var(--spacing-3xs);
  --list-decor-space-left:	var(--spacing-s);
  --list-decor-space-right:	var(--spacing-xs);
  --list-decor-size:	calc(
  	((6 / 16) * 1rem) + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --list-decor-top:	calc(
  	((5.5 / 16) * 1rem) + (7 - 5.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.text-formatted-extended dl dt p,
.text-formatted-extended dl dd p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0px;
  font-weight: inherit;
  color: inherit;
}
.text-formatted-extended .remove-list-styling > li > *:first-child {
  margin-top: 0px;
}
.text-formatted-extended .remove-list-styling > li > *:last-child {
  margin-bottom: 0px;
}
.text-formatted-extended hr {
  margin-top: var(--page-gap);
  margin-bottom: var(--page-gap);
  border: 0px;
  border-top: 1px solid var(--divider-color);
}
.text-formatted-extended .media--type-image,
.text-formatted-extended p:has(> img:first-child:last-child) {
  line-height: 0;
}
.text-formatted-extended .align-left,
.text-formatted-extended .drupal-media-style-align-left {
  float: none;
}
@media screen and (min-width: 50.0625em) {
  .text-formatted-extended .align-left,
  .text-formatted-extended .drupal-media-style-align-left {
    float: left;
    margin-right: var(--section-gap);
    margin-bottom: var(--body-margin);
    max-width: 50%;
  }
}
.text-formatted-extended .align-right,
.text-formatted-extended .drupal-media-style-align-right {
  float: none;
}
@media screen and (min-width: 50.0625em) {
  .text-formatted-extended .align-right,
  .text-formatted-extended .drupal-media-style-align-right {
    float: right;
    margin-left: var(--section-gap);
    margin-bottom: var(--body-margin);
    max-width: 50%;
  }
}
.text-formatted-extended .align-center,
.text-formatted-extended .drupal-media-style-align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--body-margin);
}
.text-formatted-extended figure.caption {
  margin-bottom: var(--body-margin);
}
.text-formatted-extended figure.caption.align-center {
  display: table;
  text-align: center;
}
.text-formatted-extended h2,
.text-formatted-extended h3,
.text-formatted-extended div,
.text-formatted-extended blockquote,
.text-formatted-extended hr,
.text-formatted-extended table {
  clear: both;
}
.text-formatted-extended blockquote,
.text-formatted-extended .box,
.text-formatted-extended .note-box,
.text-formatted-extended .border-box,
.text-formatted-extended .contact-card,
.text-formatted-extended .table-wrapper,
.text-formatted-extended .layout,
.text-formatted-extended .teaser,
.text-formatted-extended .video-wrapper,
.text-formatted-extended .tabs,
.text-formatted-extended .icon-list,
.text-formatted-extended .steps-list,
.text-formatted-extended .binary-checklist,
.text-formatted-extended .checklist,
.text-formatted-extended .matching-game,
.text-formatted-extended ul.teaser-grid {
  margin-top: calc(var(--section-gap) / 2);
  margin-bottom: var(--section-gap);
}
.text-formatted-extended .icon-list:has(> li:first-child:last-child) {
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
}
.text-formatted-extended .expandable:not(.read-more),
.text-formatted-extended .accordion {
  margin: var(--spacing-l) 0;
}
.text-formatted-extended .expandable:not(.read-more):last-child,
.text-formatted-extended .accordion:last-child {
  margin-bottom: 0px;
}
.text-formatted-extended div > .expandable:first-child {
  margin-top: 0px;
}
.text-formatted-extended div > .expandable:last-child {
  margin-bottom: 0px;
}
.text-formatted-extended div.accordion > .expandable {
  margin: -1px;
}
.text-formatted-extended div.accordion > .expandable.expanded {
  position: relative;
  z-index: 2;
}
.text-formatted-extended .expandable .expandable-title > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted-extended div.content-carousel,
.text-formatted-extended div.carousel {
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}
.text-formatted-extended > *:first-child, .text-formatted-extended > span:first-child + * {
  margin-top: 0px !important;
}
.text-formatted-extended > *:last-child {
  margin-bottom: 0px !important;
}
.text-formatted-extended .layout > * {
  margin: 0px;
}
.text-formatted-extended > * {
  max-width: 59rem;
}
.text-formatted-extended > hr, .text-formatted-extended > .layout:not(.columns-1), .text-formatted-extended > .country-teaser-grid, .text-formatted-extended > div.video-wrapper, .text-formatted-extended > div.content-carousel, .text-formatted-extended > div.slick-slider, .text-formatted-extended > div.tabs, .text-formatted-extended > ul.teaser-grid {
  max-width: none;
}
@media screen and (min-width: 56.3125em) {
  .text-formatted-extended .layout.columns-2 > * > .teaser.media-background:first-child:last-child {
    height: 100%;
  }
  .text-formatted-extended .layout.columns-2:has(> .box) .media--type-image,
  .text-formatted-extended .layout.columns-2:has(> .box) .video-wrapper {
    height: 100%;
  }
  .text-formatted-extended .layout.columns-2:has(> .box) .media--type-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.text-formatted-extended .expandable-menu nav > ul.menu:not(:has(button)) > li {
  grid-template-columns: var(--spacing-s) 1fr;
}
.text-formatted-extended .expandable-menu nav > ul.menu:not(:has(button)) > li > span, .text-formatted-extended .expandable-menu nav > ul.menu:not(:has(button)) > li > a {
  grid-column: 1/span 2;
}
.text-formatted-extended .expandable-menu nav > ul.menu a {
  border-bottom: 0px;
  background-image: none;
}
html.js .text-formatted-extended .expandable .expandable-body {
  display: none;
}
.text-formatted-extended .media--view-mode-inline-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-formatted-extended .media--view-mode-inline-gallery a {
  display: block;
  position: relative;
}
.text-formatted-extended .media--view-mode-inline-gallery a::after {
  content: "\e95c";
  color: var(--full-screen-icon-fg-color, white);
  font-size: var(--body-xs-font-size);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-formatted-extended .media--view-mode-inline-gallery a:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--full-screen-icon-bg-color, #13293f);
  transition: 250ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted-extended .media--view-mode-inline-gallery a:hover:after {
    --full-screen-icon-fg-color: var(--full-screen-icon-fg-color-hover, white);
    --full-screen-icon-bg-color: var(--full-screen-icon-bg-color-hover, #61707e);
  }
}
.text-formatted-extended .media--view-mode-inline-gallery:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: 250ms ease-out;
  box-sizing: content-box;
  padding: var(--spacing-3xs);
  box-shadow: 0 0 0 var(--focus-br-width, 0) var(--full-screen-icon-br-color-focus, #175551);
}
.text-formatted-extended .media--view-mode-inline-gallery:has(a:focus-visible) {
  --full-screen-icon-bg-color: var(--full-screen-icon-bg-color-focus, #175551);
}
.text-formatted-extended .media--view-mode-inline-gallery:has(a:focus-visible):after {
  --focus-br-width: calc(
  	((2 / 16) * 1rem) + (3 - 2) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

video {
  width: 100%;
  max-width: 100%;
  background-color: #222327;
}

figure.caption,
figure.drupal-media {
  line-height: 0;
  margin-bottom: var(--step0-margin);
}

figure.caption figcaption,
figure.drupal-media figcaption,
p.caption {
  position: relative;
  padding-left: calc(var(--spacing-s) + var(--spacing-xs));
  margin-top: var(--spacing-xs);
  color: var(--tx-color, #75767D);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  text-align: left;
}
figure.caption figcaption::before,
figure.drupal-media figcaption::before,
p.caption::before {
  content: "\e93d";
  color: var(--decor-primary-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure.caption figcaption:before,
figure.drupal-media figcaption:before,
p.caption:before {
  position: absolute;
  top: 0px;
  left: 0px;
}

a.external:not(.button, .highlighted-link)::after {
  content: "\e904";
  color: inherit;
  font-size: inherit;
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.external:not(.button, .highlighted-link):after {
  margin-left: var(--link-text-icon-spacing);
  margin-right: 2px;
  position: relative;
  top: 1px;
}

a.highlighted-link {
  position: relative;
  display: block;
  padding: var(--h-link-padding);
  padding-right: calc(var(--h-link-padding) + var(--h-link-icon-size) + var(--h-link-icon-text-gap));
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  font-weight: 700;
  color: var(--h-link-fg-color);
  background-color: var(--h-link-bg-color);
  --h-link-padding: var(--spacing-m);
  --h-link-icon-size: var(--spacing-s);
  --h-link-icon-text-gap: var(--spacing-s);
  --h-link-fg-color:	white;
  --h-link-bg-color:	#13293f;
  --h-link-icon-color:	#bde0de;
  --h-link-focus-bg-color:	#08111a;
  --h-link-hover-bg-color:	#0d1d2d;
  --h-link-alt-bg-color:	#425465;
}
a.highlighted-link::after {
  content: "\e900";
  color: var(--h-link-icon-color);
  font-size: var(--h-link-icon-size);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.highlighted-link:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: var(--h-link-padding);
  margin: auto;
  height: var(--h-link-icon-size);
}
a.highlighted-link.external:after {
  content: "\e904";
}
a.highlighted-link:focus-visible {
  background-color: var(--h-link-focus-bg-color);
  color: var(--h-link-focus-fg-color, var(--h-link-fg-color));
}
a.highlighted-link:focus-visible:after {
  color: var(--h-link-focus-icon-color, var(--h-link-icon-color));
}
@media (hover: hover) and (pointer: fine) {
  a.highlighted-link:hover {
    color: var(--h-link-hover-fg-color, var(--h-link-fg-color));
    background-color: var(--h-link-hover-bg-color);
  }
  a.highlighted-link:hover:after {
    color: var(--h-link-hover-icon-color, var(--h-link-icon-color));
    animation: arrow-animation 1s ease-in-out infinite;
  }
}
a.highlighted-link.yellow {
  --h-link-fg-color:	#13293f;
  --h-link-bg-color:	#9dd1cd;
  --h-link-icon-color:	#1e6d68;
  --h-link-alt-bg-color:	#bde0de;
  --h-link-focus-fg-color:	white;
  --h-link-focus-bg-color:	#12413e;
  --h-link-focus-icon-color:	white;
  --h-link-hover-fg-color:	white;
  --h-link-hover-bg-color:	#268c86;
  --h-link-hover-icon-color:	white;
}
a.highlighted-link.alt {
  --h-link-bg-color: var(--h-link-alt-bg-color);
}
a.highlighted-link span.above,
a.highlighted-link span.below {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
}
a.highlighted-link span.below {
  margin-top: var(--spacing-2xs);
}

ul.highlighted-links-list li:nth-child(even) .highlighted-link,
ol.highlighted-links-list li:nth-child(even) .highlighted-link {
  --h-link-bg-color: var(--h-link-alt-bg-color);
}
ul.highlighted-links-list > li > *,
ol.highlighted-links-list > li > * {
  margin: 0px;
}

ol.highlighted-links-list {
  counter-reset: counter;
}
ol.highlighted-links-list a:before {
  content: counter(counter) ". ";
  counter-increment: counter;
}

.special-link {
  position: relative;
  display: inline-block;
  padding: var(--s-link-padding);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  font-weight: 400;
  text-decoration: underline;
  --s-link-padding:	var(--spacing-2xs);
  --s-link-icon-text-gap:	var(--spacing-s);
  --s-link-icon-size:	var(--spacing-s);
}
.special-link:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --decor-primary-color: var(--link-focus-fg-color);
}
@media (hover: hover) and (pointer: fine) {
  .special-link:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
    --decor-primary-color: var(--link-hover-fg-color);
  }
}
.special-link:before, .special-link:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
}
.special-link.back {
  padding-left: calc(var(--s-link-padding) + var(--s-link-icon-size) + var(--s-link-icon-text-gap));
}
.special-link.back::before {
  content: "\e920";
  color: var(--decor-primary-color);
  font-size: var(--s-link-icon-size, var(--spacing-s));
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.special-link.back:before {
  left: var(--s-link-padding);
}
.special-link.more {
  padding-right: calc(var(--s-link-padding) + var(--s-link-icon-size) + var(--s-link-icon-text-gap));
}
.special-link.more::after {
  content: "\e900";
  color: var(--decor-primary-color);
  font-size: var(--s-link-icon-size, var(--spacing-s));
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.special-link.more:after {
  right: var(--s-link-padding);
}
.special-link.small {
  --s-link-padding:	var(--spacing-3xs);
  --s-link-icon-text-gap:	1rem;
  --s-link-icon-size:	0.9375rem;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
}

a.thesaurus-reference::before {
  content: "\e940";
  color: inherit;
  font-size: inherit;
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.thesaurus-reference:before {
  margin-right: var(--link-text-icon-spacing);
  margin-left: 2px;
  position: relative;
  top: 2px;
}

.button {
  display: inline-block;
  outline: none;
  border: 0px;
  border-radius: 1.875rem;
  text-align: center;
  padding: var(--action-padding);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  color: var(--action-fg-color);
  background-color: var(--action-bg-color);
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-br-color, transparent);
  cursor: pointer;
  transition: background-color 250ms ease-out, color 250ms ease-out, box-shadow 250ms ease-out;
  --action-padding:	var(--spacing-xs) var(--spacing-s);
  --action-icon-size:	var(--spacing-s);
  --action-fg-color:	white;
  --action-bg-color:	#13293f;
  --action-icon-color:	#bde0de;
  --action-hover-fg-color:	white;
  --action-hover-bg-color:	#61707e;
  --action-hover-icon-color:	#eaf5f4;
}
.button:focus-visible {
  color: var(--action-focus-fg-color, white);
  background-color: var(--action-focus-bg-color, #175551);
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
.button:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #bde0de);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    color: var(--action-hover-fg-color);
    background-color: var(--action-hover-bg-color);
    box-shadow: inset 0px 0px 0px var(--action-br-width, 0) var(--action-hover-br-color, transparent);
  }
  .button:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}
.button.secondary {
  --action-fg-color:	#13293f;
  --action-bg-color:	#9dd1cd;
  --action-icon-color:	#1e6d68;
  --action-hover-fg-color:	white;
  --action-hover-bg-color:	#2a9a93;
  --action-hover-icon-color:	white;
}
.button.outlined {
  --action-fg-color:	#13293f;
  --action-bg-color:	white;
  --action-br-color:	#13293f;
  --action-br-width:	calc(
  	((1 / 16) * 1rem) + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --action-icon-color:	inherit;
  --action-hover-fg-color:	#61707e;
  --action-hover-bg-color:	white;
  --action-hover-br-color:	#61707e;
  --action-hover-icon-color:	inherit;
}
.button.outlined.secondary {
  --action-fg-color:	#13293f;
  --action-bg-color:	#9dd1cd;
  --action-icon-color:	#1e6d68;
  --action-hover-fg-color:	white;
  --action-hover-bg-color:	#2a9a93;
  --action-hover-icon-color:	white;
  --action-fg-color:	#13293f;
  --action-bg-color:	white;
  --action-br-color:	#13293f;
  --action-br-width:	calc(
  	((1 / 16) * 1rem) + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --action-icon-color:	inherit;
  --action-hover-fg-color:	#61707e;
  --action-hover-bg-color:	white;
  --action-hover-br-color:	#61707e;
  --action-hover-icon-color:	inherit;
  --action-fg-color:	#13293f;
  --action-br-color:	#2a9a93;
  --action-hover-fg-color:	#61707e;
  --action-hover-bg-color:	white;
  --action-hover-br-color:	#9dd1cd;
  --action-hover-icon-color:	inherit;
}
.button.hollow {
  --action-fg-color:	#13293f;
  --action-bg-color:	transparent;
  --action-icon-color:	#2a9a93;
  --action-hover-fg-color:	#61707e;
  --action-hover-bg-color:	transparent;
  --action-hover-icon-color:	inherit;
}
.button.small {
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  --action-padding:	var(--spacing-2xs) var(--spacing-xs);
  --action-icon-size:	calc(
  	((15 / 16) * 1rem) + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --action-padding-icon-only: var(--spacing-2xs);
}
.button.icon-left::before, .button.icon-right::before, .button.icon-only::before {
  color: var(--action-icon-color);
  font-size: var(--action-icon-size);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.icon-left:before, .button.icon-right:before, .button.icon-only:before {
  transition: 250ms ease-out;
}
.button.icon-left {
  display: inline-grid;
  -moz-column-gap: var(--spacing-2xs);
       column-gap: var(--spacing-2xs);
  align-items: center;
  grid-template-columns: var(--action-icon-size) 1fr;
  text-align: left;
}
.button.icon-right {
  display: inline-grid;
  -moz-column-gap: var(--spacing-2xs);
       column-gap: var(--spacing-2xs);
  align-items: center;
  grid-template-columns: 1fr var(--action-icon-size);
  grid-template-rows: 1fr;
  text-align: left;
}
.button.icon-right:before {
  grid-column: 2;
  grid-row: 1;
}
.button.icon-only {
  font-size: 0px;
  display: inline-flex;
  align-items: center;
  --action-padding: var(--action-padding-icon-only, var(--spacing-xs));
  --action-icon-color: inherit;
  --action-hover-icon-color: inherit;
  --action-focus-icon-color: white;
}
.button.more:before {
  content: "\e900";
}
.button.arrow-right:before {
  content: "\e900";
}
.button.arrow-left:before {
  content: "\e941";
}
.button.arrow-up:before {
  content: "\e90b";
}
.button.arrow-down:before {
  content: "\e95d";
}
.button.caret-left:before {
  content: "\e920";
}
.button.caret-right:before {
  content: "\e902";
}
.button.caret-double-left:before {
  content: "\e932";
}
.button.caret-double-right:before {
  content: "\e936";
}
.button.external:before {
  content: "\e904";
}
.button.search:before {
  content: "\e923";
}
.button.close:before {
  content: "\e924";
}
.button.download:before {
  content: "\e938";
}
.button.export:before {
  content: "\e938";
}
.button.menu:before {
  content: "\e921";
}
.button.reset:before {
  content: "\e930";
}
.button.print:before {
  content: "\e929";
}
.button.pdf:before {
  content: "\e925";
}
.button.feed-icon:before {
  content: "\e93b";
}
.button.add-to-calendar:before {
  content: "\e93c";
}
.button.reminder:before {
  content: "\e965";
}
.button.info:before {
  content: "\e93d";
}
.button.settings:before {
  content: "\e969";
}
.button.share:before {
  content: "\e96b";
}
.button.view:before {
  content: "\e96e";
}
.button.document:before {
  content: "\e94d";
}
.button.linkedin:before {
  content: "\e907";
}
.button.filters:before {
  content: "\e953";
}
.button.my-schedule:before {
  content: "\e95a";
}
.button.success:before {
  content: "\e973";
}
.button.cookie:before {
  content: "\e934";
}
.button.instagram:before {
  content: "\e910";
}
.button.globe:before {
  content: "\e964";
}
.button.button[disabled] {
  cursor: not-allowed;
  --action-fg-color:	#3e4047;
  --action-bg-color:	#dbdbdb;
  --action-icon-color:	#75767D;
}
@media (hover: hover) and (pointer: fine) {
  .button.button[disabled]:hover {
    --action-hover-fg-color:	#3e4047;
    --action-hover-bg-color:	#dbdbdb;
    --action-hover-icon-color:	#75767D;
    --action-hover-br-color:	#c3c4c6;
  }
}
.button.button[disabled].outlined {
  --action-bg-color:	white;
  --action-hover-bg-color:	white;
  --action-br-color:	#c3c4c6;
  --action-hover-br-color:	#c3c4c6;
}
.button.button[disabled].hollow {
  --action-bg-color:	transparent;
  --action-hover-bg-color:	transparent;
}
.button.button[disabled].icon-only:not(.hollow) {
  --action-icon-color:	inherit;
  --action-hover-icon-color:	inherit;
}

.highlighted-frame {
  margin-top: calc(
		((41 / 16) * 1rem) + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  margin-bottom: calc(
		((41 / 16) * 1rem) + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  padding-left: var(--spacing-xl);
  border-left: 5px solid var(--decor-primary-color);
}
.highlighted-frame > *:first-child {
  margin-top: 0px !important;
}
.highlighted-frame > *:last-child {
  margin-bottom: 0px !important;
}

blockquote {
  position: relative;
  margin: 0;
  padding: var(--spacing-xl);
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
blockquote:before, blockquote:after {
  content: "“";
  position: absolute;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: calc(
		((40 / 16) * 1rem) + (50 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: 65px;
  font-style: normal;
  color: var(--decor-primary-color);
}
blockquote:before {
  top: calc(
		((5 / 16) * 1rem) + (16 - 5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  left: calc(
		((16 / 16) * 1rem) + (26 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
blockquote:after {
  content: "”";
  bottom: calc(
		((-16 / 16) * 1rem) + (-9 - -16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  right: calc(
		((19 / 16) * 1rem) + (24 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
blockquote > *:first-child {
  margin-top: 0px;
}
blockquote > *:last-child {
  margin-bottom: 0px;
}

div.border-box {
  padding: var(--box-padding);
  border: 3px solid var(--border-box-br-color, var(--decor-primary-color));
}
div.border-box > *:first-child {
  margin-top: 0px;
}
div.border-box > *:last-child {
  margin-bottom: 0px;
}
div.border-box.blue, div.border-box.green, div.border-box.yellow, div.border-box.red, div.border-box.purple, div.border-box.orange {
  --headings-primary-color: var(--border-box-fg-color);
  --headings-secondary-color: var(--border-box-fg-color);
  --decor-primary-color: var(--border-box-fg-color);
  --download-link-icon-fg-color: white;
}
div.border-box.blue {
  --border-box-br-color:	#53BCEA;
  --border-box-fg-color:	#007EB5;
}
div.border-box.green {
  --border-box-br-color:	#80B262;
  --border-box-fg-color:	#5C8047;
}
div.border-box.yellow {
  --border-box-br-color:	#CCA64A;
  --border-box-fg-color:	#8C7233;
}
div.border-box.red {
  --border-box-br-color:	#E4867F;
  --border-box-fg-color:	#CE463C;
}
div.border-box.purple {
  --border-box-br-color:	#BB92DA;
  --border-box-fg-color:	#7030A0;
}
div.border-box.orange {
  --border-box-br-color:	#F19100;
  --border-box-fg-color:	#AA6600;
}

table {
  border: 0px;
  border-collapse: collapse;
}
table thead {
  border-top: 1px solid var(--table-br-color);
}
table tbody {
  border-bottom: 1px solid var(--table-br-color);
}
table tbody:first-child {
  border-top: 1px solid var(--table-br-color);
}
table th, table td {
  padding: var(--spacing-xs) var(--spacing-s);
  border: 0px;
  text-align: left;
  border-left: 1px solid var(--table-br-color);
  border-right: 1px solid var(--table-br-color);
}
@media print {
  table th, table td {
    padding: 0px var(--table-padding-lr) !important;
    --table-padding-tb: 12px;
    --table-padding-lr: 16px;
  }
  table th:before, table th:after, table td:before, table td:after {
    content: " ";
    display: block;
    height: var(--table-padding-tb);
    width: 100%;
  }
}
table th {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: 0em;
  color: var(--table-th-fg-color);
  background-color: var(--table-th-bg-color);
}
table th[colspan] {
  text-align: center;
}
table thead tr th {
  border-bottom: 1px solid var(--table-br-color);
}
table tbody {
  background-color: var(--table-body-bg-color);
}
table tbody tr td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
  color: #3e4047;
  background-color: white;
}
table tbody tr td > *:first-child {
  margin-top: 0px;
}
table tbody tr td > *:last-child {
  margin-bottom: 0px;
}
table tbody th {
  color: var(--table-body-th-fg-color);
  background-color: var(--table-body-th-bg-color);
}
table tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.9019607843);
}
table tbody tr:nth-child(even) th:not([rowspan]) {
  background-color: var(--table-body-th-zebra-bg-color);
}
table tbody td ul, table tbody td ol {
  --list-decor-space-left: 0px !important;
}
table.small caption {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: 0em;
}
table.small th, table.small td, table.small caption {
  padding: var(--spacing-2xs) var(--spacing-xs);
}
@media print {
  table.small th, table.small td, table.small caption {
    --table-padding-tb: 8px;
    --table-padding-lr: 12px;
  }
}
table.small th {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  font-weight: 700;
}
table.small tbody td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
}
table.small td p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-s-margin);
  margin-bottom: var(--body-s-margin);
}
table.xsmall caption {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  font-weight: 700;
}
table.xsmall th, table.xsmall td, table.xsmall caption {
  padding: var(--spacing-3xs) var(--spacing-2xs);
}
@media print {
  table.xsmall th, table.xsmall td, table.xsmall caption {
    --table-padding-tb: 4px;
    --table-padding-lr: 8px;
  }
}
table.xsmall th {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  font-weight: 700;
}
table.xsmall tbody td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
}
table.xsmall td p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  letter-spacing: 0em;
  margin-top: var(--body-xs-margin);
  margin-bottom: var(--body-xs-margin);
}

table caption,
.table > figcaption {
  text-align: left;
  padding: var(--spacing-xs) var(--spacing-s);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: 0em;
  color: var(--table-body-th-fg-color);
  background-color: var(--table-body-th-bg-color);
  border: 1px solid var(--table-br-color);
}
table caption + thead,
.table > figcaption + thead {
  border-top: 0px;
}

.table-wrapper,
.webform-likert-table-wrapper {
  overflow: auto;
  position: relative;
  max-width: 100%;
  max-height: calc(90vh - var(--admin-menu-height) - var(--mobile-header-height));
  max-height: calc(90svh - var(--admin-menu-height) - var(--mobile-header-height));
  border-top: 1px solid var(--table-br-color);
}
@media (hover: hover) and (pointer: fine) {
  .table-wrapper,
  .webform-likert-table-wrapper {
    border-bottom: 1px solid var(--table-br-color);
  }
  .table-wrapper::-webkit-scrollbar,
  .webform-likert-table-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .table-wrapper::-webkit-scrollbar-thumb,
  .webform-likert-table-wrapper::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  .table-wrapper::-webkit-scrollbar-track,
  .webform-likert-table-wrapper::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .table-wrapper,
  .webform-likert-table-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
  .table-wrapper table tbody,
  .webform-likert-table-wrapper table tbody {
    border-bottom: 0px;
  }
}
.table-wrapper table,
.webform-likert-table-wrapper table {
  width: 100%;
  overflow: hidden;
}
.table-wrapper table caption,
.webform-likert-table-wrapper table caption {
  border-top: 0px;
}
.table-wrapper table thead,
.table-wrapper table tbody,
.webform-likert-table-wrapper table thead,
.webform-likert-table-wrapper table tbody {
  border-top: 0px;
}
.table-wrapper table thead th,
.webform-likert-table-wrapper table thead th {
  position: sticky;
  top: 0px;
  z-index: 2;
}

.layout {
  display: grid;
  grid-template-columns: repeat(var(--layout-columns), 1fr);
  -moz-column-gap: var(--layout-column-gap);
       column-gap: var(--layout-column-gap);
  row-gap: var(--layout-row-gap);
  --layout-columns:	1;
  --layout-column-gap:	var(--page-gap);
  --layout-row-gap:	var(--page-gap);
}
.layout > div > *:first-child, .layout > li > *:first-child {
  margin-top: 0px !important;
}
.layout > div > *:last-child, .layout > li > *:last-child {
  margin-bottom: 0px !important;
}
.layout.columns-1 {
  grid-template-columns: 1fr;
}
.layout.columns-1.dividers > *:before {
  --horizontal-divider-content: " ";
  --horizontal-divider-width: 100%;
}
@media screen and (min-width: 56.3125em) {
  .layout.columns-2 {
    --layout-columns: 2;
  }
  .layout.columns-2.dividers {
    --2nd-column-divider-content: " ";
  }
  .layout.columns-2.dividers > * {
    --horizontal-divider-content: none;
  }
  .layout.columns-2.dividers > *:nth-child(odd) {
    --horizontal-divider-content: " ";
  }
}
@media screen and (min-width: 80em) {
  .layout.columns-2.expand-1 {
    grid-template-columns: var(--expanded-template-columns, 2fr 1fr);
    --horizontal-divider-width: calc(150% + var(--layout-column-gap));
  }
  .layout.columns-2.expand-2 {
    grid-template-columns: var(--expanded-template-columns, 1fr 2fr);
    --horizontal-divider-width: calc(300% + var(--layout-column-gap));
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 79.9375em) {
  main:not(.no-sidebar) .layout.columns-2, .main-content:has(.marginalia-wrapper) .layout.columns-2 {
    --layout-columns: 1;
    --expanded-template-columns: 1fr;
  }
  main:not(.no-sidebar) .layout.columns-2.dividers, .main-content:has(.marginalia-wrapper) .layout.columns-2.dividers {
    --2nd-column-divider-content: none;
    --horizontal-divider-width: 100%;
  }
  main:not(.no-sidebar) .layout.columns-2.dividers > *:before, .main-content:has(.marginalia-wrapper) .layout.columns-2.dividers > *:before {
    --horizontal-divider-content: " ";
  }
}
@media screen and (min-width: 40em) {
  .layout.columns-3 {
    --layout-columns: 2;
  }
  .layout.columns-3.dividers {
    --2nd-column-divider-content: " ";
  }
  .layout.columns-3.dividers > * {
    --horizontal-divider-content: none;
  }
  .layout.columns-3.dividers > *:nth-child(odd) {
    --horizontal-divider-content: " ";
  }
}
@media screen and (min-width: 56.3125em) {
  .layout.columns-3 {
    --layout-columns: 3;
  }
  .layout.columns-3.dividers {
    --3rd-column-divider-content: " ";
  }
  .layout.columns-3.dividers > *:before {
    --horizontal-divider-content: none;
  }
  .layout.columns-3.dividers > *:nth-child(3n+1):before {
    --horizontal-divider-content: " ";
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 85.3125em) {
  main:not(.no-sidebar) .layout.columns-3, .main-content:has(.marginalia-wrapper) .layout.columns-3 {
    --layout-columns: 2;
  }
  main:not(.no-sidebar) .layout.columns-3.dividers, .main-content:has(.marginalia-wrapper) .layout.columns-3.dividers {
    --3rd-column-divider-content: none;
  }
  main:not(.no-sidebar) .layout.columns-3.dividers > *:before, .main-content:has(.marginalia-wrapper) .layout.columns-3.dividers > *:before {
    --horizontal-divider-content: none;
  }
  main:not(.no-sidebar) .layout.columns-3.dividers > *:nth-child(odd):before, .main-content:has(.marginalia-wrapper) .layout.columns-3.dividers > *:nth-child(odd):before {
    --horizontal-divider-content: " ";
  }
}
@media screen and (min-width: 40em) {
  .layout.columns-4 {
    --layout-columns: 2;
  }
  .layout.columns-4.dividers {
    --2nd-column-divider-content: " ";
  }
  .layout.columns-4.dividers > *:nth-child(even):before {
    --horizontal-divider-content: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .layout.columns-4 {
    --layout-columns: 4;
  }
  .layout.columns-4.dividers {
    --3rd-column-divider-content: " ";
    --4th-column-divider-content: " ";
  }
  .layout.columns-4.dividers > *:not(.layout.columns-4.dividers.columns-4 > *:nth-child(4n+1)):before {
    --horizontal-divider-content: none;
  }
}
@media screen and (max-width: 40em) {
  .layout.columns-4.highlighted-links-list {
    --layout-row-gap: 0px;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 85.3125em) {
  main:not(.no-sidebar) .layout.columns-4, .main-content:has(.marginalia-wrapper) .layout.columns-4 {
    --layout-columns: 2;
  }
  main:not(.no-sidebar) .layout.columns-4.dividers, .main-content:has(.marginalia-wrapper) .layout.columns-4.dividers {
    --2nd-column-divider-content: " ";
    --3rd-column-divider-content: none;
    --4th-column-divider-content: none;
  }
  main:not(.no-sidebar) .layout.columns-4.dividers > *:before, .main-content:has(.marginalia-wrapper) .layout.columns-4.dividers > *:before {
    --horizontal-divider-content: none !important;
  }
  main:not(.no-sidebar) .layout.columns-4.dividers > *:nth-child(odd):before, .main-content:has(.marginalia-wrapper) .layout.columns-4.dividers > *:nth-child(odd):before {
    --horizontal-divider-content: " " !important;
  }
}
.layout.dividers {
  position: relative;
  --layout-column-gap:	calc(var(--section-gap) * 2);
}
.layout.dividers:not(.columns-1) {
  --layout-row-gap:	calc(var(--section-gap) * 2);
}
.layout.dividers > * {
  position: relative;
}
.layout.dividers.columns-2:before, .layout.dividers.columns-3:before, .layout.dividers.columns-3:after, .layout.dividers.columns-4:before, .layout.dividers.columns-4:after, .layout.dividers.columns-4 > *:first-child:before {
  width: 1px;
  height: 100%;
  grid-column: 2;
  position: absolute;
  top: 0px;
  left: calc(-0.5 * var(--layout-column-gap));
  background-color: var(--divider-color);
}
.layout.dividers.columns-2:before, .layout.dividers.columns-3:before, .layout.dividers.columns-4:before {
  content: var(--2nd-column-divider-content, none);
}
.layout.dividers.columns-3:after, .layout.dividers.columns-4:after {
  content: var(--3rd-column-divider-content, none);
  grid-column: 3;
}
.layout.dividers.columns-4 > *:first-child {
  position: static;
}
.layout.dividers.columns-4 > *:first-child:before {
  content: var(--4th-column-divider-content, none);
  grid-column: 4;
}
.layout.dividers > *:not(:first-child):before {
  content: var(--horizontal-divider-content, " ");
  width: var(--horizontal-divider-width, calc(100% * var(--layout-columns) + var(--layout-column-gap) * (var(--layout-columns) - 1)));
  height: 1px;
  position: absolute;
  top: calc(-0.5 * var(--layout-row-gap));
  left: 0px;
  background-color: var(--divider-color);
}
.layout.remove-spacings {
  --layout-column-gap: 0;
  --layout-row-gap: 0;
}

.teaser {
  position: relative;
  display: grid;
  -moz-column-gap: var(--teaser-column-gap);
       column-gap: var(--teaser-column-gap);
  row-gap: var(--teaser-row-gap);
  --teaser-spacing:	calc(
  	((16 / 16) * 1rem) + (40 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-column-gap:	var(--teaser-spacing);
  --teaser-row-gap:	var(--spacing-m);
  --teaser-arrow-size:	calc(
  	((12 / 16) * 1rem) + (20 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-arrow-margin:	calc(
  	((6 / 16) * 1rem) + (20 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-title-description-gap:	var(--spacing-3xs);
  --teaser-body-row-gap:	var(--spacing-2xs);
  --teaser-media-background-padding: var(--teaser-spacing);
  --teaser-padding:	calc(
  	((16 / 16) * 1rem) + (30 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  transition: all 0.35s ease;
}
.teaser .teaser-body {
  display: flex;
  flex-direction: column;
  row-gap: var(--teaser-body-row-gap);
  z-index: 1;
}
.teaser .teaser-body .metadata.top {
  order: -1;
}
.teaser:not(.video) .teaser-main-content {
  display: grid;
  grid-template-columns: 1fr calc(var(--teaser-arrow-size) + var(--teaser-arrow-margin));
}
.teaser:not(.video) .teaser-main-content::after {
  content: "\e900";
  color: var(--teaser-arrow-color, var(--decor-primary-color));
  font-size: var(--teaser-arrow-size);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.teaser:not(.video) .teaser-main-content:after {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.teaser.external .teaser-main-content:after {
  content: "\e904";
}
.teaser .teaser-title {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: calc(
		((16 / 16) * 1rem) + (24 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: calc(
		((23 / 16) * 1rem) + (34 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  margin: 0px;
}
.teaser .teaser-title + div {
  margin-top: var(--teaser-title-description-gap);
}
.teaser .teaser-main-content p:not(.teaser-title) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  letter-spacing: 0em;
  color: var(--tx-color, #75767D);
  margin: 0px;
}
.teaser .metadata.bottom {
  padding-top: calc(
		((8 / 16) * 1rem) + (15 - 8) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.teaser .metadata.bottom dd {
  color: var(--tx-color, #3e4047);
}
.teaser .metadata.top {
  text-transform: uppercase;
}
.teaser .metadata .daterange__separtor {
  --daterange-separator-size: 11px;
}
.teaser .field--name-field-date dt,
.teaser .field--name-field-date-range-timezoned dt,
.teaser .field--name-field-procurement-type dt,
.teaser .field--name-field-topics dt,
.teaser .field--name-field-ipa-country dt,
.teaser .field--name-field-country dt,
.teaser .field--name-field-section dt,
.teaser .field--name-field-organiser dt,
.teaser .field--name-field-vacancy-type dt,
.teaser .field--name-field-period dt, .teaser:not(.node--type-vacancy) .field--name-field-publication-date dt,
.teaser .field--name-bundle-fieldnode dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  display: block !important;
}
.view-toolkits .teaser .metadata.top {
  display: none;
}
.teaser .teaser-media {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: var(--teaser-media-aspect-ratio, 16/9);
  z-index: 0;
}
.teaser .teaser-media > * {
  width: 100%;
  height: 100%;
}
.teaser .teaser-media .video-wrapper {
  margin: 0px;
}
.teaser .teaser-media img,
.teaser .teaser-media iframe {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.teaser .teaser-title a {
  color: var(--teaser-fg-color, var(--link-default-fg-color));
}
.teaser .teaser-title a:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 250ms ease-out;
}
.teaser .downloads a,
.teaser .metadata a {
  position: relative;
  z-index: 2;
}
.teaser .teaser-title a:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -99999px;
  right: -99999px;
  left: -99999px;
  bottom: -99999px;
  margin: auto;
  pointer-events: none;
  transition: 250ms ease-out;
  box-sizing: content-box;
  padding: var(--teaser-focus-padding, var(--spacing-2xs));
  box-shadow: 0 0 0 var(--teaser-focus-br-width, 0) var(--teaser-focus-br-color, #175551);
}
.teaser .teaser-title a:focus-visible:after {
  --teaser-focus-br-width: var(--spacing-3xs);
}
.teaser .teaser-media img,
.teaser .teaser-media iframe {
  transition: all 1s 0.05s ease;
}
@media (hover: hover) and (pointer: fine) {
  .teaser:not(.video):hover {
    transform: translateY(var(--teaser-hover-position, -10px)) scale(1);
  }
  .teaser:not(.video):hover .teaser-media img,
  .teaser:not(.video):hover .teaser-media iframe {
    transform: scale(1.05);
  }
  .teaser:not(.video):hover .teaser-main-content:after {
    animation: arrow-animation 1s ease-in-out infinite;
  }
  .teaser:not(.video):hover .teaser-title a:before {
    box-shadow: none;
  }
}

.teaser.medium {
  --teaser-spacing:	calc(
  	((24 / 16) * 1rem) + (40 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-row-gap:	var(--spacing-l);
  --teaser-arrow-size:	calc(
  	((16 / 16) * 1rem) + (30 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-arrow-margin:	var(--spacing-2xs);
  --teaser-title-description-gap:	var(--spacing-2xs);
  --teaser-padding:	calc(
  	((24 / 16) * 1rem) + (40 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.teaser.medium .teaser-title {
  font-size: calc(
		((18 / 16) * 1rem) + (29 - 18) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: calc(
		((26 / 16) * 1rem) + (41 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.teaser.medium .metadata.bottom {
  padding-top: var(--spacing-s);
}

.teaser.large {
  --teaser-spacing:	calc(
  	((32 / 16) * 1rem) + (60 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-row-gap:	var(--spacing-xl);
  --teaser-body-row-gap:	var(--spacing-xs);
  --teaser-arrow-size:	calc(
  	((24 / 16) * 1rem) + (40 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --teaser-arrow-margin:	var(--spacing-s);
  --teaser-title-description-gap:	var(--spacing-xs);
  --teaser-padding:	calc(
  	((32 / 16) * 1rem) + (60 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.teaser.large .teaser-title {
  font-size: calc(
		((20 / 16) * 1rem) + (42 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: calc(
		((29 / 16) * 1rem) + (55 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.teaser.large p:not(.teaser-title) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0em;
}
.teaser.large .metadata.top {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
}
.teaser.large .metadata.bottom {
  padding-top: var(--spacing-s);
}

.teaser.media-bottom .teaser-media {
  order: 0;
}

.teaser.media-left .teaser-media {
  --teaser-media-aspect-ratio: auto;
}
.teaser.media-left .teaser-media img {
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}
@media screen and (min-width: 30.0625em) {
  .teaser.media-left {
    grid-template-columns: 150px 1fr;
  }
  .teaser.media-left .teaser-media {
    grid-column: 1;
    align-self: flex-start;
  }
  .teaser.media-left .teaser-body:last-child {
    grid-column: 1/span 2;
  }
}
.teaser.media-left > .expandable {
  grid-column: 1/span 2;
}

.teaser.media-background {
  position: relative;
  align-items: flex-end;
}
.teaser.media-background > * {
  grid-column: 1;
  grid-row: 1;
}
.teaser.media-background .teaser-media {
  height: 100%;
  --teaser-media-aspect-ratio: auto;
  padding-top: 100%;
}
.teaser.media-background .teaser-media > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.teaser.media-background:not(:has(.teaser-media)) {
  background-color: white;
}
.teaser.media-background:not(:has(.teaser-media)):before, .teaser.media-background:not(:has(.teaser-media)):after {
  content: " ";
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  height: 100%;
}
.teaser.media-background:not(:has(.teaser-media)):before {
  padding-top: 100%;
  background: linear-gradient(180deg, #eaf5f4, #bde0de);
  opacity: 0.45;
}
.teaser.media-background:not(:has(.teaser-media)):after {
  position: relative;
  z-index: 0;
  background-image: url(../images/background-teaser-placeholder-image.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 75%;
}
.teaser.media-background .teaser-body {
  --teaser-arrow-color: #bde0de;
  padding: var(--teaser-media-background-padding);
  background-color: var(--teaser-body-bg-color, rgba(19, 41, 63, 0.8));
}
.teaser.media-background .teaser-body a,
.teaser.media-background .teaser-body p {
  color: white;
}
.teaser.media-background .metadata {
  display: none;
}
.teaser.media-background .metadata dl {
  color: #bde0de;
}

ul.teaser-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  -moz-column-gap: var(--page-gap);
       column-gap: var(--page-gap);
  row-gap: var(--teaser-list-gap-large);
}
@media screen and (min-width: 30.0625em) {
  ul.teaser-grid {
    --columns: 2;
  }
}
@media screen and (min-width: 50em) {
  ul.teaser-grid.columns-3 {
    --columns: 3;
  }
}

.panel {
  padding-top: var(--panel-spacing-tb);
  padding-bottom: var(--panel-spacing-tb);
  margin-top: var(--panel-spacing-tb);
  margin-bottom: var(--panel-spacing-tb);
  --panel-spacing-tb: var(--section-padding-tb);
}
.content-center-aligned .panel {
  --panel-spacing-tb: var(--page-padding-tb);
}
.panel > *:first-child {
  margin-top: 0px !important;
}
.panel > *:last-child {
  margin-bottom: 0px !important;
}
.panel.borders {
  position: relative;
  position: relative;
}
.panel.borders:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: #dbdbdb;
  z-index: -1;
  bottom: 0px;
}
.panel.borders:after {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: #dbdbdb;
  z-index: -1;
  top: 0px;
}
.panel.remove-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}
.node--view-mode-full .text-formatted-extended > .panel:first-child {
  margin-top: calc(-1 * var(--page-padding-tb)) !important;
}
.node--view-mode-full .text-formatted-extended > .panel:first-child.borders:after {
  content: none;
}
.panel:has(+ .panel) {
  margin-bottom: 0px;
}
.panel:has(+ .panel) + .panel {
  margin-top: 0px;
}
.panel + .panel:after, .panel.borders:has(+ .panel:not(.borders)):before {
  content: none;
}
.panel.primary, .panel.secondary, .panel.grey {
  background-color: var(--panel-bg-color);
  color: var(--panel-fg-color);
  --tx-color:	var(--panel-fg-color);
  --headings-primary-color:	var(--panel-headings-color);
  --headings-secondary-color:	var(--panel-headings-color);
  --decor-primary-color:	var(--panel-decor-color);
  --download-link-icon-fg-color:	white;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --divider-color:	var(--panel-decor-color);
  position: relative;
}
.panel.primary:before, .panel.secondary:before, .panel.grey:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--panel-bg-color);
  z-index: -1;
  top: 0px;
}
.panel.primary {
  --panel-headings-color:	white;
  --panel-fg-color:	white;
  --panel-decor-color:	#b6bdc3;
  --link-default-fg-color:	#bde0de;
  --link-focus-fg-color:	#13293f;
  --link-focus-bg-color:	white;
  --link-hover-fg-color:	#112539;
  --link-hover-bg-color:	#70bbb7;
  --download-link-icon-fg-color:	#13293f;
  --panel-bg-color:	#13293f;
}
.panel.primary.light {
  --panel-headings-color:	white;
  --panel-fg-color:	white;
  --panel-decor-color:	#b6bdc3;
  --link-default-fg-color:	#bde0de;
  --link-focus-fg-color:	#13293f;
  --link-focus-bg-color:	white;
  --link-hover-fg-color:	#112539;
  --link-hover-bg-color:	#70bbb7;
  --download-link-icon-fg-color:	#13293f;
  --panel-bg-color:	#425465;
}
.panel.secondary {
  --panel-fg-color:	#222327;
  --panel-headings-color:	#12413e;
  --panel-decor-color:	#175551;
  --link-default-fg-color:	#0d1d2d;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#12413e;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#13293f;
  --panel-bg-color:	#70bbb7;
}
.panel.secondary.light {
  --panel-fg-color:	#222327;
  --panel-headings-color:	#12413e;
  --panel-decor-color:	#175551;
  --link-default-fg-color:	#0d1d2d;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#12413e;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#13293f;
  --panel-bg-color:	#9dd1cd;
}
.panel.grey {
  --panel-fg-color:	#2c2d32;
  --panel-headings-color:	#383a41;
  --link-default-fg-color:	#0d1d2d;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#175551;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#0d1d2d;
  --panel-bg-color:	#c3c4c6;
  --panel-decor-color:	#5B5C61;
}
.panel.grey.light {
  --panel-fg-color:	#2c2d32;
  --panel-headings-color:	#383a41;
  --link-default-fg-color:	#0d1d2d;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#175551;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#0d1d2d;
  --panel-bg-color:	#dbdbdb;
  --panel-decor-color:	#75767D;
}
.node--type-landing-page.node--view-mode-full .text-formatted-extended > .panel {
  max-width: none;
}
.node--type-landing-page.node--view-mode-full .text-formatted-extended > .panel:last-child {
  margin-bottom: calc(-1 * var(--section-padding-tb)) !important;
}
.node--type-landing-page.node--view-mode-full .text-formatted-extended > .panel:last-child.borders:before {
  content: none;
}
.mini-site-landing-page .text-formatted-extended > .panel {
  max-width: none;
}

:root {
  --header-height:	5.875rem;
  --header-spacing:	calc(
  	((16 / 16) * 1rem) + (32 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --link-default-fg-color:	#13293f;
  --section-padding-tb:	calc(
  	((42 / 16) * 1rem) + (128 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --to-top-size:	90px;
  --hs5-font-size: calc(
  	((40 / 16) * 1rem) + (67 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs5-line-height: calc(
  	((48 / 16) * 1rem) + (81 - 48) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs4-font-size: calc(
  	((33 / 16) * 1rem) + (54 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs4-line-height: calc(
  	((40 / 16) * 1rem) + (64 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs3-font-size: calc(
  	((28 / 16) * 1rem) + (43 - 28) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs3-line-height: calc(
  	((33 / 16) * 1rem) + (52 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs2-font-size: calc(
  	((23 / 16) * 1rem) + (34 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs2-line-height: calc(
  	((28 / 16) * 1rem) + (41 - 28) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs1-font-size: calc(
  	((19 / 16) * 1rem) + (28 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs1-line-height: calc(
  	((23 / 16) * 1rem) + (33 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs0-font-size: calc(
  	((16 / 16) * 1rem) + (22 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs0-line-height: calc(
  	((19 / 16) * 1rem) + (26 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs-1-font-size: calc(
  	((13 / 16) * 1rem) + (18 - 13) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs-1-line-height: calc(
  	((16 / 16) * 1rem) + (21 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs-2-font-size: calc(
  	((11 / 16) * 1rem) + (14 - 11) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --hs-2-line-height: calc(
  	((13 / 16) * 1rem) + (17 - 13) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --bs1-font-size: calc(
  	((19 / 16) * 1rem) + (28 - 19) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --bs1-line-height: calc(
  	((33 / 16) * 1rem) + (48 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --bs0-font-size: calc(
  	((16 / 16) * 1rem) + (22 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --bs0-line-height: calc(
  	((27 / 16) * 1rem) + (37 - 27) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --bs-1-font-size: calc(
  	((13 / 16) * 1rem) + (18 - 13) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
  --bs-1-line-height: calc(
  	((23 / 16) * 1rem) + (30 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
@media screen and (min-width: 64.0625em) {
  :root {
    --header-height:	8.9375rem;
  }
}
:root .mini-site-three-steps-forward {
  --page-padding-lr:	calc(
  	((32 / 16) * 1rem) + (48 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
@media screen and (min-width: 64.0625em) {
  :root .mini-site-green-deal.mini-site-landing-page main,
  :root .mini-site-gender-based-violence-survey.mini-site-landing-page main {
    --page-padding-lr:	calc(
    	((-100 / 16) * 1rem) + (256 - -100) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
    );
  }
}

html, body {
  scroll-behavior: smooth;
}
@media (hover: hover) and (pointer: fine) {
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  html, body {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
}
html:has(.mini-site-menu.open), body:has(.mini-site-menu.open) {
  overflow-y: hidden;
}

body {
  color: #3e4047;
}

.mini-site {
  max-width: 120rem;
  margin: auto;
  overflow: hidden;
}

.region-administrative-links {
  --ui-xs-font-size: 14px;
  --ui-xs-line-height: 15px;
}

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

.mini-site h2 {
  font-weight: 700;
  font-size: var(--hs4-font-size);
  line-height: var(--hs4-line-height);
  letter-spacing: -0.03em;
}
.mini-site h3 {
  font-weight: 700;
  font-size: var(--hs3-font-size);
  line-height: var(--hs3-line-height);
  letter-spacing: -0.03em;
}
.mini-site p {
  font-weight: 300;
  font-size: var(--bs0-font-size);
  line-height: var(--bs0-line-height);
}
.mini-site > *:last-child {
  margin-bottom: 0px;
}

.mini-site-name {
  line-height: 0;
}
.mini-site-name a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  border-radius: 3px;
  padding: var(--spacing-3xs);
}
.mini-site-name a:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-site-name a:focus-visible {
  box-shadow: 0 0 0 2px var(--logoFocusBrColor, white);
}

.mini-site-name a.mini-site-three-steps-forward:before {
  background-image: url(../images/mini-sites/three-steps-logo-white-text.svg);
}

.mini-site-name a.mini-site-green-deal:before {
  background-image: url(../images/mini-sites/green-deal-logo-white.svg);
}

ul.wt-ecl-social-media-share__list a,
.social a {
  display: block;
  font-size: 0px;
  line-height: 0;
  border-radius: 3px;
}
ul.wt-ecl-social-media-share__list a::before,
.social a::before {
  content: "\e905";
  color: var(--socialTxColor, white);
  font-size: var(--socialFontSize, 2.625rem);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.wt-ecl-social-media-share__list a:before,
.social a:before {
  transition: 250ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  ul.wt-ecl-social-media-share__list a:hover:before,
  .social a:hover:before {
    color: var(--socialTxColorHover, #FFC000);
  }
}
ul.wt-ecl-social-media-share__list a:focus-visible,
.social a:focus-visible {
  box-shadow: 0 0 0 var(--socialBrWidthFocus, 2px) var(--socialBrColorFocus, white);
}

a.twitter:before {
  content: "\e908";
}

a.facebook:before,
ul.wt-ecl-social-media-share__list > li:nth-child(2) a:before {
  content: "\e906";
}

a.linkedin:before,
ul.wt-ecl-social-media-share__list > li:nth-child(3) a:before {
  content: "\e907";
}

#block-eige-mini-sites-social-share-buttons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#block-eige-mini-sites-social-share-buttons h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: var(--hs1-font-size);
  line-height: var(--hs1-line-height);
  letter-spacing: -0.03em;
  color: #FFC000;
}
#block-eige-mini-sites-social-share-buttons h3 {
  display: none;
}
#block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: var(--spacing-xs);
}
#block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list li {
  margin: 0;
  height: auto;
  max-width: none;
}
#block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list li a {
  font-size: 0px;
  line-height: 1;
  padding: 3px;
  text-decoration: none !important;
}
#block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list li a:focus-visible {
  border-radius: 3px;
  outline: 0px;
}
#block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list li a svg {
  display: none;
}
#block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list li a span {
  margin: 0px;
}

.region-mini-site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--header-height);
  padding: 0 calc(
		((12 / 16) * 1rem) + (48 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  background-color: var(--header-bg-color);
  z-index: 10;
}
.region-mini-site-header .site-name {
  margin-right: var(--header-spacing);
  padding-right: var(--header-spacing);
  border-right: 1px solid var(--header-divider-br-color, #75767D);
}
.region-mini-site-header .site-name a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  --logo-image: url(../images/logo/logo-stacked-small.png);
  --logo-width: 85px;
  --logo-height: 44px;
  padding: var(--spacing-3xs);
  border-radius: 3px;
}
.region-mini-site-header .site-name a:before {
  content: " ";
  width: var(--logo-width);
  height: var(--logo-height);
  background-image: var(--logo-image);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 250ms ease-out;
}
.region-mini-site-header .site-name a:focus-visible {
  background-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .region-mini-site-header .site-name a:hover {
    background-color: var(--link-hover-bg-color);
  }
}
.region-mini-site-header .site-name a:focus-visible {
  --logo-image: url(../images/logo/logo-stacked-white-small.png);
}
@media (hover: hover) and (pointer: fine) {
  .region-mini-site-header .site-name a:hover {
    --logo-image: url(../images/logo/logo-stacked-white-text-small.png);
  }
}
@media screen and (min-width: 64.0625em) {
  .region-mini-site-header .site-name a {
    --logo-image: url(../images/logo/logo-stacked.png);
    --logo-width: 152px;
    --logo-height: 78px;
  }
  .region-mini-site-header .site-name a:focus-visible {
    --logo-image: url(../images/logo/logo-stacked-white.png);
  }
}
@media screen and (min-width: 64.0625em) and (hover: hover) and (pointer: fine) {
  .region-mini-site-header .site-name a:hover {
    --logo-image: url(../images/logo/logo-stacked-white-text.png);
  }
}
.region-mini-site-header .site-name a:focus-visible {
  box-shadow: 0 0 0 2px var(--logoFocusBrColor, white);
}
.region-mini-site-header .site-name a:before {
  --logo-image: url(../images/logo/logo-stacked-white-text-small.png);
}
@media screen and (min-width: 64.0625em) {
  .region-mini-site-header .site-name a:before {
    --logo-image: url(../images/logo/logo-stacked-white-text.png);
  }
}
.mini-site-landing-page .region-mini-site-header .site-name a:before {
  --logo-image: url(../images/logo/logo-stacked-black-small.png);
}
@media screen and (min-width: 64.0625em) {
  .mini-site-landing-page .region-mini-site-header .site-name a:before {
    --logo-image: url(../images/logo/logo-stacked-black.png);
  }
}
.mini-site-landing-page .region-mini-site-header {
  --logoFocusBrColor: #3e4047;
}
.region-mini-site-header a.mini-site-three-steps-forward:before {
  width: 86px;
  height: 40px;
}
@media screen and (min-width: 64.0625em) {
  .region-mini-site-header a.mini-site-three-steps-forward:before {
    width: 146px;
    height: 68px;
  }
}
div.mini-site-landing-page .region-mini-site-header a.mini-site-three-steps-forward:before {
  background-image: url(../images/mini-sites/three-steps-logo-dark.svg);
}
.region-mini-site-header a.mini-site-green-deal:before {
  background-image: url(../images/mini-sites/green-deal-logo-dark.svg);
  width: 120px;
  height: 29px;
}
@media screen and (min-width: 64.0625em) {
  .region-mini-site-header a.mini-site-green-deal:before {
    width: 212px;
    height: 52px;
  }
}
.region-mini-site-header p {
  font-weight: 700;
  font-size: var(--hs-1-font-size);
  line-height: var(--hs-1-line-height);
  letter-spacing: -0.03em;
  font-weight: 700;
  color: white;
  margin-left: var(--header-spacing);
}
@media screen and (max-width: 40em) {
  .region-mini-site-header p {
    display: none;
  }
}
div.mini-site-landing-page .region-mini-site-header p {
  display: none;
}
.region-mini-site-header #block-eige-mini-sites-header-mini-site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  z-index: 10;
}
.region-mini-site-header .button.menu {
  font-size: 0px;
  box-shadow: 0 0 0 0 transparent;
  border-radius: 3px;
  transition: 250ms ease-out;
  background: none;
  padding: 0;
}
.region-mini-site-header .button.menu::before {
  content: "\e977";
  color: var(--menu-toggler-color);
  font-size: calc(
		((32 / 16) * 1rem) + (48 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 64.0625em) {
  .region-mini-site-header .button.menu:before {
    transition: 250ms ease-out;
  }
}
@media (hover: hover) and (pointer: fine) {
  .region-mini-site-header .button.menu:hover {
    opacity: 0.8;
  }
}
.region-mini-site-header .button.menu:focus-visible {
  box-shadow: 0 0 0 2px var(--menu-toggler-color);
}

.mini-site-three-steps-forward.mini-site-landing-page .region-mini-site-header {
  background-color: transparent;
}

.mini-site-green-deal .region-mini-site-header {
  clip-path: polygon(0% 0%, 100% 0%, 100% 300%, 0% 300%);
}
@media screen and (max-width: 30em) {
  .mini-site-green-deal .region-mini-site-header {
    position: relative;
  }
  .mini-site-green-deal .region-mini-site-header:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #FEDB43;
    z-index: -1;
    width: 100%;
    height: calc(
		((132 / 16) * 1rem) + (150 - 132) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    z-index: 1;
  }
  .mini-site-green-deal .region-mini-site-header > div {
    z-index: 2;
  }
}
@media screen and (min-width: 30.0625em) {
  .mini-site-green-deal .region-mini-site-header {
    background-color: transparent;
  }
  .mini-site-green-deal .region-mini-site-header .block-mini-site-branding-block {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .mini-site-green-deal .region-mini-site-header .block-mini-site-branding-block:before {
    content: " ";
    position: absolute;
    background-color: #FEDB43;
    z-index: -1;
    top: auto;
    right: -15px;
    bottom: -30px;
    width: 530px;
    height: 200px;
    transform: rotate(5deg);
    transform-origin: bottom right;
  }
}

.mini-site-menu {
  position: fixed;
  top: -100%;
  left: 0px;
  right: 0px;
  width: 100vw;
  margin: auto;
  max-width: 120rem;
  height: calc(100vh - var(--admin-menu-height));
  height: calc(100svh - var(--admin-menu-height));
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: var(--page-padding-lr);
  transition: 250ms ease-out;
  visibility: hidden;
  pointer-events: none;
  z-index: 501;
  overflow-y: auto;
  overflow-x: hidden;
}
.mini-site-menu.open {
  top: calc(0px + var(--admin-menu-height));
  visibility: visible;
  pointer-events: all;
}
.mini-site-menu button.close {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  margin-bottom: var(--spacing-m);
}
.mini-site-menu nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-site-menu ul:not(.contextual-links) li + li {
  border-top: 1px solid #dbdbdb;
}
.mini-site-menu ul:not(.contextual-links) a {
  display: block;
  text-align: center;
  padding: var(--spacing-m);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  letter-spacing: 0em;
  color: var(--menu-nav-link-fg-color-default, #13293f);
}
.mini-site-menu ul:not(.contextual-links) a:focus-visible {
  color: var(--menu-nav-link-fg-color-focus, white);
  background-color: var(--menu-nav-link-bg-color-focus, #175551);
  box-shadow: 0 0 0 2px var(--menu-nav-link-br-color-focus, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-menu ul:not(.contextual-links) a:hover {
    color: var(--menu-nav-link-fg-color-hover, white);
    background-color: var(--menu-nav-link-bg-color-hover, #13293f);
  }
}
.mini-site-menu ul:not(.contextual-links) a.is-active {
  color: #3e4047;
  pointer-events: none;
}

footer {
  position: relative;
  color: white;
}
footer .region-mini-site-footer-left,
footer .region-mini-site-footer-right {
  padding: calc(
		((32 / 16) * 1rem) + (48 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	) var(--page-padding-lr);
}
footer .region-mini-site-footer-left {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: var(--spacing-l);
       column-gap: var(--spacing-l);
  row-gap: var(--spacing-m);
}
footer .region-mini-site-footer-left .block-eige-copyright,
footer .region-mini-site-footer-left .block-menu {
  flex-basis: 100%;
}
footer .region-mini-site-footer-left .site-name {
  line-height: 0;
}
footer .region-mini-site-footer-left .site-name a {
  padding: var(--spacing-3xs);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  --logo-image: url(../images/logo/logo-stacked.png);
  --logo-width: 152px;
  --logo-height: 78px;
}
footer .region-mini-site-footer-left .site-name a:before {
  content: " ";
  width: var(--logo-width);
  height: var(--logo-height);
  background-image: var(--logo-image);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 250ms ease-out;
}
footer .region-mini-site-footer-left .site-name a:focus-visible {
  background-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  footer .region-mini-site-footer-left .site-name a:hover {
    background-color: var(--link-hover-bg-color);
  }
}
footer .region-mini-site-footer-left .site-name a:focus-visible {
  --logo-image: url(../images/logo/logo-stacked-white.png);
}
@media (hover: hover) and (pointer: fine) {
  footer .region-mini-site-footer-left .site-name a:hover {
    --logo-image: url(../images/logo/logo-stacked-white-text.png);
  }
}
footer .region-mini-site-footer-left .site-name a:before {
  --logo-image: url(../images/logo/logo-stacked-white.png);
}
.page.mini-site-three-steps-forward footer .region-mini-site-footer-left .site-name a:before {
  --logo-image: url(../images/logo/logo-stacked-white-text.png);
}
footer .region-mini-site-footer-left p {
  font-weight: 300;
  font-size: var(--bs-1-font-size);
  line-height: var(--bs-1-line-height);
  font-weight: 700;
  margin-bottom: calc(-1 * var(--spacing-m) + var(--spacing-2xs));
  color: #FFC000;
}
footer .region-mini-site-footer-left nav ul.menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--spacing-3xs);
  -moz-column-gap: var(--spacing-m);
       column-gap: var(--spacing-m);
}
footer .region-mini-site-footer-left nav ul.menu a {
  padding: 0 var(--spacing-3xs);
  margin: 0 calc(-1 * var(--spacing-3xs));
  display: inline-block;
  font-weight: 300;
  font-size: var(--bs-1-font-size);
  line-height: var(--bs-1-line-height);
  color: white;
  font-weight: 300;
  border-radius: 3px;
}
@media (hover: hover) and (pointer: fine) {
  footer .region-mini-site-footer-left nav ul.menu a:hover {
    color: var(--footer-links-hover-color, #FFC000);
  }
}
footer .region-mini-site-footer-left nav ul.menu a:focus-visible {
  box-shadow: 0 0 0 2px white;
}

@media screen and (min-width: 64.0625em) {
  .mini-site-three-steps-forward footer {
    display: grid;
    grid-template-columns: 38.6fr 42.4fr 19fr;
  }
}
.mini-site-three-steps-forward footer .region-mini-site-footer-left,
.mini-site-three-steps-forward footer .region-mini-site-footer-right {
  background-color: var(--footer-bg-color);
}
.mini-site-three-steps-forward footer .mini-site-name a.mini-site-three-steps-forward:before {
  width: calc(
		((140 / 16) * 1rem) + (152 - 140) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  height: calc(
		((65 / 16) * 1rem) + (70 - 65) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle {
  background-color: #C4C3E3;
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle div {
  height: 100%;
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 100%;
  position: relative;
  margin-left: 100%;
  margin: 0px;
}
@media screen and (max-width: 64em) {
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download {
    flex-direction: column;
  }
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download p {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  padding: 2.5rem;
  background-color: #EC4043;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: var(--hs0-font-size);
  line-height: var(--hs0-line-height);
  letter-spacing: -0.03em;
  z-index: 1;
  box-shadow: 0 0 0 0px #EC4043;
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download a::before {
  content: "\e971";
  color: inherit;
  font-size: 2rem;
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download a:hover {
    box-shadow: 0 0 0 6px #EC4043;
  }
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download a:focus-visible {
  box-shadow: 0 0 0 6px #333D9A;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download a {
    width: 14.5rem;
    height: 14.5rem;
  }
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download a:before {
    font-size: 3.5rem;
  }
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:before {
  content: " ";
  position: absolute;
  background-color: inherit;
  clip-path: var(--triangleClipDirection, polygon(-1% 0%, 0% 0%, 100% 50%, 0% 100%, -1% 100%));
  top: 0px;
  left: 100%;
  height: 100%;
  width: 100%;
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:after {
  content: " ";
  position: absolute;
  background-color: inherit;
  clip-path: var(--triangleClipDirection, polygon(0 50%, 100% 0%, 101% 0%, 101% 100%, 100% 100%));
  top: 0px;
  right: 100%;
  height: 100%;
  width: 100%;
}
.mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:before, .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:after {
  position: static;
  flex-grow: 1;
  background-color: #333D9A;
}
@media screen and (max-width: 64em) {
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:before, .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:after {
    height: 4rem;
  }
}
@media screen and (max-width: 64em) {
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:before {
    clip-path: polygon(0% 0%, 0% -1%, 100% -1%, 100% 0%, 50% 100%);
  }
  .mini-site-three-steps-forward footer .region-mini-site-footer-middle .download:after {
    clip-path: polygon(0% 100%, 0% 101%, 100% 101%, 100% 100%, 50% 0%);
  }
}

.mini-site-green-deal footer {
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--footer-bg-color);
}
@media screen and (min-width: 64.0625em) {
  .mini-site-green-deal footer {
    grid-template-columns: 43.25fr 38.5fr 18.25fr;
  }
  .mini-site-green-deal footer .region-mini-site-footer-left {
    padding-right: 0px;
  }
  .mini-site-green-deal footer .region-mini-site-footer-right {
    padding-left: 0px;
    margin-left: -15%;
  }
  .mini-site-green-deal footer #block-eige-mini-sites-social-share-buttons {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .mini-site-green-deal footer #block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list {
    justify-content: flex-end;
  }
}
.mini-site-green-deal footer .mini-site-name a.mini-site-green-deal:before {
  width: calc(
		((213 / 16) * 1rem) + (240 - 213) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  height: calc(
		((52 / 16) * 1rem) + (58 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.mini-site-green-deal footer:after {
  content: " ";
  display: flex;
  height: calc(
		((146 / 16) * 1rem) + (300 - 146) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  background-image: url(../images/mini-sites/green-deal-footer-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-row: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 77%);
}
@media screen and (min-width: 64.0625em) {
  .mini-site-green-deal footer:after {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
  }
}

.to-top {
  position: absolute;
  top: 0;
  right: var(--page-padding-lr);
}
.to-top a.button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: var(--to-top-size);
  height: var(--to-top-size);
  margin-top: -50%;
  background-color: var(--to-top-bg-color, #56915F);
  color: white;
  border-radius: 50%;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: 400;
  box-shadow: 0 0 0 0px #56915F;
}
.to-top a.button::before {
  content: "\e970";
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.to-top a.button:before {
  margin-bottom: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .to-top a.button:hover {
    box-shadow: 0 0 0 4px var(--to-top-bg-color, #56915F);
  }
}
.to-top a.button:focus-visible {
  box-shadow: 0 0 0 4px var(--to-top-focus-br-color, #FFC000);
  background-color: var(--to-top-focus-bg-color, var(--to-top-bg-color, #56915F));
}

.mini-site-three-steps-forward footer .region-mini-site-footer-right {
  position: relative;
}
@media screen and (max-width: 64em) {
  .mini-site-three-steps-forward footer .region-mini-site-footer-right a.button {
    margin-top: -70%;
  }
}

.mini-site-green-deal footer {
  position: relative;
}

.mini-site-gender-based-violence-survey > *:not(.region-administrative-links) * {
  font-family: "Helvetica Neue", sans-serif !important;
}

.page.mini-site-gender-based-violence-survey {
  --menu-toggler-color:	#001356;
  --to-top-bg-color:	#001356;
  --to-top-focus-br-color:	#0030B6;
  --to-top-focus-bg-color:	#0030B6;
}
@media screen and (max-width: 40em) {
  .page.mini-site-gender-based-violence-survey {
    --menu-toggler-color:	white;
  }
}
.page.mini-site-gender-based-violence-survey main {
  --link-default-fg-color:	#001356;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#9A003C;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#001356;
  --decor-primary-color:	#DC0055;
  --table-br-color:	#9A003C;
  --table-th-fg-color:	white;
  --table-th-bg-color:	#c42361;
  --table-body-bg-color:	#9A003C;
  --full-screen-icon-bg-color:	#001356;
  --full-screen-icon-bg-color-hover: #0030B6;
  --full-screen-icon-bg-color-focus: #9A003C;
  --full-screen-icon-br-color-focus: #9A003C;
}
.page.mini-site-gender-based-violence-survey main section.visuals {
  --link-default-fg-color:	white;
  --link-focus-fg-color:	white;
  --link-focus-bg-color:	#9A003C;
  --link-hover-fg-color:	white;
  --link-hover-bg-color:	#DC0055;
}
.page.mini-site-gender-based-violence-survey main .button {
  --action-bg-color:	#001356;
  --action-icon-color:	white;
  --action-hover-bg-color:	#0030B6;
  --action-focus-bg-color:	#9A003C;
  --action-focus-icon-color:	white;
}
.page.mini-site-gender-based-violence-survey main .button.secondary {
  --action-fg-color:	white;
  --action-bg-color:	#DC0055;
  --action-icon-color:	white;
  --action-hover-bg-color:	#FF0055;
}
.page.mini-site-gender-based-violence-survey main .teaser.media-background .teaser-body {
  --teaser-body-bg-color:	rgba(0, 19, 86, 0.82);
  --teaser-arrow-color:	white;
  --teaser-focus-br-color:	#9A003C;
}

.mini-site-gender-based-violence-survey > header {
  --menu-button-size: calc(
  	((32 / 16) * 1rem) + (48 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.mini-site-gender-based-violence-survey > header .region-mini-site-header {
  align-items: stretch;
  padding-left: 0px;
}
.mini-site-gender-based-violence-survey > header .block-mini-site-branding-block,
.mini-site-gender-based-violence-survey > header .block-system-branding-block {
  display: none;
}
.mini-site-gender-based-violence-survey > header .header-navigation {
  height: 100%;
  padding-left: calc(
		((12 / 16) * 1rem) + (48 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  clip-path: polygon(0% 0%, 100% 0%, 100% 300%, 0% 300%);
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey > header .header-navigation > div, .mini-site-gender-based-violence-survey > header .header-navigation nav, .mini-site-gender-based-violence-survey > header .header-navigation nav ul {
    height: 100%;
  }
}
.mini-site-gender-based-violence-survey > header .header-navigation nav ul {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: calc(
		((10 / 16) * 1rem) + (55 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
       column-gap: calc(
		((10 / 16) * 1rem) + (55 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.mini-site-gender-based-violence-survey > header .header-navigation nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-site-gender-based-violence-survey > header .header-navigation nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
}
.mini-site-gender-based-violence-survey > header .header-navigation nav a:before {
  content: " ";
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 250ms ease-out;
}
.mini-site-gender-based-violence-survey > header .header-navigation nav a:after {
  content: " ";
  position: absolute;
  width: calc(100% + var(--spacing-2xs));
  height: calc(100% + var(--spacing-2xs));
  pointer-events: none;
  border-radius: 3px;
  box-shadow: 0 0 0 var(--focus-br-width, 0px) #DC0055;
  transition: 250ms ease-out;
}
.mini-site-gender-based-violence-survey > header .header-navigation nav a:focus-visible:after {
  --focus-br-width: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-gender-based-violence-survey > header .header-navigation nav a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey > header .header-navigation .mini-site-logo {
    position: relative;
    margin-right: calc(
		((-7 / 16) * 1rem) + (-10 - -7) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
    padding-right: calc(
		((10 / 16) * 1rem) + (55 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
.mini-site-gender-based-violence-survey > header .header-navigation .mini-site-logo a:before {
  background-image: url(../images/mini-sites/gbv-survey/gbv-survey-logo.svg);
  width: 100%;
  padding-top: 35%;
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey > header .header-navigation .mini-site-logo a:before {
    width: calc(
		((150 / 16) * 1rem) + (207 - 150) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
.mini-site-gender-based-violence-survey > header .header-navigation .mini-site-logo:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 400px;
  height: 200px;
  transform: rotate(6deg);
  background-color: #001356;
  z-index: -1;
}
.mini-site-gender-based-violence-survey > header .header-navigation .eurostat-logo a:before {
  background-image: url(../images/mini-sites/gbv-survey/eurostat-white-logo.svg);
  padding-top: 14%;
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey > header .header-navigation .eurostat-logo a:before {
    background-image: url(../images/mini-sites/gbv-survey/eurostat-logo.svg);
    width: calc(
		((115 / 16) * 1rem) + (173 - 115) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
.mini-site-gender-based-violence-survey > header .header-navigation .fra-logo a:before {
  background-image: url(../images/mini-sites/gbv-survey/fra-white-logo.svg);
  padding-top: 41%;
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey > header .header-navigation .fra-logo a:before {
    background-image: url(../images/mini-sites/gbv-survey/fra-logo.svg);
    width: calc(
		((85 / 16) * 1rem) + (115 - 85) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
.mini-site-gender-based-violence-survey > header .header-navigation .eige-logo a:before {
  background-image: url(../images/logo/logo-white.png);
  padding-top: 37%;
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey > header .header-navigation .eige-logo a:before {
    background-image: url(../images/logo/logo.png);
    width: calc(
		((100 / 16) * 1rem) + (148 - 100) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
@media screen and (max-width: 40em) {
  .mini-site-gender-based-violence-survey > header {
    padding: var(--page-padding-tb) var(--page-padding-lr);
    position: relative;
    z-index: 1;
  }
  .mini-site-gender-based-violence-survey > header:before {
    content: " ";
    background-color: #001356;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 16px));
  }
  .mini-site-gender-based-violence-survey > header .region-mini-site-header {
    height: auto;
    padding: 0px;
  }
  .mini-site-gender-based-violence-survey > header .header-navigation {
    clip-path: none;
    padding: 0px;
  }
  .mini-site-gender-based-violence-survey > header .header-navigation,
  .mini-site-gender-based-violence-survey > header .header-navigation nav,
  .mini-site-gender-based-violence-survey > header .header-navigation nav ul {
    width: 100%;
  }
  .mini-site-gender-based-violence-survey > header .header-navigation nav ul {
    display: grid;
    grid-template-columns: 45fr 25fr 30fr var(--menu-button-size);
    -moz-column-gap: calc(
		((16 / 16) * 1rem) + (200 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
         column-gap: calc(
		((16 / 16) * 1rem) + (200 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
    row-gap: calc(
		((18 / 16) * 1rem) + (100 - 18) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
    padding: 0px;
    align-items: center;
  }
  .mini-site-gender-based-violence-survey > header .header-navigation nav ul:after {
    content: " ";
    pointer-events: none;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
  }
  .mini-site-gender-based-violence-survey > header .header-navigation nav ul a {
    width: 100%;
  }
  .mini-site-gender-based-violence-survey > header .header-navigation .mini-site-logo {
    grid-column: 1/span 4;
  }
  .mini-site-gender-based-violence-survey > header .header-navigation .mini-site-logo:before {
    content: none;
  }
  .mini-site-gender-based-violence-survey > header .block-menu button.menu {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: var(--menu-button-size);
    height: var(--menu-button-size);
  }
}

.mini-site-gender-based-violence-survey .mini-site-menu {
  --menu-nav-link-fg-color-default:	#001356;
  --menu-nav-link-fg-color-hover:	#9A003C;
  --menu-nav-link-bg-color-hover:	transparent;
  --menu-nav-link-fg-color-focus:	#001356;
  --menu-nav-link-bg-color-focus:	transparent;
  --menu-nav-link-br-color-focus:	#001356;
}
.mini-site-gender-based-violence-survey .mini-site-menu button.close {
  padding: 0;
  background: transparent;
  font-size: 0px;
  transition: 250ms ease-out;
  border-radius: 3px;
  box-shadow: 0 0 0 0 transparent;
}
.mini-site-gender-based-violence-survey .mini-site-menu button.close::before {
  content: "\e978";
  color: #13293f;
  font-size: calc(
		((32 / 16) * 1rem) + (48 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-gender-based-violence-survey .mini-site-menu button.close:hover {
    transform: rotate(180deg);
  }
}
.mini-site-gender-based-violence-survey .mini-site-menu button.close:focus-visible {
  box-shadow: 0 0 0 2px #13293f;
}
.mini-site-gender-based-violence-survey .mini-site-menu ul:not(.contextual-links) a {
  font-weight: 700;
  font-size: var(--hs0-font-size);
  line-height: var(--hs0-line-height);
  letter-spacing: -0.03em;
  border-radius: 3px;
}

.mini-site-gender-based-violence-survey footer {
  position: relative;
  background: linear-gradient(var(--gradient-angle, 60deg), #001356 50%, #FC0C5E 80%, #FD8400 95%);
  z-index: 0;
  --footer-links-hover-color:	#FF4200;
  --socialTxColorHover:	#FF4200;
}
@media screen and (min-width: 50.0625em) {
  .mini-site-gender-based-violence-survey footer {
    display: grid;
    grid-template-columns: 52fr 26fr 22fr;
    --gradient-angle: 130deg;
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey footer {
    padding-right: var(--page-padding-lr);
  }
}
.mini-site-gender-based-violence-survey footer .block-system-branding-block {
  display: none;
}
.mini-site-gender-based-violence-survey footer .mini-site-name a.mini-site-gender-based-violence-survey:before {
  background-image: url(../images/mini-sites/gbv-survey/gbv-survey-logo.svg);
  width: calc(
		((150 / 16) * 1rem) + (200 - 150) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  height: calc(
		((53 / 16) * 1rem) + (70 - 53) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
}
.mini-site-gender-based-violence-survey footer .region-mini-site-footer-left p,
.mini-site-gender-based-violence-survey footer #block-eige-mini-sites-social-share-buttons h2 {
  color: white;
}
.mini-site-gender-based-violence-survey footer .region-mini-site-footer-right {
  padding-top: 0px;
}
@media screen and (min-width: 50.0625em) {
  .mini-site-gender-based-violence-survey footer .region-mini-site-footer-right {
    padding-left: 0px;
  }
}
.mini-site-gender-based-violence-survey footer #block-eige-mini-sites-social-share-buttons {
  align-items: flex-start;
  justify-content: flex-end;
}
.mini-site-gender-based-violence-survey footer #block-eige-mini-sites-social-share-buttons ul.wt-ecl-social-media-share__list {
  justify-content: flex-start;
}
.mini-site-gender-based-violence-survey footer:after {
  content: " ";
  height: 100%;
  display: flex;
  background-image: url(../images/mini-sites/gbv-survey/footer-decoration.svg);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: left bottom;
  z-index: -1;
}
@media screen and (max-width: 50em) {
  .mini-site-gender-based-violence-survey footer:after {
    position: absolute;
    bottom: 0px;
    right: -160px;
    height: calc(100% - 50px);
    width: 350px;
    background-size: contain;
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey footer:after {
    background-size: contain;
  }
}

.mini-site-landing-page .field--name-body section {
  position: relative;
  padding-left: var(--page-padding-lr);
  padding-right: var(--page-padding-lr);
}
.mini-site-landing-page .field--name-body section:last-child {
  padding-bottom: calc(var(--panel-spacing-tb) + var(--to-top-size) * 0.5);
}
.mini-site-landing-page .field--name-body section h2 {
  position: relative;
  letter-spacing: 0;
  padding-bottom: calc(var(--decor-bar-height) * 2 + var(--decor-bar-spacing) + var(--decor-bar-text-spacing));
  margin-top: 0px;
  margin-bottom: var(--page-gap);
  --decor-bar-height: var(--spacing-2xs);
  --decor-bar-spacing: 3px;
  --decor-bar-text-spacing: var(--spacing-xs);
}
.mini-site-landing-page .field--name-body section h2:before, .mini-site-landing-page .field--name-body section h2:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: var(--decor-bar-height);
  width: calc(
		((50 / 16) * 1rem) + (100 - 50) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  background: linear-gradient(130deg, #001356 20%, #FC0C5E 60%, #FD8400 87%);
  transition: 250ms ease-out;
  clip-path: polygon(0 0, var(--heading-decor-path-end-point, 0) 0, var(--heading-decor-path-end-point, 0) 100%, 0 100%);
  transition-delay: 350ms;
}
.mini-site-landing-page .field--name-body section h2:before {
  width: calc(
		((80 / 16) * 1rem) + (140 - 80) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  bottom: calc(var(--decor-bar-height) + var(--decor-bar-spacing));
}
.mini-site-landing-page .field--name-body .visible > h2 {
  --heading-decor-path-end-point: 100%;
}
.mini-site-landing-page .field--name-body .section-content-wrapper {
  max-width: 59rem;
}
.mini-site-landing-page .field--name-body .section-content-wrapper + * {
  margin-top: var(--section-gap);
}
.mini-site-landing-page .field--name-body .section-content-wrapper p {
  margin-top: var(--bs0-line-height);
  margin-bottom: var(--bs0-line-height);
}
.mini-site-landing-page .field--name-body .section-content-wrapper p a:not(.button) {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
  transition: 250ms ease-out;
  background-image: linear-gradient(transparent, transparent 50%, var(--link-hover-bg-color) 50%, var(--link-hover-bg-color));
  background-size: 100% 200%;
}
.mini-site-landing-page .field--name-body .section-content-wrapper p a:not(.button):focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-landing-page .field--name-body .section-content-wrapper p a:not(.button):hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-landing-page .field--name-body .section-content-wrapper p a:not(.button):hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
.mini-site-landing-page .field--name-body .section-content-wrapper > *:first-child {
  margin-top: 0px;
}
.mini-site-landing-page .field--name-body .section-content-wrapper > *:last-child {
  margin-bottom: 0px;
}
.mini-site-landing-page .field--name-body section a.button {
  --action-padding: var(--spacing-s) var(--spacing-m);
  -moz-column-gap: var(--spacing-xs);
       column-gap: var(--spacing-xs);
  font-size: var(--bs-1-font-size);
  line-height: 1;
  font-weight: 700;
}

.mini-site-gender-based-violence-survey section.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
.mini-site-gender-based-violence-survey section.hero + section {
  margin-top: 0px;
}
.mini-site-gender-based-violence-survey section.hero > .text {
  padding-left: var(--page-padding-lr);
  padding-right: var(--page-padding-lr);
  padding-top: var(--page-gap);
}
.mini-site-gender-based-violence-survey section.hero > .text h2 {
  font-weight: 400;
  margin-bottom: calc(var(--page-gap) * 0.5);
}
@media screen and (max-width: 40em) {
  .mini-site-gender-based-violence-survey section.hero > .text h2 br {
    display: none;
  }
}
@media screen and (min-width: 50.0625em) {
  .mini-site-gender-based-violence-survey section.hero > .text h2 {
    max-width: calc(
		((460 / 16) * 1rem) + (735 - 460) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
.mini-site-gender-based-violence-survey section.hero:after {
  content: " ";
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 26.3%;
  background-position: center bottom;
  background-image: url(../images/mini-sites/gbv-survey/hero-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.mini-site-gender-based-violence-survey section.hero .text {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 400ms ease-out;
}
.mini-site-gender-based-violence-survey section.hero:after {
  opacity: 0;
  transition: 500ms ease-in;
  transition-delay: 620ms;
}
.mini-site-gender-based-violence-survey section.hero.visible .text {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mini-site-gender-based-violence-survey section.hero.visible:after {
  opacity: 1;
}

.video-understanding-section-wrapper {
  position: relative;
  max-width: none;
}
.video-understanding-section-wrapper > *:first-child, .video-understanding-section-wrapper + section {
  margin-top: 0px;
}
.video-understanding-section-wrapper > *:last-child {
  margin-bottom: 0px;
}
.video-understanding-section-wrapper .layout {
  align-items: center;
}
.video-understanding-section-wrapper:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f6ecf4;
  z-index: -1;
  transition: 250ms ease-out 150ms;
}
@media screen and (min-width: 64.0625em) {
  .video-understanding-section-wrapper:before {
    clip-path: polygon(50% 0%, 50% 0%, 50% calc( 		((0 / 16) * 1rem) + (600 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	), 50% 100%, 50% 100%, 50% calc( 		((0 / 16) * 1rem) + (300 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	));
  }
}
@media screen and (min-width: 64.0625em) {
  .video-understanding-section-wrapper.visible:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc( 		((0 / 16) * 1rem) + (600 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	), 88% 100%, 0% 100%, 0% calc( 		((0 / 16) * 1rem) + (130 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	));
  }
}
.video-understanding-section-wrapper .layout > div {
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8) 300ms;
  transform: scale(0, 0);
}
@media screen and (min-width: 56.3125em) {
  .video-understanding-section-wrapper .layout > div:nth-child(2) {
    transition-delay: 600ms;
  }
}
.video-understanding-section-wrapper .layout > div.visible {
  transform: scale(1, 1);
  opacity: 1;
}

.mini-site-gender-based-violence-survey section.video {
  padding-bottom: 0px;
}
.mini-site-gender-based-violence-survey section.video .video-wrapper {
  pointer-events: none;
}
.mini-site-gender-based-violence-survey section.video .video-wrapper.visible {
  pointer-events: all;
}

@media screen and (min-width: 56.3125em) {
  .mini-site-gender-based-violence-survey section.understanding .layout > div:last-child {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 56.25em) {
  .mini-site-gender-based-violence-survey section.understanding .media {
    max-width: 405px;
  }
}

.mini-site-landing-page section.gallery:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: clip-path 250ms ease-out 150ms;
}
.mini-site-landing-page section.gallery.visuals:before {
  background-color: #001356;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-landing-page section.gallery.visuals:before {
    clip-path: polygon(50% 0%, 50% 0, 50% calc( 		((0 / 16) * 1rem) + (200 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	), 50% 100%, 50% 100%, 50% calc(100% - calc( 		((0 / 16) * 1rem) + (150 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	)));
  }
}
.mini-site-landing-page section.gallery.protect:before {
  background: #690f5d;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-landing-page section.gallery.protect:before {
    clip-path: polygon(50% 0%, 50% 0%, 50% calc( 		((0 / 16) * 1rem) + (300 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	), 50% 101%, 50% 101%);
  }
}
.mini-site-landing-page section.gallery.prevent:before {
  height: 102%;
  top: -1%;
  background: linear-gradient(#690f5d 0%, #860c5e 10%, #860c5e 100%);
}
@media screen and (min-width: 64.0625em) {
  .mini-site-landing-page section.gallery.prevent:before {
    clip-path: polygon(50% -1%, 50% -1%, 50% 101%, 50% 101%);
  }
}
.mini-site-landing-page section.gallery.sexual-violence:before {
  background: linear-gradient(#860c5e 0%, #AA0E59 10%, #AA0E59 100%);
}
@media screen and (min-width: 64.0625em) {
  .mini-site-landing-page section.gallery.sexual-violence:before {
    clip-path: polygon(50% 0%, 50% 0%, 50% calc(100% - calc( 		((0 / 16) * 1rem) + (300 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	)), 50% 100%, 50% 100%);
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-landing-page section.gallery.visible.visuals:before {
    clip-path: polygon(0% 0%, 88% 0, 100% calc( 		((0 / 16) * 1rem) + (200 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	), 100% 100%, 12% 100%, 0% calc(100% - calc( 		((0 / 16) * 1rem) + (150 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	)));
  }
  .mini-site-landing-page section.gallery.visible.protect:before {
    clip-path: polygon(0% 0%, 95% 0%, 100% calc( 		((0 / 16) * 1rem) + (300 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	), 100% 101%, 0% 101%);
  }
  .mini-site-landing-page section.gallery.visible.prevent:before {
    clip-path: polygon(0% -1%, 100% -1%, 100% 101%, 0% 101%);
  }
  .mini-site-landing-page section.gallery.visible.sexual-violence:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - calc( 		((0 / 16) * 1rem) + (300 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	)), 90% 100%, 0% 100%);
  }
}
.mini-site-landing-page section.gallery * {
  color: white;
}
.mini-site-landing-page section.gallery div.text-wrapper,
.mini-site-landing-page section.gallery div.teaser-wrapper {
  transition: clip-path 250ms ease-out 300ms;
}
.mini-site-landing-page section.gallery div.text-wrapper.visible,
.mini-site-landing-page section.gallery div.teaser-wrapper.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.mini-site-landing-page section.gallery div.text-wrapper {
  max-width: 59rem;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.mini-site-landing-page section.gallery div.teaser-wrapper {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
@media screen and (min-width: 56.3125em) {
  .mini-site-landing-page section.gallery.prevent .layout > div:first-child {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .mini-site-landing-page section.gallery.prevent .layout > div:last-child {
    grid-column: 1;
    grid-row: 1;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
}
@media screen and (max-width: 56.25em) {
  .mini-site-landing-page section.gallery .teaser {
    max-width: 405px;
    margin: auto;
  }
}
.mini-site-landing-page section.gallery .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(var(--gallery-items-per-row, 3), 1fr);
  gap: var(--gallery-gap, var(--spacing-3xs));
  margin-top: var(--section-gap);
}
@media screen and (min-width: 40.0625em) {
  .mini-site-landing-page section.gallery .photoswipe-gallery {
    --gallery-items-per-row: 4;
  }
}
@media screen and (min-width: 50.0625em) {
  .mini-site-landing-page section.gallery .photoswipe-gallery {
    --gallery-items-per-row: 5;
  }
}
@media screen and (min-width: 64em) {
  .mini-site-landing-page section.gallery .photoswipe-gallery {
    --gallery-items-per-row: 6;
  }
}
.mini-site-landing-page section.gallery .photoswipe-gallery li {
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition-delay: calc(100ms * var(--extraDelayMultiplier, 1));
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(2) {
  --extraDelayMultiplier: 2;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(3) {
  --extraDelayMultiplier: 3;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(4) {
  --extraDelayMultiplier: 4;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(5) {
  --extraDelayMultiplier: 5;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(6) {
  --extraDelayMultiplier: 6;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(7) {
  --extraDelayMultiplier: 7;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(8) {
  --extraDelayMultiplier: 8;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(9) {
  --extraDelayMultiplier: 9;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(10) {
  --extraDelayMultiplier: 10;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(11) {
  --extraDelayMultiplier: 11;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:nth-child(12) {
  --extraDelayMultiplier: 12;
}
.mini-site-landing-page section.gallery .photoswipe-gallery li:has(a:focus-visible) {
  position: relative;
  z-index: 1;
}
.mini-site-landing-page section.gallery .photoswipe-gallery.visible li {
  transform: scale(1, 1);
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .mini-site-landing-page section.gallery.visuals .photoswipe-gallery {
    --gallery-gap: var(--spacing-l);
    --gallery-items-per-row: 5;
  }
}
@media screen and (min-width: 64em) {
  .mini-site-landing-page section.gallery.protect .photoswipe-gallery {
    --gallery-items-per-row: 7;
  }
}

.mini-site-gender-based-violence-survey section.visuals > p {
  opacity: 0;
  transition: 250ms ease-out;
  margin-top: var(--section-gap);
}
.mini-site-gender-based-violence-survey section.visuals > p.visible {
  opacity: 1;
}

.mini-site-gender-based-violence-survey section.maps {
  --tabs-panel-padding: calc(
  	((20 / 16) * 1rem) + (40 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
  );
}
.mini-site-gender-based-violence-survey section.maps:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f6ecf4;
  transition: 250ms ease-out 150ms;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps:before {
    clip-path: polygon(50% 0%, 50% 0, 50% calc(100% - calc( 		((0 / 16) * 1rem) + (300 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	)), 50% 100%, 50% 100%, 50% calc( 		((0 / 16) * 1rem) + (400 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	));
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps.visible:before {
    clip-path: polygon(12% 0%, 100% 0, 100% calc(100% - calc( 		((0 / 16) * 1rem) + (150 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	)), 95% 100%, 0 100%, 0% calc( 		((0 / 16) * 1rem) + (400 - 0) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) 	));
  }
}
.mini-site-gender-based-violence-survey section.maps h2 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 250ms ease-out 300ms;
}
.mini-site-gender-based-violence-survey section.maps p {
  transition: 250ms ease-in;
  transition-delay: 850ms;
  opacity: 0;
}
.mini-site-gender-based-violence-survey section.maps .section-content-wrapper.visible h2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mini-site-gender-based-violence-survey section.maps .section-content-wrapper.visible p {
  opacity: 1;
}
.mini-site-gender-based-violence-survey section.maps div.ui-tabs {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper {
    position: relative;
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper:before {
    content: " ";
    position: absolute;
    right: -100vw;
    left: -100vw;
    margin: auto;
    height: calc(
		((3 / 16) * 1rem) + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
    width: 200vw;
    background: #dbdbdb;
    z-index: -1;
    bottom: 0px;
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul {
    width: 100%;
    display: flex;
    align-items: flex-end;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }
}
@media screen and (max-width: 64em) and (hover: hover) and (pointer: fine) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul {
    transform: rotateX(-180deg);
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul > li {
    transform: rotateX(180deg);
  }
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul > li {
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper:before {
    content: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs .tabs-wrapper > ul.tabs-list {
    align-items: flex-start;
    margin-bottom: -2px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs {
    display: grid;
    grid-template-columns: 30fr 70fr;
  }
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  display: flex;
  row-gap: var(--spacing-2xs);
  align-items: flex-end;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps ul.tabs-list {
    height: 100%;
    flex-direction: column;
    padding: var(--spacing-xs) 0px;
  }
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list:before, .mini-site-gender-based-violence-survey section.maps ul.tabs-list:after {
  content: none;
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list > li {
  flex-grow: 1;
  white-space: normal;
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list > li:focus-visible {
  outline: 0px;
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list a {
  display: flex;
  font-family: "Helvetica Neue", sans-serif;
  font-size: calc(
		((13 / 16) * 1rem) + (17 - 13) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: calc(
		((18 / 16) * 1rem) + (28 - 18) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  color: var(--tab-link-color, #001356);
  border-radius: var(--spacing-3xs);
  border-bottom-right-radius: 0px;
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps ul.tabs-list a {
    padding: var(--spacing-xs) var(--spacing-s);
    border-bottom-left-radius: 0px;
    min-width: calc(
		((180 / 16) * 1rem) + (350 - 180) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps ul.tabs-list a {
    padding: var(--spacing-s) var(--spacing-m);
    align-items: center;
    height: 100%;
    width: 100%;
    border-top-right-radius: 0px;
    border: 1px solid var(--tab-link-color, #001356);
    border-right: 0px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-gender-based-violence-survey section.maps ul.tabs-list a:hover {
    --tab-link-color: #9A003C;
  }
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list .ui-tabs-active a {
  background-color: white;
  color: #001356;
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps ul.tabs-list .ui-tabs-active a {
    position: relative;
    background-color: transparent;
    color: white;
    z-index: 0;
    border: 0px;
    box-shadow: 0 0 10px 0 #c3c4c6;
  }
  .mini-site-gender-based-violence-survey section.maps ul.tabs-list .ui-tabs-active a:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #001356 30%, #FC0C5E 76%, #FD8400 90%);
    z-index: -1;
    border-radius: inherit;
    width: calc(100% + var(--spacing-l));
    clip-path: polygon(0 0, calc(100% - var(--spacing-l)) 0%, 100% 50%, calc(100% - var(--spacing-l)) 100%, 0 100%);
  }
}
.mini-site-gender-based-violence-survey section.maps ul.tabs-list .ui-tabs-active:focus-visible a, .mini-site-gender-based-violence-survey section.maps ul.tabs-list .ui-tabs-active:focus-visible a:before {
  background: #9A003C;
  color: white;
}
.mini-site-gender-based-violence-survey section.maps div.ui-tabs-panel {
  padding: var(--tabs-panel-padding);
  background-color: white;
  border-radius: var(--spacing-xs);
  overflow: hidden;
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs-panel {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs-panel {
    box-shadow: 0 0 10px 0 #c3c4c6;
    padding-left: calc(var(--tabs-panel-padding) + var(--tabs-panel-padding) * 0.5);
  }
}
.mini-site-gender-based-violence-survey section.maps div.ui-tabs-panel p.map-info {
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: calc(
		((10 / 16) * 1rem) + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  line-height: calc(
		((14 / 16) * 1rem) + (18 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  color: #75767D;
  padding-top: var(--spacing-3xs);
}
.mini-site-gender-based-violence-survey section.maps div.ui-tabs-panel {
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 350ms cubic-bezier(0.47, 1.64, 0.41, 0.8) 300ms;
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs-panel {
    transition-delay: 250ms;
  }
}
.mini-site-gender-based-violence-survey section.maps .tabs-wrapper {
  transition: 250ms ease-out 300ms;
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0);
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li a {
    transform: translateX(150%);
    opacity: 0;
    transition: transform 250ms ease-out;
    transition-delay: calc(100ms * var(--extraDelayMultiplier, 0) + 450ms);
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 50.0625em) {
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li:nth-child(2) {
    --extraDelayMultiplier: 1;
  }
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li:nth-child(3) {
    --extraDelayMultiplier: 2;
  }
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li:nth-child(4) {
    --extraDelayMultiplier: 3;
  }
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li:nth-child(5) {
    --extraDelayMultiplier: 4;
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li.ui-state-active {
    clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%);
  }
  .mini-site-gender-based-violence-survey section.maps .tabs-wrapper li.ui-state-active a {
    transform: translateX(-150%);
    opacity: 0;
    transition-delay: 400ms;
  }
}
.mini-site-gender-based-violence-survey section.maps div.ui-tabs.visible div.ui-tabs-panel {
  transform: scale(1, 1);
  opacity: 1;
}
@media screen and (max-width: 64em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs.visible .tabs-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 105%, 0 105%);
  }
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.maps div.ui-tabs.visible .tabs-wrapper li a {
    transform: translateX(0);
    opacity: 1;
  }
}
.mini-site-gender-based-violence-survey section.maps .table-wrapper {
  margin: 0px;
  border: 0px;
}

.mini-site-gender-based-violence-survey section.highlights:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 250ms ease-out;
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.highlights:before {
    background-color: #f6ecf4;
    clip-path: polygon(90% 0%, 100% 0%, 100% 100%, 65% 100%);
  }
}
.mini-site-gender-based-violence-survey section.highlights.visible:before {
  opacity: 1;
}
.mini-site-gender-based-violence-survey section.highlights .layout > div {
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transform: scale(0, 0);
  pointer-events: none;
}
@media screen and (min-width: 56.3125em) {
  .mini-site-gender-based-violence-survey section.highlights .layout > div:nth-child(2) {
    transition-delay: 300ms;
  }
}
.mini-site-gender-based-violence-survey section.highlights .layout > div.visible {
  transform: scale(1, 1);
  opacity: 1;
  pointer-events: all;
}

.mini-site-gender-based-violence-survey section.learn-more h2 {
  transform: translate(var(--translateX, 0), var(--translateY, 0));
  transition: transform 250ms ease-out;
  --translateX: -55%;
}
.mini-site-gender-based-violence-survey section.learn-more h2.visible {
  --translateX: 0;
}
.mini-site-gender-based-violence-survey section.learn-more:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f6ecf4;
  z-index: -1;
  opacity: 0;
  transition: 250ms ease-out;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.learn-more:before {
    clip-path: polygon(0% 0%, 65% 0%, 35% 100%, 0% 100%);
  }
}
.mini-site-gender-based-violence-survey section.learn-more.visible:before {
  opacity: 1;
}
.mini-site-gender-based-violence-survey section.learn-more .carousel-items.slick-slider {
  --carousel-gap: var(--teaser-list-gap-small);
  transition: 400ms ease-out;
  transition-delay: 450ms;
  clip-path: polygon(calc(-1 * var(--page-padding-lr)) -5%, 200% -5%, 200% -5%, 0% -5%);
}
.mini-site-gender-based-violence-survey section.learn-more .carousel-items.slick-slider .slick-slide:after {
  content: none;
}
@media screen and (min-width: 40.0625em) {
  .mini-site-gender-based-violence-survey section.learn-more .carousel-items.slick-slider .button.slick-next {
    right: calc(-1 * var(--page-padding-lr) + var(--spacing-m));
    left: auto;
  }
}
.mini-site-gender-based-violence-survey section.learn-more .carousel-items.slick-slider.visible {
  clip-path: polygon(calc(-1 * var(--page-padding-lr)) -5%, 200% -5%, 200% 105%, calc(-1 * var(--page-padding-lr)) 105%);
}

.mini-site-gender-based-violence-survey section.downloads h3 {
  font-size: var(--hs2-font-size);
  line-height: var(--hs2-line-height);
  margin-bottom: var(--hs3-line-height);
}
.mini-site-gender-based-violence-survey section.downloads ul {
  display: grid;
  gap: var(--spacing-m);
}
.mini-site-gender-based-violence-survey section.downloads .media {
  width: 100%;
}
.mini-site-gender-based-violence-survey section.downloads .media a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: calc(
		((16 / 16) * 1rem) + (25 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
       column-gap: calc(
		((16 / 16) * 1rem) + (25 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))
	);
  padding: var(--spacing-m) var(--spacing-m);
  background-image: linear-gradient(130deg, #001356, #8f0f5a 55%, #eb0b55 80%, #FD8400 99%);
  color: white;
  font-size: var(--bs0-font-size);
  line-height: var(--bs-1-line-height);
  border-radius: var(--spacing-2xs);
  letter-spacing: 0px;
  transition: 250ms ease-out;
}
.mini-site-gender-based-violence-survey section.downloads .media a::before {
  content: "\e938";
  color: white;
  font-size: var(--bs0-font-size);
  line-height: 1;
  font-family: "eige-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mini-site-gender-based-violence-survey section.downloads .media a:before {
  position: relative;
  top: -2px;
}
@media (hover: hover) and (pointer: fine) {
  .mini-site-gender-based-violence-survey section.downloads .media a:hover:before {
    --arrow-translate-x: 0%;
    --arrow-translate-y: 24%;
    animation: arrow-animation 1s ease-in-out infinite;
  }
}
.mini-site-gender-based-violence-survey section.downloads .media a:focus-visible {
  outline: 4px solid #001356;
  outline-offset: 5px;
}
.mini-site-gender-based-violence-survey section.downloads .media dl {
  display: none;
}
@media screen and (min-width: 64.0625em) {
  .mini-site-gender-based-violence-survey section.downloads:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: clip-path 250ms ease-out 150ms;
    background-color: #f6ecf4;
    clip-path: polygon(0% 0%, 35% 0%, 10% 100%, 0% 100%);
  }
}
.mini-site-gender-based-violence-survey section.downloads .layout > div:first-child {
  transform: translate(var(--translateX, 0), var(--translateY, 0));
  transition: transform 250ms ease-out;
  --translateX: -134%;
}
.mini-site-gender-based-violence-survey section.downloads .layout > div:last-child {
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8) 300ms;
  transform: scale(0, 0);
}
.mini-site-gender-based-violence-survey section.downloads.visible .layout > div:first-child {
  --translateX: 0;
  --heading-decor-path-end-point: 100%;
}
.mini-site-gender-based-violence-survey section.downloads.visible .layout > div:last-child {
  transform: scale(1, 1);
  opacity: 1;
}
@media screen and (max-width: 56.25em) {
  .mini-site-gender-based-violence-survey section.downloads.visible .layout > div:last-child {
    transition-delay: 300ms;
  }
}

.mini-site-gender-based-violence-survey:not(.mini-site-landing-page) .page-header {
  padding-top: var(--spacing-xs);
}
.mini-site-gender-based-violence-survey:not(.mini-site-landing-page) .page-header h1 {
  font-weight: 400;
}
.mini-site-gender-based-violence-survey.mini-site-landing-page .page-header {
  padding: 0px;
}
.mini-site-gender-based-violence-survey.mini-site-landing-page .page-header:before {
  content: none;
}
.mini-site-gender-based-violence-survey.mini-site-landing-page .page-header .region-title-top {
  margin: 0px;
}
.mini-site-gender-based-violence-survey.mini-site-landing-page .page-header .block-system-breadcrumb-block {
  display: none;
}
.mini-site-gender-based-violence-survey.mini-site-landing-page .page-header h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  display: block !important;
}

.mini-site-gender-based-violence-survey:not(.mini-site-landing-page) main {
  padding: var(--page-padding-tb) var(--page-padding-lr) var(--section-padding-tb);
}
.mini-site-gender-based-violence-survey:not(.mini-site-landing-page) main .region-page-content {
  padding-top: var(--page-padding-tb);
}
.mini-site-gender-based-violence-survey:not(.mini-site-landing-page) main section.main-content {
  max-width: 59rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-formatted-extended [class*=display-] {
  font-weight: 400;
}
.text-formatted-extended .border-box {
  border-image-slice: 1;
  border-image-source: linear-gradient(130deg, #001356, #8f0f5a 15%, #FC0C5E 65%, #FD8400 90%);
}
.text-formatted-extended .highlighted-frame {
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, #001356, #FC0C5E 60%, #FD8400 85%);
}

/*# sourceMappingURL=gender-based-violence-survey-mini-site.css.map */