@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&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: "eeed-icons";
  src: url("../fonts/eeed-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 {
  --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)));
}

: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)));
  --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;
  --fluid-screen: 360px;
}
@media screen and (min-width: 22.5625em) {
  :root {
    --fluid-screen: 100vw;
  }
}
@media screen and (min-width: 120.0625em) {
  :root {
    --fluid-screen: 1920px;
  }
}
:root {
  --header-height: 60px;
}
@media screen and (min-width: 64.0625em) {
  :root {
    --header-height: 120px;
  }
}
:root {
  --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)));
}
:root {
  --input-height:	calc(42 / 16 * 1rem + (53 - 42) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  color: var(--tx-color, #3e4047);
}

@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;
  }
}

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

main > .region h1, main > .region h2, main > .region h3, main > .region h4, main > .region h5, main > .region h6 {
  color: var(--headings-primary-color);
}

.section-header:after {
  content: " ";
  display: block;
  margin-top: var(--spacing-m);
  width: 60px;
  height: 5px;
  background-color: var(--decor-primary-color);
}

.ajax-progress.ajax-progress-throbber {
  display: none;
}

:root {
  --admin-env-indicator-height:	0px;
}
:root body.user-logged-in {
  --admin-env-indicator-height:	calc(var(--body-xs-line-height) + var(--spacing-3xs) * 2);
}

:root {
  --admin-theme-color:	#75767D;
}

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

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

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

div#environment-indicator {
  position: sticky;
  top: 0px;
  background-color: var(--admin-theme-color) !important;
  color: White !important;
  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: 600;
  text-shadow: none;
  padding: var(--spacing-3xs) var(--spacing-xs);
}

.block-core.block-local-tasks-block ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block-core.block-local-tasks-block ul.tabs:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--admin-theme-color);
  z-index: -1;
}
.block-core.block-local-tasks-block ul.tabs a {
  display: flex;
  text-align: center;
  padding: var(--spacing-2xs) var(--spacing-s);
  color: white;
  text-transform: uppercase;
  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: 600;
}
.block-core.block-local-tasks-block 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-core.block-local-tasks-block ul.tabs a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
    text-decoration: underline;
  }
}

.node--unpublished:before {
  content: "Unpublished";
  display: block;
  width: 100%;
  padding: var(--spacing-2xs);
  text-transform: uppercase;
  text-align: center;
  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;
  color: white;
  background-color: #d00000;
  order: -2;
  margin-bottom: var(--spacing-xl);
}

div.messages {
  --padding-tb: var(--spacing-s);
  --padding-lr: var(--spacing-s);
  padding: var(--padding-tb) var(--padding-lr) var(--padding-tb) calc(22 / 16 * 1rem + (28 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)) + var(--spacing-xs) + var(--padding-lr));
  color: var(--message-fg-color);
  background-color: var(--message-bg-color);
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  position: relative;
  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;
}
.region-administrative-links div.messages {
  --padding-lr: 0px;
  --padding-tb: var(--spacing-xs);
  --icon-top: calc(13 / 16 * 1rem + (16 - 13) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  position: relative;
}
.region-administrative-links div.messages:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--message-bg-color);
  z-index: -1;
}
.region-administrative-links div.messages + .messages {
  margin-top: 0px;
}
div.messages em {
  font-style: normal;
}
div.messages a {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
}
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);
}
div.messages a {
  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%;
}
@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: "eeed-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: var(--icon-top, calc(16 / 16 * 1rem + (22 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
}
div.messages.messages--status:before {
  content: "\e908";
}
div.messages.messages--error:before {
  content: "\e90a";
  font-size: calc(20 / 16 * 1rem + (26 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
div.messages.messages--warning:before {
  content: "\e909";
}
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;
}

.page {
  overflow-x: clip;
}

.region-header,
.region-footer,
main {
  max-width: 120rem;
  margin: 0 auto;
  padding-left: var(--page-padding-lr);
  padding-right: var(--page-padding-lr);
}

main {
  padding-top: var(--page-padding-tb);
  padding-bottom: var(--page-padding-tb);
}

.region-administrative-links:has(.block-local-tasks-block), .region-administrative-links:has(.messages) {
  margin-bottom: var(--page-padding-tb);
  margin-top: calc(-1 * var(--page-padding-tb));
}

.layout-page-content:not(:has(.layout-sidebar)) {
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64.0625em) {
  .layout-page-content:has(.layout-sidebar) {
    display: grid;
    grid-template-columns: minmax(0, var(--sidebar-column-width)) minmax(0, var(--content-column-width));
    -moz-column-gap: var(--page-gap);
         column-gap: var(--page-gap);
    --sidebar-column-width: 30fr;
    --content-column-width: 70fr;
  }
  .layout-page-content:has(.layout-sidebar) .layout-content {
    grid-column: 2;
    grid-row: 1;
  }
  .layout-page-content:has(.layout-sidebar) aside.layout-sidebar {
    grid-column: 1;
    grid-row: 1;
  }
  .layout-page-content:has(.layout-sidebar):after {
    content: " ";
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 100%;
    margin-left: calc(-1 * var(--page-gap) - 2px);
    background-color: var(--divider-color);
  }
}
@media screen and (min-width: 103.8125em) {
  .layout-page-content:has(.layout-sidebar) {
    --content-column-width: 59rem;
    --sidebar-column-width: 1fr;
  }
}

aside.layout-sidebar {
  align-self: flex-start;
  position: sticky;
  top: calc(var(--header-height) + var(--page-padding-tb) + var(--admin-env-indicator-height));
  max-height: calc(100vh - var(--header-height) - var(--page-padding-tb) * 2 - var(--admin-env-indicator-height));
  max-height: calc(100svh - var(--header-height) - var(--page-padding-tb) * 2 - var(--admin-env-indicator-height));
  overflow: hidden;
}
@media screen and (max-width: 64em) {
  aside.layout-sidebar {
    display: none;
  }
}
aside.layout-sidebar > div {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: rotateY(-180deg);
}
@media (hover: hover) and (pointer: fine) {
  aside.layout-sidebar > div::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  aside.layout-sidebar > div::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  aside.layout-sidebar > div::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  aside.layout-sidebar > div {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
}
aside.layout-sidebar > div > .block {
  transform: rotateY(180deg);
  padding-right: var(--page-gap);
}

header {
  position: sticky;
  top: calc(0px + var(--admin-env-indicator-height));
  z-index: 100;
}
header .region-header {
  min-height: var(--header-height);
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--spacing-s);
       column-gap: var(--spacing-s);
  row-gap: var(--spacing-3xs);
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .region-header:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: var(--divider-color);
  z-index: 0;
}
header .region-header {
  position: relative;
}
header .region-header:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: white;
  z-index: -1;
}
@media screen and (max-width: 64em) {
  header .region-header {
    padding: 0;
  }
}
header .site-name {
  height: 100%;
}
header .site-name a {
  height: 100%;
  padding: var(--spacing-3xs) var(--spacing-xs);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
}
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;
}
header .site-name a:focus-visible {
  background-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  header .site-name a:hover {
    background-color: var(--link-hover-bg-color);
  }
}
header .site-name a {
  --logo-image: url(../images/logo/logo-small.png);
  --logo-width: 120px;
  --logo-height: 45px;
}
header .site-name a:focus-visible {
  --logo-image: url(../images/logo/logo-white-small.png);
}
@media (hover: hover) and (pointer: fine) {
  header .site-name a:hover {
    --logo-image: url(../images/logo/logo-white-text-small.png);
  }
}
header .site-name a:before {
  content: "European Institute for Gender Equality";
  font-size: 0px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64.0625em) {
  header .site-name a {
    margin-left: calc(-1 * var(--spacing-xs));
  }
  header .site-name a {
    --logo-image: url(../images/logo/logo.png);
    --logo-width: 211px;
    --logo-height: 78px;
  }
  header .site-name a:focus-visible {
    --logo-image: url(../images/logo/logo-white.png);
  }
}
@media screen and (min-width: 64.0625em) and (hover: hover) and (pointer: fine) {
  header .site-name a:hover {
    --logo-image: url(../images/logo/logo-white-text.png);
  }
}
header .site-name a span {
  margin-top: 1px;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 400;
  margin-left: calc(12 / 16 * 1rem + (24 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  padding-left: calc(12 / 16 * 1rem + (24 - 12) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  border-left: 1px solid var(--divider-color);
  color: #2a9a93;
  transition: 250ms ease-out;
  max-width: calc(90 / 16 * 1rem + (145 - 90) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
@media screen and (min-width: 64.0625em) {
  header .site-name a span {
    font-size: 16px;
    line-height: 1.2;
    max-width: 145px;
  }
}
header .site-name a:focus-visible span {
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  header .site-name a:hover span {
    color: white;
  }
}
header .block-menu ul.menu {
  height: 100%;
  display: flex;
  align-items: stretch;
}
header .block-menu ul.menu a {
  height: 100%;
  padding: var(--spacing-s);
  display: flex;
  align-items: center;
  color: #13293f;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
}
header .block-menu ul.menu a:focus-visible {
  color: white;
  background-color: #175551;
}
@media (hover: hover) and (pointer: fine) {
  header .block-menu ul.menu a:hover {
    color: white;
    background-color: #13293f;
  }
}

.layout-page-header {
  padding-bottom: var(--page-padding-tb);
  margin-bottom: var(--page-padding-tb);
  position: relative;
}
.layout-page-header:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 3px;
  width: 200vw;
  background: var(--divider-color);
  z-index: -1;
}
.layout-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);
}
.layout-page-header h1.page-title {
  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;
  color: #3e4047;
}

footer .region-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: calc(var(--page-gap) + var(--to-top-button-width));
       column-gap: calc(var(--page-gap) + var(--to-top-button-width));
  row-gap: calc(var(--spacing-s) + var(--button-height-s));
  align-items: center;
  padding-top: var(--page-padding-tb);
  padding-bottom: var(--page-padding-tb);
  position: relative;
}
footer .region-footer:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: var(--divider-color);
  z-index: 0;
}
@media screen and (max-width: 30em) {
  footer .region-footer {
    grid-template-columns: 1fr;
  }
  footer .region-footer .block-back-to-top {
    text-align: right;
  }
}
footer .region-footer h2 {
  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: #75767D;
}
footer .region-footer h2 + h2 {
  margin-top: var(--spacing-3xs);
}
footer .region-footer h2 a:not(.button) {
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
}
footer .region-footer h2 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);
}
footer .region-footer h2 a:not(.button) {
  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%;
}
@media (hover: hover) and (pointer: fine) {
  footer .region-footer h2 a:not(.button):hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  footer .region-footer h2 a:not(.button):hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
footer .region-footer h2 a:not(.button).external:after {
  margin-left: var(--spacing-2xs);
}
footer .region-footer {
  --to-top-button-width: calc(88 / 16 * 1rem + (104 - 88) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
footer .region-footer .block-back-to-top .button {
  position: fixed;
  right: var(--page-padding-lr);
  bottom: var(--page-padding-tb);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 250ms ease-out;
}
footer .region-footer .block-back-to-top .button.visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.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 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);
}
.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);
}
.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 > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended li > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h2 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h3 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h4 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h5 > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended td > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link) {
  word-wrap: break-word;
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
}
.text-formatted-extended p > a:not(.highlighted-link, .button, .special-link):focus-visible,
.text-formatted-extended li > a:not(.highlighted-link, .button, .special-link):focus-visible,
.text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link):focus-visible,
.text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link):focus-visible,
.text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link):focus-visible,
.text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link):focus-visible, .text-formatted-extended h2 > a:not(.highlighted-link, .button, .special-link):focus-visible, .text-formatted-extended h3 > a:not(.highlighted-link, .button, .special-link):focus-visible, .text-formatted-extended h4 > a:not(.highlighted-link, .button, .special-link):focus-visible, .text-formatted-extended h5 > a:not(.highlighted-link, .button, .special-link):focus-visible,
.text-formatted-extended td > a:not(.highlighted-link, .button, .special-link):focus-visible, .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link):focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
.text-formatted-extended p > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended li > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h2 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h3 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h4 > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended h5 > a:not(.highlighted-link, .button, .special-link),
.text-formatted-extended td > a:not(.highlighted-link, .button, .special-link), .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link) {
  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%;
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted-extended p > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended li > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h2 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h3 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h4 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h5 > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended td > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link):hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-formatted-extended p > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended li > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h2 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h3 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h4 > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended h5 > a:not(.highlighted-link, .button, .special-link):hover,
  .text-formatted-extended td > a:not(.highlighted-link, .button, .special-link):hover, .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link):hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
.text-formatted-extended p > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
.text-formatted-extended li > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
.text-formatted-extended p > strong > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
.text-formatted-extended p > em > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
.text-formatted-extended p > u > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
.text-formatted-extended h1 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), .text-formatted-extended h2 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), .text-formatted-extended h3 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), .text-formatted-extended h4 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), .text-formatted-extended h5 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
.text-formatted-extended td > a:not(.highlighted-link, .button, .special-link):has(sup, sub), .text-formatted-extended th > a:not(.highlighted-link, .button, .special-link):has(sup, sub) {
  border-bottom: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) {
  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(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li:before {
  position: absolute;
  display: inline-block;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > ul, .text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling):first-child {
  margin-top: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling):last-child {
  margin-bottom: 0px;
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li {
  padding-left: var(--b-list-item-padding-left, calc(84 / 16 * 1rem + (105 - 84) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > 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-left, var(--spacing-xl));
  width: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  height: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  border-radius: 50%;
  background-color: var(--decor-primary-color);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling).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;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * 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)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
}
.text-formatted-extended ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling).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;
  --list-margin:	2.0625rem;
  --list-row-gap:	var(--spacing-3xs);
  --b-list-item-padding-left:	calc(44 / 16 * 1rem + (55 - 44) * 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)));
  --list-decor-left:	var(--spacing-m);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(36 / 16 * 1rem + (45 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-xs);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) {
  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(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) > li:before {
  position: absolute;
  display: inline-block;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) > li > ul, .text-formatted-extended ol:not(.layout, .remove-list-styling) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling):first-child {
  margin-top: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling):last-child {
  margin-bottom: 0px;
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) {
  counter-reset: counter;
  --n-list-item-padding-left: calc(72 / 16 * 1rem + (90 - 72) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) > li {
  padding-left: var(--n-list-item-padding-left);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling) > li:before {
  content: counter(counter);
  counter-increment: counter;
  top: 0px;
  right: calc(100% - var(--n-list-item-padding-left));
  margin-right: var(--list-decor-right, var(--spacing-m));
  font-weight: 700;
  text-align: right;
  color: var(--decor-primary-color);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling).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;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * 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)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
}
.text-formatted-extended ol:not(.layout, .remove-list-styling).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;
  --list-margin:	2.0625rem;
  --list-row-gap:	var(--spacing-3xs);
  --b-list-item-padding-left:	calc(44 / 16 * 1rem + (55 - 44) * 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)));
  --list-decor-left:	var(--spacing-m);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(36 / 16 * 1rem + (45 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-xs);
}
.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 .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 .border-box,
.text-formatted-extended .table-wrapper,
.text-formatted-extended .layout {
  margin-top: calc(var(--section-gap) / 2);
  margin-bottom: var(--section-gap);
}
.text-formatted-extended .expandable:not(.read-more) {
  margin: var(--spacing-l) 0;
}
.text-formatted-extended .expandable:not(.read-more):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 .expandable .expandable-title > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-formatted-extended > *:first-child, .text-formatted-extended > span:first-child + * {
  margin-top: 0px;
}
.text-formatted-extended > *:last-child {
  margin-bottom: 0px;
}
.text-formatted-extended .layout > * {
  margin: 0px;
}
.text-formatted-extended > * {
  max-width: 59rem;
}
.text-formatted-extended > hr, .text-formatted-extended > .layout, .text-formatted-extended > div:not(.highlighted-frame, .media) {
  max-width: none;
}
html.js .text-formatted-extended .expandable .expandable-body {
  display: none;
}

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

figure.caption figcaption,
figure.drupal-media figcaption {
  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 {
  content: "\e90b";
  color: var(--decor-primary-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-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 {
  position: absolute;
  top: 0px;
  left: 0px;
}

a.external:not(.button, .highlighted-link)::after {
  content: "\e907";
  color: inherit;
  font-size: inherit;
  line-height: 1;
  font-family: "eeed-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(--spacing-xs);
  margin-right: 2px;
  position: relative;
  top: 1px;
}

a.highlighted-link {
  position: relative;
  display: block;
  padding: var(--spacing-m);
  padding-right: calc(var(--spacing-m) + var(--spacing-s) + var(--spacing-s));
  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);
}
a.highlighted-link::after {
  content: "\e902";
  color: var(--h-link-icon-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-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(--spacing-m);
  margin: auto;
  height: var(--spacing-s);
}
a.highlighted-link.external:after {
  content: "\e907";
}
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 {
  --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.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;
  font-weight: 300;
}
a.highlighted-link span.below {
  margin-top: var(--spacing-2xs);
}

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

.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;
}
.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: "\e905";
  color: var(--decor-primary-color);
  font-size: var(--s-link-icon-size, var(--spacing-s));
  line-height: 1;
  font-family: "eeed-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: "\e902";
  color: var(--decor-primary-color);
  font-size: var(--s-link-icon-size, var(--spacing-s));
  line-height: 1;
  font-family: "eeed-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 {
  --s-link-padding:	var(--spacing-2xs);
  --s-link-icon-text-gap:	var(--spacing-s);
  --s-link-icon-size:	var(--spacing-s);
}
.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);
}

.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-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;
  --action-padding:	var(--spacing-xs) var(--spacing-s);
  --action-icon-size:	var(--spacing-s);
}
.button:focus-visible {
  color: white;
  background-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-br-width:	calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --action-fg-color:	#13293f;
  --action-bg-color:	white;
  --action-br-color:	#13293f;
  --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-br-width:	calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --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:	inherit;
  --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: "eeed-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.arrow-right:before {
  content: "\e902";
}
.button.arrow-left:before {
  content: "\e901";
}
.button.arrow-up:before {
  content: "\e903";
}
.button.arrow-down:before {
  content: "\e900";
}
.button.caret-left:before {
  content: "\e905";
}
.button.caret-right:before {
  content: "\e906";
}
.button.caret-double-left:before {
  content: "\e914";
}
.button.caret-double-right:before {
  content: "\e915";
}
.button.external:before {
  content: "\e907";
}
.button.help:before {
  content: "\e90e";
}
.button.add:before {
  content: "\e90f";
}
.button.remove:before {
  content: "\e910";
}
.button.close:before {
  content: "\e911";
}
.button.download:before {
  content: "\e913";
}
.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;
}

ul.button-group {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--spacing-s);
       column-gap: var(--spacing-s);
  row-gap: var(--spacing-xs);
  margin-top: var(--body-margin);
  margin-bottom: var(--body-margin);
}
ul.button-group.small {
  -moz-column-gap: var(--spacing-xs);
       column-gap: var(--spacing-xs);
  row-gap: var(--spacing-2xs);
}
ul.button-group.xsmall {
  gap: var(--spacing-2xs);
}

.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;
}
.highlighted-frame > *:last-child {
  margin-bottom: 0px;
}

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;
}

.box {
  padding: calc(32 / 16 * 1rem + (80 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
.box > *:first-child {
  margin-top: 0px;
}
.box > *:last-child {
  margin-bottom: 0px;
}
.box.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;
  --divider-color:	var(--panel-decor-color);
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#c3c4c6;
  --panel-decor-color:	#5B5C61;
}
.box.grey.light {
  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;
  --divider-color:	var(--panel-decor-color);
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#dbdbdb;
  --panel-decor-color:	#75767D;
}
.box.primary {
  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;
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#13293f;
}
.box.primary.light {
  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;
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#425465;
}
.box.secondary {
  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;
  --divider-color:	var(--panel-decor-color);
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#70bbb7;
}
.box.secondary.light {
  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;
  --divider-color:	var(--panel-decor-color);
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#9dd1cd;
}

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 tbody {
  background-color: var(--table-body-bg-color);
}
table tbody 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 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.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.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 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 {
  overflow: auto;
  position: relative;
  max-width: 100%;
  border-top: 1px solid var(--table-br-color);
}
@media (hover: hover) and (pointer: fine) {
  .table-wrapper {
    border-bottom: 1px solid var(--table-br-color);
  }
  .table-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .table-wrapper::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  .table-wrapper::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .table-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
  .table-wrapper table tbody {
    border-bottom: 0px;
  }
}
.table-wrapper table {
  width: 100%;
}
.table-wrapper table caption {
  border-top: 0px;
}
.table-wrapper table thead,
.table-wrapper table tbody {
  border-top: 0px;
}

.expandable {
  transition: 250ms ease-out;
}
.expandable .expandable-title button {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: var(--expandable-btn-fg-color, var(--link-default-fg-color));
  cursor: pointer;
  text-align: left;
}
.expandable .expandable-title button::after {
  content: "\e904";
  color: inherit;
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expandable .expandable-title button:after {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease-out;
  cursor: pointer;
}
.expandable .expandable-title .metadata {
  padding-top: var(--spacing-2xs);
  text-transform: uppercase;
  position: relative;
  pointer-events: none;
  transition: color 250ms ease-out;
}
.expandable .expandable-body > *:first-child, .expandable .expandable-body > div:first-child > *:first-child {
  margin-top: 0px;
}
.expandable .expandable-body > *:last-child, .expandable .expandable-body > div:last-child > *:last-child {
  margin-bottom: 0px;
}
.expandable:not(.read-more) {
  border: 1px solid var(--divider-color);
}
.expandable:not(.read-more) > .expandable-title {
  padding: var(--spacing-m) var(--spacing-l);
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.expandable:not(.read-more) > .expandable-title button {
  justify-content: space-between;
  width: 100%;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem + (24 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  line-height: calc(20 / 16 * 1rem + (34 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
.expandable:not(.read-more) > .expandable-title button:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: inherit;
  background-color: var(--expandable-btn-bg-color, transparent);
}
.expandable:not(.read-more) > .expandable-title button:focus-visible {
  --expandable-btn-fg-color:	var(--link-focus-fg-color);
  --expandable-btn-bg-color:	var(--link-focus-bg-color);
}
.expandable:not(.read-more) > .expandable-title button:focus-visible + .metadata dl {
  color: var(--link-focus-fg-color);
}
@media (hover: hover) and (pointer: fine) {
  .expandable:not(.read-more) > .expandable-title:hover button {
    --expandable-btn-fg-color:	var(--link-hover-fg-color);
    --expandable-btn-bg-color:	var(--link-hover-bg-color);
  }
  .expandable:not(.read-more) > .expandable-title:hover .metadata dl {
    color: var(--link-hover-fg-color);
  }
}
.expandable:not(.read-more) .expandable-body {
  padding: var(--spacing-l);
  padding-top: 0px;
}
.expandable:not(.read-more).expanded {
  border-color: var(--decor-primary-color);
}
.expandable:not(.read-more).expanded > .expandable-title {
  --expandable-btn-fg-color: var(--tx-color, $tx-primary-color);
}
.expandable.read-more .expandable-title button {
  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);
  font-weight: 700;
}
.expandable.read-more .expandable-title button:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
.expandable.read-more .expandable-title button {
  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%;
}
@media (hover: hover) and (pointer: fine) {
  .expandable.read-more .expandable-title button:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .expandable.read-more .expandable-title button:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
.expandable.read-more:first-child .expandable-title button {
  margin-top: 0px;
}
.expandable.read-more:last-child .expandable-title button {
  margin-bottom: 0px;
}
.expandable.read-more:last-child .expandable-body > *:first-child {
  padding-top: var(--body-margin);
}
.expandable.expanded > .expandable-title button:after {
  transform: rotate(-180deg);
}

.layout {
  display: grid;
  -moz-column-gap: var(--layout-column-gap);
       column-gap: var(--layout-column-gap);
  row-gap: var(--layout-row-gap);
}
@media screen and (min-width: 30.0625em) {
  .layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--layout-min-column-width), 1fr));
  }
}
.layout {
  --layout-column-gap:	var(--section-gap);
  --layout-row-gap:	var(--section-gap);
  --layout-min-column-width:	220px;
}
.layout > div > *:first-child, .layout > li > *:first-child {
  margin-top: 0px;
}
.layout > div > *:last-child, .layout > li > *:last-child {
  margin-bottom: 0px;
}
.layout.dividers {
  --layout-column-gap:	calc(var(--section-gap) * 2 + 1px);
}
.layout.dividers > * {
  position: relative;
}
.layout.dividers > *:before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: calc(-0.5 * var(--layout-column-gap));
  background-color: var(--divider-color);
}
.layout.columns-1 {
  grid-template-columns: 1fr;
}
.layout.columns-1.dividers {
  --layout-row-gap: calc(var(--teaser-list-gap-small) * 2 + 1px);
}
.layout.columns-1.dividers > *:not(:first-child):before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(-0.5 * var(--layout-row-gap));
  left: 0px;
  background-color: var(--divider-color);
}
.layout.columns-2 {
  --layout-min-column-width: 350px;
}
@media screen and (min-width: 80.0625em) {
  main:not(.no-sidebar) .layout.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  main:not(.no-sidebar) .layout.columns-2.dividers > *:not(:first-child):before {
    content: " ";
  }
}
@media screen and (min-width: 80em) {
  main:not(.no-sidebar) .layout.columns-2.expand-1 {
    grid-template-columns: 2fr 1fr;
  }
  main:not(.no-sidebar) .layout.columns-2.expand-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 64em) {
  main.no-sidebar .layout.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  main.no-sidebar .layout.columns-2.dividers > *:not(:first-child):before {
    content: " ";
  }
}
@media screen and (min-width: 80em) {
  main.no-sidebar .layout.columns-2.expand-1 {
    grid-template-columns: 2fr 1fr;
  }
  main.no-sidebar .layout.columns-2.expand-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 90em) {
  main:not(.no-sidebar) .layout.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  main:not(.no-sidebar) .layout.columns-3.dividers > *:not(:first-child):before {
    content: " ";
  }
}
@media screen and (min-width: 64em) {
  main.no-sidebar .layout.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  main.no-sidebar .layout.columns-3.dividers > *:not(:first-child):before {
    content: " ";
  }
}
.layout.columns-4 {
  grid-template-columns: repeat(var(--layout-columns, 1), 1fr);
}
@media screen and (min-width: 40.0625em) {
  .layout.columns-4 {
    --layout-columns: 2;
  }
}
@media screen and (min-width: 64.0625em) {
  .layout.columns-4 {
    --layout-columns: 4;
  }
  .layout.columns-4.dividers > *:not(:first-child):before {
    content: " ";
  }
}
@media screen and (max-width: 40em) {
  .layout.columns-4.highlighted-links-list {
    --layout-row-gap: 0px;
  }
}
.layout.remove-spacings {
  --layout-column-gap: 0;
  --layout-row-gap: 0;
}
.layout > * > img:first-child:last-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

form {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-xl);
}
form label,
form span.fieldset-legend {
  display: block;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  color: #3e4047;
  font-weight: 700;
  margin-bottom: var(--spacing-s);
}
form label.form-required:after,
form span.fieldset-legend.form-required:after {
  content: "*";
  content: "*"/"";
}
form .input-wrapper input,
form select,
form textarea {
  width: 100%;
  padding: var(--spacing-xs) 0;
  color: #3e4047;
  outline: 0;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  box-sizing: border-box;
  border: 0px;
  border-bottom: calc(2 / 16 * 1rem + (3 - 2) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) solid #2a9a93;
  transition: 250ms ease-out;
  background-color: transparent;
}
form .input-wrapper input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  color: #175551;
  border-color: #175551;
}
@media (hover: hover) and (pointer: fine) {
  form .input-wrapper input:hover,
  form select:hover,
  form textarea:hover {
    color: #3e4047;
    border-color: #61707e;
  }
}
form .input-wrapper input:disabled,
form select:disabled,
form textarea:disabled {
  color: #5B5C61;
  border-color: #c3c4c6;
}
form .input-wrapper input {
  max-height: var(--input-height);
}
form .form-type-select:not(:has(.select2)) .input-wrapper {
  position: relative;
}
form .form-type-select:not(:has(.select2)) .input-wrapper::before {
  content: "\e904";
  color: var(--form-element-icon-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form .form-type-select:not(:has(.select2)) .input-wrapper::before {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 250ms ease-out;
  pointer-events: none;
}
form .form-type-select:not(:has(.select2)) .input-wrapper > * {
  padding-right: calc(var(--spacing-s) + var(--spacing-2xs));
}
form .form-type-select:not(:has(.select2)) .input-wrapper {
  --form-element-icon-color: var(--form-element-action-color);
}
form .form-type-select select {
  padding-left: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  form .form-type-select select::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  form .form-type-select select::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  form .form-type-select select::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  form .form-type-select select {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
}
form .form-type-select select option {
  color: #3e4047;
}
form .form-type-select select option:checked {
  color: white;
  background-color: #2a9a93;
}
form .form-textarea-wrapper {
  line-height: 1;
}
form .form-managed-file {
  display: flex;
  gap: var(--spacing-2xs);
  justify-content: space-between;
  align-items: flex-end;
  padding: var(--spacing-xs) 0;
  padding-top: 0px;
  border-bottom: calc(2 / 16 * 1rem + (3 - 2) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) solid #2a9a93;
  transition: 250ms ease-out;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
}
form .form-managed-file .button {
  margin: 0px;
  margin-left: auto;
  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);
}
form .form-managed-file:has(input:focus-visible) label.button {
  color: white;
  background-color: #175551;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
form .form-managed-file span.file a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
form .form-managed-file span.file a {
  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%;
}
@media (hover: hover) and (pointer: fine) {
  form .form-managed-file span.file a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  form .form-managed-file span.file a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
form .input-wrapper {
  --form-element-decor-color:	#a6a7aa;
  --form-element-action-color:	#2a9a93;
}
form .input-wrapper:focus-within {
  --form-element-decor-color: #175551;
  --form-element-action-color: #175551;
}
@media (hover: hover) and (pointer: fine) {
  form .input-wrapper:hover {
    --form-element-decor-color: #a6a7aa;
    --form-element-action-color: #13293f;
  }
}
form .disabled .input-wrapper {
  --form-element-decor-color: #a6a7aa;
  --form-element-action-color: #a6a7aa;
}
form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
form > fieldset:not(.radios--wrapper,
.checkboxes--wrapper) {
  position: relative;
}
form > fieldset:not(.radios--wrapper,
.checkboxes--wrapper) > legend span.fieldset-legend {
  display: block;
  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-bottom: var(--h2-margin);
}
form > fieldset:not(.radios--wrapper,
.checkboxes--wrapper) > legend span.fieldset-legend:after {
  content: " ";
  display: block;
  margin-top: var(--spacing-m);
  width: 60px;
  height: 5px;
  background-color: var(--decor-primary-color);
}
form > fieldset:not(.radios--wrapper,
.checkboxes--wrapper) > legend + .description {
  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: calc(-1 * var(--h6-margin));
  margin-bottom: var(--h2-margin);
}
form > fieldset:not(.radios--wrapper,
.checkboxes--wrapper):not(:first-child) > legend span.fieldset-legend {
  padding-top: var(--h2-margin);
}
form > fieldset:not(.radios--wrapper,
.checkboxes--wrapper):not(:first-child) > legend span.fieldset-legend:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--divider-color);
}
form .fieldset-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-xl);
}
form .webform-multiple-table table {
  margin: 0px;
  display: block;
}
form .webform-multiple-table table tbody {
  background-color: transparent;
  border: 0px;
  display: block;
  counter-reset: counter;
}
form .webform-multiple-table table tr {
  display: grid;
  grid-template-columns: auto 1fr;
}
form .webform-multiple-table table tr td {
  padding: var(--spacing-xs) 0px 0px 0px;
  border: 0px;
  background-color: transparent;
  white-space: normal;
}
form .webform-multiple-table table tr + tr {
  margin-top: var(--spacing-xl);
  padding-top: var(--spacing-xl);
  border-top: 1px solid var(--divider-color);
}
form .webform-multiple-table table td.webform-multiple-table--operations {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  display: flex;
  flex-direction: column;
  padding-top: var(--spacing-3xs);
  padding-right: calc(20 / 16 * 1rem + (40 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  margin-right: calc(20 / 16 * 1rem + (40 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  border-right: 1px solid var(--divider-color);
}
form .webform-multiple-table table td.webform-multiple-table--operations > div {
  position: sticky;
  top: calc(var(--header-height) + var(--spacing-l) + var(--admin-env-indicator-height));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: var(--spacing-m);
}
form .webform-multiple-table table td.webform-multiple-table--operations > div:before {
  content: counter(counter);
  counter-increment: counter;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  background-color: #268c86;
  color: white;
  width: var(--spacing-l);
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 30em) {
  form .webform-multiple-table table td.webform-multiple-table--operations .button.remove {
    gap: 0px;
    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;
  }
}
form .webform-multiple-table table tr:first-child:last-child td.webform-multiple-table--operations .button.remove {
  display: none;
}
form .form-item div.webform-multiple-add {
  text-align: center;
  margin-top: var(--spacing-xl);
  margin-bottom: 0px;
}
form .form-type-webform-multiple > label,
form .webform-multiple-table table thead {
  display: none;
}
form .description {
  margin-top: var(--spacing-2xs);
  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: #75767D;
}
form .description a {
  word-break: break-word;
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
}
form .description a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
form .description a {
  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%;
}
@media (hover: hover) and (pointer: fine) {
  form .description a:hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  form .description a:hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
form .description p + p {
  margin-top: var(--spacing-xs);
}
form legend + .description {
  margin-top: calc(-1 * var(--spacing-xs));
  margin-bottom: var(--spacing-s);
}
form .form-item--error-message {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: var(--spacing-2xs);
       column-gap: var(--spacing-2xs);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  color: #b00000;
}
form .form-item--error-message::before {
  content: "\e90a";
  color: #d00000;
  font-size: inherit;
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form .input-wrapper + .form-item--error-message {
  margin-top: var(--spacing-2xs);
}
form .form-type-processed-text h2,
form .form-type-processed-text .h2,
form .form-type-webform-markup h2,
form .form-type-webform-markup .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);
}
form .form-type-processed-text h3,
form .form-type-processed-text .h3,
form .form-type-webform-markup h3,
form .form-type-webform-markup .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);
}
form .form-type-processed-text h4,
form .form-type-processed-text .h4,
form .form-type-webform-markup h4,
form .form-type-webform-markup .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);
}
form .form-type-processed-text h5,
form .form-type-processed-text .h5,
form .form-type-webform-markup h5,
form .form-type-webform-markup .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);
}
form .form-type-processed-text h6,
form .form-type-processed-text .h6,
form .form-type-webform-markup h6,
form .form-type-webform-markup .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);
}
form .form-type-processed-text .display-1,
form .form-type-webform-markup .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);
}
form .form-type-processed-text .display-0,
form .form-type-webform-markup .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);
}
form .form-type-processed-text .display-h2,
form .form-type-webform-markup .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);
}
form .form-type-processed-text .display-h3,
form .form-type-webform-markup .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);
}
form .form-type-processed-text h2, form .form-type-processed-text h3, form .form-type-processed-text h4, form .form-type-processed-text h5, form .form-type-processed-text h6,
form .form-type-processed-text .h1, form .form-type-processed-text .h2, form .form-type-processed-text .h3, form .form-type-processed-text .h4, form .form-type-processed-text .h5, form .form-type-processed-text .h6,
form .form-type-processed-text .display-1, form .form-type-processed-text .display-0, form .form-type-processed-text .display-h2, form .form-type-processed-text .display-h3,
form .form-type-webform-markup h2,
form .form-type-webform-markup h3,
form .form-type-webform-markup h4,
form .form-type-webform-markup h5,
form .form-type-webform-markup h6,
form .form-type-webform-markup .h1,
form .form-type-webform-markup .h2,
form .form-type-webform-markup .h3,
form .form-type-webform-markup .h4,
form .form-type-webform-markup .h5,
form .form-type-webform-markup .h6,
form .form-type-webform-markup .display-1,
form .form-type-webform-markup .display-0,
form .form-type-webform-markup .display-h2,
form .form-type-webform-markup .display-h3 {
  color: var(--headings-primary-color);
}
form .form-type-processed-text h1,
form .form-type-webform-markup h1 {
  color: #b00000;
}
form .form-type-processed-text p,
form .form-type-webform-markup 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);
}
form .form-type-processed-text p.small-text,
form .form-type-webform-markup 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);
}
form .form-type-processed-text p.xsmall-text,
form .form-type-webform-markup 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);
}
form .form-type-processed-text span.small-text,
form .form-type-webform-markup 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;
}
form .form-type-processed-text span.xsmall-text,
form .form-type-webform-markup 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;
}
form .form-type-processed-text p > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text li > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text p > strong > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text p > em > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text p > u > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text h1 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h2 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h3 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h4 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h5 > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text td > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text th > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup li > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > strong > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > em > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > u > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h1 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h2 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h3 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h4 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h5 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup td > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup th > a:not(.highlighted-link, .button, .special-link) {
  word-wrap: break-word;
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
}
form .form-type-processed-text p > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-processed-text li > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-processed-text p > strong > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-processed-text p > em > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-processed-text p > u > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-processed-text h1 > a:not(.highlighted-link, .button, .special-link):focus-visible, form .form-type-processed-text h2 > a:not(.highlighted-link, .button, .special-link):focus-visible, form .form-type-processed-text h3 > a:not(.highlighted-link, .button, .special-link):focus-visible, form .form-type-processed-text h4 > a:not(.highlighted-link, .button, .special-link):focus-visible, form .form-type-processed-text h5 > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-processed-text td > a:not(.highlighted-link, .button, .special-link):focus-visible, form .form-type-processed-text th > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup p > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup li > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup p > strong > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup p > em > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup p > u > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup h1 > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup h2 > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup h3 > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup h4 > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup h5 > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup td > a:not(.highlighted-link, .button, .special-link):focus-visible,
form .form-type-webform-markup th > a:not(.highlighted-link, .button, .special-link):focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
  --link-br-color: var(--link-focus-bg-color);
}
form .form-type-processed-text p > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text li > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text p > strong > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text p > em > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text p > u > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text h1 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h2 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h3 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h4 > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text h5 > a:not(.highlighted-link, .button, .special-link),
form .form-type-processed-text td > a:not(.highlighted-link, .button, .special-link), form .form-type-processed-text th > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup li > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > strong > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > em > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup p > u > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h1 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h2 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h3 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h4 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup h5 > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup td > a:not(.highlighted-link, .button, .special-link),
form .form-type-webform-markup th > a:not(.highlighted-link, .button, .special-link) {
  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%;
}
@media (hover: hover) and (pointer: fine) {
  form .form-type-processed-text p > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text li > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text p > strong > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text p > em > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text p > u > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text h1 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h2 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h3 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h4 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h5 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text td > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text th > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup li > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > strong > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > em > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > u > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h1 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h2 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h3 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h4 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h5 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup td > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup th > a:not(.highlighted-link, .button, .special-link):hover {
    background-position: 0 100%;
    color: var(--link-hover-fg-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  form .form-type-processed-text p > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text li > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text p > strong > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text p > em > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text p > u > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text h1 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h2 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h3 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h4 > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text h5 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-processed-text td > a:not(.highlighted-link, .button, .special-link):hover, form .form-type-processed-text th > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup li > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > strong > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > em > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup p > u > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h1 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h2 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h3 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h4 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup h5 > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup td > a:not(.highlighted-link, .button, .special-link):hover,
  form .form-type-webform-markup th > a:not(.highlighted-link, .button, .special-link):hover {
    --link-br-color: var(--link-hover-bg-color);
  }
}
form .form-type-processed-text p > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-processed-text li > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-processed-text p > strong > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-processed-text p > em > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-processed-text p > u > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-processed-text h1 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), form .form-type-processed-text h2 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), form .form-type-processed-text h3 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), form .form-type-processed-text h4 > a:not(.highlighted-link, .button, .special-link):has(sup, sub), form .form-type-processed-text h5 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-processed-text td > a:not(.highlighted-link, .button, .special-link):has(sup, sub), form .form-type-processed-text th > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup p > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup li > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup p > strong > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup p > em > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup p > u > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup h1 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup h2 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup h3 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup h4 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup h5 > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup td > a:not(.highlighted-link, .button, .special-link):has(sup, sub),
form .form-type-webform-markup th > a:not(.highlighted-link, .button, .special-link):has(sup, sub) {
  border-bottom: 0px;
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling),
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) {
  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(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > *,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li:before,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li:before {
  position: absolute;
  display: inline-block;
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > ul, form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > ol,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > ul,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling):first-child,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling):first-child {
  margin-top: 0px;
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling):last-child,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling):last-child {
  margin-bottom: 0px;
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li {
  padding-left: var(--b-list-item-padding-left, calc(84 / 16 * 1rem + (105 - 84) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > li:before,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling) > 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-left, var(--spacing-xl));
  width: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  height: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  border-radius: 50%;
  background-color: var(--decor-primary-color);
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling).small-text,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling).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;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * 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)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
}
form .form-type-processed-text ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling).xsmall-text,
form .form-type-webform-markup ul:not(.button-group, .highlighted-links-list, .layout, .remove-list-styling).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;
  --list-margin:	2.0625rem;
  --list-row-gap:	var(--spacing-3xs);
  --b-list-item-padding-left:	calc(44 / 16 * 1rem + (55 - 44) * 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)));
  --list-decor-left:	var(--spacing-m);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(36 / 16 * 1rem + (45 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-xs);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling),
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) {
  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(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li > *,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li:before,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li:before {
  position: absolute;
  display: inline-block;
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li > ul, form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li > ol,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li > ul,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling):first-child,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling):first-child {
  margin-top: 0px;
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling):last-child,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling):last-child {
  margin-bottom: 0px;
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling),
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) {
  counter-reset: counter;
  --n-list-item-padding-left: calc(72 / 16 * 1rem + (90 - 72) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li {
  padding-left: var(--n-list-item-padding-left);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling) > li:before,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling) > li:before {
  content: counter(counter);
  counter-increment: counter;
  top: 0px;
  right: calc(100% - var(--n-list-item-padding-left));
  margin-right: var(--list-decor-right, var(--spacing-m));
  font-weight: 700;
  text-align: right;
  color: var(--decor-primary-color);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling).small-text,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling).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;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * 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)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
}
form .form-type-processed-text ol:not(.layout, .remove-list-styling).xsmall-text,
form .form-type-webform-markup ol:not(.layout, .remove-list-styling).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;
  --list-margin:	2.0625rem;
  --list-row-gap:	var(--spacing-3xs);
  --b-list-item-padding-left:	calc(44 / 16 * 1rem + (55 - 44) * 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)));
  --list-decor-left:	var(--spacing-m);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(36 / 16 * 1rem + (45 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-xs);
}
form .form-type-processed-text .remove-list-styling > li > *:first-child,
form .form-type-webform-markup .remove-list-styling > li > *:first-child {
  margin-top: 0px;
}
form .form-type-processed-text .remove-list-styling > li > *:last-child,
form .form-type-webform-markup .remove-list-styling > li > *:last-child {
  margin-bottom: 0px;
}
form .form-type-processed-text hr,
form .form-type-webform-markup hr {
  margin-top: var(--page-gap);
  margin-bottom: var(--page-gap);
  border: 0px;
  border-top: 1px solid var(--divider-color);
}
form .form-type-processed-text .align-left,
form .form-type-processed-text .drupal-media-style-align-left,
form .form-type-webform-markup .align-left,
form .form-type-webform-markup .drupal-media-style-align-left {
  float: none;
}
@media screen and (min-width: 50.0625em) {
  form .form-type-processed-text .align-left,
  form .form-type-processed-text .drupal-media-style-align-left,
  form .form-type-webform-markup .align-left,
  form .form-type-webform-markup .drupal-media-style-align-left {
    float: left;
    margin-right: var(--section-gap);
    margin-bottom: var(--body-margin);
    max-width: 50%;
  }
}
form .form-type-processed-text .align-right,
form .form-type-processed-text .drupal-media-style-align-right,
form .form-type-webform-markup .align-right,
form .form-type-webform-markup .drupal-media-style-align-right {
  float: none;
}
@media screen and (min-width: 50.0625em) {
  form .form-type-processed-text .align-right,
  form .form-type-processed-text .drupal-media-style-align-right,
  form .form-type-webform-markup .align-right,
  form .form-type-webform-markup .drupal-media-style-align-right {
    float: right;
    margin-left: var(--section-gap);
    margin-bottom: var(--body-margin);
    max-width: 50%;
  }
}
form .form-type-processed-text .align-center,
form .form-type-processed-text .drupal-media-style-align-center,
form .form-type-webform-markup .align-center,
form .form-type-webform-markup .drupal-media-style-align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--body-margin);
}
form .form-type-processed-text figure.caption,
form .form-type-webform-markup figure.caption {
  margin-bottom: var(--body-margin);
}
form .form-type-processed-text figure.caption.align-center,
form .form-type-webform-markup figure.caption.align-center {
  display: table;
  text-align: center;
}
form .form-type-processed-text h2,
form .form-type-processed-text h3,
form .form-type-processed-text div,
form .form-type-processed-text blockquote,
form .form-type-processed-text hr,
form .form-type-processed-text table,
form .form-type-webform-markup h2,
form .form-type-webform-markup h3,
form .form-type-webform-markup div,
form .form-type-webform-markup blockquote,
form .form-type-webform-markup hr,
form .form-type-webform-markup table {
  clear: both;
}
form .form-type-processed-text blockquote,
form .form-type-processed-text .box,
form .form-type-processed-text .border-box,
form .form-type-processed-text .table-wrapper,
form .form-type-processed-text .layout,
form .form-type-webform-markup blockquote,
form .form-type-webform-markup .box,
form .form-type-webform-markup .border-box,
form .form-type-webform-markup .table-wrapper,
form .form-type-webform-markup .layout {
  margin-top: calc(var(--section-gap) / 2);
  margin-bottom: var(--section-gap);
}
form .form-type-processed-text .expandable:not(.read-more),
form .form-type-webform-markup .expandable:not(.read-more) {
  margin: var(--spacing-l) 0;
}
form .form-type-processed-text .expandable:not(.read-more):last-child,
form .form-type-webform-markup .expandable:not(.read-more):last-child {
  margin-bottom: 0px;
}
form .form-type-processed-text div > .expandable:first-child,
form .form-type-webform-markup div > .expandable:first-child {
  margin-top: 0px;
}
form .form-type-processed-text div > .expandable:last-child,
form .form-type-webform-markup div > .expandable:last-child {
  margin-bottom: 0px;
}
form .form-type-processed-text .expandable .expandable-title > *,
form .form-type-webform-markup .expandable .expandable-title > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
form .form-type-processed-text > *:first-child, form .form-type-processed-text > span:first-child + *,
form .form-type-webform-markup > *:first-child,
form .form-type-webform-markup > span:first-child + * {
  margin-top: 0px;
}
form .form-type-processed-text > *:last-child,
form .form-type-webform-markup > *:last-child {
  margin-bottom: 0px;
}
form .form-type-processed-text .layout > *,
form .form-type-webform-markup .layout > * {
  margin: 0px;
}
form .form-type-processed-text > *,
form .form-type-webform-markup > * {
  max-width: 59rem;
}
form .form-type-processed-text > hr, form .form-type-processed-text > .layout, form .form-type-processed-text > div:not(.highlighted-frame, .media),
form .form-type-webform-markup > hr,
form .form-type-webform-markup > .layout,
form .form-type-webform-markup > div:not(.highlighted-frame, .media) {
  max-width: none;
}
form > 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;
}
form .captcha .field-prefix {
  position: absolute;
  display: block;
  bottom: 0;
  padding: var(--spacing-xs) 0;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
}
form .captcha .input-wrapper {
  position: relative;
}
form .captcha .input-wrapper input {
  padding-left: calc(70 / 16 * 1rem + (90 - 70) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}
form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-2xs);
}
@media screen and (min-width: 30.0625em) {
  form .form-actions .button.unsubscribe {
    margin-left: auto;
  }
}
form .webform-term-checkboxes-scroll .fieldset-wrapper {
  overflow: visible;
  max-height: none;
  padding: 0px;
  border: 0px;
}
form fieldset.webform-composite-hidden-title,
form .webform-multiple-table .form-item + .form-item,
form .webform-multiple-table .form-checkboxes .form-item {
  margin: 0px;
}

.form-type-checkbox .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--spacing-3xs) 0px;
}
.form-type-checkbox .input-wrapper input + * {
  position: relative;
  padding-left: calc(var(--spacing-l) + var(--spacing-s));
  padding-top: var(--spacing-2xs);
  margin-bottom: 0px;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  color: var(--checkbox-radio-fg-color, #3e4047);
  min-height: var(--spacing-l);
}
.form-type-checkbox .input-wrapper input + *::before {
  content: "\e90d";
  color: transparent;
  font-size: var(--spacing-xs);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-type-checkbox .input-wrapper input + *:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--spacing-l);
  height: var(--spacing-l);
  border: calc(2 / 16 * 1rem + (3 - 2) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) solid var(--checkbox-radio-br-color, #2a9a93);
  transition: 250ms ease-out;
}
.form-type-checkbox .input-wrapper label {
  cursor: pointer;
}
.form-type-checkbox .input-wrapper input {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  z-index: -5;
  width: var(--spacing-l);
  height: var(--spacing-l);
}
.form-type-checkbox .input-wrapper input:checked + *:before {
  color: var(--checkbox-radio-icon-color, #2a9a93);
}
.form-type-checkbox .input-wrapper input:focus-visible + * {
  --checkbox-radio-fg-color:	#175551;
  --checkbox-radio-br-color:	#175551;
  --checkbox-radio-icon-color:	#175551;
}
@media (hover: hover) and (pointer: fine) {
  .form-type-checkbox .input-wrapper input:hover + * {
    --checkbox-radio-fg-color:	#3e4047;
    --checkbox-radio-br-color:	#61707e;
    --checkbox-radio-icon-color:	#13293f;
  }
}
.form-type-checkbox .input-wrapper input:disabled + * {
  --checkbox-radio-fg-color:	#5B5C61;
  --checkbox-radio-br-color:	#c3c4c6;
  --checkbox-radio-icon-color:	#a6a7aa;
}

.form-type-radio .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--spacing-3xs) 0px;
}
.form-type-radio .input-wrapper input + * {
  position: relative;
  padding-left: calc(var(--spacing-l) + var(--spacing-s));
  padding-top: var(--spacing-2xs);
  margin-bottom: 0px;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  color: var(--checkbox-radio-fg-color, #3e4047);
  min-height: var(--spacing-l);
}
.form-type-radio .input-wrapper input + *::before {
  content: "\e90d";
  color: transparent;
  font-size: var(--spacing-xs);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-type-radio .input-wrapper input + *:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--spacing-l);
  height: var(--spacing-l);
  border: calc(2 / 16 * 1rem + (3 - 2) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) solid var(--checkbox-radio-br-color, #2a9a93);
  transition: 250ms ease-out;
}
.form-type-radio .input-wrapper label {
  cursor: pointer;
}
.form-type-radio .input-wrapper input {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  z-index: -5;
  width: var(--spacing-l);
  height: var(--spacing-l);
}
.form-type-radio .input-wrapper input:checked + *:before {
  color: var(--checkbox-radio-icon-color, #2a9a93);
}
.form-type-radio .input-wrapper input:focus-visible + * {
  --checkbox-radio-fg-color:	#175551;
  --checkbox-radio-br-color:	#175551;
  --checkbox-radio-icon-color:	#175551;
}
@media (hover: hover) and (pointer: fine) {
  .form-type-radio .input-wrapper input:hover + * {
    --checkbox-radio-fg-color:	#3e4047;
    --checkbox-radio-br-color:	#61707e;
    --checkbox-radio-icon-color:	#13293f;
  }
}
.form-type-radio .input-wrapper input:disabled + * {
  --checkbox-radio-fg-color:	#5B5C61;
  --checkbox-radio-br-color:	#c3c4c6;
  --checkbox-radio-icon-color:	#a6a7aa;
}
.form-type-radio .input-wrapper input + *:before {
  content: "\e90c";
  border-radius: 50%;
  font-size: var(--spacing-s);
}

.form-radios,
.form-checkboxes {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-2xs);
}

@media screen and (min-width: 40.0625em) {
  .webform-submission-add-form fieldset[id*=edit-personal-details] > .fieldset-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: var(--page-gap);
         column-gap: var(--page-gap);
    row-gap: var(--spacing-xl);
  }
  .webform-submission-add-form fieldset[id*=edit-personal-details] > .fieldset-wrapper > .form-item {
    margin-top: 0px;
  }
  .webform-submission-add-form fieldset[id*=edit-personal-details] > .fieldset-wrapper > .webform-type-checkboxes {
    grid-column: 1/-1;
  }
}
.webform-submission-add-form fieldset[id*=edit-personal-details] .form-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), 1fr));
  --min-column-width:	calc(150 / 16 * 1rem + (180 - 150) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  -moz-column-gap: var(--page-gap);
       column-gap: var(--page-gap);
}
.webform-submission-add-form fieldset[id*=edit-submission] .description {
  margin-top: 0px;
  margin-bottom: var(--body-margin);
}
.webform-submission-add-form fieldset[id*=edit-submission] > .fieldset-wrapper {
  row-gap: 0px;
}
.webform-submission-add-form .form-actions {
  justify-content: center;
}

.webform-confirmation .webform-confirmation__message {
  margin-bottom: 0px;
}
.webform-confirmation .webform-confirmation__message 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);
}
.webform-confirmation .webform-confirmation__message > *:first-child {
  margin-top: 0px;
}
.webform-confirmation .webform-confirmation__message > *:last-child {
  margin-bottom: 0px;
}
.webform-confirmation .webform-confirmation__message ul {
  justify-content: center;
}
.webform-confirmation .webform-confirmation__back {
  margin-bottom: 0px;
  margin-top: var(--spacing-xl);
}

#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;
  --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;
  --download-link-icon-bg-color:	var(--panel-decor-color);
  --panel-bg-color:	#13293f;
  z-index: 75;
}
#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: "\e912";
  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: "eeed-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;
  outline: 0px;
  border-radius: 0px;
  border-bottom: 1px solid var(--link-br-color, var(--link-default-fg-color));
}
#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);
}
#cookie-consent-banner > div[class$=-container] div[class$=-content-content] a {
  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%;
}
@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;
  min-height: auto;
  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-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);
}
#cookie-consent-banner > div[class$=-container] div[class$=-actions] > a:focus-visible {
  color: white;
  background-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);
  }
}

.toc-js-container {
  overflow: visible;
  max-height: 100%;
}
.toc-js-container ul li {
  position: relative;
}
.toc-js-container ul li a {
  display: block;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  padding: var(--spacing-s);
}
.toc-js-container ul li a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .toc-js-container ul li a:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
  }
}
.toc-js-container ul li.toc-active:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0px;
  right: calc(-1 * var(--page-gap));
  background-color: var(--decor-primary-color);
}
.toc-js-container ul li.toc-active::after {
  content: "\e902";
  color: var(--decor-primary-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toc-js-container ul li.toc-active:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: calc(100% + var(--spacing-s));
  display: flex;
  align-items: center;
}

.page.page-view .layout-page-content {
  max-width: none;
}
.page.page-view .view-filters form > div {
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  gap: var(--spacing-xl);
}
@media screen and (min-width: 40.0625em) {
  .page.page-view .view-filters form > div {
    --columns: 2;
  }
}
@media screen and (min-width: 80.0625em) {
  .page.page-view .view-filters form > div {
    --columns: 3;
  }
}
@media screen and (min-width: 103.8125em) {
  .page.page-view .view-filters form > div {
    --columns: 4;
  }
}
.page.page-view .view-filters form > div div.js-form-wrapper.form-wrapper > .js-form-item {
  width: 100%;
  float: none;
}
.page.page-view .view-filters .filter-groups {
  grid-column: 1/span var(--columns);
  display: grid;
  gap: var(--spacing-xl);
  grid-template-columns: 1fr;
  align-items: flex-start;
}
@media screen and (min-width: 40.0625em) {
  .page.page-view .view-filters .filter-groups {
    grid-template-columns: 1fr 1fr;
  }
}
.page.page-view .view-filters .filter-groups > fieldset {
  display: grid;
  gap: var(--spacing-xl);
  border: 3px solid #dbdbdb;
  padding: var(--spacing-m);
}
.page.page-view .view-filters .filter-groups > .apply-for {
  grid-template-columns: repeat(var(--group-columns, 1), 1fr);
}
@media screen and (min-width: 80.0625em) {
  .page.page-view .view-filters .filter-groups > .apply-for {
    --group-columns: 2;
  }
}
.page.page-view .view-filters .filter-groups > .apply-for > div:first-child,
.page.page-view .view-filters .filter-groups > .apply-for .form-item-apply-for-level16,
.page.page-view .view-filters .filter-groups > .apply-for .form-item-apply-for-level11 {
  grid-column: 1/span var(--group-columns);
}
.page.page-view .view-filters .form-actions {
  grid-column: 1/span var(--columns);
  display: flex;
  justify-content: flex-end;
}
.page.page-view .view-filters .form-actions .button {
  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);
}
.page.page-view .view-filters .clearfix:after {
  content: none;
}
.page.page-view .view-filters .input-wrapper select[multiple] {
  max-height: var(--input-height);
}
.page.page-view .view-filters .filter-groups > fieldset > div:not(:first-child) {
  display: none;
}
.page.page-view .dropbutton-wrapper {
  margin-right: 0px;
}
.page.page-view .dropbutton-wrapper .dropbutton-widget {
  background-color: white;
  border: 1px solid var(--decor-primary-color);
  width: 100%;
}
.page.page-view .dropbutton-wrapper a {
  color: var(--link-default-fg-color);
}
.page.page-view .dropbutton-wrapper a:focus-visible {
  color: var(--link-focus-fg-color);
  background-color: var(--link-focus-bg-color);
}
@media (hover: hover) and (pointer: fine) {
  .page.page-view .dropbutton-wrapper a:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
  }
}
.page.page-view .view-filters + .view-content {
  margin-top: var(--spacing-l);
  padding-top: var(--spacing-l);
  border-top: 1px solid #dbdbdb;
}
.page.page-view .view-content table .view {
  display: block;
}
.page.page-view .view-content table .view:before {
  content: none;
}
.page.page-view .view-content table th.views-field-nothing {
  max-width: 100px;
}
.page.page-view .view-footer {
  margin-top: var(--spacing-xl);
  border-top: 1px solid #dbdbdb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page.page-view .view-footer .view-pager {
  margin-left: auto;
  --pager-indicator-top: 0px;
  --pager-indicator-bottom: auto;
}
.page.page-view .view-results-count {
  padding: var(--spacing-s) 0;
}
.page.page-view .view-results-count p {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  color: #75767D;
}
.page.page-view .view-content .feed-icons {
  margin-top: var(--spacing-l);
  text-align: center;
}
.page.page-view .view-content .feed-icons .views-data-export-feed > a {
  width: auto;
  background-image: none;
  overflow: visible;
  text-indent: 0;
  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-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;
  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);
  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;
}
.page.page-view .view-content .feed-icons .views-data-export-feed > a::before {
  content: "\e913";
  color: var(--action-icon-color);
  font-size: var(--action-icon-size);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page.page-view .view-content .feed-icons .views-data-export-feed > a:before {
  transition: 250ms ease-out;
}
.page.page-view .view-content .feed-icons .views-data-export-feed > a:focus-visible {
  color: white;
  background-color: #175551;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
.page.page-view .view-content .feed-icons .views-data-export-feed > a:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #bde0de);
}
@media (hover: hover) and (pointer: fine) {
  .page.page-view .view-content .feed-icons .views-data-export-feed > 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);
  }
  .page.page-view .view-content .feed-icons .views-data-export-feed > a:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}

form .select2-container.select2-container--default {
  width: 100% !important;
}
form .select2-container.select2-container--default .selection .select2-selection {
  color: #3e4047;
  border-radius: 0px;
  padding: calc(4.5 / 16 * 1rem + (6.5 - 4.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) 0px;
  border: 0px;
  border-bottom: calc(2 / 16 * 1rem + (3 - 2) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) solid #2a9a93;
  transition: 250ms ease-out;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  height: auto;
  position: relative;
}
form .select2-container.select2-container--default .selection .select2-selection::before {
  content: "\e904";
  color: var(--form-element-icon-color);
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form .select2-container.select2-container--default .selection .select2-selection::before {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 250ms ease-out;
  pointer-events: none;
}
form .select2-container.select2-container--default .selection .select2-selection > * {
  padding-right: calc(var(--spacing-s) + var(--spacing-2xs));
}
form .select2-container.select2-container--default .selection .select2-selection {
  --form-element-icon-color: var(--form-element-action-color);
}
@media (hover: hover) and (pointer: fine) {
  form .select2-container.select2-container--default .selection .select2-selection:hover {
    color: #3e4047;
    border-color: #61707e;
  }
}
form .select2-container.select2-container--default.select2-container--focus .select2-selection {
  color: #175551;
  border-color: #175551;
}
form .select2-container.select2-container--default .select2-selection__rendered {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--spacing-3xs);
}
form .select2-container.select2-container--default .select2-selection__rendered > li {
  margin: 0px;
}
form .select2-container.select2-container--default li.select2-selection__choice {
  position: relative;
  overflow: hidden;
  white-space: normal;
  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-br-width:	calc(1 / 16 * 1rem + (2 - 1) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --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;
  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);
  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;
}
form .select2-container.select2-container--default li.select2-selection__choice::before {
  content: "\e911";
  color: var(--action-icon-color);
  font-size: var(--action-icon-size);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form .select2-container.select2-container--default li.select2-selection__choice:before {
  transition: 250ms ease-out;
}
form .select2-container.select2-container--default li.select2-selection__choice:focus-visible {
  color: white;
  background-color: #175551;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
form .select2-container.select2-container--default li.select2-selection__choice:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #bde0de);
}
@media (hover: hover) and (pointer: fine) {
  form .select2-container.select2-container--default li.select2-selection__choice: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);
  }
  form .select2-container.select2-container--default li.select2-selection__choice:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}
form .select2-container.select2-container--default li.select2-selection__choice > span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  margin: 0px;
}
form .select2-container.select2-container--default li.select2-search {
  padding: var(--spacing-2xs) var(--spacing-xs);
  padding-left: 0px;
  padding-right: 0px;
  line-height: 0;
}
form .select2-container.select2-container--default li.select2-search .select2-search__field {
  width: 100% !important;
  margin: 0px;
  height: var(--ui-s-line-height);
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  outline-offset: 0px;
}
form .select2-container.select2-container--default .selection .select2-selection--single {
  padding: var(--spacing-xs) 0;
}
form .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  color: #3e4047;
}
form .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-dropdown {
  border-radius: 8px;
  border: 1px solid #a6a7aa;
  overflow: hidden;
}
.select2-container .select2-dropdown input:focus {
  outline: 0px;
}
.select2-container .select2-dropdown .select2-results__options {
  max-height: 50vh;
}
@media (hover: hover) and (pointer: fine) {
  .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .select2-container .select2-dropdown .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
}
.select2-container .select2-dropdown .select2-results__options > li {
  padding: 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);
  color: #3e4047;
}
.select2-container .select2-dropdown .select2-results__options > li.select2-results__option--highlighted {
  background-color: #bde0de;
}
.select2-container .select2-dropdown .select2-results__options > li[aria-selected=true] {
  color: white;
  background-color: #2a9a93;
}
.select2-container .select2-dropdown .select2-results__options > li.select2-results__message {
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
  color: #3e4047;
  padding-top: var(--spacing-2xs);
  padding-bottom: var(--spacing-2xs);
}

.ui-dialog.ui-widget {
  position: fixed;
  margin: auto;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 101 !important;
  background: white;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ui-dialog.ui-widget > div {
  max-width: 120rem;
}
@media screen and (max-width: 63.9375em) {
  .user-logged-in .ui-dialog.ui-widget {
    height: calc(100% - 53px) !important;
    top: 53px !important;
  }
}
@media screen and (min-width: 64em) {
  .user-logged-in .ui-dialog.ui-widget > div {
    width: 100%;
    max-width: calc(100% - var(--admin-toolbar-sidebar-width));
    margin-left: var(--admin-toolbar-sidebar-width, 0px);
    transition: 250ms ease-out;
  }
}
@media screen and (min-width: 120.0625em) {
  .user-logged-in .ui-dialog.ui-widget > div {
    max-width: 120rem;
  }
}
.ui-dialog.ui-widget .ui-dialog-titlebar {
  width: 100%;
  padding: var(--modal-header-padding-tb) var(--modal-header-padding-lr);
  padding-right: calc(var(--spacing-m) + calc(40 / 16 * 1rem + (50 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) + var(--modal-header-padding-lr));
  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;
  border: 0px;
  color: var(--headings-primary-color);
  background: transparent;
  --button-title-height-difference: calc(5.5 / 16 * 1rem + (4.5 - 5.5) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --modal-header-padding-tb: calc(var(--spacing-m) + var(--button-title-height-difference));
  --modal-header-padding-lr: var(--spacing-m);
  position: relative;
}
.ui-dialog.ui-widget .ui-dialog-titlebar:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: var(--divider-color);
  z-index: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
  margin: 0px;
  float: none;
  width: 100%;
  white-space: normal;
  text-overflow: initial;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close {
  position: absolute;
  right: var(--modal-header-padding-lr);
  top: var(--spacing-m);
  width: auto;
  margin: 0px;
  height: auto;
  text-indent: 0;
  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-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;
  --action-padding:	var(--spacing-xs) var(--spacing-s);
  --action-icon-size:	var(--spacing-s);
  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;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close::before {
  content: "\e911";
  color: var(--action-icon-color);
  font-size: var(--action-icon-size);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close:before {
  transition: 250ms ease-out;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close:focus-visible {
  color: white;
  background-color: #175551;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #bde0de);
}
@media (hover: hover) and (pointer: fine) {
  .ui-dialog.ui-widget .ui-dialog-titlebar-close: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);
  }
  .ui-dialog.ui-widget .ui-dialog-titlebar-close:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog.ui-widget .ui-dialog-content {
  width: 100% !important;
  max-height: none !important;
  flex-grow: 1;
  padding: var(--page-padding-tb) var(--page-padding-lr);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ui-dialog.ui-widget .ui-dialog-content > article {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: clip;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .ui-dialog.ui-widget .ui-dialog-content > article::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .ui-dialog.ui-widget .ui-dialog-content > article::-webkit-scrollbar-thumb {
    background: #1e6d68;
  }
  .ui-dialog.ui-widget .ui-dialog-content > article::-webkit-scrollbar-track {
    background: #dbdbdb;
  }
  .ui-dialog.ui-widget .ui-dialog-content > article {
    scrollbar-width: thin;
    scrollbar-color: #1e6d68 #dbdbdb;
  }
}
body:has(.ui-dialog.ui-widget), html:has(.ui-dialog.ui-widget) {
  overflow-y: hidden;
}

.ui-widget-overlay {
  display: none;
}

.pager ul {
  display: flex;
  align-items: stretch;
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: var(--ui-s-font-size);
  line-height: var(--ui-s-line-height);
}
.pager ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 40em) {
  .pager ul li:not(.is-active, .pager__item--arrow, .arrow) {
    display: none;
  }
}
.pager ul a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-s) var(--spacing-2xs);
  border-radius: 0px;
}
.pager ul a:after {
  content: " ";
  position: absolute;
  top: var(--pager-indicator-top, auto);
  bottom: var(--pager-indicator-bottom, 0px);
  width: 100%;
  height: 2px;
  background-color: var(--active-br-color);
  opacity: 0;
}
.pager ul li.is-active a:not(:focus-visible) {
  color: var(--active-fg-color);
}
.pager ul li.is-active a:after {
  opacity: 1;
}

body.path-frontpage .layout-page-header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.path-frontpage .layout-page-content {
  max-width: none;
  margin-top: calc(-1 * var(--page-padding-tb));
  margin-bottom: calc(-1 * var(--page-padding-tb));
}
body.path-frontpage .text-formatted-extended > .hero {
  padding: var(--section-padding-tb) var(--page-padding-lr);
  margin-left: calc(-1 * var(--page-padding-lr));
  margin-right: calc(-1 * var(--page-padding-lr));
  margin-bottom: var(--section-padding-tb);
  text-align: center;
  position: relative;
}
body.path-frontpage .text-formatted-extended > .hero:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: var(--panel-bg-color);
  z-index: -1;
}
body.path-frontpage .text-formatted-extended > .hero h2 {
  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-bottom: var(--d1-margin);
  position: static;
}
body.path-frontpage .text-formatted-extended > .hero h2:before, body.path-frontpage .text-formatted-extended > .hero h2:after {
  content: "";
  position: absolute;
  width: calc(80 / 16 * 1rem + (289 - 80) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  height: calc(50 / 16 * 1rem + (180 - 50) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
body.path-frontpage .text-formatted-extended > .hero h2:before {
  top: 0px;
  left: 0px;
  background-image: url(../images/decoration/decoration-top-left.png);
  background-position: top right;
  transform: translateX(-50%);
}
body.path-frontpage .text-formatted-extended > .hero h2:after {
  bottom: 0px;
  right: 0px;
  background-image: url(../images/decoration/decoration-bottom-right.png);
  background-position: bottom left;
  transform: translateX(50%);
}
body.path-frontpage .text-formatted-extended > p {
  margin-left: auto;
  margin-right: auto;
}
body.path-frontpage .text-formatted-extended > p:last-child {
  margin-bottom: var(--section-padding-tb);
  text-align: center;
}
body.path-frontpage .text-formatted-extended > .layout {
  margin-top: var(--section-padding-tb);
  margin-bottom: var(--section-padding-tb);
  padding-top: var(--section-padding-tb);
  padding-bottom: var(--section-padding-tb);
  position: relative;
}
body.path-frontpage .text-formatted-extended > .layout:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: var(--divider-color);
  z-index: -1;
}
body.path-frontpage .text-formatted-extended > .layout {
  position: relative;
}
body.path-frontpage .text-formatted-extended > .layout:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  width: 200vw;
  background: var(--divider-color);
  z-index: -1;
}
body.path-frontpage .text-formatted-extended p.footnote {
  border-top: 1px solid var(--divider-color);
  padding-top: var(--spacing-s);
}

.node--type-contract .node__content > div + div {
  margin-top: var(--body-s-margin);
}
.node--type-contract .field__label,
.node--type-contract .field__item {
  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;
}
.node--type-contract .field__label {
  font-weight: 700;
}

.webform-submission nav.webform-submission-navigation {
  border: 0px;
  padding: 0px;
  margin: 0px;
  padding-bottom: var(--spacing-s);
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: var(--page-padding-tb);
}
.webform-submission nav.webform-submission-navigation ul.webform-submission-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: var(--spacing-s);
       column-gap: var(--spacing-s);
  row-gap: var(--spacing-s);
  overflow: visible;
}
@media screen and (max-width: 30em) {
  .webform-submission nav.webform-submission-navigation ul.webform-submission-pager {
    justify-content: center;
  }
}
.webform-submission nav.webform-submission-navigation ul.webform-submission-pager li {
  width: auto;
}
.webform-submission nav.webform-submission-navigation a {
  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-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;
  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);
  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;
}
.webform-submission nav.webform-submission-navigation a::before {
  content: "\e905";
  color: var(--action-icon-color);
  font-size: var(--action-icon-size);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webform-submission nav.webform-submission-navigation a:before {
  transition: 250ms ease-out;
}
.webform-submission nav.webform-submission-navigation a:focus-visible {
  color: white;
  background-color: #175551;
  box-shadow: inset 0px 0px 0px var(--action-br-width, 0) #175551;
}
.webform-submission nav.webform-submission-navigation a:focus-visible:before {
  --action-icon-color: var(--action-focus-icon-color, #bde0de);
}
@media (hover: hover) and (pointer: fine) {
  .webform-submission nav.webform-submission-navigation 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);
  }
  .webform-submission nav.webform-submission-navigation a:hover:before {
    --action-icon-color: var(--action-hover-icon-color);
  }
}
.webform-submission nav.webform-submission-navigation a b {
  display: none;
}
.webform-submission nav.webform-submission-navigation .webform-submission-pager__item--next a {
  grid-template-columns: 1fr var(--action-icon-size);
  text-align: left;
}
.webform-submission nav.webform-submission-navigation .webform-submission-pager__item--next a:before {
  content: "\e906";
  grid-column: 2;
  grid-row: 1;
}
.webform-submission details.webform-submission-information {
  margin-bottom: var(--section-gap);
  border: 1px solid var(--divider-color);
}
.webform-submission details.webform-submission-information summary {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: var(--spacing-s);
       column-gap: var(--spacing-s);
  align-items: center;
  padding: var(--spacing-m) var(--spacing-l);
  cursor: pointer;
  color: var(--expandable-btn-fg-color, var(--link-default-fg-color));
  font-family: "Archivo", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem + (24 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  line-height: calc(20 / 16 * 1rem + (34 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  transition: 250ms ease-out;
}
.webform-submission details.webform-submission-information summary::after {
  content: "\e904";
  color: inherit;
  font-size: var(--spacing-s);
  line-height: 1;
  font-family: "eeed-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webform-submission details.webform-submission-information summary:after {
  transition: transform 250ms ease-out;
}
.webform-submission details.webform-submission-information summary::marker {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .webform-submission details.webform-submission-information summary:hover {
    color: var(--link-hover-fg-color);
    background-color: var(--link-hover-bg-color);
  }
}
.webform-submission details.webform-submission-information .details-wrapper {
  padding: var(--spacing-3xs) var(--spacing-l) var(--spacing-m) var(--spacing-l);
}
.webform-submission details.webform-submission-information .details-wrapper > div {
  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;
}
.webform-submission details.webform-submission-information .details-wrapper > div + div {
  margin-top: var(--spacing-3xs);
}
.webform-submission details.webform-submission-information:open summary:after {
  transform: rotate(-180deg);
}
.webform-submission .webform-submission-data label {
  display: block;
  font-weight: 700;
}
.webform-submission .webform-submission-data ul {
  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;
  --list-margin:	calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap:	var(--spacing-2xs);
  --b-list-item-padding-left:	calc(56 / 16 * 1rem + (70 - 56) * 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)));
  --list-decor-left:	var(--spacing-l);
  --list-decor-size:	calc(6 / 16 * 1rem + (8 - 6) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --n-list-item-padding-left:	calc(52 / 16 * 1rem + (60 - 52) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-decor-right:	var(--spacing-s);
  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(--list-margin);
  margin-bottom: var(--list-margin);
  --list-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --list-row-gap: var(--spacing-xs);
}
.webform-submission .webform-submission-data ul > li {
  position: relative;
  color: var(--tx-color, #3e4047);
}
.webform-submission .webform-submission-data ul > li > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.webform-submission .webform-submission-data ul > li:before {
  position: absolute;
  display: inline-block;
}
.webform-submission .webform-submission-data ul > li > ul, .webform-submission .webform-submission-data ul > li > ol {
  margin: 0px;
  padding-top: var(--spacing-2xs);
}
.webform-submission .webform-submission-data ul:first-child {
  margin-top: 0px;
}
.webform-submission .webform-submission-data ul:last-child {
  margin-bottom: 0px;
}
.webform-submission .webform-submission-data ul > li {
  padding-left: var(--b-list-item-padding-left, calc(84 / 16 * 1rem + (105 - 84) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
}
.webform-submission .webform-submission-data ul > 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-left, var(--spacing-xl));
  width: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  height: var(--list-decor-size, calc(10 / 16 * 1rem + (12 - 10) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))));
  border-radius: 50%;
  background-color: var(--decor-primary-color);
}
.webform-submission .webform-submission-data ul + label,
.webform-submission .webform-submission-data p + label {
  margin-top: var(--spacing-2xs);
}
.webform-submission fieldset {
  padding: 0px;
  border: 0px;
  margin: 0px;
}
.webform-submission fieldset + fieldset {
  margin-top: var(--section-gap);
}
.webform-submission fieldset .fieldset-legend {
  display: block;
  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-bottom: var(--d-h3-margin);
}
.webform-submission fieldset .fieldset-wrapper > div + div {
  margin-top: var(--spacing-2xs);
}
.webform-submission fieldset .fieldset-wrapper > div {
  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;
}
.webform-submission fieldset label:has(+ .input-wrapper > .item-list) {
  display: none;
}

/*# sourceMappingURL=eeed.css.map */