@charset "UTF-8";
:root {
  --color-tint-1: #00afdc;
  --color-tint-2: #a63387;
}

.table__wrap {
  width: 100%;
  overflow-x: auto;
}
.table__t {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
  margin: 1px;
}
.table__tr {
  border: 0.2rem solid #fff;
  border-top: 0;
}
.table__th, .table__td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.table__thead .table__tr {
  color: #fff;
  background-color: var(--color-tint-1);
  border: 0;
}
.table__tbody .table__tr {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.table__tbody .table__td {
  color: #575757;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-left: 0;
}
.table__tbody .table__th {
  border-bottom: 1px solid #fff;
}

.Theme-AmaliaBlue .table__wrap {
  width: 100%;
  overflow-x: auto;
}
.Theme-AmaliaBlue .table__t {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
  margin: 1px;
}
.Theme-AmaliaBlue .table__tr {
  border: 0.2rem solid #fff;
  border-top: 0;
}
.Theme-AmaliaBlue .table__th, .Theme-AmaliaBlue .table__td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.Theme-AmaliaBlue .table__thead .table__tr {
  color: #fff;
  background-color: #4abec9;
  border: 0;
}
.Theme-AmaliaBlue .table__tbody .table__tr {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.Theme-AmaliaBlue .table__tbody .table__td {
  color: #575757;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-left: 0;
}
.Theme-AmaliaBlue .table__tbody .table__th {
  border-bottom: 1px solid #fff;
}
.Theme-AmaliaOrange .table__wrap {
  width: 100%;
  overflow-x: auto;
}
.Theme-AmaliaOrange .table__t {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
  margin: 1px;
}
.Theme-AmaliaOrange .table__tr {
  border: 0.2rem solid #fff;
  border-top: 0;
}
.Theme-AmaliaOrange .table__th, .Theme-AmaliaOrange .table__td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.Theme-AmaliaOrange .table__thead .table__tr {
  color: #fff;
  background-color: #f88b00;
  border: 0;
}
.Theme-AmaliaOrange .table__tbody .table__tr {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.Theme-AmaliaOrange .table__tbody .table__td {
  color: #575757;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-left: 0;
}
.Theme-AmaliaOrange .table__tbody .table__th {
  border-bottom: 1px solid #fff;
}
.Theme-AmaliaGreen .table__wrap {
  width: 100%;
  overflow-x: auto;
}
.Theme-AmaliaGreen .table__t {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
  margin: 1px;
}
.Theme-AmaliaGreen .table__tr {
  border: 0.2rem solid #fff;
  border-top: 0;
}
.Theme-AmaliaGreen .table__th, .Theme-AmaliaGreen .table__td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.Theme-AmaliaGreen .table__thead .table__tr {
  color: #fff;
  background-color: #a7c02a;
  border: 0;
}
.Theme-AmaliaGreen .table__tbody .table__tr {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.Theme-AmaliaGreen .table__tbody .table__td {
  color: #575757;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-left: 0;
}
.Theme-AmaliaGreen .table__tbody .table__th {
  border-bottom: 1px solid #fff;
}
.Theme-AmaliaPurple .table__wrap {
  width: 100%;
  overflow-x: auto;
}
.Theme-AmaliaPurple .table__t {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
  margin: 1px;
}
.Theme-AmaliaPurple .table__tr {
  border: 0.2rem solid #fff;
  border-top: 0;
}
.Theme-AmaliaPurple .table__th, .Theme-AmaliaPurple .table__td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.Theme-AmaliaPurple .table__thead .table__tr {
  color: #fff;
  background-color: #a59fd1;
  border: 0;
}
.Theme-AmaliaPurple .table__tbody .table__tr {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.Theme-AmaliaPurple .table__tbody .table__td {
  color: #575757;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-left: 0;
}
.Theme-AmaliaPurple .table__tbody .table__th {
  border-bottom: 1px solid #fff;
}

:root {
  --color-tint-1: #00afdc;
  --color-tint-2: #a63387;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.tl-timepicker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.tl-timepicker-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48px;
  padding: 5px 0;
}
.tl-timepicker-field:first-child {
  border-right: 1px solid #ddd;
}
.tl-timepicker-prev, .tl-timepicker-next {
  height: 28px;
  margin: 0 8px;
  border: 0;
  padding: 5px 0;
  background: none;
  opacity: 0.33;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tl-timepicker-prev:focus, .tl-timepicker-next:focus {
  outline: none;
}
.tl-timepicker-input {
  height: 28px;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  border: 0;
  -moz-appearance: textfield;
}
.tl-timepicker-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tl-timepicker-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 7px;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.tl-timepicker-scrollbar:before {
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  background: #eeeeee;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  content: "";
}
.tl-timepicker-scrollbar:hover:before, .tl-timepicker-scrollbar:active:before {
  background: #555555;
}

html .rs_addtools,
html .rsbtn {
  color: inherit;
}
html .rs_addtools a,
html .rs_addtools span,
html .rsbtn a,
html .rsbtn span {
  color: inherit;
  font-weight: inherit;
}
html .rs_addtools .rs-player-loadindicator,
html .rsbtn .rs-player-loadindicator {
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
}
html .rs_addtools .rsicn,
html .rsbtn .rsicn {
  color: var(--color-tint-1);
}
html .rs_addtools .rsbtn_play,
html .rsbtn .rsbtn_play {
  border-color: #fff;
  background: #f5f5f5;
  color: var(--color-tint-1);
}
html .rs_addtools .rsbtn_play:not(.Btn):not(.Link-Reset):hover, html .rs_addtools .rsbtn_play:not(.Btn):not(.Link-Reset):active,
html .rsbtn .rsbtn_play:not(.Btn):not(.Link-Reset):hover,
html .rsbtn .rsbtn_play:not(.Btn):not(.Link-Reset):active {
  background: var(--color-tint-1);
  color: #fff;
}
html .rs_addtools .rsbtn_play:not(.Btn):not(.Link-Reset):hover .rsbtn_right, html .rs_addtools .rsbtn_play:not(.Btn):not(.Link-Reset):hover .rsbtn_right::before, html .rs_addtools .rsbtn_play:not(.Btn):not(.Link-Reset):active .rsbtn_right, html .rs_addtools .rsbtn_play:not(.Btn):not(.Link-Reset):active .rsbtn_right::before,
html .rsbtn .rsbtn_play:not(.Btn):not(.Link-Reset):hover .rsbtn_right,
html .rsbtn .rsbtn_play:not(.Btn):not(.Link-Reset):hover .rsbtn_right::before,
html .rsbtn .rsbtn_play:not(.Btn):not(.Link-Reset):active .rsbtn_right,
html .rsbtn .rsbtn_play:not(.Btn):not(.Link-Reset):active .rsbtn_right::before {
  color: inherit;
}
html .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text,
html .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span,
html .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text,
html .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
  color: inherit;
  font-weight: inherit;
}
html .rs_addtools .rsbtn_play .rsbtn_right,
html .rsbtn .rsbtn_play .rsbtn_right {
  border-color: #fff;
}
html .rs_addtools .rsbtn_tooltoggle,
html .rsbtn .rsbtn_tooltoggle {
  border-color: #fff;
  color: var(--color-tint-1);
}
html .rs_addtools .rsbtn_tooltoggle:hover, html .rs_addtools .rsbtn_tooltoggle:active, html .rs_addtools .rsbtn_tooltoggle:focus,
html .rsbtn .rsbtn_tooltoggle:hover,
html .rsbtn .rsbtn_tooltoggle:active,
html .rsbtn .rsbtn_tooltoggle:focus {
  background: var(--color-tint-1);
  color: #fff;
}
html .rs_addtools .rsbtn_tooltoggle:hover span.rsicn, html .rs_addtools .rsbtn_tooltoggle:active span.rsicn, html .rs_addtools .rsbtn_tooltoggle:focus span.rsicn,
html .rsbtn .rsbtn_tooltoggle:hover span.rsicn,
html .rsbtn .rsbtn_tooltoggle:active span.rsicn,
html .rsbtn .rsbtn_tooltoggle:focus span.rsicn {
  color: inherit;
}
html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle {
  border-color: #fff;
}
html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle:hover, html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle:active, html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle:focus,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle:hover,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle:active,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle:focus {
  background: var(--color-tint-1);
  color: #fff;
}
html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle:hover span.rsicn, html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle:active span.rsicn, html .rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle:focus span.rsicn,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle:hover span.rsicn,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle:active span.rsicn,
html .rsbtn.zoom-tooltoggler .rsbtn_tooltoggle:focus span.rsicn {
  color: inherit;
}
html .rs_addtools .rsbtn_exp .rsbtn_exp_inner,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner {
  border-color: #fff;
}
html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
  border-color: #fff;
}
html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover, html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active, html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus {
  background: var(--color-tint-1);
  color: #fff;
}
html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover span.rsicn, html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active span.rsicn, html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover span.rsicn,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active span.rsicn,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn {
  color: inherit;
}
html .rs_addtools .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
html .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown {
  background: #f5f5f5;
  border: 0.1rem solid #dcdcdc;
  color: var(--color-tint-1);
}
html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools {
  background: #f5f5f5;
  border: 0.1rem solid #dcdcdc;
  color: var(--color-tint-1);
}
html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool {
  border-color: var(--color-tint-1);
  color: var(--color-tint-1);
}
html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover, html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active {
  background: var(--color-tint-1);
  color: #fff;
}
html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover span, html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover span.rsicn, html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active span, html .rs_addtools .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active span.rsicn,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover span,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover span.rsicn,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active span,
html .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active span.rsicn {
  color: inherit;
}
html .rspopup {
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem color-mix(in srgb, #000 50%, transparent);
  box-shadow: 0 0 0.5rem color-mix(in srgb, #000 50%, transparent);
  border-width: 0;
  color: var(--color-tint-1);
}
html .rspopup .rspopup_btn {
  border-color: #fff;
}
html .rspopup .rspopup_btn:first-child {
  border-top-width: 0;
}
html .rspopup .rspopup_btn:hover, html .rspopup .rspopup_btn:active {
  background: var(--color-tint-1);
  color: #fff;
}
html #rs-controlpanel {
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem color-mix(in srgb, #000 50%, transparent);
  box-shadow: 0 0 0.5rem color-mix(in srgb, #000 50%, transparent);
  border-width: 0;
  color: var(--color-tint-1);
}
html #rs-controlpanel > .rsicn {
  color: var(--color-tint-1);
}
html #rs-controlpanel button {
  border-color: #e7e5e7;
  color: var(--color-tint-1);
}
html #rs-controlpanel button:hover, html #rs-controlpanel button:active, html #rs-controlpanel button:focus {
  background: var(--color-tint-1);
  color: #fff;
  border-color: var(--color-tint-1);
}
html #rs-controlpanel button.rs-controlpanel-scroll-toggler {
  line-height: 1em;
  color: var(--color-tint-1);
}
html #rs-controlpanel button.rs-controlpanel-scroll-toggler:hover, html #rs-controlpanel button.rs-controlpanel-scroll-toggler:active, html #rs-controlpanel button.rs-controlpanel-scroll-toggler:focus {
  background: var(--color-tint-1);
  color: #fff;
}
html #rs-controlpanel button.rs-controlpanel-scroll-toggler:hover span.rs-controlpanel-scroll-state, html #rs-controlpanel button.rs-controlpanel-scroll-toggler:active span.rs-controlpanel-scroll-state, html #rs-controlpanel button.rs-controlpanel-scroll-toggler:focus span.rs-controlpanel-scroll-state {
  color: inherit;
}

.bb_iawr {
  position: absolute !important;
  height: 100% !important;
}

.bb-media {
  height: 100% !important;
}
.bb-media video {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  background: #000 !important;
}

.pika-label {
  margin: 0 0.5rem !important;
  border: 0.1rem solid #b5b5b5;
  padding-right: 2rem !important;
}
.pika-label::after {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  width: 2rem;
  height: 3rem;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.7) rotate(-90deg);
  transform: scale(0.7) rotate(-90deg);
  opacity: 0.4;
}
.pika-label:hover::after, .pika-label:focus::after {
  opacity: 1;
}

.pika-table thead {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}

.pika-table abbr {
  text-decoration: none;
}

.pika-button {
  background: none !important;
  color: #000 !important;
  text-align: center !important;
}
.is-today .pika-button {
  color: var(--color-tint-1) !important;
  font-weight: 700;
}
.pika-button:hover, .is-today .pika-button:hover, .pika-button:focus, .is-today .pika-button:focus {
  background: color-mix(in srgb, var(--color-tint-1) 15%, transparent) !important;
  color: #000 !important;
}
.is-selected .pika-button, .is-selected .pika-button:hover, .is-selected .pika-button:focus {
  background: var(--color-tint-1) !important;
  color: #fff !important;
}

*:focus-visible {
  outline: 0.2rem solid var(--color-tint-1);
}

.glimpse-nowrap {
  z-index: 1000;
}

:root {
  --color-tint-1: #00afdc;
  --color-tint-2: #a63387;
}

.Btn {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 2.2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.Btn_Icon {
  margin: -15px 25px -20px -25px;
  padding: 25px;
}
.Btn_Icon:first-child {
  margin: -15px -5px -14px -15px;
}
.Btn_Icon:last-child {
  margin: -15px -15px -14px -5px;
}
.Btn_Icon.RIcon-Size5:first-child {
  margin: -15px -5px -14px -25px;
}
.Btn_Icon.RIcon-Size5:last-child {
  margin: -15px -25px -14px -5px;
}
.Btn .RIcon-Filled {
  display: block;
  padding: 26px;
  margin: -15px 20px -37px -25px;
}
.Btn .RIcon-Filled + span {
  display: block;
  padding-left: 50px;
}
.Btn-Square {
  padding: 10px;
  line-height: 0;
}
.Btn-Square_Text {
  margin: 0 10px;
}
.Btn-Round {
  border-radius: 50%;
}
.Btn-FullWidth {
  width: 100%;
}
.Btn-Center {
  text-align: center;
}
.Btn-Reset {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  text-align: left;
}
.Btn-Hidden {
  display: none;
}
.Btn-FloatLeft {
  float: left;
}
.Btn-FloatLeft_MarginRight {
  margin-right: 15px;
}
@media print, screen and (max-width: 767px) {
  .Btn-FloatLeft_MarginRight {
    margin-bottom: 15px;
  }
}
.Btn-FloatLeft_MarginTop {
  margin-top: 15px;
}
.Btn-FloatRight {
  float: right;
}
.Btn-AlignLeft {
  text-align: left;
}
.Btn-AlignRight {
  text-align: right;
}
.Btn-FullWidth {
  text-align: center;
  width: 100%;
}
.Btn-Default {
  background-color: color-mix(in srgb, #000 7%, var(--color-block-bg-tint-1, #fff));
  color: var(--color-tint-1);
}
.Btn-Default:hover, .Btn-Default:focus {
  background-color: var(--color-tint-1);
  color: #fff;
}
.Btn-Default:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Btn-Default:active .Btn_Icon {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Btn-Purple {
  background-color: var(--color-tint-2);
  color: #fff;
}
.Btn-Purple:hover, .Btn-Purple:focus {
  background-color: color-mix(in srgb, var(--color-tint-2) 80%, #000);
  color: #fff;
}
.Btn-Purple:active {
  background-color: color-mix(in srgb, var(--color-tint-2) 80%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Btn-Green {
  background-color: #a1c233;
  color: #fff;
}
.Btn-Green:hover, .Btn-Green:focus {
  background-color: #f5f5f5;
  color: #a1c233;
}
.Btn-Green:active {
  background-color: #f5f5f5;
  color: color-mix(in srgb, #a1c233 50%, transparent);
}
.Btn-Red {
  background-color: #d52b1e;
  color: #fff;
}
.Btn-Red:hover, .Btn-Red:focus {
  background-color: #f5f5f5;
  color: #d52b1e;
}
.Btn-Red:active {
  background-color: #f5f5f5;
  color: color-mix(in srgb, #d52b1e 50%, transparent);
}
.Btn-LightGrey {
  background-color: #e7e5e7;
  color: #b5b5b5;
}
.Btn-LightGrey:hover, .Btn-LightGrey:focus {
  background-color: #b5b5b5;
  color: #fff;
}
.Btn-LightGrey:active {
  background-color: #727272;
  color: #fff;
}
.Btn-DarkGrey {
  background-color: #464646;
  color: #dcdcdc;
}
.Btn-DarkGrey:hover, .Btn-DarkGrey:focus {
  background-color: #3e3e3e;
  color: #fff;
}
.Btn-DarkGrey:active {
  background-color: #dcdcdc;
  color: #3e3e3e;
}
.Btn-DarkGrey2 {
  background-color: #343434;
  color: #dcdcdc;
}
.Btn-DarkGrey2:hover, .Btn-DarkGrey2:focus {
  background-color: #3e3e3e;
  color: #fff;
}
.Btn-DarkGrey2:active {
  background-color: #dcdcdc;
  color: #3e3e3e;
}
.Btn-Accent, .Btn-Inactive {
  background-color: var(--color-tint-1);
  color: #fff;
}
.Btn-Accent:hover, .Btn-Accent:focus, .Btn-Inactive:hover, .Btn-Inactive:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.Btn-Accent:active, .Btn-Inactive:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Btn-White, .Btn-White:hover, .Btn-White:focus, .Btn-White:active {
  background-color: var(--color-block-bg-tint-1, #fff);
  color: var(--color-block-text-tint-1, #575757);
}
.Btn-Inactive {
  opacity: 0.2;
  cursor: default;
}
.Btn-DarkAccent {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.Btn-DarkAccent:hover, .Btn-DarkAccent:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: #fff;
}
.Btn-DarkAccent:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Btn-DarkAccent2 {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: #fff;
}
.Btn-DarkAccent2:hover, .Btn-DarkAccent2:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: #fff;
}
.Btn-DarkAccent2:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Btn-GreyAndAccent {
  background-color: color-mix(in srgb, #000 50%, transparent);
  color: #fff;
}
.Btn-GreyAndAccent:hover, .Btn-GreyAndAccent:focus {
  background-color: var(--color-tint-1);
  color: #fff;
}
.Btn-GreyAndAccent:active {
  background-color: var(--color-tint-1);
  color: color-mix(in srgb, #fff 50%, transparent);
}

.Theme-Research .Btn-Default {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Research .Btn-Default:hover, .Theme-Research .Btn-Default:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.Theme-Research .Btn-Default:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Research .Btn-Default:active .Btn_Icon {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Research .Btn-Accent {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: #fff;
}
.Theme-Research .Btn-Accent:hover, .Theme-Research .Btn-Accent:focus {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  color: #fff;
}
.Theme-Research .Btn-Accent:active {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Research .Btn-GreyAndAccent:hover, .Theme-Research .Btn-GreyAndAccent:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Research .Btn-GreyAndAccent:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Research .Btn-White {
  background-color: #fff;
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Research .Btn-White:hover, .Theme-Research .Btn-White:focus {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  color: #fff;
}
.Theme-Research .Btn-White:active {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  color: color-mix(in srgb, #fff 50%, transparent);
}

.Theme-Accent.Theme-UMC .Btn-Default {
  background-color: color-mix(in srgb, var(--color-block-bg-tint-1, var(--color-tint-1)) 90%, #000);
  color: var(--color-block-tint-1, #fff);
}
.Theme-Accent.Theme-UMC .Btn-Default:hover, .Theme-Accent.Theme-UMC .Btn-Default:focus {
  background-color: var(--color-block-tint-1, #fff);
  color: var(--color-block-bg-tint-1, var(--color-tint-1));
}
.Theme-Accent.Theme-UMC .Btn-Default:active {
  background-color: var(--color-block-tint-1, #fff);
  color: color-mix(in srgb, var(--color-block-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 90%, #000)) 50%, transparent);
}
.Theme-Accent.Theme-UMC .Btn-Accent {
  background-color: var(--color-block-tint-1, #f5f5f5);
  color: var(--color-block-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 60%, #000));
}
.Theme-Accent.Theme-UMC .Btn-Accent:hover, .Theme-Accent.Theme-UMC .Btn-Accent:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: var(--color-block-bg-tint-1, #fff);
}
.Theme-Accent.Theme-UMC .Btn-Accent:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: color-mix(in srgb, var(--color-block-bg-tint-1, #fff) 50%, transparent);
}
.Theme-Accent.Theme-UMC .Btn-White {
  background-color: #fff;
  color: var(--color-tint-1);
}
.Theme-Accent.Theme-UMC .Btn-White:hover, .Theme-Accent.Theme-UMC .Btn-White:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.Theme-Accent.Theme-UMC .Btn-White:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Accent.Theme-UMC .Btn-TextAccent {
  color: color-mix(in srgb, #000 40%, transparent);
}
.Theme-Accent.Theme-Research .Btn-Default, .Theme-Accent.Theme-Research .Btn-Accent {
  background-color: color-mix(in srgb, var(--color-block-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 55%, #000)) 90%, #000);
  color: var(--color-block-tint-1, #fff);
}
.Theme-Accent.Theme-Research .Btn-Default:hover, .Theme-Accent.Theme-Research .Btn-Default:focus, .Theme-Accent.Theme-Research .Btn-Accent:hover, .Theme-Accent.Theme-Research .Btn-Accent:focus {
  background-color: var(--color-block-tint-1, #f5f5f5);
  color: var(--color-block-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 60%, #000));
}
.Theme-Accent.Theme-Research .Btn-Default:active, .Theme-Accent.Theme-Research .Btn-Accent:active {
  background-color: var(--color-block-tint-1, #f5f5f5);
  color: color-mix(in srgb, var(--color-block-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 60%, #000)) 50%, transparent);
}
.Theme-Accent.Theme-Research .Btn-DarkAccent {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: #fff;
}
.Theme-Accent.Theme-Research .Btn-DarkAccent:hover, .Theme-Accent.Theme-Research .Btn-DarkAccent:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: #fff;
}
.Theme-Accent.Theme-Research .Btn-DarkAccent:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Accent.Theme-Research .Btn-DarkAccent2 {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: #fff;
}
.Theme-Accent.Theme-Research .Btn-DarkAccent2:hover, .Theme-Accent.Theme-Research .Btn-DarkAccent2:focus {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  color: #fff;
}
.Theme-Accent.Theme-Research .Btn-DarkAccent2:active {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Accent.Theme-Research .Btn-White {
  background-color: #fff;
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Accent.Theme-Research .Btn-White:hover, .Theme-Accent.Theme-Research .Btn-White:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: #fff;
}
.Theme-Accent.Theme-Research .Btn-White:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Accent.Theme-Research .Btn-TextAccent {
  color: color-mix(in srgb, var(--color-block-tint-1, #fff) 50%, transparent);
}
.Theme-Accent.Theme-Amalia .Btn-Default {
  background-color: #e07916;
  color: #fff;
}
.Theme-Accent.Theme-Amalia .Btn-Default:hover, .Theme-Accent.Theme-Amalia .Btn-Default:focus {
  background-color: #fff;
  color: #f88b00;
}
.Theme-Accent.Theme-Amalia .Btn-Default:active {
  background-color: #fff;
  color: color-mix(in srgb, #f88b00 50%, transparent);
}
.Theme-Accent.Theme-Amalia .Btn-Accent {
  background-color: #fff;
  color: #e07916;
}
.Theme-Accent.Theme-Amalia .Btn-Accent:hover, .Theme-Accent.Theme-Amalia .Btn-Accent:focus {
  background-color: #e07916;
  color: #fff;
}
.Theme-Accent.Theme-Amalia .Btn-Accent:active {
  background-color: #e07916;
  color: color-mix(in srgb, #fff 50%, transparent);
}
.Theme-Accent.Theme-Amalia .Btn-TextAccent {
  color: #ac6000;
}

.Cta-Button--Mobile {
  display: inline-block;
}

.Cta-Button--Desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .Cta-Button--Mobile {
    display: none;
  }
  .Cta-Button--Desktop:last-child {
    margin-right: 30px;
  }
  .Cta-Button--Desktop {
    display: inline-block;
  }
}
.Hidden {
  display: none;
}

.NoTransitions {
  -webkit-transition: none !important;
  transition: none !important;
}

.HorizontalDirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ClearFix-Wrapper::before, .ClearFix-Wrapper::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
  outline: 1px solid transparent;
}
.ClearFix-Container::after {
  clear: both;
}

.H4,
.EditableText H4 {
  margin: 36px 0 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.H3,
.EditableText H3 {
  margin: 54px 0 24px;
  font-size: 3rem;
  line-height: 3.6rem;
}

.H1,
.EditableText .H1 {
  margin: 54px 0 24px;
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .H1,
  .EditableText .H1 {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
}

.H2,
.EditableText H2 {
  margin: 54px 0 24px;
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .H2,
  .EditableText H2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}

.H {
  clear: both;
  color: var(--color-tint-1);
  font-weight: 700;
  font-family: var(--font-family-heading, inherit);
}
.Theme-Research .H {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-AmaliaBlue .H {
  color: #4abec9;
}
.Theme-AmaliaOrange .H {
  color: #f88b00;
}
.Theme-AmaliaGreen .H {
  color: #a7c02a;
}
.Theme-AmaliaPurple .H {
  color: #a59fd1;
}
.Theme-Accent .H {
  color: var(--color-block-tint-1, #fff) !important;
}
.H-White {
  color: #fff;
}
.H-Red {
  color: #d52b1e;
}
.H-Grey {
  color: #575757;
}
.H-MarginLeft {
  margin-left: 30px;
}
.H-NoMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.H-NoMarginBottom {
  margin-bottom: 0;
}
.H-NoMarginTop {
  margin-top: 0;
}
.H-AltMargin1 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.H_Sub {
  display: block;
  font-weight: 300;
}
.H-Horizontal .H_Sub {
  display: inline-block;
}

[class*=RIcon-] {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
[class*=RIcon-]::before, [class*=RIcon-]::after {
  font-family: "RadboudIcons";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-variant: normal;
  font-weight: normal;
  line-height: 0;
}

.RIcon-CenterVertical {
  vertical-align: middle;
}
.RIcon-BottomVertical {
  vertical-align: bottom;
}
.RIcon-NegativeLeft {
  position: relative;
  left: -6px;
}
.RIcon-Filled {
  background: var(--color-tint-1);
  color: #fff;
  font-size: 25px;
  margin-right: 25px;
  padding: 25px;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.Theme-Research .RIcon-Filled {
  background: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.RIcon-FilledRound {
  border-radius: 50%;
}
.RIcon-FilledSize1 {
  padding: 22px;
  font-size: 34px;
}
.RIcon-FloatRight {
  float: right;
}
.RIcon-FloatLeft {
  float: left;
}
.RIcon-MarginRight {
  margin-right: 20px;
}
.RIcon-Size1 {
  font-size: 1rem;
}
.RIcon-Size2 {
  width: 10px;
  height: 10px;
  font-size: 1rem;
}
.RIcon-Size3 {
  font-size: 1.8rem;
}
.RIcon-Size4 {
  font-size: 1.15rem;
}
.RIcon-Size5 {
  width: 20px;
  height: 20px;
  font-size: 1.35rem;
}
.RIcon-Size6 {
  font-size: 2.7rem;
}
.RIcon-Size7 {
  font-size: 2.2rem;
}
.RIcon-Size8 {
  font-size: 4rem;
}
.RIcon-Size9 {
  width: 18px;
  height: 12px;
  font-size: 1.35rem;
}
.RIcon-Play2 {
  margin-left: 29px;
}

.RIcon-Arrow2Down::before {
  content: "A";
}

.RIcon-Arrow2Left::before {
  content: "B";
}

.RIcon-Arrow2Right::before {
  content: "C";
}

.RIcon-Arrow2Up::before {
  content: "D";
}

.RIcon-Arrow2UpRight::before {
  content: "E";
}

.RIcon-ArrowDown::before {
  content: "F";
}

.RIcon-ArrowLeft::before {
  content: "G";
}

.RIcon-ArrowRight::before {
  content: "H";
}

.RIcon-ArrowUp::before {
  content: "I";
}

.RIcon-Cross::before {
  content: "J";
}

.RIcon-Grid::before {
  content: "K";
}

.RIcon-Hamburger::before {
  content: "L";
}

.RIcon-Play::before {
  content: "M";
}

.RIcon-Play2::before {
  content: "N";
}

.RIcon-Search::before {
  content: "O";
}

.RIcon-Search2::before {
  content: "P";
}

.RIcon-Share::before {
  content: "Q";
}

.RIcon-Clock::before {
  content: "R";
}

.RIcon-Calendar::before {
  content: "S";
}

.RIcon-Arrow3Right::before {
  content: "T";
}

.RIcon-Hourglass::before {
  content: "U";
}
.RIcon-Cross2::before {
  content: "V";
}
.RIcon-Check::before {
  content: "W";
}
.RIcon-Printer::before {
  content: "X";
}
.RIcon-Filter::before {
  content: "Y";
}
.RIcon-Twitter::before {
  content: "Z";
}
.RIcon-X::before {
  content: "3";
}
.RIcon-LinkedIn::before {
  content: "a";
}
.RIcon-Google::before {
  content: "b";
}
.RIcon-Facebook::before {
  content: "c";
}
.RIcon-Instagram::before {
  content: "d";
}
.RIcon-Youtube::before {
  content: "e";
}
.RIcon-ShoppingCart::before {
  font-size: 2.2rem;
  content: "f";
}
.RIcon-TestArray::before {
  content: "g";
}
.RIcon-TestChromosome::before {
  content: "h";
}
.RIcon-TestExomeSequencing::before {
  content: "i";
}
.RIcon-TestMultiGene::before {
  content: "j";
}
.RIcon-TestMutation::before {
  content: "k";
  opacity: 0.5;
}
.RIcon-TestMutation::after {
  content: "l";
}
.RIcon-TestSingleGene::before {
  content: "m";
}
.RIcon-Lock::before {
  content: "n";
  margin: 3px;
  margin-left: 4px;
  position: static;
  top: auto;
  left: auto;
  width: 10px;
}
.RIcon-Fax::before {
  content: "o";
}
.RIcon-Tel::before {
  content: "p";
}
.RIcon-Dots::before {
  content: "q";
}
.RIcon-PlusCircle::before {
  content: "r";
}
.RIcon-CrossCircle::before {
  content: "s";
}
.RIcon-Pencil::before {
  content: "t";
}
.RIcon-Trash::before {
  content: "u";
}
.RIcon-Cog::before {
  content: "v";
}
.RIcon-envelope::before {
  content: "w";
}
.RIcon-alert-off::before {
  content: "x";
}
.RIcon-alert-on::before {
  content: "y";
}
.RIcon-pager::before {
  content: "z";
}
.RIcon-directions::before {
  content: "0";
}
.RIcon-inbox::before {
  content: "1";
}

img {
  max-width: 100%;
  vertical-align: middle;
}
img[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
img[data-src].lazyloaded {
  opacity: 1;
}

.Image-Round {
  border-radius: 50%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.Image-NoVerticalMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.Image-S35 {
  width: 35px;
  height: 35px;
}
.Image-S62 {
  width: 62px;
  height: 62px;
}
.Image-S155 {
  width: 85px;
  height: 85px;
}
@media only screen and (min-width: 768px) {
  .Image-S155 {
    width: 155px;
    height: 155px;
  }
}
.Image_Wrapper-Scaled {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .Image_Wrapper-Right {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .Image_Wrapper-Right .Credits {
    margin-bottom: 0;
  }
}
.Image_Wrapper-MaxHalf {
  max-width: 50%;
  width: 300px;
}
.Image-Full {
  position: absolute;
  width: 100%;
  height: 100%;
}
.Image-CompensateTop {
  margin-top: -10px;
}
.Image-FullWidth {
  max-width: none;
  width: 100%;
  height: auto;
}

.Video_Wrapper {
  position: relative;
  z-index: 1;
}
.Video_Wrapper-Scaled {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .Block-FullWidth .Video_Wrapper-Scaled {
    padding-bottom: 600px !important;
  }
}
.Video_Frame, .Video_Thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}
.Video_Thumbnail {
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
  background: #fff;
}
.Video_ThumbnailWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.Video_Thumbnail.Faded {
  opacity: 0;
  pointer-events: none;
}
.Video_ThumbnailImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.Video_ThumbnailBtn {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  top: calc(50% - 38px);
  margin: 0 auto;
  border-radius: 50%;
  padding: 0;
  z-index: 2;
  -webkit-transition: background-color 0.1s, color 0.1s, opacity 0.2s ease-out;
  transition: background-color 0.1s, color 0.1s, opacity 0.2s ease-out;
}
.Video_ThumbnailBtn.Faded {
  opacity: 0;
}
.Video_Frame {
  background: #000;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .Block-FullWidth .Video_Frame {
    left: 50%;
    top: 50%;
    width: max(1065px, 100%);
    height: max(600px, (100vw - 90px) / 1.78);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.Progress {
  position: absolute;
  left: 0;
  right: 0;
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  padding: 0 6px;
  color: #fff;
  height: 29px;
  opacity: 0.9;
  margin-top: -29px;
}
.Progress_Text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  height: 29px;
  color: #fff;
  margin-left: 10px;
}
.Progress_Indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 50%, #000) 25%, #111);
  height: 29px;
}
.Progress_Value {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  padding-right: 7px;
  height: 29px;
  color: #fff;
}

.Line {
  width: 100%;
  height: 4px;
  border: 0;
  margin: 0;
  background-color: var(--color-tint-1);
}
.Line-LightGrey {
  background-color: var(--color-bg-tint-1, #f5f5f5);
}
.Line-Small {
  height: 2px;
}
.Theme-Research .Line:not(.Line-NoTheme) {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

a:not(.Btn),
.Link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
}
a:not(.Btn):not(.Link-Reset),
.Link:not(.Link-Reset) {
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
}
a:not(.Btn):not(.Link-Reset):hover, a:not(.Btn):not(.Link-Reset):focus,
.Link:not(.Link-Reset):hover,
.Link:not(.Link-Reset):focus {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
a:not(.Btn):not(.Link-Reset):active,
.Link:not(.Link-Reset):active {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}

.Link-Grey {
  color: var(--color-block-text-tint-1, #575757);
}

:not(.Theme-Accent).Theme-Research a:not(.Btn):not(.Link-Reset),
:not(.Theme-Accent).Theme-Research .Link {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
:not(.Theme-Accent).Theme-Research a:not(.Btn):not(.Link-Reset):hover, :not(.Theme-Accent).Theme-Research a:not(.Btn):not(.Link-Reset):focus,
:not(.Theme-Accent).Theme-Research .Link:hover,
:not(.Theme-Accent).Theme-Research .Link:focus {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
:not(.Theme-Accent).Theme-Research a:not(.Btn):not(.Link-Reset):active,
:not(.Theme-Accent).Theme-Research .Link:active {
  color: var(--color-tint-1);
}

a .H {
  color: var(--color-tint-1);
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
}
a:hover .H, a:focus .H {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
a:active .H {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}

:not(.Theme-Accent).Theme-Research a:not(.Btn) .H {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
:not(.Theme-Accent).Theme-Research a:not(.Btn):hover .H, :not(.Theme-Accent).Theme-Research a:not(.Btn):focus .H {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
:not(.Theme-Accent).Theme-Research a:not(.Btn):active .H {
  color: var(--color-tint-1);
}
:not(.Theme-Accent).Theme-AmaliaBlue a:not(.Btn) .H {
  color: #4abec9;
}
:not(.Theme-Accent).Theme-AmaliaBlue a:not(.Btn):hover .H, :not(.Theme-Accent).Theme-AmaliaBlue a:not(.Btn):focus .H {
  color: #2ea8b3;
}
:not(.Theme-Accent).Theme-AmaliaBlue a:not(.Btn):active .H {
  color: #3cb3be;
}
:not(.Theme-Accent).Theme-AmaliaOrange a:not(.Btn) .H {
  color: #f88b00;
}
:not(.Theme-Accent).Theme-AmaliaOrange a:not(.Btn):hover .H, :not(.Theme-Accent).Theme-AmaliaOrange a:not(.Btn):focus .H {
  color: #e07916;
}
:not(.Theme-Accent).Theme-AmaliaOrange a:not(.Btn):active .H {
  color: #ec820c;
}
:not(.Theme-Accent).Theme-AmaliaGreen a:not(.Btn) .H {
  color: #a7c02a;
}
:not(.Theme-Accent).Theme-AmaliaGreen a:not(.Btn):hover .H, :not(.Theme-Accent).Theme-AmaliaGreen a:not(.Btn):focus .H {
  color: #96b013;
}
:not(.Theme-Accent).Theme-AmaliaGreen a:not(.Btn):active .H {
  color: #9fb81e;
}
:not(.Theme-Accent).Theme-AmaliaPurple a:not(.Btn) .H {
  color: #a59fd1;
}
:not(.Theme-Accent).Theme-AmaliaPurple a:not(.Btn):hover .H, :not(.Theme-Accent).Theme-AmaliaPurple a:not(.Btn):focus .H {
  color: #8b84c1;
}
:not(.Theme-Accent).Theme-AmaliaPurple a:not(.Btn):active .H {
  color: #9892c9;
}

.Theme-Accent a:not(.Btn),
.Theme-Accent .Link {
  color: var(--color-block-tint-1, #fff);
}
.Theme-Accent a:not(.Btn):hover,
.Theme-Accent a:not(.Btn):hover .H, .Theme-Accent a:not(.Btn):focus,
.Theme-Accent a:not(.Btn):focus .H,
.Theme-Accent .Link:hover,
.Theme-Accent .Link:hover .H,
.Theme-Accent .Link:focus,
.Theme-Accent .Link:focus .H {
  color: color-mix(in srgb, var(--color-block-tint-1, #fff) 80%, transparent);
}
.Theme-Accent a:not(.Btn):active,
.Theme-Accent a:not(.Btn):active .H,
.Theme-Accent .Link:active,
.Theme-Accent .Link:active .H {
  color: color-mix(in srgb, var(--color-block-tint-1, #fff) 50%, transparent);
}

.Link-Btn {
  position: relative;
  display: block;
  width: 100%;
  min-height: 75px;
  padding: 20px 70px 20px 30px;
}
.Link-Btn_Arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
}
.Link-External .Link-Description {
  color: var(--color-block-text-tint-1, #dcdcdc);
  overflow: hidden;
  word-break: normal;
  word-wrap: normal;
  white-space: nowrap;
  position: relative;
  -webkit-mask-image: linear-gradient(to left, transparent 0, #fff 50px);
  mask-image: linear-gradient(to left, transparent 0, #fff 50px);
}
.Link-External .Link-Btn_Arrow {
  top: 30px;
  font-size: 1.5rem;
}

.List-Clear {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.List-Clear:focus {
  outline: none;
}
.List-PaddedButtons .Btn {
  float: left;
  margin: 7px 7px 0 0;
}
.List-Horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.List-Divided > li {
  border-color: var(--color-bg-tint-1, #f5f5f5);
  border-top-style: solid;
  border-width: 2px;
}
.List-Divided.List-DividedBig > li {
  border-width: 4px;
}
.List-DividedNoTop > li:first-child {
  border-top-style: none;
}
.List-Divided:not(.List-DividedNoBottom) > li:last-child {
  border-bottom-style: solid;
}
.List-Grey.List-Divided > li {
  -webkit-transition: border-color 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, color 0.15s ease;
  border-color: #464646;
  color: #dcdcdc;
}
@media only screen and (min-width: 768px) {
  .List-Grey.List-Divided > li {
    border-color: #3e3e3e;
    color: #dcdcdc;
  }
}
@media only screen and (min-width: 768px) {
  .List-Grey.List-Divided > li:hover, .List-Grey.List-Divided > li:focus, .List-Grey.List-Divided > li.Active {
    color: #fff;
    border-top-color: #fff;
  }
}
.List-Buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.List-Buttons > li:not(:last-child) {
  margin-bottom: 5px;
}
.List-NoMarginTop {
  margin-top: 0 !important;
}

ul.BulletList {
  list-style: none;
  padding-left: 30px;
}
ul.BulletList li::before {
  position: absolute;
  margin-left: -30px;
  content: "•";
  color: var(--color-tint-1);
}
.Theme-Accent ul.BulletList li::before {
  color: var(--color-tint-1, #fff);
}
.Theme-Research ul.BulletList li::before {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
ul.BulletList-NoMarginTop {
  margin-top: 0;
}

ol.OrderedList {
  margin: 15px 0 15px 50px;
  padding: 0;
  list-style-type: none;
  counter-reset: ordered-list;
}
@media only screen and (min-width: 768px) {
  ol.OrderedList {
    margin-left: 80px;
  }
}
ol.OrderedList li {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  ol.OrderedList li {
    padding: 20px 0;
  }
}
ol.OrderedList li::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -8px;
  margin-left: -50px;
  border-radius: 50%;
  counter-increment: ordered-list;
  content: counter(ordered-list);
  text-align: center;
  background: var(--color-tint-1);
  color: #fff;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  ol.OrderedList li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -16px;
    margin-left: -80px;
  }
}
.Theme-Research ol.OrderedList li::before {
  background: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.LoadingSpinner {
  display: table;
  width: 100%;
  margin: 30px 0;
  will-change: margin-bottom;
  -webkit-transition: margin-bottom 0.8s;
  transition: margin-bottom 0.8s;
  overflow: visible;
}
.LoadingSpinner-Center .LoadingSpinner_Animation {
  margin-left: auto;
  margin-right: auto;
}
.LoadingSpinner-Absolute {
  position: absolute;
}
.LoadingSpinner-ProductPrice {
  display: inline-block;
  width: 33px;
  margin: 0 0 -10px;
  -webkit-transition: none;
  transition: none;
}
.LoadingSpinner-ProductPrice .LoadingSpinner_Animation {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.LoadingSpinner.Hidden {
  display: none;
}
.LoadingSpinner.Faded {
  margin-bottom: -30px;
}
.LoadingSpinner.Faded .LoadingSpinner_Animation {
  height: 0;
  opacity: 0;
}
.LoadingSpinner_Input {
  position: absolute;
  top: 9px;
  right: 9px;
}
.LoadingSpinner_Animation {
  display: block;
  width: 33px;
  height: 33px;
  will-change: height, opacity;
  -webkit-transition: height 0.8s, opacity 0.8s;
  transition: height 0.8s, opacity 0.8s;
}
.LoadingSpinner_Animation::before {
  content: "";
  position: relative;
  display: block;
  top: 14px;
  bottom: 14px;
  left: 14px;
  right: 14px;
  width: 5px;
  height: 5px;
  font-size: 5px;
  border-radius: 50%;
  -webkit-animation: 1.5s linear infinite both;
  animation: 1.5s linear infinite both;
  -webkit-animation-name: LoadingSpinner;
  animation-name: LoadingSpinner;
}
.Theme-UMC:not(.Theme-Accent) .LoadingSpinner_Animation::before {
  color: var(--color-tint-1);
}
.Theme-Research:not(.Theme-Accent) .LoadingSpinner_Animation::before {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Accent .LoadingSpinner_Animation::before {
  color: #fff;
}
.Form_SubmitContainer .LoadingSpinner_Animation {
  width: 33px;
  float: right;
}
.LoadingSpinner-Large .LoadingSpinner_Animation {
  width: 62px;
  height: 62px;
}
.LoadingSpinner-Large .LoadingSpinner_Animation::before {
  top: 26px;
  bottom: 26px;
  left: 26px;
  right: 26px;
  width: 10px;
  height: 10px;
  font-size: 10px;
}

@-webkit-keyframes LoadingSpinner {
  0% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
  }
  12.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent);
  }
  25% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent);
  }
  37.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  50% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 100%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 100%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  62.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 70%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 70%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  75% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 50%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 50%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  87.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  100% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
  }
}

@keyframes LoadingSpinner {
  0% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
  }
  12.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent);
  }
  25% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent);
  }
  37.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  50% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 100%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 100%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  62.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 70%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 50%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 70%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  75% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 50%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 50%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  87.5% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 50%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 70%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 100%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent);
  }
  100% {
    -webkit-box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
    box-shadow: 0 -2.6em 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.8em -1.8em 0 0 color-mix(in srgb, currentColor 20%, transparent), 2.5em 0 0 0 color-mix(in srgb, currentColor 20%, transparent), 1.75em 1.75em 0 0 color-mix(in srgb, currentColor 20%, transparent), 0 2.5em 0 0 color-mix(in srgb, currentColor 20%, transparent), -1.8em 1.8em 0 0 color-mix(in srgb, currentColor 50%, transparent), -2.6em 0 0 0 color-mix(in srgb, currentColor 70%, transparent), -1.8em -1.8em 0 0 color-mix(in srgb, currentColor 100%, transparent);
  }
}
.Accordion_Content {
  padding: 5px 0 20px;
  overflow: hidden;
}
.Accordion_Content-Indent {
  padding-left: 30px;
  padding-right: 30px;
}
.Accordion_Content p:first-child {
  margin-top: 0;
}
.Accordion_ContentContainer.Hidden {
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
}
.Accordion_Title {
  padding-left: 0;
  padding-right: 40px;
}
.Accordion_Title.Active .ShowIfActive {
  display: block;
}
.Accordion_Title.Active .HideIfActive {
  display: none;
}
.Accordion_Title .Link-Btn_Arrow {
  right: -5px;
}
.Accordion_Title-Indent {
  padding-left: 30px;
  padding-right: 70px;
}
.Accordion_Title-Indent .Link-Btn_Arrow {
  right: 30px;
}
.Accordion_Title .ShowIfActive {
  display: none;
}
.Accordion_Title .HideIfActive {
  display: block;
}

.Collection_Content {
  padding: 20px 30px;
  overflow: hidden;
}

.Cluster__Progress {
  margin: 27px 0 15px;
}
.Cluster__Progress .Btn {
  margin-right: 12px;
  margin-bottom: 15px;
}
.Cluster__Progress .Btn:last-of-type {
  margin-right: 0;
}
.Cluster__Page__Title, .Cluster__Page__Subtitle {
  margin: 0;
}
.Cluster__Page--hidden {
  display: none;
}
.Cluster__Page__Heading {
  margin: 15px 0;
}
.Cluster__Page__Buttons {
  margin: 15px 0;
}

.Container-Relative {
  position: relative;
}
.Container-Padded {
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .Container-Padded {
    padding: 40px;
  }
}
.Container-Small {
  padding: 7px 20px;
}
.Container-PaddedVertical {
  margin: 15px 0 40px;
}
.Container-PaddedTop {
  margin: 30px 0 0;
}
.Container-PaddedHorizontal {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .Container-PaddedHorizontal {
    padding: 0 40px;
  }
}
.Container-Margined {
  margin: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .Container-Margined {
    margin: 45px 30px;
  }
}
@media print, screen and (max-width: 991px) {
  .Container-TabletExtraTopMargin {
    margin-top: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .Container-MobileExtraBottomMargin {
    margin-bottom: 70px;
  }
}
.Container-Content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .Container-Content {
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .Container-Content img {
    width: 100%;
    height: auto;
  }
}
.Container-Content .List-Clear {
  margin-top: 55px;
}
.Container-Content .List-Clear .Link {
  padding-left: 0;
}
.Container-AutoWidth {
  display: inline-block;
}
.Container-FullWidth {
  width: 100%;
  padding: 0;
}
.Container-Center {
  max-width: 940px;
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .Container-Center {
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
}
.Container-After {
  position: relative;
}
.Container-After > .Container::after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  background-color: var(--color-block-bg-tint-1, #fff);
  height: 100%;
}
.Container-Before {
  z-index: 1;
  position: relative;
}
.Container-Orderflow {
  padding: 30px 20px 0;
}
@media only screen and (min-width: 768px) {
  .Container-Orderflow {
    padding: 30px 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .Container-Orderflow {
    padding-left: 60px;
  }
}
.Container-White {
  background-color: #fff;
}
.Container-Article {
  background-color: var(--color-block-bg-tint-1, #fff);
}
.Container-LightGrey {
  background-color: #f5f5f5;
}
.Container-IntranetGrey {
  background-color: #575757;
}
.Container-HeaderButtonsWrapper {
  z-index: 3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.Container-HeaderButtonsWrapper.Invisible {
  opacity: 0;
}
.Container-Footer {
  margin-top: 80px;
  padding-bottom: 60px;
}
.Container-Subnavigation {
  position: relative;
  z-index: 2;
  line-height: normal;
  overflow: auto;
}
.Container-Title {
  padding: 55px 20px;
}
@media only screen and (min-width: 768px) {
  .Container-Title {
    padding: 55px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .Container-Title {
    padding-left: 60px;
  }
}
.Container-Title > .H {
  color: var(--color-header-text, #fff) !important;
}
.Container_Webpage {
  position: relative;
  min-height: 100%;
  -webkit-transition: margin-top 0.2s ease, -webkit-transform 0.2s ease-out;
  transition: margin-top 0.2s ease, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, margin-top 0.2s ease;
  transition: transform 0.2s ease-out, margin-top 0.2s ease, -webkit-transform 0.2s ease-out;
  margin-top: 0;
}
.Container_Webpage:not(.Container-IntranetGrey) {
  background-color: var(--color-bg-tint-1, #f5f5f5);
}
.Container_Webpage.IsActive {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.Container_Webpage-DialogActive {
  margin-top: -100px;
}
@media only screen and (min-width: 768px) {
  .Container_Webpage-DialogActive {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .Container_Webpage {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: none;
    transform: none;
  }
  .SiteHasPersonalMenu .Container_Webpage {
    width: calc(100% - 94px);
  }
  .Container_Webpage.InitLoad {
    -webkit-transform: translateX(-216px);
    transform: translateX(-216px);
  }
  .Container_Webpage.IsActive {
    -webkit-transform: translateX(-100%) translateX(90px);
    transform: translateX(-100%) translateX(90px);
  }
}
@media only screen and (min-width: 992px) {
  .Container_Webpage.IsActive {
    -webkit-transform: translateX(-100%) translateX(240px);
    transform: translateX(-100%) translateX(240px);
  }
}
.Container_Personal {
  will-change: transform, width, height;
  z-index: 200;
  width: 100%;
  height: 100%;
  -webkit-transition: width 0s, -webkit-transform 0.2s ease-out;
  transition: width 0s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, width 0s;
  transition: transform 0.2s ease-out, width 0s, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.Container_Personal.IsActive {
  -webkit-transform: none;
  transform: none;
}
.Container_Personal:not(.ShowContent) .Personal_BlocksWrapper {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .Container_Personal {
    display: block;
    width: calc(100% - 90px);
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .Container_Personal .PersonalWrapper {
    overflow: hidden;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: translateX(-94px);
    transform: translateX(-94px);
  }
  .Container_Personal .Personal_Account {
    cursor: pointer;
  }
  .Container_Personal .Personal_AccountWrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .Container_Personal .Personal_AccountWrapper2 {
    -webkit-transform: translateX(94px);
    transform: translateX(94px);
  }
  .Container_Personal .Personal_MenuWrapper {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
  .Container_Personal .Account_Info_Container {
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
  }
  .Container_Personal.InitLoad {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .Container_Personal.InitLoad .PersonalWrapper {
    -webkit-transform: translateX(-310px);
    transform: translateX(-310px);
  }
  .Container_Personal.InitLoad .Personal_AccountWrapper {
    pointer-events: all;
  }
  .Container_Personal.InitLoad .Personal_AccountWrapper2 {
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
  }
  .Container_Personal.InitLoad .Personal_MenuWrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Container_Personal.InitLoad .Personal_BackBtn {
    opacity: 1;
    pointer-events: all;
  }
  .Container_Personal.InitLoad .Account_Info_Container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Container_Personal.IsActive {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .Container_Personal.IsActive .Personal {
    width: calc(100% - 94px);
  }
  .Container_Personal.IsActive .PersonalWrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .Container_Personal.IsActive .Personal_Account {
    width: 100%;
  }
  .Container_Personal.IsActive .Personal_AccountWrapper {
    pointer-events: all;
  }
  .Container_Personal.IsActive .Personal_AccountWrapper2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .Container_Personal.IsActive .Personal_MenuWrapper {
    -webkit-transform: none;
    transform: none;
  }
  .Container_Personal.IsActive .Personal_BackBtn {
    opacity: 1;
    pointer-events: all;
  }
  .Container_Personal.IsActive .Account_Info_Container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 992px) {
  .Container_Personal {
    width: calc(100% - 240px);
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
  -moz-backface-visibility: hidden;
}

.Preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

html {
  font-family: var(--font-family, Calibri, Segoe, "Arial", sans-serif);
  font-size: 62.5%;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--color-text-tint-1, #575757);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  body.MenuIsActive {
    background-color: #f5f5f5;
  }
  body.MenuIsActive main,
  body.MenuIsActive footer {
    min-height: 0;
    height: 0;
    overflow: hidden;
  }
}
body.DisableScrollAnchoring {
  overflow-anchor: none;
}

html,
body {
  height: 100%;
}

html {
  overflow: hidden;
}

main {
  min-height: 900px;
  min-height: calc(100vh - 469px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
main.Faded {
  opacity: 0.35;
}
main.Invisible {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

hr:not([class]) {
  margin: 1.5rem 0;
  border: 0;
  border-top: 0.1rem solid;
  opacity: 0.2;
  border-color: var(--color-tint-1);
}

.Highlight {
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
}

label {
  cursor: inherit;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

.Underline {
  text-decoration: underline;
}

.HiddenIconText {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  float: left;
}

@font-face {
  font-family: Calibri;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Calibri Light"), url("../fonts/light/Calibri-Light.woff2") format("woff2"), url("../fonts/light/Calibri-Light.woff") format("woff"), url("../fonts/light/Calibri-Light.ttf") format("truetype");
}
@font-face {
  font-family: Calibri;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Calibri"), url("../fonts/light/Calibri.woff2") format("woff2"), url("../fonts/light/Calibri.woff") format("woff"), url("../fonts/light/Calibri.ttf") format("truetype");
}
@font-face {
  font-family: Calibri;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Calibri Italic"), url("../fonts/light/Calibri-Italic.woff2") format("woff2"), url("../fonts/light/Calibri-Italic.woff") format("woff"), url("../fonts/light/Calibri-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Calibri;
  font-weight: 700;
  font-display: swap;
  src: local("Calibri Bold"), url("../fonts/light/Calibri-Bold.woff2") format("woff2"), url("../fonts/light/Calibri-Bold.woff") format("woff"), url("../fonts/light/Calibri-Bold.ttf") format("truetype");
}
@font-face {
  font-family: RadboudIcons;
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("../fonts/RadboudIcons.woff") format("woff"), url("../fonts/RadboudIcons.ttf") format("truetype");
}
.ChartPreview svg > :not(.highcharts-series-group) {
  display: none;
}

.pastevideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.pastevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #a1c233;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}

.PhotoDescription {
  margin-top: 0;
  color: #c5c5c5;
}

.Content-Intro {
  font-size: 2.2rem;
  font-style: italic;
  line-height: 3.4rem;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ql-snow * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.Form {
  margin: 26px 0;
}
.Form_Container, .Form_SubmitContainer {
  width: 100%;
  max-width: 390px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .Form_Container, .Form_SubmitContainer {
    max-width: 570px;
  }
}
.Form_SubmitContainer {
  text-align: right;
  overflow: hidden;
}
.Form_SubmitContainer .Btn {
  margin-top: 11px;
  margin-left: 11px;
}
.Block .ClearFix-Wrapper .Form_SubmitContainer .Btn {
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.Form_SubmitContainer .Btn:first-child {
  margin-left: 0;
}
.Form_SubmitContainer .Btn.Btn-FloatLeft {
  margin-left: 0;
  margin-right: 11px;
}
.Form_SubmitContainer .Btn.Btn-FloatLeft:last-child {
  margin-right: 0;
}
.Form_SubmitContainer[max-width~="454px"] .Btn {
  float: right !important;
  margin-left: 20px !important;
}

.ErrorMessage,
.Error {
  margin: 0;
}
.ErrorMessage.Error_Hidden,
.Error.Error_Hidden {
  display: none;
}
.ErrorMessage.Error_Show,
.Error.Error_Show {
  display: block;
}

section.content.hide, section.completed.hide {
  visibility: collapse;
  display: none;
}

.Label {
  display: block;
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 11px 20px 11px 0;
  color: var(--color-tint-1);
}
.Theme-Research .Label {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.Field {
  position: relative;
  width: 100%;
  max-width: 390px;
}
.Field-FullWidth {
  max-width: 100%;
}
.Field_VerticalFieldContainer {
  margin: 20px 0;
}
.Field_VerticalFieldContainer .Label {
  margin: 0;
  width: initial;
}
.Field_VerticalFieldContainer .Field_Description {
  margin: 0;
  font-size: 14px;
  max-width: initial;
  color: inherit;
}
.Field_Container[min-width~="454px"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px 0;
}
.Field_Container-NoLabel {
  max-width: 390px;
  margin: 20px 0;
}
.Field_Container.Hidden {
  display: none;
}
.Field_VerticalContainer {
  width: 100%;
}
.Field_Container[min-width~="454px"] .Field_VerticalContainer {
  width: calc(100% - 200px);
}
.Field-Success, .Field-Error {
  width: calc(100% - 35px);
}
.Field-Success::after, .Field-Error::after {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: -35px;
  top: 10px;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
  font-family: RadboudIcons;
  color: #fff;
}
.Field-Success::after {
  font-size: 13px;
  content: "W";
  background: #a1c233;
}
.Field-Error::after {
  font-size: 11px;
  content: "V";
  background: #d52b1e;
}
.Field_Text {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
  padding: 14px 20px;
  border: 0;
  border-radius: 3px;
}
.Field_Text::-webkit-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.Field_Text::-moz-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.Field_Text:-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.Field_Text::-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.Field_Text::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.Field_Text:focus {
  outline: none;
}
.Field_Textarea {
  overflow: visible;
  resize: vertical;
}
.Field_Text-MarginBottom {
  margin-bottom: 6px;
}
.Field .ErrorMessage {
  margin: 0;
}

.Field_Label {
  position: relative;
  display: block;
  min-height: 28px;
  margin: 12px 0 8px;
  padding-left: 40px;
  cursor: pointer;
}
.Field_Label::before, .Field_Label::after {
  font-family: RadboudIcons;
  font-size: 0;
  line-height: 1;
  color: #fff;
  height: 27px;
  width: 27px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.Field_Label::before {
  content: "";
}

.Field_ExplanationText {
  max-width: 390px;
  margin: 11px 0;
  color: var(--color-tint-1);
}

.Field_Description {
  max-width: 390px;
  margin: 11px 0;
  font-style: italic;
}

.Theme-Research .Field_Description {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.Field_Radio + .Field_Label-Bullet::before {
  border: 3px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.Field_Radio + .Field_Label-Bullet.inline {
  margin: 12px 15px 8px 0;
  display: inline;
}
.Field_Radio:checked + .Field_Label-Bullet::before {
  border-color: var(--color-tint-1);
  border-width: 8px;
}

.Theme-Research .Field_Radio:checked + .Field_Label-Bullet::before {
  border-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.Field_Checkbox + .Field_Label::before {
  background: rgba(0, 0, 0, 0.08);
  border: 3px solid transparent;
}
.Field_Checkbox + .Field_Label::after {
  line-height: 27px;
  font-size: 13px;
  content: "W";
  color: transparent;
}
.Field_Checkbox:checked:not(.Field_Disabled) + .Field_Label::before {
  border: 13.5px solid var(--color-tint-1);
}
.Field_Checkbox:checked:not(.Field_Disabled) + .Field_Label::after {
  color: #fff;
}
.Field_Checkbox:disabled + .Field_Label::before {
  border: 13.5px solid #969696;
}
.Field_Checkbox:disabled + .Field_Label::after {
  color: #fff;
}

.Theme-Research .Field_Checkbox:checked + .Field_Label::before {
  border-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.Field_Radio,
.Field_Checkbox {
  display: block;
  width: 1px;
  height: 1px;
  outline: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.Field_Radio:focus + .Field_Label, .Field_Radio:hover + .Field_Label,
.Field_Checkbox:focus + .Field_Label,
.Field_Checkbox:hover + .Field_Label {
  color: var(--color-tint-1);
}
.Field_Radio:hover:disabled + .Field_Label,
.Field_Checkbox:hover:disabled + .Field_Label {
  color: #727272;
}

.Theme-Research .Field_Radio:focus + .Field_Label, .Theme-Research .Field_Radio:hover + .Field_Label,
.Theme-Research .Field_Checkbox:focus + .Field_Label,
.Theme-Research .Field_Checkbox:hover + .Field_Label {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.Field_File {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .Field_File {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.Field_File_Button {
  display: block;
  width: auto;
  margin-top: 10px;
  overflow: visible;
  white-space: nowrap;
  float: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .Field_File_Button {
    float: none;
    margin: 0;
    border-radius: 0 3px 3px 0;
  }
}
.Field_File_Progress-Bar {
  background: #a1c233;
  position: absolute;
  top: 0;
  left: -100%;
  height: 3px;
  width: 100%;
}
.Field_File_ProgressText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  margin-top: 13px;
}
.Field_File_ProgressText_Animation {
  margin-right: 13px;
}
.Field_File_ProgressText--Success {
  color: #a1c233;
}
.Field_File_Info {
  padding: 15px;
  line-height: 2.2rem;
  background: #f5f5f5;
  color: #575757;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .Field_File_Info {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    border-radius: 3px 0 0 3px;
  }
}
.Field_File_Real {
  visibility: hidden;
  width: 0;
  height: 0;
}

.Field_Files {
  margin: 10px 0;
  max-width: 100%;
}

.Field_FileBase64 .Block_PersonImage {
  margin: 0 0 10px;
}
.Field_FileBase64 .Btn-Base64FileDelete {
  line-height: 1;
  margin: -5px 0 -7px;
  float: right;
  color: #c5c5c5;
}
.Field_FileBase64 .Btn-Base64FileDelete:hover {
  color: #727272;
}

.selectize-control input,
.selectize-control .item {
  display: inline-block;
  max-width: 100%;
  padding: 14px 0;
  line-height: normal;
}
.selectize-input {
  position: relative;
  height: 50px;
  border-radius: 3px;
  padding: 0 45px 0 20px;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
}
.selectize-input:hover {
  cursor: pointer;
}
.selectize-input::after {
  content: "F";
  display: block;
  font: normal normal normal 14px/1 RadboudIcons;
  position: absolute;
  color: #575757;
  right: 0;
  top: 4px;
  padding: 15px 17px;
}
.selectize-input input {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.selectize-input input::-webkit-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.selectize-input input::-moz-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.selectize-input input:-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.selectize-input input::-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.selectize-input input::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.selectize-input input:focus {
  outline: none;
}
.selectize-input.dropdown-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectize-input.dropdown-active::after {
  content: "I";
}
.selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectize-dropdown {
  background-color: #f5f5f5;
  position: absolute;
  margin-top: 1px;
  border-radius: 0 0 3px 3px;
  padding-bottom: 3px;
  z-index: 3;
}
.selectize-dropdown-content {
  max-height: 378px;
  overflow-y: scroll;
}
.selectize-dropdown .option {
  min-height: 48px;
  padding: 10px 40px 10px 20px;
}
.selectize-dropdown .option:hover, .selectize-dropdown .option.active {
  background-color: var(--color-tint-1);
  cursor: pointer;
  color: #fff;
}

.Field-Datetime_Date {
  width: calc(100% - 145px);
  min-width: 135px;
  margin: 0 5px 5px;
}
.Field-Error .Field-Datetime_Date {
  width: calc(100% - 110px);
}
.Field-Datetime_Time {
  width: 125px;
  margin: 0 5px 5px;
}
.Field-Error .Field-Datetime_Time {
  width: 90px;
}
.Field-Datetime_Hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.Field_Datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -5px;
}

.Theme-Research .selectize-input:hover {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-Research .selectize-dropdown .option:hover, .Theme-Research .selectize-dropdown .option.active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.ErrorMessage,
.Error {
  margin: 30px 0;
  color: #d52b1e;
  text-align: left;
}
.ErrorMessage .H,
.Error .H {
  color: #d52b1e;
}

textarea {
  resize: none;
}

.Dialoog {
  position: relative;
  color: var(--color-header-text, #fff);
  -webkit-transition: margin-top 0.2s ease, height 0.2s ease;
  transition: margin-top 0.2s ease, height 0.2s ease;
  will-change: margin-top, height;
  overflow: hidden;
}
.Dialoog.Hidden {
  display: none;
}
.Dialoog_Step {
  position: relative;
  width: 100%;
  top: 0;
  -webkit-transition: opacity 0.1s ease, height 0.2s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, height 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, height 0.2s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, height 0.2s ease, -webkit-transform 0.1s ease;
  -webkit-transform: translateY(50);
  transform: translateY(50);
  opacity: 1;
  padding: 75px 15px 85px 20px;
}
@media only screen and (min-width: 768px) {
  .Dialoog_Step {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .Dialoog_Step {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.Dialoog_Step.Faded {
  position: absolute;
  opacity: 0;
}
.Dialoog_Step.Invisible {
  opacity: 0;
}
.Dialoog_Step.Hidden {
  display: none;
}
.Dialoog_Headtitle {
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease, height 0.2s ease;
  transition: opacity 0.2s ease, height 0.2s ease;
  color: var(--color-header-text, currentColor);
}
.Dialoog_Headtitle.Faded {
  opacity: 0;
}
.Dialoog_Headtitle.Hidden {
  height: 0;
}
.Dialoog_Subtitle {
  color: var(--color-header-text, currentColor);
}
.Dialoog_Form {
  margin: 30px 0 0;
  padding: 15px 0;
  border-top: 4px solid color-mix(in srgb, #000 48%, transparent);
  color: color-mix(in srgb, #000 48%, transparent);
  font-size: 26px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.Dialoog_Form.Selected {
  padding: 15px;
  border-top-width: 0;
  background-color: color-mix(in srgb, #000 10%, transparent);
}
.Dialoog_Form-Fake {
  position: relative;
  min-height: 62px;
}
.Dialoog_Form-Fake .Dialoog_SearchInput {
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
}
.Dialoog_Form-Fake .Dialoog_SearchBtn-Fake {
  position: absolute;
  top: 1px;
  right: 0;
  height: 100%;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.Dialoog_Form-Fake.Selected .Dialoog_SearchBtn-Fake {
  right: 15px;
}
.Dialoog_Form-Real {
  padding: 0;
  border-top: 0;
  background-color: color-mix(in srgb, #000 10%, transparent);
  position: relative;
}
.Dialoog_Form-Real .Dialoog_SearchInput {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 13px 55px 13px 15px;
  color: var(--color-header-text, #fff);
}
.Dialoog_Form-Real .Dialoog_SearchInput::-webkit-input-placeholder {
  color: color-mix(in srgb, #000 48%, transparent);
}
.Dialoog_Form-Real .Dialoog_SearchInput::-moz-placeholder {
  color: color-mix(in srgb, #000 48%, transparent);
}
.Dialoog_Form-Real .Dialoog_SearchInput:-ms-input-placeholder {
  color: color-mix(in srgb, #000 48%, transparent);
}
.Dialoog_Form-Real .Dialoog_SearchInput::-ms-input-placeholder {
  color: color-mix(in srgb, #000 48%, transparent);
}
.Dialoog_Form-Real .Dialoog_SearchInput::placeholder {
  color: color-mix(in srgb, #000 48%, transparent);
}
.Dialoog_Form-Real .Dialoog_SearchInput:focus {
  -webkit-box-shadow: 0 0 0 1px var(--color-header-text, #fff);
  box-shadow: 0 0 0 1px var(--color-header-text, #fff);
  outline: 0;
}
.Dialoog_Form-Real .Dialoog_SearchBtn {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 13px 13px 13px 0;
}
.Dialoog_Form.Hidden {
  display: none;
}
.Dialoog_OptionsAndSuggestions {
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Dialoog_OptionsAndSuggestions.Hidden {
  height: 0;
  margin-top: 0;
}
.Dialoog_OptionsAndSuggestions.Faded {
  opacity: 0;
}
.Dialoog_Options {
  margin: 5px 0 0 15px;
  padding: 0;
  list-style: none;
}
.Dialoog_Options li {
  margin-top: 23px;
  cursor: pointer;
}
.Dialoog_Option {
  color: color-mix(in srgb, #000 60%, transparent);
  font-size: 26px;
  line-height: 28px;
}
.Dialoog_SelectedOption {
  position: relative;
  top: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Dialoog_SelectedOption.Hidden {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.Dialoog .LoadingAnimation {
  margin: 50px 0 20px;
}

.Theme-Research .Dialoog_Option {
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form {
  border-top-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form.Selected {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
}
.Theme-Research .Dialoog_Form-Real {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form-Real .Dialoog_SearchInput::-webkit-input-placeholder {
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form-Real .Dialoog_SearchInput::-moz-placeholder {
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form-Real .Dialoog_SearchInput:-ms-input-placeholder {
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form-Real .Dialoog_SearchInput::-ms-input-placeholder {
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form-Real .Dialoog_SearchInput::placeholder {
  color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}
.Theme-Research .Dialoog_Form-Real .Dialoog_SearchInput:focus {
  -webkit-box-shadow: 0 0 0 1px color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
  box-shadow: 0 0 0 1px color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}

.Loading {
  position: relative;
  list-style: none;
}
.Loading li {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 10px;
  width: 10px;
  opacity: 0.5;
  background-color: var(--color-header-text, #fff);
  border-radius: 100%;
  -webkit-animation: loading 2s infinite;
  animation: loading 2s infinite;
}
.Loading li:nth-child(1n) {
  left: 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.Loading li:nth-child(2n) {
  left: 20px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.Loading li:nth-child(3n) {
  left: 40px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes loading {
  0% {
    top: 0;
    opacity: 0.5;
  }
  10% {
    top: -5px;
    opacity: 1;
  }
  30% {
    top: 0;
    opacity: 0.5;
  }
}

@keyframes loading {
  0% {
    top: 0;
    opacity: 0.5;
  }
  10% {
    top: -5px;
    opacity: 1;
  }
  30% {
    top: 0;
    opacity: 0.5;
  }
}
.Header {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: background-color 0.3s ease 0.2s;
  transition: background-color 0.3s ease 0.2s;
  background-color: var(--color-header-bg);
}
.Header.Theme-UMC {
  background-color: var(--color-tint-1);
}
.Header.Theme-Research {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Header-FixedHeight .Dialoog,
.Header-FixedHeight .Title_Wrapper {
  height: 117px !important;
}
@media only screen and (min-width: 768px) {
  .Header-FixedHeight .Dialoog,
  .Header-FixedHeight .Title_Wrapper {
    height: 163px !important;
  }
}
.Header_Wrapper {
  position: relative;
  width: 100%;
  z-index: 4;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease;
}
.Header_Wrapper::before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
}
.Header-FullBackground .Header_Wrapper::after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
}

.Header_WrapperInside {
  position: relative;
  width: 100%;
  z-index: 2;
}
.Header_TopContainer {
  background: #fff;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .Header_TopContainer {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .Header_TopContainer {
    padding-left: 60px;
  }
}
.Header_Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
  border-bottom: 0.2rem solid #e7e5e7;
  padding: 0.5rem 0;
}
@media print, screen and (max-width: 767px) {
  .Header_TopLinksList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 4px solid #464646;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .Header_TopLinksList {
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .Header_Top .Header_TopLinksList {
    display: none;
  }
}
.Header_TopList {
  font-size: 14px;
}
.Header_TopLinksList + .Header_TopList {
  margin-left: 30px;
}
.Header_TopItem {
  margin-left: 20px;
  white-space: nowrap;
}
@media print, screen and (max-width: 767px) {
  .Header_TopLinksList .Header_TopItem {
    margin-bottom: 10px;
  }
}
.Header_TopLink:not(.Link-Reset):not(.Current) {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
@media print, screen and (max-width: 767px) {
  .Header_TopLinksList .Header_TopLink:not(.Link-Reset):not(.Current) {
    color: #f5f5f5;
  }
}
.Header_TopLink:not(.Link-Reset):not(.Current):hover, .Header_TopLink:not(.Link-Reset):not(.Current):active, .Header_TopLink:not(.Link-Reset):not(.Current):focus {
  color: var(--color-tint-1);
}
.Header_Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .Header_Container {
    min-height: 95px;
    line-height: 90px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .Header_Container {
    padding-left: 60px;
    padding-right: 0;
  }
}
.Header:not(.Theme-UMC):not(.Theme-Research) .Toolbar .Btn-Default {
  background: color-mix(in srgb, #000 10%, var(--color-header-bg));
  color: color-mix(in srgb, #000 40%, var(--color-header-bg));
}
.Header:not(.Theme-UMC):not(.Theme-Research) .Toolbar .Btn-Default:hover, .Header:not(.Theme-UMC):not(.Theme-Research) .Toolbar .Btn-Default:focus, .Header:not(.Theme-UMC):not(.Theme-Research) .Toolbar .Btn-Default:active {
  background: #fff;
  color: var(--color-header-bg);
}

.Title_Wrapper {
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.1s ease, height 0.2s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, height 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, height 0.2s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, height 0.2s ease, -webkit-transform 0.1s ease;
}
.Title_Wrapper.Invisible {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.Logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1px;
  max-width: 100%;
  margin: 5px 20px 5px 0;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .Logo {
    height: 85px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .Logo {
    margin-right: 60px;
  }
}
.Logo_Image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.Footer {
  background-color: var(--color-footer-bg, var(--color-tint-1));
  color: var(--color-footer-text, #fff);
}
.Theme-UMC .Footer {
  background-color: var(--color-tint-1);
}
.Theme-Research .Footer {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Footer-List {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .Footer-List {
    margin: 0 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.Footer__Link {
  color: var(--color-footer-text, #fff) !important;
}
.Footer__Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .Footer-Social, .Footer-Menu {
    padding: 20px 0;
  }
}
.Footer-Social li {
  margin: 0 5px;
}
.Footer-Menu li {
  margin: 0 2px;
}
.Footer-Menu li::after {
  content: "|";
  display: inline-block;
  margin: 0 0 0 2px;
}
.Footer-Menu li:last-child::after {
  display: none;
}

.SkipLinks {
  float: left;
}
.SkipLinks .Btn {
  position: absolute;
  z-index: 10;
  left: -10000px;
  display: block;
  padding: 20px;
  font-size: 2.4rem;
  outline: #fff solid 5px;
}
.SkipLinks .Btn:focus {
  z-index: 1000;
  top: 30px;
  left: 30px;
}

.MainNav {
  position: fixed;
  z-index: 4;
  display: block;
  width: 100%;
  min-height: 100%;
  background: #3e3e3e;
  -webkit-transform: translateY(100%) translateY(100px);
  transform: translateY(100%) translateY(100px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media print, screen and (max-width: 767px) {
  .MainNav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .MainNav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 17px;
    padding-right: 0;
    background: transparent;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  .MainNav {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .MainNav ul,
  .MainNav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
  }
  .MainNav li {
    margin-left: 0;
    border-top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .MainNav li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .MainNav li:first-child {
    margin-left: 0;
  }
  .MainNav li.Active > .Subnavigation_Wrapper {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .MainNav li.Active > .Subnavigation_Wrapper {
    display: block;
  }
}
.MainNav_Item {
  position: relative;
  width: 100%;
  padding: 15px 20px 35px;
  font-size: 2.6rem;
  text-align: left;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .MainNav_ItemWrapper .Subnavigation_Wrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .MainNav_Item {
    display: block;
    padding: 0 20px;
    line-height: 50px;
    font-size: 1.8rem;
    color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  }
  .MainNav_Item::before {
    content: "";
    position: absolute;
    bottom: 40px;
    display: block;
    width: calc(100% - 40px);
    border-top: 4px solid #fff;
  }
  .MainNav_Item + .Subnavigation_Wrapper {
    display: none;
  }
  .MainNav_ItemWrapper.Active .MainNav_Item, .MainNav_ItemWrapper.Current:not(.Inactive) .MainNav_Item {
    color: var(--color-tint-1);
  }
  .MainNav_ItemWrapper.Active .MainNav_Item::before, .MainNav_ItemWrapper.Current:not(.Inactive) .MainNav_Item::before {
    border-top: 4px solid var(--color-tint-1);
  }
}
@media only screen and (min-width: 992px) {
  .MainNav_Item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MainNav_Item::before {
    width: calc(100% - 60px);
  }
}
.MainNav_Item .MenuItem_Arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 78px;
}
.MainNav_Item .MenuItem_Arrow::before {
  top: 30px;
}
@media print, screen and (max-width: 767px) {
  .MainNav_Item .MenuItem_Arrow {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .MainNav_Item .MenuItem_Arrow {
    display: none;
  }
}
.MainNav_Item .MenuItem_ArrowUp {
  display: none;
}
.MainNav_ItemIcon {
  height: 17px;
  width: 17px;
  font-size: 1.7rem;
  color: #c5c5c5;
}
@media only screen and (min-width: 768px) {
  .MainNav_ItemIcon {
    height: 13px;
    width: 13px;
    font-size: 1.3rem;
  }
}
.MainNav.IsActive {
  -webkit-transform: none;
  transform: none;
}
.MainNav .Subnavigation_Wrapper {
  position: absolute;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .MainNav .Subnavigation_Wrapper {
    padding-top: 0;
    margin-bottom: 150px;
  }
  .MainNav .Subnavigation_Wrapper::after,
  .MainNav .Subnavigation_Wrapper .CloseTrigger {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
  }
  .MainNav .Subnavigation_Wrapper .CloseTrigger {
    left: 0;
    top: 30px;
    right: auto;
    background: transparent;
  }
}
@media print, screen and (max-width: 767px) {
  .MainNav .Active .MenuItem_ArrowDown {
    display: none;
  }
  .MainNav .Active .MenuItem_ArrowUp {
    display: block;
  }
  .MainNav .Active .Subnavigation_Wrapper {
    display: block;
  }
  .MainNav .Subnavigation_Wrapper {
    position: relative;
  }
  .MainNav .Container-Subnavigation {
    margin: 0;
    padding: 30px 20px;
    background: #464646;
  }
  .MainNav .Container-Subnavigation ul,
  .MainNav .Container-Subnavigation li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .MainNav .Container-Subnavigation ul,
  .MainNav .Container-Subnavigation li {
    float: left;
  }
}
@media print, screen and (max-width: 767px) {
  .MainNav .Container-Subnavigation > ul ul {
    margin-bottom: 35px;
  }
  .MainNav .Container-Subnavigation .Navigation-Title {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0 10px;
    color: var(--color-tint-1);
    font-weight: 700;
  }
  .MainNav .Container-Subnavigation a {
    display: inline-block;
    padding: 10px 0;
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #dcdcdc;
  }
  .MainNav .Container-Subnavigation a:hover, .MainNav .Container-Subnavigation a:focus {
    color: #969696;
  }
  .MainNav .Container-Subnavigation a:active {
    color: #fff;
  }
  .MainNav .Container-Subnavigation > a {
    margin: 15px 0 20px;
  }
}
.MainNav_CloseBtn {
  position: absolute;
  z-index: 2;
  right: 0;
  height: 60px;
  margin-top: -60px;
  line-height: 3rem;
}
@media print, screen and (max-width: 767px) {
  .MainNav_CloseBtn {
    display: none;
  }
}

.Header.Theme-Research .Subnavigation_Wrapper a:not(.Btn) {
  color: #575757;
}
.Header.Theme-Research .Subnavigation_Wrapper a:not(.Btn):hover, .Header.Theme-Research .Subnavigation_Wrapper a:not(.Btn):focus, .Header.Theme-Research .Subnavigation_Wrapper a:not(.Btn):active {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .Header.Theme-Research .MainNav_Item {
    color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  }
}
@media only screen and (min-width: 768px) {
  .Header.Theme-Research .MainNav_ItemWrapper.Active .MainNav_Item, .Header.Theme-Research .MainNav_ItemWrapper.Current:not(.Inactive) .MainNav_Item {
    color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  }
}
@media only screen and (min-width: 768px) {
  .Header.Theme-Research .MainNav_ItemWrapper.Active .MainNav_Item::before, .Header.Theme-Research .MainNav_ItemWrapper.Current:not(.Inactive) .MainNav_Item::before {
    border-top-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  }
}
@media only screen and (min-width: 768px) {
  .Header.Theme-Research .MainNav .Subnavigation_Wrapper .Container-Subnavigation .Navigation-Title {
    color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  }
}

@media only screen and (min-width: 768px) {
  .Container-Subnavigation:First-child {
    padding-top: 45px;
  }
  .Container-SubnavigationFooter {
    padding-top: 30px;
    padding-bottom: 90px;
    background-color: #fff;
  }
  .Container-SubnavigationFooter::before {
    position: absolute;
    width: calc(100% - 80px);
    height: 4px;
    margin-top: -30px;
    background: #f5f5f5;
    content: "";
  }
  .Container-SubnavigationFooter ul li {
    margin: 0;
    clear: initial;
  }
  .Container-SubnavigationFooter ul li:nth-child(3n+1) {
    clear: initial;
  }
  .Container-SubnavigationFooter ul li a {
    padding: 5px 0;
    line-height: 2rem;
  }
  .Container-SubnavigationFooter > div > ul > li {
    margin-top: 0 !important;
  }
  .Container-Subnavigation > ul,
  .Container-Subnavigation > div > ul {
    width: 100%;
    clear: both;
  }
  .Container-Subnavigation > ul > li,
  .Container-Subnavigation > div > ul > li {
    margin-top: 12px;
  }
  .Container-Subnavigation li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .Container-Subnavigation li:nth-child(2n) {
    padding-right: 0;
  }
  .Container-Subnavigation li:nth-child(2n+1) {
    clear: both;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .Container-Subnavigation > li:first-child {
    margin-left: 5px;
  }
  .Container-Subnavigation ul ul {
    width: 100%;
    margin-top: 0;
  }
  .Container-Subnavigation ul ul li {
    width: 100%;
    clear: both;
    margin-left: 0;
    border-top: 0;
    padding: 0;
  }
  .Container-Subnavigation .Navigation-Title {
    display: block;
    float: left;
    width: 100%;
    border-top: 4px solid #f5f5f5;
    padding: 10px 0 30px;
    font-weight: 700;
    color: var(--color-tint-1);
  }
  .Container-Subnavigation a {
    display: inline-block;
    padding: 10px 0;
    color: #575757;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
  }
  .Container-Subnavigation a:hover, .Container-Subnavigation a:focus {
    color: #000;
  }
  .Container-Subnavigation li a {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .Container-Subnavigation li {
    width: 33.33%;
    padding: 0 22px;
    clear: none;
  }
  .Container-Subnavigation li:nth-child(3n) {
    padding-right: 0;
  }
  .Container-Subnavigation li:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
  }
  .Container-SubnavigationFooter li, .Container-SubnavigationFooter li:nth-child(3n), .Container-SubnavigationFooter li:nth-child(3n+1) {
    width: auto;
    padding-left: 0;
    padding-right: 20px;
  }
  .Container-SubnavigationFooter li:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .MainNav li.MainNav_ItemWrapper:last-child {
    border-bottom-style: none;
  }
}

.MobNav {
  position: fixed;
  z-index: 301;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  right: 0;
  font-size: 1.6rem;
  background-color: #727272;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (min-width: 768px) {
  .MobNav {
    display: none;
  }
}
.MobNav_Wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.MobNav_BigBtn i {
  margin-top: -3px;
  margin-right: 0;
  margin-left: -3px;
  font-size: 1.3rem;
}
.MobNav_AccountBtn {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 65px;
  overflow: hidden;
}
.MobNav_MenuBtn {
  height: 100%;
  margin-right: 1px;
}
.MobNav .Btn {
  padding: 15px 19px;
  line-height: 30px;
}
.MobNav .MobNav_CloseBtn {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .SiteHasPersonalMenu .MobNav.PersonalActive, .SiteHasPersonalMenu .MobNav.MenuActive {
    -webkit-transform: translateX(64px);
    transform: translateX(64px);
  }
  .MobNav.PersonalActive .MobNav_MenuBtn, .MobNav.MenuActive .MobNav_MenuBtn {
    display: none;
  }
  .MobNav.PersonalActive .MobNav_CloseBtn, .MobNav.MenuActive .MobNav_CloseBtn {
    display: block;
  }
}
.MobNav .Account_Avatar {
  height: 35px;
  width: 35px;
  margin: 0 auto;
}

.AppNav {
  position: fixed;
  z-index: 301;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
}
.AppNav_Wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.AppNav_BigBtn i {
  margin-top: -3px;
  margin-right: 0;
  margin-left: -3px;
  font-size: 1.3rem;
}
.AppNav .Btn {
  line-height: 30px;
}

.Overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-color: rgba(245, 245, 245, 0.65);
  z-index: 210;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
}
.Overlay-Hidden {
  display: none;
}
.Overlay-BGVisible {
  opacity: 1;
  pointer-events: all;
}
.Overlay-Visible {
  opacity: 1;
  pointer-events: all;
}
.Overlay-Visible .Overlay_ContentWrapper {
  opacity: 1;
}
.Overlay_ContentWrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 130px;
  margin: 70px auto;
  background-color: var(--color-block-bg-tint-1, #fff);
  color: var(--color-block-text-tint-1, currentColor);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .Overlay_ContentWrapper {
    margin: 140px auto;
  }
}
.Theme-Accent.Theme-UMC .Overlay_ContentWrapper {
  --color-block-bg-tint-1: var(--color-block-accent-1-bg-tint-1, var(--color-tint-1));
  --color-block-text-tint-1: var(--color-block-accent-1-text-tint-1, #fff);
  --color-tint-1: var(--color-block-accent-1-color-tint-1, #fff);
}
.Theme-Accent.Theme-Research .Overlay_ContentWrapper {
  --color-block-bg-tint-1: var(--color-block-accent-2-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 60%, #000));
  --color-block-text-tint-1: var(--color-block-accent-2-text-tint-1, #fff);
  --color-tint-1: var(--color-block-accent-2-color-tint-1, #fff);
}
.Overlay_Content {
  margin: 70px 0 40px;
}
@media only screen and (min-width: 768px) {
  .Overlay_Content {
    margin: 40px 0;
  }
}
.Overlay_Content-Centered {
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .Overlay_Content-Centered {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 110px;
  }
}
.Overlay_Content-Centered .InfoMessage {
  margin-bottom: 24px;
}
.Overlay-Small .Overlay_ContentWrapper {
  max-width: 450px;
}
.Overlay-Small .Overlay_Content-Centered {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .Overlay-Small .Overlay_Content-Centered {
    padding: 0 60px;
  }
}
.Overlay_FooterContainer {
  margin: 25px;
  text-align: right;
}
.Overlay-Notification {
  z-index: 301;
  background: color-mix(in srgb, #000 75%, transparent);
}

.EmptyOverlay {
  position: fixed;
  z-index: 211;
  background-color: var(--color-block-bg-tint-1, #fff);
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  will-change: all;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
}
.EmptyOverlay-Zoomed {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.EmptyOverlay-Visible {
  opacity: 1;
}

.Block {
  position: relative;
  background-color: var(--color-block-bg-tint-1, #fff);
  color: var(--color-block-text-tint-1, currentColor);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.2s ease-out;
  transition: transform 0.1s ease-out, opacity 0.2s ease-out, -webkit-transform 0.1s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.Block.Visible {
  display: block;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.Block-Cta {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .Block-Cta {
    position: relative;
  }
}
.Block-Cta:not(.Block-FullWidth):has([href]) {
  cursor: pointer;
}
.Block-Cta:not(.Block-FullWidth) .Btn:not(.Video_ThumbnailBtn) {
  width: 100%;
  font-size: 20px;
}
.Block-Cta:not(.Block-FullWidth) .Btn:not(.Video_ThumbnailBtn) span:not(:last-child) {
  display: inline-block;
  width: calc(100% - 35px);
}
.Block-Cta:not(.Block-FullWidth):hover .Btn:not(.Video_ThumbnailBtn) {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.Block-Cta.Block-FullWidth .Block_PaddedContent {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .Block-Cta.Block-FullWidth .Block_PaddedContent {
    position: static;
  }
}

.Block-Cta.Block-FullWidth .Image_Wrapper-Scaled {
  height: 430px;
  padding-bottom: 0 !important;
}
.Block-Cta.Block-FullWidth .Image-Full {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.Block-Cta.Block-FullWidth .Block_Center {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.Block-Cta.Block-FullWidth .Block_Info {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .Block-Cta.Block-FullWidth .Block_Info {
    display: table;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .Block-Cta.Block-FullWidth .Block_Info-Left {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .Block-Cta.Block-FullWidth .Block_Info-Right {
    margin-right: 0;
  }
}
.Block-Cta.Block-FullWidth .Block_Info h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.7rem;
  color: var(--color-tint-1);
}
.Block-Cta.Block-FullWidth .Block_Info p {
  margin: 0 auto;
}
.Block-Cta.Block-FullWidth .Block_Info a {
  margin-top: 20px;
}
.Block.Theme-Accent.Theme-UMC {
  --color-block-bg-tint-1: var(--color-block-accent-1-bg-tint-1, var(--color-tint-1));
  --color-block-text-tint-1: var(--color-block-accent-1-text-tint-1, #fff);
  --color-block-tint-1: var(--color-block-accent-1-color-tint-1, #fff);
  --color-tint-1: var(--color-block-accent-1-color-tint-1, inherit);
}
.Block.Theme-Accent.Theme-Research {
  --color-block-bg-tint-1: var(--color-block-accent-2-bg-tint-1, color-mix(in srgb, var(--color-tint-1) 60%, #000));
  --color-block-text-tint-1: var(--color-block-accent-2-text-tint-1, #fff);
  --color-block-tint-1: var(--color-block-accent-2-color-tint-1, #fff);
  --color-tint-1: var(--color-block-accent-2-color-tint-1, inherit);
}
.Block.Theme-Accent.Theme-Amalia {
  background-color: #f88b00;
}
.Block_Video {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background: #000;
}
.Block_PersonImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: center center;
  background-size: cover;
}
.Block_Title {
  margin-right: 20px;
}
.Block_TitleIcon {
  font-size: 1.5rem;
  width: 0;
  overflow: visible;
  height: 20px;
}
.Block .Toolbar + .ClearFix-Wrapper_PaddedContent.secured-content .Block_Title {
  margin-right: 36px;
}
.Block_PaddedContent {
  margin: 30px;
}
.Block_PaddedContent H3,
.Block_PaddedContent H4 {
  margin-top: 0;
}
.Block_PaddedContent H3.Block_Title_MarginTop,
.Block_PaddedContent H4.Block_Title_MarginTop {
  margin-top: 50px;
}
.Block_PaddedContent .DateTime {
  display: block;
  margin-top: -10px;
}
.Block_PaddedContent .DateTime span {
  display: inline-block;
}
.Block_PaddedContent p {
  margin: 24px 0;
}
.Block_PaddedContent p:first-of-type {
  margin-top: 0;
}
.Block_PaddedContent-NoBottom {
  padding-bottom: 0;
}
.Block_PaddedContent-NoTop {
  margin-top: 0;
}
.Block_PaddedContent.secured-content i.icon::before {
  font-family: "RadboudIcons";
  font-size: 20px;
  content: "n";
  font-style: initial;
}
.Block_PaddedContent .Btn-Default {
  margin: 30px 0;
  display: table;
}
.Block_PaddedContent .Btn-Default.Btn-Stacked {
  margin-right: 16px;
}
.Block_PaddedContent .Form_SubmitContainer .Btn-Default {
  margin: 0;
  margin-top: 11px;
}
.Block .ClearFix-Wrapper .List-Buttons .Btn {
  margin: 0;
}
.Block_Overlay {
  position: absolute;
  top: 0;
  display: none;
  background: #fff;
  border: 1px solid var(--color-tint-1);
  padding: 10px 25px;
  z-index: 10;
}
.Block_OverlayClose {
  position: absolute;
  padding: 5px 10px;
  right: 0;
  top: 0;
}

.Theme-Research .Block_OptionsList {
  background: color-mix(in srgb, var(--color-tint-1) 25%, #000);
}

.ListedTitle {
  margin-right: 30px;
}
.ListedTitle .H_Head {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ListedTitle .H_Head {
    min-width: 90px;
    margin-left: -97px;
  }
}
.ListedTitle .H_Sub {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ListedTitle-Big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ListedTitle-Big .H_Head {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .ListedTitle-Big .H_Head {
    min-width: 130px;
    width: 130px;
    margin-left: -130px;
    font-size: 4rem;
    line-height: 3.4rem;
    text-align: center;
  }
}
.ListedTitle-Big .H_Sub {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ListedTitle-HasNoSub {
    margin-bottom: -2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .ListedTitle-HasNoSub .H_Head {
    position: absolute;
  }
}

.BlocksGrid {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .BlocksGrid {
    max-width: 590px;
  }
}
@media only screen and (min-width: 862px) {
  .BlocksGrid {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1118px) {
  .BlocksGrid {
    max-width: 940px;
  }
}
.BlocksGrid-Margined {
  margin: 20px 0;
}
.BlocksGrid_HorizontalWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .BlocksGrid_HorizontalWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.BlocksGrid_HorizontalWrapper .BlocksGrid_VerticalWrapper {
  position: relative;
  width: 100%;
}
.BlocksGrid_HorizontalWrapper .BlocksGrid_Container,
.BlocksGrid_HorizontalWrapper .ListBlocksGrid_Container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.BlocksGrid_SideWrapper-Filter .Filter_Title {
  display: block;
}
.BlocksGrid_SideWrapper-Filter .Filter_SidedBackToBtn {
  display: block;
}
.BlocksGrid_SideWrapper-Filter .Filter_SettingsWrapper {
  display: block;
  width: 300px;
  padding: 40px 30px;
  background-color: var(--color-block-bg-tint-1, #fff);
  color: var(--color-block-text-tint-1, currentColor);
}
.BlocksGrid_SideWrapper-Filter .Filter_Settings {
  margin: 0;
}
.BlocksGrid_SideWrapper-Filter .Filter_Setting:not(.Filter_Setting-FullWidth) {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.BlocksGrid_SideWrapper-Filter .Filter_Setting:not(.Filter_Setting-FullWidth).Setting_Email-Alert span,
.BlocksGrid_SideWrapper-Filter .Filter_Setting:not(.Filter_Setting-FullWidth).Setting_Email-Alert strong {
  margin-left: -9px;
}
.BlocksGrid_SideWrapper-Filter .Filter_Setting:not(.Filter_Setting-FullWidth).Setting_Email-Alert.Setting_Email-show {
  visibility: visible;
  display: block;
}
.BlocksGrid_SideWrapper-Filter .Filter_Setting:not(.Filter_Setting-FullWidth).Setting_Email-Alert.Setting_Email-hide {
  visibility: collapse;
  display: none;
}
.BlocksGrid_SideWrapper-Filter .Container-Center {
  width: 100%;
}
.BlocksGrid_WithFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BlocksGrid_WithFilter .BlocksGrid_Container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.BlocksGrid + .Btn {
  margin-top: 60px;
}
.BlocksGrid_Container {
  position: relative;
  margin: -10px;
  overflow: hidden;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .BlocksGrid_Container-Rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.BlocksGrid .Block {
  margin: 10px;
}
.BlocksGrid .Block_Wrapper {
  -webkit-transition: top 0.2s ease, left 0.2s ease;
  transition: top 0.2s ease, left 0.2s ease;
  width: 320px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .BlocksGrid .Block_Wrapper {
    width: 305px;
  }
}
@media only screen and (min-width: 862px) {
  .BlocksGrid .Block_Wrapper {
    width: 320px;
  }
}
.BlocksGrid .Block_Wrapper .Image-BlockSize2 {
  display: none;
}
.BlocksGrid .Block_Wrapper-Editable-editing .Toolbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .BlocksGrid .Block_Wrapper.Block_Wrapper-Width2 {
    width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  .BlocksGrid .Block_Wrapper.Block_Wrapper-Width2, .BlocksGrid .Block_Wrapper.Block_Wrapper-TwoColumns, .BlocksGrid .Block_Wrapper-Editable-editing {
    width: 640px;
  }
  .BlocksGrid .Block_Wrapper.Block_Wrapper-Width2 .Image-BlockSize1, .BlocksGrid .Block_Wrapper.Block_Wrapper-TwoColumns .Image-BlockSize1, .BlocksGrid .Block_Wrapper-Editable-editing .Image-BlockSize1 {
    display: none;
  }
  .BlocksGrid .Block_Wrapper.Block_Wrapper-Width2 .Image-BlockSize2, .BlocksGrid .Block_Wrapper.Block_Wrapper-TwoColumns .Image-BlockSize2, .BlocksGrid .Block_Wrapper-Editable-editing .Image-BlockSize2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .BlocksGrid .Block_Wrapper.Block_Wrapper-Width3 {
    width: 960px;
  }
}
.BlocksGrid .Block_Wrapper-Editable-outdated .Block_PaddedContent {
  opacity: 0.2;
}
.BlocksGrid-Personal {
  max-width: 300px;
}
@media only screen and (min-width: 1280px) {
  .BlocksGrid-Personal {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1620px) {
  .BlocksGrid-Personal {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .BlocksGrid-Personal .Block_Wrapper {
    width: 320px;
  }
  .BlocksGrid-Personal .Block_Wrapper.Block_Wrapper-Width2:first-child .Image-BlockSize1 {
    display: block;
  }
  .BlocksGrid-Personal .Block_Wrapper.Block_Wrapper-Width2:first-child .Image-BlockSize2 {
    display: none;
  }
}

.OptionsClose_Btn {
  float: right;
}

.Donatie_list {
  list-style: none;
  padding-left: 0;
}
.Donatie_list .value,
.Donatie_list li span {
  font-weight: 700;
}

:not(.highcharts_dynamic-container) > .highcharts-container {
  max-width: 100%;
  margin: 30px 0;
  height: auto !important;
}
:not(.highcharts_dynamic-container) > .highcharts-container svg {
  max-width: 100%;
}
:not(.highcharts_dynamic-container) > .highcharts-container .highcharts-tooltip, :not(.highcharts_dynamic-container) > .highcharts-container .highcharts-button {
  display: none;
}

.highcharts_dynamic-container {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}
.highcharts_dynamic-container.chart-loaded {
  visibility: visible;
  height: auto;
}
.highcharts_dynamic-alert-text {
  margin: 15px 0;
  color: #d52b1e;
}

.Banner {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .Banner {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.Banner-People {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .Banner-People {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.Banner_Item {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
}
.Banner_Item:nth-child(4) {
  display: none;
}
@media only screen and (min-width: 1086px) {
  .Banner_Item:nth-child(4) {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .Banner_Item .Banner_Image {
    display: block;
    margin: 30px auto;
  }
  .Banner_Item-Person {
    width: auto;
    opacity: 0.3;
    padding: 20px 0;
  }
  .Banner_Item-Person .Banner_Image {
    margin: 0 0 -10px;
  }
  .Banner_Item-Person .Banner_Image img {
    width: 115px;
    height: 115px;
  }
  .Banner_Item-Person:first-child {
    position: relative;
    left: 50%;
    width: 200px;
    margin: 0 auto 0 -100px;
    z-index: 2;
    opacity: 1;
    padding: 0;
  }
  .Banner_Item-Person:first-child .Banner_Image img {
    width: 155px;
    height: 155px;
  }
  .Banner_Item-Person:first-child .Banner_Text,
  .Banner_Item-Person:first-child .Banner_SubText {
    display: block;
  }
  .Banner_Item-Person:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 25%;
    margin-left: -50px;
  }
  .Banner_Item-Person:nth-child(3) {
    position: absolute;
    top: 8px;
    right: 25%;
    margin-right: -50px;
  }
}
.Banner_Image {
  margin-bottom: -10px;
}
.Banner_Text, .Banner_SubText {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Banner_Text, .Banner_SubText {
    display: block;
  }
}
.Banner_Text {
  font-weight: bold;
}

.Path {
  font-style: italic;
  word-break: break-all;
  line-height: 0;
}
.Container-IntranetGrey .Path {
  color: #b5b5b5;
}
.Container-IntranetGrey .Path .Path_Text .Link {
  color: #f5f5f5;
}
.Container-IntranetGrey .Path .Path_Text .Link:hover, .Container-IntranetGrey .Path .Path_Text .Link:focus, .Container-IntranetGrey .Path .Path_Text .Link:active {
  color: #c5c5c5;
}
.Path-Margined {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .Path-Margined {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.Path_Part {
  display: inline-block;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  line-height: 2.8rem;
}
.Path_Part .Path_Text,
.Path_Part .RIcon-ArrowRight {
  display: none;
  word-break: break-all;
}
.Path_Part:nth-child(1) .RIcon-ArrowRight, .Path_Part:nth-child(2) .RIcon-ArrowRight, .Path_Part:nth-last-child(-n+2) .RIcon-ArrowRight {
  display: inline-block;
}
.Path_Part:nth-child(1) .Path_Text, .Path_Part:nth-last-child(-n+2) .Path_Text {
  display: inline;
}
.Path_Part:nth-last-child(4) + .Path_Part::after {
  font-size: 1.8rem;
  content: "... ";
}
.Path_Part .RIcon-ArrowRight {
  width: 8px;
  height: 8px;
  font-size: 8px;
}

.Personal {
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #fff;
}
.PersonalWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #3e3e3e;
}
@media only screen and (min-width: 768px) {
  .PersonalWrapper {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.PersonalWrapper2 {
  height: 100%;
}
.Personal_AccountWrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .Personal_AccountWrapper2 {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    will-change: transform;
  }
}
.Personal_Menu {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-top: 84px;
  background: #3e3e3e;
}
@media only screen and (min-width: 768px) {
  .Personal_Menu {
    width: 310px;
    margin-bottom: 0;
    padding: 125px 0 0;
    background: #464646;
  }
}
.Personal_MenuWrapper {
  height: 100%;
  overflow-y: auto;
}
@media print, screen and (max-width: 767px) {
  .Personal_MenuWrapper {
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) {
  .Personal_MenuWrapper {
    padding: 0 50px;
  }
}
.Personal_MenuHeader {
  margin: 0 0 35px;
  padding: 15px 25px 0;
  border-color: #464646 !important;
}
@media only screen and (min-width: 768px) {
  .Personal_MenuHeader {
    border-top: 4px solid #3e3e3e !important;
    padding: 15px 0 0;
  }
}
.Personal_MenuHeaderTitle {
  margin-bottom: 35px;
  font-size: 2.6rem;
}
.Personal_MenuList {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .Personal_MenuList {
    width: 100%;
    margin-left: 0;
  }
}
.Personal_MenuItem {
  position: relative;
  width: calc(100% - 50px);
  padding: 20px 0 36px;
  margin: 0 25px;
  font-size: 2.2rem;
  text-align: left;
  color: #dcdcdc;
}
@media only screen and (min-width: 768px) {
  .Personal_MenuItem {
    width: 100%;
    margin: 0;
    padding: 13px 0 26px;
    font-size: 1.8rem;
  }
}
.Active .Personal_MenuItem, .Personal_MenuItem:hover, .Personal_MenuItem:focus {
  color: #fff;
}
.Personal_MenuItemOption {
  float: right;
  width: 32px;
  height: 32px;
  margin-left: -32px;
  padding: 1px;
  font-size: 14px;
  text-align: center;
}
.Personal_MenuItem .MenuItem_Arrow {
  position: absolute;
  right: 0;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .Personal_MenuItem .MenuItem_Arrow {
    display: none;
  }
}
.Personal_MenuItem .MenuItem_ArrowUp {
  display: none;
}
.Personal_MenuItem .MenuItem_Arrow-External {
  display: block;
  float: right;
  margin-top: -2px;
  font-size: 12px;
}
.Personal_Menu .Active .Personal_BlocksWrapper {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .Personal_Menu .Active .MenuItem_ArrowDown {
    display: none;
  }
  .Personal_Menu .Active .MenuItem_ArrowUp {
    display: block;
  }
}
.Personal_Blocks {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .Personal_Blocks {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .Personal_Blocks {
    height: 100%;
  }
}
.Personal_BlocksWrapper {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  color: #969696;
}
@media only screen and (min-width: 768px) {
  .Personal_BlocksWrapper {
    position: absolute;
    width: calc(100% - 310px);
    height: calc(100% - 125px);
    left: 310px;
    top: 0;
    margin: 0;
    margin-top: 125px;
  }
}
.Personal_Blocks .ContentWrapper {
  width: 100%;
  max-width: 1040px;
}
@media only screen and (min-width: 768px) {
  .Personal_Blocks .ContentWrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.Personal_BackBtn {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -49px;
  z-index: 201;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .Personal_BackBtn {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}

.Account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin: 10px 25px 0 0;
}
@media print, screen and (max-width: 767px) {
  .Account {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .Account {
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    will-change: width;
    width: 250px;
    max-width: calc(100% - 390px);
    margin: 30px 15px 0 0;
  }
}
.Account_Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Account_Info {
    text-align: right;
  }
}
.Account_Info_Container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .Account_Info_Container {
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.Account_Name.Link-Reset {
  max-width: 100%;
  margin-bottom: 5px;
  color: #fff;
  overflow: hidden;
}
.Account_Name.Link-Reset:hover {
  text-decoration: underline;
}
.Account_LogoutBtn.Link-Reset, .Account_LogoutBtn.Btn-Reset {
  max-width: 100%;
  color: #dcdcdc;
}
@media only screen and (min-width: 768px) {
  .Account_LogoutBtn.Link-Reset, .Account_LogoutBtn.Btn-Reset {
    text-align: right;
  }
}
.Account_LogoutBtn.Link-Reset:hover, .Account_LogoutBtn.Btn-Reset:hover {
  text-decoration: underline;
}
.Account_Avatar {
  position: relative;
  width: 62px;
  height: 62px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 1px;
  border-radius: 50%;
  background: var(--color-tint-2);
}
.Account_Avatar .Image-Round {
  margin: 0;
}
.Account_Avatar .Image-Round::before {
  content: attr(data-initials);
  display: block;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  font-size: 2.4rem;
  font-weight: bold;
  overflow: hidden;
}
.Account_Avatar .Image-S35::before {
  line-height: 35px;
  font-size: 1.4rem;
}

a.Account_Name:hover {
  text-decoration: underline;
}

.Quote {
  position: relative;
  display: block;
  width: 270px;
  max-width: 100%;
  margin: 45px 0 30px;
  border-top: 4px solid var(--color-tint-1);
  padding: 15px 0 15px 20px;
  line-height: 4.6rem;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  color: var(--color-tint-1);
}
@media print, screen and (max-width: 767px) {
  .Quote {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 30px auto;
    float: none;
  }
}
.Quote::before {
  position: absolute;
  display: block;
  content: "“";
  left: 5px;
}
.Quote::after {
  content: "”";
}
.Theme-Research .Quote {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  border-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
@media only screen and (min-width: 768px) {
  .Quote-Left {
    float: left;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .Quote-Left {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 768px) {
  .Quote-Right {
    float: right;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .Quote-Right {
    margin-right: -80px;
  }
}

.ColorBlock {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
}
.ColorBlock_Icon {
  bottom: 0;
}
.ColorBlock_SmallBlock {
  position: absolute;
  width: 50%;
  height: 50%;
}
.ColorBlock_Layer1 {
  left: 0;
  top: 0;
}
.ColorBlock_Layer2 {
  left: 12.5%;
  top: 12.5%;
}
.ColorBlock_Layer3 {
  left: 25%;
  top: 25%;
}
.ColorBlock-SignalColorA {
  background-color: #a1c233;
}
.ColorBlock-SignalColorB {
  background-color: #d52b1e;
}
.ColorBlock-SignalColorC {
  background-color: #f88b00;
}
.ColorBlock-AmaliaColorA {
  background-color: #ffba17;
}
.ColorBlock-AmaliaColorB {
  background-color: #f88b00;
}
.ColorBlock-AmaliaColorC {
  background-color: #a7c02a;
}
.ColorBlock-AmaliaColorD {
  background-color: #4abec9;
}
.ColorBlock-AmaliaColorE {
  background-color: #a59fd1;
}
.ColorBlock-OnlineColorA {
  background-color: #e7e5e7;
}
.ColorBlock-OnlineColorB {
  background-color: #f5f5f5;
}
.ColorBlock-OnlineColorC {
  background-color: var(--color-tint-1);
}
.ColorBlock-OnlineColorD {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
.ColorBlock-OnlineColorE {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.ColorBlock-OnlineColorF {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
}
.ColorBlock-OnlineColorG {
  background-color: var(--color-tint-2);
}
.ColorBlock-OnlineColorH {
  background-color: color-mix(in srgb, var(--color-tint-2) 80%, #000);
}
.ColorBlock-OnlineColorI {
  background-color: color-mix(in srgb, var(--color-tint-1) 50%, #000);
}
.ColorBlock-OnlineColorJ {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-tint-1) 60%, #000) 25%, #ccc);
}

.IndexContainer {
  max-width: 940px;
  margin: 20px auto;
  padding: 50px;
  background-color: #fff;
}

.tmpBG {
  background: #fff;
}

.Section {
  overflow: auto;
  background-color: #fff;
  padding: 20px;
}
.Section-Blue {
  background-color: var(--color-tint-1);
}
.Section-DarkBlue {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

@media only screen and (min-width: 1024px) {
  .Zorgpad_Content:last-of-type {
    padding-bottom: 400px;
  }
}
.Timeline {
  width: 300px;
}
.Timeline_Wrapper {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .Timeline_Wrapper {
    margin-left: -10px;
    margin-right: 10px;
  }
}
.Timeline_Wrapper .Block_PaddedContent {
  margin-right: 10px;
}
.Timeline_Wrapper .ClearFix-Wrapper {
  height: 100%;
}
.Timeline_Container {
  position: relative;
  margin: 10px;
  background-color: transparent;
  max-width: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: scroll-position, top;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .Timeline_Container {
    width: 285px;
  }
}
@media only screen and (min-width: 862px) {
  .Timeline_Container {
    width: 300px;
  }
}
.Timeline_Container.Fixed {
  position: fixed;
  top: 0;
  margin-top: 20px;
  pointer-events: all;
  opacity: 1;
}
.Timeline_ToTopBtn {
  position: absolute;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.Timeline_ToTopBtn.Fixed {
  position: fixed;
  top: 0;
  margin-top: 20px;
  pointer-events: all;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  .Timeline_ToTopBtn {
    display: none;
  }
  .Timeline_ToTopBtn.Fixed {
    pointer-events: none;
  }
}
.Timeline_Period {
  margin: 30px 0 20px;
}
.Timeline_Period i {
  top: -3px;
}
.Timeline_PeriodTitle {
  margin-left: 5px;
}
.Timeline_Period:first-child {
  margin-top: 0;
}
.Timeline_Period .Timeline_PeriodTitle {
  font-size: 2.2rem;
  margin: 0;
}
.Timeline_PeriodDescription {
  display: inline-block;
  margin-left: 3px;
}
.Timeline_PeriodLongDescription {
  font-style: italic;
  margin: 0 30px 35px 5px;
}

.Moment {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
  cursor: pointer;
  color: #575757 !important;
}
@media only screen and (min-width: 768px) {
  .Moment {
    width: calc(100% + 10px);
    margin: 0 0 0 -10px;
  }
}
.Moment:hover {
  color: #575757;
}
.Moment:focus {
  outline: none;
}
.Moment::before, .Moment::after {
  position: absolute;
  height: 10px;
  width: 2px;
  left: 24px;
  background: var(--color-tint-1);
  content: "";
}
.Moment.Theme-Research::before, .Moment.Theme-Research::after {
  background: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment::before {
  top: -10px;
}
.Moment::after {
  bottom: -10px;
}
.Moment-Fixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  top: 32px;
}
.Moment .Moment_Container {
  position: relative;
  overflow: hidden;
  margin: 10px 0 10px 7px;
  padding: 10px 30px 10px 40px;
  -webkit-transition: background ease 0.1s, color ease 0.1s;
  transition: background ease 0.1s, color ease 0.1s;
}
@media print, screen and (max-width: 767px) {
  .Moment .Moment_Container {
    background: #fff;
  }
}
.Moment .Moment_Name {
  color: var(--color-tint-1);
  -webkit-transition: all ease 0.05s;
  transition: all ease 0.05s;
  line-height: 1.3;
}
.Moment .Moment_Type {
  font-size: 1.4rem;
  line-height: 1;
}
.Moment .Moment_Name,
.Moment .Moment_Description {
  line-height: 1.3;
}
.Moment.Theme-Research .Moment_Name {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment .Moment_Icon {
  color: var(--color-tint-1);
}
.Moment .Moment_Icon::before, .Moment .Moment_Icon::after {
  -webkit-transition: background-color ease 0.1s, color ease 0.1s, border-color ease 0.1s;
  transition: background-color ease 0.1s, color ease 0.1s, border-color ease 0.1s;
}
.Moment.Theme-Research .Moment_Icon {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment .Moment_Line::before, .Moment .Moment_Line::after {
  position: absolute;
  height: 100%;
  left: 17px;
  width: 2px;
  background: var(--color-tint-1);
  -webkit-transition: background ease 0.1s, color ease 0.1s;
  transition: background ease 0.1s, color ease 0.1s;
  z-index: 1;
  content: "";
}
.Moment .Moment_Line::before {
  height: 1000px;
  margin-top: -996px;
  margin-bottom: 0;
}
.Moment .Moment_Line::after {
  margin-top: 18px;
}
.Moment.Theme-Research .Moment_Line::before, .Moment.Theme-Research .Moment_Line::after {
  background: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment:not(:first-child) .Moment_Line::before {
  content: "";
}
.Moment-Optional:not(.Active) .Moment_Line::before {
  margin-top: 0;
  height: 100%;
  bottom: 0;
}
.Moment-Optional:not(.Active) .Moment_Line::after {
  content: none;
}
.Moment-Default:not(.Active) .Moment_Icon::before, .Moment-Default:not(.Active) .Moment_Icon::after, .Moment-Diversion:not(.Active) .Moment_Icon::before, .Moment-Diversion:not(.Active) .Moment_Icon::after {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  content: "";
}
.Moment-Default:not(.Active) .Moment_Icon::before, .Moment-Diversion:not(.Active) .Moment_Icon::before {
  left: 11px;
  margin-top: 4px;
  width: 14px;
  height: 14px;
  background: transparent !important;
  border: 2px solid var(--color-tint-1);
}
.Moment-Default:not(.Active) .Moment_Icon::after, .Moment-Diversion:not(.Active) .Moment_Icon::after {
  left: 15px;
  margin-top: 8px;
  width: 6px;
  height: 6px;
  background: var(--color-tint-1);
  display: block;
}
.Moment.Theme-Research.Moment-Default:not(.Active):not(:hover) .Moment_Icon::before, .Moment.Theme-Research.Moment-Diversion:not(.Active):not(:hover) .Moment_Icon::before {
  border: 2px solid color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment.Theme-Research.Moment-Default:not(.Active):not(:hover) .Moment_Icon::after, .Moment.Theme-Research.Moment-Diversion:not(.Active):not(:hover) .Moment_Icon::after {
  background: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment-Diversion:not(.Active) .Moment_Icon::before, .Moment-Diversion:not(.Active) .Moment_Icon::after {
  border-radius: 0%;
  -webkit-transform: rotateZ(45deg) scale(0.85);
  transform: rotateZ(45deg) scale(0.85);
}
.Moment:not(.Active):hover .Moment_Container {
  background-color: var(--color-tint-1);
  color: #fff;
}
.Moment:not(.Active):hover .Moment_Name {
  color: #fff;
}
.Moment:not(.Active):hover .Moment_Icon {
  background-color: #fff;
}
.Moment:not(.Active):hover .Moment_Line::before, .Moment:not(.Active):hover .Moment_Line::after,
.Moment:not(.Active):hover .Moment_Icon::before,
.Moment:not(.Active):hover .Moment_Icon::after {
  border-color: #fff;
  background-color: #fff;
}
.Moment.Active .Moment_Container {
  background-color: #fff;
}
.Moment.Active .Moment_Icon {
  font-family: "RadboudIcons";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Moment.Active .Moment_Icon::before {
  content: "T";
  position: absolute;
  font-variant: normal;
  font-weight: normal;
  line-height: 0;
  left: 13px;
  top: auto;
  margin-top: 11px;
  font-size: 1.8rem;
  color: var(--color-tint-1);
}
.Moment.Theme-Research.Active .Moment_Icon::before {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Moment.Theme-Research.Moment:not(.Active):hover .Moment_Container {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}

.AgendaItem_Date {
  color: var(--color-tint-1);
  font-weight: 700;
  height: 52px;
  display: table-cell;
  vertical-align: middle;
}
.Theme-Research .AgendaItem_Date {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.AgendaItem_Date span {
  display: inline-block;
}

.Filter {
  margin-bottom: -40px;
  -webkit-transition: margin-bottom 0.1s ease;
  transition: margin-bottom 0.1s ease;
}
.Filter_Header {
  overflow: hidden;
  -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  transition: background 0.1s ease, border-color 0.1s ease;
  border-bottom: 1px solid transparent;
}
.Filter_HeaderWrapper {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .Filter_HeaderWrapper {
    padding: 15px 0;
  }
}
.Filter_HeaderContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Filter_HeaderContainerEnd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.Theme-Intranet .Filter:not(.Filter-Open):not(.Filter-Fixed) .Filter_ResultsInfo {
  color: #b5b5b5;
}
.Filter-Open {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .Filter-Open {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1117px) {
  .Filter-Open .Filter_Header, .Filter-Open .Filter_SettingsWrapper {
    background-color: var(--color-block-bg-tint-1, #fff);
    color: var(--color-block-text-tint-1, currentColor);
  }
}
.Filter-Open .Filter_BtnIcon-Opened {
  opacity: 1;
}
.Filter-Open .Filter_BtnIcon-Closed {
  opacity: 0;
}
@media print, screen and (max-width: 767px) {
  .Filter-Fixed:not(.Filter-Open) .Filter_Header {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    border-bottom: 1px solid #e7e5e7;
    background-color: var(--color-block-bg-tint-1, #fff);
    color: var(--color-block-text-tint-1, currentColor);
  }
  .Filter-Fixed:not(.Filter-Open) .Filter_Container {
    padding-top: 71px;
  }
}
.Filter-Sided {
  margin-right: 20px;
}
@media only screen and (min-width: 1714px) {
  .Filter-Sided {
    position: relative;
    margin-left: -320px;
    margin-right: 20px;
  }
}
.Filter_Title {
  display: none;
}
.Filter_SidedBackToBtn {
  display: none;
  position: absolute;
  margin-top: 60px;
  margin-left: -30px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.Filter_SidedBackToBtn.Fixed {
  position: fixed;
  top: 0;
  margin-top: 20px;
  pointer-events: all;
  opacity: 1;
}
.Filter_Btn {
  font-weight: 700;
}
.Theme-Intranet .Filter:not(.Filter-Open):not(.Filter-Fixed) .Filter_Btn {
  color: #f5f5f5;
}
.Theme-Intranet .Filter:not(.Filter-Open):not(.Filter-Fixed) .Filter_Btn:hover, .Theme-Intranet .Filter:not(.Filter-Open):not(.Filter-Fixed) .Filter_Btn:focus, .Theme-Intranet .Filter:not(.Filter-Open):not(.Filter-Fixed) .Filter_Btn:active {
  color: #c5c5c5;
}
.Filter_BtnIcon {
  margin-left: 7px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Filter_BtnIcon-Opened {
  opacity: 0;
  font-size: 1.6rem;
}
.Filter_BtnIcon-Closed {
  position: absolute;
}
.Filter_Settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.Filter_SettingsWrapper {
  display: none;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.Filter_Setting {
  width: 100%;
  margin: 5px 10px 15px;
}
.Filter_Setting-NoMargin {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .Filter_Setting:not(.Filter_Setting-FullWidth) {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .Filter_Setting:not(.Filter_Setting-FullWidth) {
    width: calc(25% - 20px);
  }
}
@media print, screen and (max-width: 1117px) {
  .Filter_Setting-AsAccordion:not(.Collapsed):not(.Expanded) .FilterSetting_Name {
    margin-bottom: 0;
  }
  .Filter_Setting-AsAccordion:not(.Collapsed):not(.Expanded) .FilterSetting_Option, .Filter_Setting-AsAccordion:not(.Collapsed):not(.Expanded) .FilterSetting_LoadMoreBtn, .Filter_Setting-AsAccordion:not(.Collapsed):not(.Expanded) .FilterSetting_OpenedIcon {
    display: none;
  }
}
@media only screen and (min-width: 1118px) {
  .Filter_Setting-AsAccordion:not(.Collapsed):not(.Expanded) .FilterSetting_ClosedIcon {
    display: none;
  }
}
.Filter_Setting.Collapsed .FilterSetting_Name {
  margin-bottom: 0;
}
.Filter_Setting.Collapsed .FilterSetting_Option, .Filter_Setting.Collapsed .FilterSetting_LoadMoreBtn, .Filter_Setting.Collapsed .FilterSetting_OpenedIcon {
  display: none;
}
.Filter_Setting.Expanded .FilterSetting_ClosedIcon {
  display: none;
}
.FilterSetting_Name {
  margin-bottom: 15px;
}
.FilterSetting_ArrowIcon {
  width: 14px;
  height: 10px;
  margin-right: 5px;
}
.FilterSetting_Option-Sub {
  margin-left: 40px;
}
.FilterSetting_Option .FieldValidation--fail {
  margin-bottom: 14px;
}
.Filter_Selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px 35px;
}
.FilterSelected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 15px;
}
.Theme-Intranet .FilterSelected {
  color: #b5b5b5;
}
.Filter_Selection--Small .FilterSelected {
  width: calc(100% - 30px);
}
@media only screen and (min-width: 768px) {
  .Filter_Selection--Small .FilterSelected {
    width: calc(50% - 30px);
  }
}
.FilterSelected_Btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .Klinieken {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Klinieken .Filter_Setting {
    width: 50%;
  }
}

.Tooltip {
  width: 288px;
  position: absolute;
  top: 45px;
  margin-top: 15px;
  padding: 12px 30px 20px;
  text-align: left;
  background: color-mix(in srgb, var(--color-tint-1) 50%, #000);
  color: #fff;
}
.Tooltip::before {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 0;
  height: 0;
  margin: 0 0 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid color-mix(in srgb, var(--color-tint-1) 50%, #000);
  content: "";
}
.Tooltip-AddedProduct {
  top: 0;
  right: 0;
}
.Tooltip-AddedProduct_Wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.Tooltip-AddedProduct_Wrapper2 {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 45px;
}
.Tooltip-AddedProduct_Wrapper2.Fixed {
  position: fixed;
  width: calc(100% - 30px);
  max-width: 940px;
  margin-top: -6px;
}
@media only screen and (min-width: 768px) {
  .Tooltip-AddedProduct_Wrapper2.Fixed {
    width: calc(100% - 154px);
  }
}

.RouteStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .RouteStep {
    display: block;
    margin-bottom: 30px;
  }
}
.RouteStep_Image {
  width: 180px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (max-width: 767px) {
  .RouteStep_Image {
    margin-bottom: 10px;
  }
}
.RouteStep_Image img {
  width: 100%;
  height: auto;
}
.RouteStep_Btns .Btn {
  margin-top: 12px;
}
.RouteStep_Btns .Btn:not(:last-child) {
  margin-right: 20px;
}

.ListBlock {
  position: relative;
  will-change: transform, opacity;
  background-color: var(--color-block-bg-tint-1, #fff);
  color: var(--color-block-text-tint-1, currentColor);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.2s ease-out;
  transition: transform 0.1s ease-out, opacity 0.2s ease-out, -webkit-transform 0.1s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.ListBlock.Visible {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ListBlocksGrid {
  position: relative;
}
.ListBlocksGrid_TopBar {
  text-align: right;
}
.ListBlocksGrid_TopBarBtn {
  color: var(--color-tint-1);
}
.ListBlocksGrid_TopBarBtn:hover {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.ListBlocksGrid_Container {
  overflow: hidden;
}
.ListBlocksGrid_Container + .Btn {
  margin-top: 10px;
}
.ListBlock_Content {
  width: calc(100% - 30px);
  overflow: hidden;
}
.ListBlock_Content > * :last-child {
  margin-bottom: 0;
}
.ListBlock_Image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ListBlock_Image {
    max-width: 225px;
    display: block;
  }
}
.ListBlock_Image-Person {
  display: block;
}
.ListBlock_ImageSrc[data-src] {
  -webkit-transition: none;
  transition: none;
}
.ListBlock_Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (max-width: 767px) {
  .ListBlock_Btns {
    margin-top: 10px;
  }
}
.ListBlock_Btns .Btn:not(:first-child) {
  margin-left: 15px;
}
.ListBlock_Btns-FlexEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ListBlock_TitleIcon {
  font-size: 1.5rem;
  width: 20px;
  height: 20px;
}
@media print, screen and (max-width: 767px) {
  .ListBlock_TitleIcon {
    font-size: 1rem;
    width: 15px;
    height: 15px;
  }
}
.ListBlock_TitleIcon.RIcon-Lock {
  width: 10px;
  position: relative;
  left: 4px;
}
@media only screen and (min-width: 768px) {
  .ListBlock_Title {
    font-weight: 300;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .ListBlock_Title {
    line-height: 2.8rem;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .BlockLabel + * .ListBlock_Title {
    padding-right: 7rem;
  }
}
.ListBlock_Wrapper {
  margin-bottom: 5px;
}
.ListBlock_FlexedContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media print, screen and (max-width: 767px) {
  .ListBlock_FlexedContent-MobileAsColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ListBlock_FlexedContent > * {
  margin-left: 15px;
  margin-right: 15px;
}
.ListBlock_PaddedContent {
  margin: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .ListBlock_PaddedContent {
    margin: 20px 30px;
  }
}
.ListBlock_PaddedContent H3,
.ListBlock_PaddedContent H4 {
  margin-top: 0;
}
.ListBlock_PaddedContent p {
  margin: 24px 0;
}
.ListBlock_PaddedContent p:first-of-type {
  margin-top: 0;
}
.ListBlock_PaddedContent-NoBottom {
  padding-bottom: 0;
}
.ListBlock_PaddedContent-NoTop {
  margin-top: 0;
}

.Container-IntranetGrey .ListBlocksGrid_TopBar {
  text-align: right;
}
.Container-IntranetGrey .ListBlocksGrid_TopBarBtn {
  color: #fff;
}
.Container-IntranetGrey .ListBlocksGrid_TopBarBtn:hover {
  color: #c5c5c5;
}

.Toolbar {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Toolbar_Group {
  width: 50px;
  margin-left: 2px;
}
.Toolbar_Group > .Btn {
  position: absolute;
  top: 0;
}
.Toolbar-Header .Btn {
  -webkit-transition: opacity 0.2s ease, background-color 0.1s ease, color 0.1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.1s ease, color 0.1s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.1s ease, color 0.1s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.1s ease, color 0.1s ease, -webkit-transform 0.2s ease;
}
.Toolbar-Header .Btn:not(.Btn-Visible) {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.Toolbar > .Btn {
  margin-left: 2px;
}

.Options {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 310px;
  top: 0;
  right: 0;
  text-align: right;
}
.OptionsList {
  list-style: none;
  margin: 0;
  padding: 0;
  background: color-mix(in srgb, var(--color-block-bg-tint-1) 40%, #000);
}
.Options_Option {
  padding-bottom: 4px;
}
.Options_Option:last-child {
  padding-bottom: 0;
}
.Options_Option .Icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  background: no-repeat;
  margin-right: 10px;
}
.Options_Option .Icon-Save {
  background-image: url("../img/layout/icon_save.svg");
}
.Options_Option .Icon-Share {
  background-image: url("../img/layout/icon_share.svg");
}

.TitleToolbar {
  position: absolute;
  top: 50px;
  right: 20px;
  color: var(--color-tint-1);
}

.Alert {
  position: fixed;
  z-index: 300;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  -webkit-box-shadow: color-mix(in srgb, #000 20%, transparent) 0 -5px 10px;
  box-shadow: color-mix(in srgb, #000 20%, transparent) 0 -5px 10px;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media only screen and (min-width: 768px) {
  .Alert {
    padding-right: 95px;
  }
}
.Alert.Faded {
  opacity: 0;
}
.Alert.Theme-Research {
  background: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.Alert a {
  text-decoration: underline;
}

.ui-datepicker {
  -webkit-box-shadow: color-mix(in srgb, #000 10%, transparent) 0 2px 15px;
  box-shadow: color-mix(in srgb, #000 10%, transparent) 0 2px 15px;
  background: #fff;
}
.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ui-datepicker-prev, .ui-datepicker-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev::before, .ui-datepicker-next::before {
  font-family: "RadboudIcons";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ui-datepicker-prev::before {
  content: "G";
}
.ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.ui-datepicker-next::before {
  content: "H";
}
.ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 10px 0;
}
.ui-datepicker-today {
  font-weight: 700;
}
.ui-datepicker-year {
  border: 1px solid #e7e5e7;
}
.ui-datepicker-calendar {
  margin: 0 10px 10px;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.ui-datepicker-calendar td {
  text-align: right;
}
.ui-datepicker-calendar a {
  display: block;
  width: 100%;
  padding: 5px;
  line-height: 1;
}

.tl-timepicker {
  background: #fff;
  -webkit-box-shadow: color-mix(in srgb, #000 10%, transparent) 0 2px 15px;
  box-shadow: color-mix(in srgb, #000 10%, transparent) 0 2px 15px;
}
.tl-timepicker-field:first-child {
  border-right: 1px solid #dcdcdc;
}
.tl-timepicker-input:focus {
  outline: 1px solid var(--color-tint-1);
}
.tl-timepicker-scrollbar:before {
  background: #e7e5e7;
}
.tl-timepicker-scrollbar:hover:before, .tl-timepicker-scrollbar:active:before {
  background: var(--color-tint-1);
}

.Tab_Content {
  display: none;
}
.Tab_Content-Open {
  display: block;
}

.Credits {
  display: block;
  margin: 10px 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-style: italic;
}

.PrintableLinks_Item {
  display: block;
  line-height: 1.25;
  margin: 18px 0;
}
.PrintableLinks_SubItem {
  display: block;
  margin: 9px 0 9px 15px;
}
.PrintableLinks_Title {
  display: block;
  font-weight: bold;
}
.PrintableLinks_SubTitle {
  display: block;
}

.Favorites_ToggleMoreItemsBtn {
  margin: -5px 25px 45px;
}
@media only screen and (min-width: 768px) {
  .Favorites_ToggleMoreItemsBtn {
    margin-left: 0;
    margin-right: 0;
  }
}
.Favorites.ShowAllItems .Favorites_ShowMoreItemsText {
  display: none;
}
.Favorites:not(.ShowAllItems) .Favorites_ShowLessItemsText {
  display: none;
}
.Favorites:not(.ShowAllItems) .Favorites_ListItem {
  display: none;
}
.Favorites:not(.ShowAllItems) .Favorites_ListItem:nth-child(-n+5) {
  display: block;
}

.SortableList_AddButton {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -9px;
  vertical-align: bottom;
}
.SortableList_List.draggable-container--is-dragging {
  cursor: move;
}
.SortableList_Item {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
}
.AddingItem .SortableList_Item {
  display: none;
}
.SortableList_Item.draggable-mirror {
  position: relative;
  z-index: 201;
  list-style: none;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: color-mix(in srgb, #000 15%, transparent) 0 5px 7px 5px;
  box-shadow: color-mix(in srgb, #000 15%, transparent) 0 5px 7px 5px;
  outline: 5px solid #fff;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  cursor: move;
}
.SortableList_Item.draggable-source--is-dragging {
  background-color: color-mix(in srgb, var(--color-tint-1) 20%, transparent);
}
.SortableList_Item.draggable-source--is-dragging > * {
  opacity: 0;
}
.SortableList_Item.Faded {
  opacity: 0.5;
}
.SortableList_Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  color: var(--color-tint-1);
}
.SortableList_Item.EditingItem .SortableList_Header {
  display: none;
}
.SortableList_Title {
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.SortableList_Btn {
  line-height: 1;
  margin-left: 20px;
  color: #c5c5c5;
}
.SortableList_Btn:hover {
  color: #777;
}
.EditingItem .SortableList_Btn {
  display: none;
}
.draggable-mirror .SortableList_Btn {
  opacity: 0;
}
.SortableList_MoveIndicator {
  line-height: 1;
  cursor: move;
}
.EditingItem .SortableList_MoveIndicator {
  display: none;
}
.SortableList_Form {
  display: none;
  overflow: hidden;
}
.AddingItem .SortableList_Form, .EditingItem .SortableList_Form {
  display: block;
}

.Wizard-Crumbpath {
  display: block;
}

.Wizard-NavigationButtons {
  margin: 30px 0;
}

.Wizard-StepContainer {
  display: none;
}
.Wizard-StepContainer.Active {
  display: block;
}

.js-Countdown {
  min-height: 231px;
}

.Countdown {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.Countdown__Part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}
.Countdown__Digits, .Countdown__Label {
  font-size: 1.4em;
  font-weight: 600;
}
.Countdown__Label {
  color: var(--color-tint-1);
}
.Theme-Accent .Countdown__Label {
  color: #fff;
}
.Countdown__Digits span {
  display: inline-block;
  color: #fff;
  background: var(--color-tint-1);
  padding: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.Theme-Accent .Countdown__Digits span {
  color: var(--color-tint-1);
  background: #fff;
}

.Timetable-Date {
  display: block;
  padding: 10px 20px;
  font-size: 1em;
  margin: 0;
  color: #fff;
  background: var(--color-tint-1);
}

.Timetable-Scroller {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.Timetable-Scroller__Icon {
  width: 20px;
  height: 20px;
}

.Timetable-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin: 0 0 25px;
  border: 1px solid #dcdcdc;
}
.Timetable-Container:last-child {
  margin-bottom: 0;
}

.Timetable {
  background: #fff;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.Timetable__Head .Timetable__Heading {
  width: 140px;
}
.Timetable__Heading, .Timetable__Data {
  -webkit-box-shadow: #dcdcdc 0 -1px 0 0 inset, #dcdcdc -1px 0 0 0 inset;
  box-shadow: #dcdcdc 0 -1px 0 0 inset, #dcdcdc -1px 0 0 0 inset;
}
.Timetable__Data {
  position: relative;
  height: 80px;
}
.Timetable__Heading {
  font-weight: 600;
  text-align: center;
  background: #fff;
  z-index: 2;
  padding: 10px;
}
.Timetable__Heading:first-child {
  position: sticky;
  left: 0;
}
.Timetable__Body {
  background: url("/assets/img/icons/table-line.svg") repeat;
  background-position-x: 40px;
}
.Timetable__Body .Timetable__Heading {
  width: 180px;
  position: sticky;
  left: 0;
}
.Timetable__Activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.Timetable__Activities-Item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.Timetable__Activity {
  background: color-mix(in srgb, var(--color-tint-1) 50%, #fff);
  display: block;
  padding: 5px 10px;
  border-radius: 2px;
  border-top: 2px solid var(--color-tint-1);
  height: 80px;
}
.Timetable__Activity-Title, .Timetable__Activity-Time {
  display: block;
  line-height: 1.2;
}
.Timetable__Activity-Title {
  color: var(--color-tint-1);
  font-weight: 600;
  max-height: 43px;
  overflow: hidden;
  margin-bottom: 4px;
}
@supports (-webkit-line-clamp: 2) {
  .Timetable__Activity-Title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: none;
  }
}
.Timetable__Activities-Item--Compact .Timetable__Activity-Title {
  max-height: 23px;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .Timetable__Activities-Item--Compact .Timetable__Activity-Title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: none;
  }
}
.Timetable__Activity-Time {
  color: #575757;
  font-size: 0.9em;
}
.Timetable__Activities-Item--Compact .Timetable__Activity-Time {
  max-height: 43px;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .Timetable__Activities-Item--Compact .Timetable__Activity-Time {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: none;
  }
}

@media print, screen and (max-width: 767px) {
  .Timetable-Container {
    border: 0;
  }
  .Timetable {
    border: 1px solid #dcdcdc;
  }
  .Timetable__Head {
    display: none;
  }
  .Timetable-Container,
  .Timetable__Activities,
  .Timetable__Body,
  .Timetable__Body tr,
  .Timetable__Body .Timetable__Heading,
  .Timetable__Activities-Item,
  .Timetable__Data {
    display: block;
  }
  .Timetable__Heading {
    text-align: left;
  }
  .Timetable__Body {
    background: none;
  }
  .Timetable__Body .Timetable__Heading {
    width: 100%;
    position: static;
    left: auto;
  }
  .Timetable__Activities-Item {
    position: static;
  }
  .Timetable__Activities-Item[style] {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .Timetable__Heading,
  .Timetable__Data {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .Timetable__Activity,
  .Timetable__Data {
    height: auto;
  }
  .Timetable__Heading,
  .Timetable__Activity {
    padding: 10px 20px;
  }
  .Timetable__Activity {
    border: 0;
  }
}
.Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}
@media print, screen and (max-width: 767px) {
  .Buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.Buttons .Btn {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .Buttons .Btn:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .Buttons_Container:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .Buttons_Container-Right {
    margin-left: auto;
  }
}

.LanguagesSwitch_Btn {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  text-align: left;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LanguagesSwitch_Btn::after {
  font-family: RadboudIcons;
  content: "F";
  font-size: 1rem;
  margin-left: 0.9rem;
}
.LanguagesSwitch_Btn.Active::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.LanguagesSwitch_List {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 5;
  background: #fff;
  margin: 0 -1.2rem;
  padding: 0 1.8rem 0.5rem 1.2rem;
}
.LanguagesSwitch_List:focus {
  outline: none;
}
.LanguagesSwitch:not(.Active) .LanguagesSwitch_List {
  display: none;
}
.LanguagesSwitch_Item {
  margin: 0.5rem 0;
}
.LanguagesSwitch_Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LanguagesSwitch_Link:not(.Btn):not(.Link-Reset) {
  color: inherit;
}
.LanguagesSwitch_Link:not(.Btn):not(.Link-Reset):hover, .LanguagesSwitch_Link:not(.Btn):not(.Link-Reset):focus {
  color: var(--color-tint-1);
}
.LanguagesSwitch_Icon {
  margin-right: 0.8rem;
}
.LanguagesSwitch_Icon-Gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.StickyCta {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .SiteHasPersonalMenu .StickyCta {
    padding-right: 9.5rem;
  }
}
.StickyCta:not(.StickyCta-Visible) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
}
.StickyCta_Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 3rem);
  max-width: 94rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .StickyCta_Container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 6rem);
  }
}
.StickyCta_Title {
  margin: 54px 0 24px;
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 767px) {
  .StickyCta_Title {
    display: none;
  }
}
.StickyCta_Btn {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .StickyCta_Btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 2rem;
  }
}

.selectedfilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.selectedfilters__field {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 15px;
  cursor: pointer;
}
.Theme-Intranet .selectedfilters__field {
  color: #b5b5b5;
}
.selectedfilters__field::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "V";
  font-family: RadboudIcons;
  font-size: 1.15rem;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #969696;
  color: #fff;
}
.selectedfilters__field:hover::before {
  background-color: var(--color-tint-1);
}
.selectedfilters__button {
  display: none;
}

.BlockLabel {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.BlockLabel_Text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  padding: 0.5rem 10rem;
  max-width: 29rem;
  text-align: center;
  background: var(--color-tint-1);
  color: #fff;
  line-height: 1.8rem;
  font-size: 1.8rem;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(40deg) translate(47%, 4rem);
  transform: rotate(40deg) translate(47%, 4rem);
}

@media print, screen and (max-width: 767px) {
  .HideOnMobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .HideOnNotMobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .HideOnDesktop {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .HideOnNotDesktop {
    display: none;
  }
}

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

.Product_Options {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.Product_OptionsAndPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Product_OptionsAndPrice .Product_Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .Product_OptionsAndPrice .Product_Btns {
    margin: 0 0 0 20px;
  }
}
.Product_Option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Product_OptionGroup {
  margin-bottom: 30px;
}
.Product_OptionInput {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.Product_OptionLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.Product_OptionInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Product_OptionName {
  font-weight: bold;
}
.Product_OptionPrice {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.Product_Total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.Product_TotalPrice {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.Product_Btns {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.Product_Btns .Btn {
  margin: 30px 0 0 10px;
}

.ListProduct_Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .ListProduct_Container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ListProduct_Content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ListProduct_Title {
    font-weight: 300;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .ListProduct_Title {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
}
.ListProduct_Type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .ListProduct_Type {
    width: 165px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .ListProduct_Type {
    margin: 0 20px 0 0;
  }
}
.ListProduct_Type .RIcon-Filled {
  margin-top: -3px;
}
.ListProduct_Info {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ListProduct_Info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ListProduct_Info p {
  margin: 0;
}
.ListProduct_Description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ListProduct_Description {
    margin-bottom: 0;
  }
}
.ListProduct_PriceAndBtns {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ListProduct_PriceAndBtns {
    width: auto;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 20px;
  }
}
.ListProduct_Price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ListProduct_Price {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 20px;
  }
}
.ListProduct_Btns {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .ListProduct_Btns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.ListProduct_Btns .Btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.ListProduct_Btns .Btn:not(:first-child) {
  margin-left: 8px;
}

.Orderflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.Orderflow_Step {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
}
.Orderflow_Step::before {
  font-family: "RadboudIcons";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 1.35rem;
  content: "H";
  margin: 0 0 0 5px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .Orderflow_Step::before {
    margin: 0 20px 0 25px;
  }
}
.Orderflow_Step:first-child::before {
  display: none;
}
.Orderflow_Step-Todo {
  font-weight: 300;
  color: #dcdcdc;
}

.OrderList {
  background: #f5f5f5;
  margin: 0 -20px;
  padding: 20px 20px 0;
}
@media only screen and (min-width: 768px) {
  .OrderList {
    margin: 0 -30px;
    padding: 15px 30px 5px;
  }
}
.OrderList--Editable {
  background: none;
}

.OrderList--Grouped .Order_Aandoening {
  padding: 0 10px;
}
.Order_Details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  .Order_Details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.OrderList--Editable .Order_Details {
  padding: 10px;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .OrderList--Editable .Order_Details {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .Order_Details > div:not(:last-child) {
    margin-right: 15px;
  }
}
.Order_Type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media print, screen and (max-width: 767px) {
  .Order_Type {
    margin-bottom: -5px;
  }
}
.Order_TypeIcon {
  margin: 0 15px 0 0;
}
.Order_TypeName {
  margin-top: 7px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .Order_Info {
    margin-left: 59px;
  }
}
@media print, screen and (max-width: 767px) {
  .OrderList--Editable .Order_Info {
    margin-right: 50px;
  }
}
.Order_Name {
  margin-bottom: 5px;
  font-weight: bold;
}
.Order_Price {
  text-align: right;
  font-size: 2.5rem;
  font-weight: 300;
}
@media print, screen and (max-width: 767px) {
  .Order_Price {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .Order_Type {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .Order_TypeIcon {
    margin: 0 15px 0 0;
  }
  .Order_TypeName {
    font-weight: bold;
  }
  .Order_Info {
    margin-top: 7px;
    width: calc(100% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Order_Name {
    width: 100%;
  }
  .Order_Options {
    width: 100%;
  }
  .Order_Price {
    width: 200px;
    margin-top: 7px;
  }
}
.Order_OptionsSelect {
  margin-left: -10px;
}
.Order_OptionsSelect .selectize {
  margin: -5px 0 -5px -20px;
}
.Order_OptionsSelect .selectize-input {
  height: auto;
  margin-left: -10px;
}
.Order_OptionsSelect .selectize-input::after {
  padding: 5px 17px;
}
.Order_OptionsSelect .item,
.Order_OptionsSelect input {
  padding: 5px 40px 5px 20px;
}
.Order_RemoveBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.ShoppingCartBtn {
  position: relative;
}
.ShoppingCartBtn_Badge {
  top: 4px;
  right: 4px;
}
.ShoppingCart_Total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}
.ShoppingCart_TotalLabel {
  font-weight: bold;
}
.ShoppingCart_TotalPrice {
  width: 150px;
  margin-right: 10px;
  text-align: right;
  font-size: 2.5rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .ShoppingCart_TotalPrice {
    margin-right: 60px;
  }
}
.ShoppingCart_Btns {
  margin: 10px 0 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ShoppingCart_Btns {
    margin-right: 60px;
  }
}
.ShoppingCart_Btns .Btn {
  margin-top: 11px;
  margin-left: 11px;
}
.ShoppingCart_Btns .Btn:first-child {
  margin-left: 0;
}
.ShoppingCart_Btns .Btn.Btn-FloatLeft {
  margin-left: 0;
  margin-right: 11px;
}
.ShoppingCart_Btns .Btn.Btn-FloatLeft:last-child {
  margin-right: 0;
}

.ShowOnPrint {
  display: none;
}

.OverlayPrintView {
  background: #f5f5f5;
}
.OverlayPrintView .Container_Personal {
  display: none;
}

.OverlayPrintView-HideDetail .Header,
.OverlayPrintView-HideDetail main {
  display: none;
}
.OverlayPrintView-HideDetail .Overlay_ContentWrapper {
  padding: 0;
}

.Overlay-PrintView {
  position: relative;
  display: block;
  height: auto;
  opacity: 0;
  overflow-y: visible;
}
.Overlay-PrintView .Overlay_ContentWrapper {
  opacity: 1;
  margin: 0 0 30px;
  min-height: 0;
}

@media print {
  .ShowOnPrint {
    display: block;
  }
  .ShowForcedOnPrint {
    display: block !important;
  }
  .HideOnPrint {
    display: none !important;
  }
  img[data-src] {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  html {
    margin: 0;
  }
  body {
    width: 94%;
    margin: 0 3%;
  }
  main {
    height: auto !important;
    overflow: visible !important;
  }
  .Container_Webpage {
    width: 100% !important;
    padding: 0;
  }
  .Header_Wrapper,
  .Personal,
  .Dialoog,
  .MainNav,
  .pastevideo,
  [area-hidden=true],
  .Video,
  .Video_Wrapper,
  .Btn,
  .Toolbar,
  .Overlay_Footer,
  .Overlay_Content + .Line-NoTheme,
  .Container-Footer,
  .Alert {
    display: none !important;
  }
  html,
  body,
  header,
  .Container_Webpage,
  .Block,
  .Overlay,
  footer {
    background: #fff !important;
  }
  .PrintHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 125px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .PrintHeader_Url {
    margin-right: 50px;
    -ms-flex-item-align: center;
    align-self: center;
    color: #b5b5b5;
  }
  .H1,
  .H2:not(.Block_Title),
  .Accordion_Title-Indent {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: var(--color-tint-1) !important;
    border-top: 4px solid var(--color-tint-1);
  }
  .Theme-Accent .H {
    color: var(--color-tint-1) !important;
    border-top-color: var(--color-tint-1) !important;
  }
  .Theme-Accent.Theme-Research .H {
    border-top-color: color-mix(in srgb, var(--color-tint-1) 60%, #000) !important;
    color: color-mix(in srgb, var(--color-tint-1) 60%, #000) !important;
  }
  .Container-Title .H {
    border-top-width: 8px !important;
  }
  .ListBlock_Title {
    border-top: 4px solid var(--color-tint-1);
  }
  .H,
  .Line {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  ul {
    page-break-before: avoid;
    page-break-after: avoid;
  }
  .Image_Wrapper-Scaled,
  img {
    page-break-inside: avoid;
  }
  .Container-Content,
  .Container-Center,
  .Container-Padded,
  .H-MarginLeft,
  .BlocksGrid_Container,
  .Block,
  .Block_PaddedContent,
  .Block_PersonImage,
  .ListBlock_PaddedContent,
  .Overlay_Content-Centered {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .Container-Title {
    padding: 20px 0 !important;
  }
  .Container-Content {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .Content-Intro {
    font-size: inherit;
    line-height: inherit;
  }
  .js-Grid {
    height: auto !important;
  }
  .BlocksGrid {
    max-width: 100%;
  }
  .Block_Wrapper {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .BlocksGrid_HorizontalWrapper {
    display: block;
  }
  .BlocksGrid_SideWrapper {
    margin-bottom: 40px;
  }
  .Timeline_Container {
    margin-left: -6px;
    margin-right: 0;
  }
  .Block {
    color: #575757 !important;
    width: 100% !important;
  }
  .Overlay_Content {
    margin-top: 20px;
    min-height: 0;
  }
  .Overlay_Content .Block_Title {
    margin-top: 0 !important;
  }
  .Overlay-PrintView {
    opacity: 1;
  }
  .H-MarginLeft {
    border-top: none;
    margin-bottom: 40px;
  }
  .H2:not(.Block_Title) {
    border-top-width: 6px;
  }
  .Quote {
    position: relative;
    clear: none;
    overflow: hidden;
  }
  .Quote-Left {
    float: left;
    margin-right: 50px;
    margin-left: 0;
  }
  .Quote-Right {
    float: right;
    margin-left: 50px;
    margin-right: 0;
  }
  .Collection_Content {
    padding-left: 0;
    padding-right: 0;
  }
  .Accordion_Title-Indent {
    margin-bottom: 24px;
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 700;
    min-height: 0;
    padding-left: 0;
  }
  .Accordion_Title-Indent .HideIfActive,
  .Accordion_Title-Indent .ShowIfActive {
    display: none !important;
  }
  .Accordion_Title-Indent:nth-last-child(3) {
    display: none !important;
  }
  .Accordion_ContentContainer {
    margin-bottom: 30px;
  }
  .Accordion_ContentContainer:nth-last-child(2) {
    display: none !important;
  }
  .Accordion_ContentContainer.Hidden {
    visibility: visible;
    display: block;
    height: auto;
    overflow: visible;
  }
  .Accordion_Content-Indent {
    padding-left: 0;
  }
  .Accordion_Content-FixedHeight {
    height: auto !important;
  }
  .js-Accordion.List-Divided > li {
    border: none !important;
  }
  .Banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Banner:not(.Banner-People) {
    max-width: 100%;
  }
  .Banner:not(.Banner-People) .Banner_Item {
    width: 30%;
  }
  .Banner:not(.Banner-People) .Banner_Item:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .Quote,
  .Container_Webpage,
  .OverlayPrintView-HideDetail .Overlay:last-of-type {
    border-bottom: 2px solid var(--color-tint-1);
  }
}
@media print {
  html {
    width: 500px;
  }
}
@media print and (min-width: 521px) {
  html {
    width: 800px;
  }
}
.form::before {
  content: "";
  display: table;
  clear: both;
}
.form::after {
  content: "";
  display: table;
  clear: both;
}
.form__error {
  color: #d52b1e;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}
.form__remark {
  position: relative;
  margin: 25px 0;
  text-align: right;
  color: var(--color-tint-1);
}
.form__remark::before {
  content: "*";
  display: inline-block;
  margin-right: 5px;
}
@media print, screen and (min-width: 480px) {
  .form__group--has-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__column {
  width: 100%;
}
.form__column:not(:last-child) {
  margin-right: 20px;
}
.form__line {
  margin: 1.5rem 0;
  border: 0;
  border-top: 0.1rem solid;
  opacity: 0.2;
  border-color: var(--color-tint-1);
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .form__line {
    margin-top: 32px;
  }
}
.form__step-title {
  clear: both;
  color: var(--color-tint-1);
  font-weight: 700;
  font-family: var(--font-family-heading, inherit);
  margin: 54px 0 24px;
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 40px 0;
  margin: 0;
}
.Theme-Research .form__step-title {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.Theme-AmaliaBlue .form__step-title {
  color: #4abec9;
}
.Theme-AmaliaOrange .form__step-title {
  color: #f88b00;
}
.Theme-AmaliaGreen .form__step-title {
  color: #a7c02a;
}
.Theme-AmaliaPurple .form__step-title {
  color: #a59fd1;
}
.Theme-Accent .form__step-title {
  color: var(--color-block-tint-1, #fff) !important;
}
@media only screen and (min-width: 768px) {
  .form__step-title {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
.Filter:not(.Filter-Sided) .form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.field {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .field::before {
    content: "";
    display: table;
    clear: both;
  }
  .field::after {
    content: "";
    display: table;
    clear: both;
  }
}
.form--compact .field {
  margin: 10px 0;
}
.Filter .field {
  margin: 5px 0 15px;
}
.Filter:not(.Filter-Sided) .field {
  margin: 5px 10px 15px;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  .Filter:not(.Filter-Sided) .field {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .Filter:not(.Filter-Sided) .field {
    width: calc(25% - 20px);
  }
}
.field__label {
  display: block;
  color: var(--color-tint-1);
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .field__label {
    float: left;
    width: 30%;
  }
}
.Filter_SettingsWrapper .field__label {
  width: 100%;
  float: none;
}
.field--required .field__label::after {
  content: " *";
  color: var(--color-tint-1);
}
@media only screen and (min-width: 768px) {
  .field__label, .field__hint {
    padding: 10px 20px 10px 0;
  }
}
.field__tooltip {
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .field__tooltip {
    float: right;
    width: 70%;
  }
}
.Filter_SettingsWrapper .field__tooltip {
  width: 100%;
}
.field__input-container, .field__group {
  margin: 10px 0 5px;
}
@media only screen and (min-width: 768px) {
  .field__input-container, .field__group {
    margin: 0 0 5px;
  }
}
.field--has-errors .field__input-container, .field--has-errors .field__group {
  position: relative;
}
.field--has-errors .field__input-container::after, .field--has-errors .field__group::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: no-repeat center/45% url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.123 11.123"%3E%3Cpath fill="%23fff" d="M7.67 5.562L10.832 2.4a.994.994 0 000-1.406l-.7-.7a.994.994 0 00-1.406 0L5.562 3.453 2.4.291a.994.994 0 00-1.406 0l-.7.7a.994.994 0 000 1.406l3.162 3.162L.291 8.724a.994.994 0 000 1.406l.7.7a.994.994 0 001.406 0l3.165-3.16 3.162 3.162a.994.994 0 001.406 0l.7-.7a.994.994 0 000-1.406z"/%3E%3C/svg%3E');
  background-color: #d52b1e;
}
.field__input-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.form--compact .field__input-container {
  border-radius: 1px;
}
.field--disabled .field__input-container {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: none;
}
.field--has-errors:not(.focus-within) .field__input-container {
  background: color-mix(in srgb, #d52b1e 20%, transparent);
}
.field__group {
  padding: 10px 0;
}
.Filter .field__group {
  padding: 0;
}
.field__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 48px;
  padding: 14px 12px;
  fill: currentColor;
}
@media only screen and (min-width: 768px) {
  .field__icon {
    width: 50px;
    padding: 14px;
  }
}
.field__icon:first-child {
  border-right: 1px solid #969696;
}
.focus-within .field__icon {
  border-color: #969696;
  fill: currentColor;
}
.field__input-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 11px 0 11px 14px;
  color: inherit;
  font-weight: 700;
  line-height: inherit;
}
.field--transparent .field__input-label {
  color: inherit;
}
.field__input {
  position: static;
  display: block;
  outline: 0;
  padding: 14px 20px;
  width: 100%;
  height: 48px;
  background: transparent;
  color: inherit;
  border: none;
}
.field__input:focus-within, .field__input:focus-visible {
  color: inherit;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field--has-errors.field--transparent .field__input {
  color: inherit;
}
.field--disabled .field__input, .field--readonly .field__input {
  opacity: 0.5;
}
.field__input::-webkit-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__input::-moz-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__input:-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__input::-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__input::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__input--textarea {
  min-height: 204px;
  height: 204px;
  margin: 14px 0;
  padding: 0 20px;
  resize: vertical;
  line-height: normal;
}
.field__input--select, .field__input--date, .field__input--time {
  padding: 0;
  height: 48px;
}
.field__input--file {
  opacity: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.field__input--file-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.field__input--file-progress-bar {
  background: #a1c233;
  position: absolute;
  top: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.field__input--file-btn {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 2.2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: var(--color-tint-1);
  color: #fff;
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.field__input--file-btn:hover, .field__input--file-btn:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.field__input--file-btn:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.field__input--file-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 70%;
  margin: 10px 0;
  font-style: italic;
}
.field__input--file-status-icon {
  width: auto;
  display: inline-block;
  margin: 0 15px 0 0;
}
.field__date-and-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.field__date-and-time .field__input-container {
  margin-right: 20px;
}
.field__date-and-time .field__input-container:nth-child(1) {
  max-width: 210px;
}
.field__date-and-time .field__input-container:nth-child(2) {
  width: 40%;
  max-width: 170px;
}
.field__error {
  display: block;
  position: relative;
  width: 100%;
  margin: 5px 0;
  color: #d52b1e;
}
.field__option-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  min-height: 20px;
  width: 100%;
  margin-right: 30px;
  cursor: pointer;
}
.field__option-label::before, .field__option-label::after {
  position: absolute;
  display: inline-block;
}
.field__option-label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid var(--color-tint-1);
  left: 0;
  top: 5px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.field__option-label:hover::before {
  background-color: color-mix(in srgb, var(--color-tint-1) 80%, #fff);
}
.field__option {
  margin: 10px 0;
}
.field__option:first-child {
  margin-top: 0;
}
.field__group--horizontal .field__option {
  margin-top: 0;
}
.field__option:last-child {
  margin-bottom: 0;
}
.field__option--checkbox .field__option-label::after {
  top: 10px;
  left: 5px;
  content: "";
  height: 6px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.field__option--radio .field__option-label::before {
  border-radius: 50%;
}
.field__option--radio .field__option-label::after {
  content: "";
  height: 12px;
  width: 12px;
  top: 9px;
  left: 4px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.field__checkbox:checked + .field__option-label::before {
  background: var(--color-tint-1);
  border-color: var(--color-tint-1);
}
.field__checkbox:checked + .field__option-label::after {
  border-color: #fff;
}
.field__checkbox:focus:checked + .field__option-label::before {
  background-color: color-mix(in srgb, var(--color-tint-1) 80%, #fff);
}
.field__checkbox, .field__radio {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.field__checkbox:focus + .field__option-label::before, .field__radio:focus + .field__option-label::before {
  background-color: color-mix(in srgb, var(--color-tint-1) 80%, #fff);
}
.field__checkbox:disabled + .field__option-label, .field__radio:disabled + .field__option-label {
  color: #c5c5c5;
  cursor: default;
}
.field__checkbox:disabled + .field__option-label::before, .field__radio:disabled + .field__option-label::before {
  background: transparent;
  border-color: #c5c5c5;
}
.Filter_SettingsWrapper .field__checkbox:disabled, .Filter_SettingsWrapper .field__radio:disabled {
  display: none;
}
.field__radio:checked + .field__option-label::after {
  background: var(--color-tint-1);
}
.field__checkbox-editable, .field__radio-editable {
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 50px;
  height: 48px;
  outline: 0;
  border-radius: 3px;
  border: none;
  padding: 14px 20px;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
}
.field--disabled .field__checkbox-editable, .field--disabled .field__radio-editable {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: none;
}
.field__checkbox-editable:focus-within, .field__checkbox-editable:focus-visible, .field__radio-editable:focus-within, .field__radio-editable:focus-visible {
  color: inherit;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field--has-errors.field--transparent .field__checkbox-editable, .field--has-errors.field--transparent .field__radio-editable {
  color: inherit;
}
.field--disabled .field__checkbox-editable, .field--readonly .field__checkbox-editable, .field--disabled .field__radio-editable, .field--readonly .field__radio-editable {
  opacity: 0.5;
}
.field__checkbox-editable::-webkit-input-placeholder, .field__radio-editable::-webkit-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__checkbox-editable::-moz-placeholder, .field__radio-editable::-moz-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__checkbox-editable:-ms-input-placeholder, .field__radio-editable:-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__checkbox-editable::-ms-input-placeholder, .field__radio-editable::-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__checkbox-editable::placeholder, .field__radio-editable::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.field__group--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field__group--horizontal::before {
  content: "";
  display: table;
  clear: both;
}
.field__group--horizontal::after {
  content: "";
  display: table;
  clear: both;
}
.field__group--horizontal .field__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field__file-title {
  display: block;
}
.field__file-filename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field__file-svg {
  margin-right: 10px;
}
.field__file-label {
  cursor: pointer;
}
.field__input--file:focus + .field__file-label {
  color: var(--color-tint-1);
}
.field__file-label + .field__error {
  margin-top: 15px;
}
.field__birthdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.field__birthdate-day {
  min-width: 60px;
  width: 70px;
}
.field__birthdate-month {
  min-width: 60px;
  width: 70px;
}
.field__birthdate-year {
  min-width: 70px;
  width: 170px;
}
.field__birthdate-splitter {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 16px;
  padding: 11px 14px;
}
.field__searchtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .field__hint, .field__input-container, .field__group, .field__error {
    float: right;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .Filter_SettingsWrapper .field__hint, .Filter_SettingsWrapper .field__input-container, .Filter_SettingsWrapper .field__group, .Filter_SettingsWrapper .field__error {
    float: none;
    width: 100%;
  }
}

.select__container {
  position: relative;
}
.select__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 48px;
  cursor: pointer;
}
.select__value-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 10px 40px 10px 20px;
}
.select__value-container > div:last-child::-webkit-input-placeholder {
  color: #000;
}
.select__value-container > div:last-child::-moz-placeholder {
  color: #000;
}
.select__value-container > div:last-child:-ms-input-placeholder {
  color: #000;
}
.select__value-container > div:last-child::-ms-input-placeholder {
  color: #000;
}
.select__value-container > div:last-child::placeholder {
  color: #000;
}
.select__single-value {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc(100% - 55px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select__multi-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  padding: 0 7px;
  border-radius: 2px;
  background: var(--color-tint-1);
}
.select__placeholder {
  position: absolute;
  top: 50%;
  max-width: calc(100% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #969696;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__input input:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select__indicators {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 22px;
  height: 48px;
}
.select__indicator-separator {
  display: none;
}
.select__indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  height: 100%;
  padding: 0 14px;
  fill: var(--color-tint-1);
}
.select__indicator .icon--cross {
  height: inherit;
}
.select__dropdown-indicator {
  pointer-events: none;
}
.select__control--menu-is-open .select__dropdown-indicator {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.select__clear-indicator {
  height: 100%;
  width: 22px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  background: no-repeat center/45% url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.123 11.123"%3E%3Cpath fill="var(--color-tint-1)" d="M7.67 5.562L10.832 2.4a.994.994 0 000-1.406l-.7-.7a.994.994 0 00-1.406 0L5.562 3.453 2.4.291a.994.994 0 00-1.406 0l-.7.7a.994.994 0 000 1.406l3.162 3.162L.291 8.724a.994.994 0 000 1.406l.7.7a.994.994 0 001.406 0l3.165-3.16 3.162 3.162a.994.994 0 001.406 0l.7-.7a.994.994 0 000-1.406z"/%3E%3C/svg%3E');
}
.select__menu {
  position: absolute;
  z-index: 3;
  top: 47px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #575757;
  overflow: hidden;
  border-radius: 3px;
  background-color: #f5f5f5;
  -webkit-box-shadow: #fff 0 5px 0 5px;
  box-shadow: #fff 0 5px 0 5px;
}
.select__menu-list {
  position: relative;
  z-index: 2;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 3px;
}
.select__menu-notice {
  padding: 11px 14px;
}
.select__menu-notice--no-options {
  color: #d52b1e;
}
.select__option {
  position: relative;
  padding: 11px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: pre-wrap;
  font-weight: 400;
  color: inherit;
}
.select__option:hover, .select__option:focus, .select__option--is-focused, .select__option--is-selected {
  font-weight: 700;
}
.select__option--is-disabled {
  cursor: default;
  opacity: 0.4;
}
.select__option--is-disabled:hover {
  font-weight: 400;
}
.select__loading-message {
  padding: 11px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.08);
  color: var(--color-tint-1);
  float: right;
}
.btn:hover, .btn:focus {
  background-color: var(--color-tint-1);
  color: #fff;
}
.btn:active {
  background-color: var(--color-tint-1);
  color: color-mix(in srgb, #fff 50%, transparent);
}

.react-datepicker {
  position: relative;
  display: block;
  font-weight: normal;
  background-color: #fff;
  color: #000;
  margin: 0 -1px;
  border-radius: 3px;
  border: 1px solid var(--color-tint-1);
}
.react-datepicker--time-only {
  font-size: 16px;
  line-height: 18px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker__triangle {
  display: none;
}
.react-datepicker-popper {
  z-index: 1;
  margin-top: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: none !important;
  transform: none !important;
  position: absolute;
  max-width: 320px;
  width: 100%;
}
.react-datepicker__header {
  text-align: center;
  position: relative;
}
.react-datepicker__header, .react-datepicker-time__header {
  font-size: 18px;
  font-weight: 600;
}
.react-datepicker__header--time {
  display: none;
}
.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select {
  position: absolute;
  margin: 3px 0 0;
}
.react-datepicker__year-dropdown-container--select {
  left: 50%;
  margin-left: 33px;
}
.react-datepicker__month-dropdown-container--select {
  right: 50%;
  margin-right: -29px;
}
.react-datepicker__year-select, .react-datepicker__month-select {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  color: var(--color-tint-1);
}
.react-datepicker__year-select option, .react-datepicker__month-select option {
  background: #fff;
}
.react-datepicker__current-month, .react-datepicker-time__header {
  color: var(--color-tint-1);
  margin-top: 0;
  padding: 15px 0;
}
.react-datepicker__current-month {
  width: 140px;
  margin: 0 auto;
  text-align: right;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  position: absolute;
  display: block;
  z-index: 1;
  top: 2px;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  background: none;
  line-height: 35px;
  text-indent: -9999px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.react-datepicker__navigation--next::before, .react-datepicker__navigation--previous::before {
  position: absolute;
  top: 12px;
  margin: 0 20px;
  width: 15px;
  height: 12px;
  display: block;
  text-indent: 0;
  opacity: 0.75;
  content: url('data:image/svg+xml,%3Csvg fill="var(--color-tint-1)" xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 12 12"%3E%3Cpath d="M13.384 6l-.65.75L8.17 12l-1.72-1.498 2.926-3.36H0V4.858h9.375l-2.926-3.36L8.17 0l4.566 5.25z"%3E%3C/path%3E%3C/svg%3E');
}
.react-datepicker__navigation--next:hover::before {
  opacity: 1;
  content: url('data:image/svg+xml,%3Csvg fill="var(--color-tint-1)" xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 12 12"%3E%3Cpath d="M13.384 6l-.65.75L8.17 12l-1.72-1.498 2.926-3.36H0V4.858h9.375l-2.926-3.36L8.17 0l4.566 5.25z"%3E%3C/path%3E%3C/svg%3E');
}
.react-datepicker__navigation--previous::before {
  opacity: 0.75;
  content: url('data:image/svg+xml,%3Csvg fill="var(--color-tint-1)" width="14px" height="12px" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate(-46.000000, -267.000000)"%3E%3Cpolygon transform="translate(52.692047, 273.000000) scale(-1, 1) rotate(270.000000) translate(-52.692047, -273.000000) " points="52.6920459 279.692047 53.4411462 279.04283 58.692047 274.47683 57.1938509 272.757433 53.8335483 275.682528 53.8335483 266.307953 51.5505457 266.307953 51.5505457 275.682528 48.1902432 272.757433 46.692047 274.47683 51.9429478 279.04283"%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E');
}
.react-datepicker__navigation--previous:hover::before {
  opacity: 1;
  content: url('data:image/svg+xml,%3Csvg fill="var(--color-tint-1)" width="14px" height="12px" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate(-46.000000, -267.000000)"%3E%3Cpolygon transform="translate(52.692047, 273.000000) scale(-1, 1) rotate(270.000000) translate(-52.692047, -273.000000) " points="52.6920459 279.692047 53.4411462 279.04283 58.692047 274.47683 57.1938509 272.757433 53.8335483 275.682528 53.8335483 266.307953 51.5505457 266.307953 51.5505457 275.682528 48.1902432 272.757433 46.692047 274.47683 51.9429478 279.04283"%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E');
}
.react-datepicker__navigation:focus {
  outline: none;
}
.react-datepicker__navigation--previous {
  left: 0;
}
.react-datepicker__navigation--next {
  right: 0;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
}
.react-datepicker__month {
  text-align: center;
  padding: 5px 0;
}
.react-datepicker__header__dropdown {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 55px;
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 20px;
  color: #464646;
}
.react-datepicker__navigation--years-upcoming::before, .react-datepicker__navigation--years-previous::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  line-height: 20px;
  text-indent: 0;
}
.react-datepicker__navigation--years-upcoming::before {
  content: url('data:image/svg+xml,%3Csvg fill="var(--color-tint-1)" width="14px" height="12px" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate(-46.000000, -267.000000)"%3E%3Cpolygon transform="translate(52.692047, 273.000000) scale(-1, 1) rotate(180.000000) translate(-52.692047, -273.000000) " points="52.6920459 279.692047 53.4411462 279.04283 58.692047 274.47683 57.1938509 272.757433 53.8335483 275.682528 53.8335483 266.307953 51.5505457 266.307953 51.5505457 275.682528 48.1902432 272.757433 46.692047 274.47683 51.9429478 279.04283"%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E');
}
.react-datepicker__navigation--years-previous::before {
  content: url('data:image/svg+xml,%3Csvg fill="var(--color-tint-1)" width="14px" height="12px" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate(-46.000000, -267.000000)"%3E%3Cpolygon transform="translate(52.692047, 273.000000) scale(-1, 1) rotate(180.000000) translate(-52.692047, -273.000000) " points="52.6920459 279.692047 53.4411462 279.04283 58.692047 274.47683 57.1938509 272.757433 53.8335483 275.682528 53.8335483 266.307953 51.5505457 266.307953 51.5505457 275.682528 48.1902432 272.757433 46.692047 274.47683 51.9429478 279.04283"%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E');
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.react-datepicker__month-dropdown, .react-datepicker__year-dropdown {
  background: #fff;
  border: 1px solid var(--color-tint-1);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
}
.react-datepicker__month-read-view, .react-datepicker__year-read-view {
  padding: 6px 0;
  opacity: 0;
  cursor: pointer;
}
.react-datepicker__month-option, .react-datepicker__year-option {
  padding: 5px 15px;
  cursor: pointer;
}
.react-datepicker__month-option--selected_month, .react-datepicker__year-option--selected_year {
  background: color-mix(in srgb, var(--color-tint-1) 25%, transparent);
}
.react-datepicker__month-option--selected, .react-datepicker__year-option--selected {
  display: none;
}
.react-datepicker__month-option:hover, .react-datepicker__month-option:focus, .react-datepicker__year-option:hover, .react-datepicker__year-option:focus {
  background: color-mix(in srgb, var(--color-tint-1) 25%, transparent);
}
.react-datepicker__time-container {
  float: right;
  width: 70px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time {
  position: relative;
}
.react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  padding: 0 30px 0 0;
  width: calc(100% + 30px);
}
.react-datepicker__time-list-item {
  scroll-snap-align: start;
  width: 70px;
  display: table;
  line-height: 30px;
  cursor: pointer;
}
.react-datepicker__time-list-item:hover {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, transparent);
}
.react-datepicker__time-list-item--selected, .react-datepicker__time-list-item--selected:hover {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, transparent);
}
.react-datepicker__time-list-item--disabled {
  cursor: default;
  background-color: #464646;
}
.react-datepicker__time-list-item--disabled, .react-datepicker__time-list-item--disabled:hover {
  color: #000;
}
.react-datepicker__day-names {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  opacity: 0.3;
}
.react-datepicker__day-names, .react-datepicker__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 5px;
  color: #464646;
  text-align: center;
}
.react-datepicker__week:last-child .react-datepicker__day,
.react-datepicker__week:last-child .react-datepicker__time-name {
  border-bottom: 0;
}
.react-datepicker__day {
  cursor: pointer;
}
.react-datepicker__day:hover {
  background-color: color-mix(in srgb, var(--color-tint-1) 15%, transparent);
  color: inherit;
}
.react-datepicker__day--today {
  color: var(--color-tint-1);
  font-weight: 700;
}
.react-datepicker__day--highlighted, .react-datepicker__day--highlighted:hover {
  background-color: color-mix(in srgb, var(--color-tint-1) 25%, transparent);
  color: inherit;
}
.react-datepicker__day--selected, .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range, .react-datepicker__day--in-range:hover {
  color: #fff;
  background-color: var(--color-tint-1);
}
.react-datepicker__day--keyboard-selected, .react-datepicker__day--keyboard-selected:hover {
  color: #fff;
  background-color: var(--color-tint-1);
}
.react-datepicker__day--disabled, .react-datepicker__day--disabled:hover {
  cursor: default;
  background-color: #464646;
  color: #969696;
}
.react-datepicker__input-container {
  position: relative;
  height: 48px;
}
.react-datepicker__input {
  width: 100%;
  margin: 0;
  outline: 0;
  border: 0;
  padding: 14px 20px;
  background: none;
  color: inherit;
}
.react-datepicker__input::-webkit-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.react-datepicker__input::-moz-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.react-datepicker__input:-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.react-datepicker__input::-ms-input-placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.react-datepicker__input::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.react-datepicker__indicator {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 2.2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  outline: 0;
  padding: 0 14px;
  pointer-events: none;
}
.react-datepicker__indicator-icon {
  width: 16px;
  height: 13px;
  fill: var(--color-tint-1);
}
.react-datepicker__day--outside-month {
  opacity: 0.4;
}

.overview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2.5rem;
  padding: 0 0 1.2rem;
  border-bottom: 0.1rem solid #000;
}
.overview__header-icon-wrapper {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1.3rem;
  padding: 0.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.1rem solid #000;
}
.overview__header-icon {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.overview__header-title {
  font-size: 2rem;
  width: 100%;
  margin: 0;
}
.overview__list {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.overview__list:focus {
  outline: none;
}
.overview__list-item {
  background-color: #fff;
  margin: 0.5rem 0;
  position: relative;
}
.overview__list-item:first-child {
  margin-top: 0;
}
.overview__list-item-nocomment {
  background-color: #fff;
  margin: 3rem 0;
  padding: 3rem;
  position: relative;
  color: var(--color-tint-1);
  font-weight: bold;
}
.overview__list-item-nocomment:first-child {
  margin-top: 0;
}
.overview__load-more-btn {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 2.2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: color-mix(in srgb, #000 7%, var(--color-block-bg-tint-1, #fff));
  color: var(--color-tint-1);
  text-align: center;
  width: 100%;
}
.overview__load-more-btn:hover, .overview__load-more-btn:focus {
  background-color: var(--color-tint-1);
  color: #fff;
}
.overview__load-more-btn:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.overview__load-more-btn:active .Btn_Icon {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.overview__error {
  display: table;
  margin: 4.9rem auto 2rem;
  color: #d52b1e;
}
.overview__no-items-text {
  margin: 2rem;
}

.overview-item-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem;
}
.overview-item-post__content-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .overview-item-post__content-wrapper {
    margin-right: 3rem;
  }
}
.overview-item-post__header {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview-item-post__header:focus {
  outline: none;
}
.overview-item-post__header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview-item-post__header-item--edit-btn::before, .overview-item-post__header-item--location::before {
  content: "-";
  margin: 0 1rem;
}
.overview-item-post__header-item--like-action {
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
}
.overview-item-post__initials, .overview-item-post__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2rem;
  background: var(--color-tint-2);
}
@media only screen and (min-width: 1024px) {
  .overview-item-post__initials, .overview-item-post__image {
    margin: 0 3rem;
  }
}
.overview-item-post__initials {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.overview-item-post__user-name-url {
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
}
.overview-item-post__user-name-url:hover, .overview-item-post__user-name-url:focus {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.overview-item-post__user-name-url:active {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
.overview-item-post__location {
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
}
.overview-item-post__location:hover, .overview-item-post__location:focus {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.overview-item-post__location:active {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
.overview-item-post__edit-btn {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
  display: inline-block;
  text-transform: lowercase;
}
.overview-item-post__edit-btn:hover, .overview-item-post__edit-btn:focus {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.overview-item-post__edit-btn:active {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
.overview-item-post__publish-date {
  margin-bottom: 1rem;
}
.overview-item-post__text {
  font-style: italic;
}
.overview-item-post__like-action {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.overview-item-post__like-action:hover, .overview-item-post__like-action:focus {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.overview-item-post__like-action:active {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}

.overview-item-post-form {
  background: #fff;
  padding: 3rem;
}
@media only screen and (min-width: 1024px) {
  .overview-item-post-form {
    margin: 0 3rem;
  }
}
.overview-item-post-form__cancel {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 2.2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: color-mix(in srgb, #000 7%, var(--color-block-bg-tint-1, #fff));
  color: var(--color-tint-1);
}
.overview-item-post-form__cancel:hover, .overview-item-post-form__cancel:focus {
  background-color: var(--color-tint-1);
  color: #fff;
}
.overview-item-post-form__cancel:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.overview-item-post-form__cancel:active .Btn_Icon {
  background-color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.overview-item-post-form__submit {
  display: inline-block;
  max-width: 100%;
  border: 0;
  padding: 15px 25px;
  text-align: left;
  line-height: 2.2rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: var(--color-tint-1);
  color: #fff;
}
.overview-item-post-form__submit:hover, .overview-item-post-form__submit:focus {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: #fff;
}
.overview-item-post-form__submit:active {
  background-color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  color: color-mix(in srgb, #fff 50%, transparent);
}
.overview-item-post-form .form__group--has-columns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.overview-item-post-form .form__column {
  width: auto;
}

.react-actions-container {
  margin: 30px;
}
@media only screen and (min-width: 768px) {
  .react-actions-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.react-actions-container__title {
  margin: 0;
}

.react-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .react-actions {
    margin-left: auto;
  }
}
.react-actions__item:not(:last-child) {
  margin-right: 2rem;
}
.react-actions__item-action {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: var(--color-tint-1);
  fill: var(--color-tint-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.react-actions__item-action:hover, .react-actions__item-action:focus {
  color: color-mix(in srgb, var(--color-tint-1) 60%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 60%, #000);
}
.react-actions__item-action:active {
  color: color-mix(in srgb, var(--color-tint-1) 90%, #000);
  fill: color-mix(in srgb, var(--color-tint-1) 90%, #000);
}
.Container-IntranetGrey .react-actions__item-action {
  color: #f5f5f5;
  fill: #f5f5f5;
}
.Container-IntranetGrey .react-actions__item-action:hover, .Container-IntranetGrey .react-actions__item-action:focus, .Container-IntranetGrey .react-actions__item-action:active {
  color: #c5c5c5;
  fill: #f5f5f5;
}

.react-like-action__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.react-like-action__icon {
  width: 4rem;
  height: 4rem;
  fill: none;
  stroke: var(--color-tint-1);
  stroke-width: 10;
}
.react-like-action__icon--liked {
  fill: var(--color-tint-1);
}
.react-like-action__counter {
  margin: 0 0.5rem;
  font-size: 0.8em;
  opacity: 0.8;
}
.react-like-action__counter::before {
  content: "(";
}
.react-like-action__counter::after {
  content: ")";
}

.react-post-action__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.react-post-action__icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.5rem;
}
.react-post-action__counter {
  font-size: 0.8em;
  opacity: 0.8;
  margin: 0 0.5rem;
}
.react-post-action__counter::before {
  content: "(";
}
.react-post-action__counter::after {
  content: ")";
}

.mentions-textarea {
  position: relative;
  margin: 1.4rem 2rem;
  width: 100%;
  min-height: 84px;
  line-height: normal;
}
.mentions-textarea__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  line-height: inherit;
  font-family: inherit;
  padding: 0;
  overflow: hidden;
  resize: none;
}
.mentions-textarea__input::-webkit-input-placeholder {
  color: color-mix(in srgb, #969696 60%, transparent);
}
.mentions-textarea__input::-moz-placeholder {
  color: color-mix(in srgb, #969696 60%, transparent);
}
.mentions-textarea__input:-ms-input-placeholder {
  color: color-mix(in srgb, #969696 60%, transparent);
}
.mentions-textarea__input::-ms-input-placeholder {
  color: color-mix(in srgb, #969696 60%, transparent);
}
.mentions-textarea__input::placeholder {
  color: color-mix(in srgb, #969696 60%, transparent);
}
.mentions-textarea__input:focus-visible {
  outline: none;
}
.mentions-textarea__suggestions {
  border: 1px solid #e7e5e7;
  -webkit-box-shadow: color-mix(in srgb, #000 33%, transparent) 0 2px 4px;
  box-shadow: color-mix(in srgb, #000 33%, transparent) 0 2px 4px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(250px, 100svh);
}
.mentions-textarea__suggestions__item {
  padding: 0 3px;
}
.mentions-textarea__suggestions__item:not(:last-child) {
  border-bottom: 1px solid #e7e5e7;
}
.mentions-textarea__suggestions__item--focused {
  background: var(--color-tint-1);
  color: #fff;
}
.mentions-textarea__highlighter {
  z-index: 2;
  border: none !important;
  pointer-events: none;
}
.mentions-textarea__highlight {
  color: #00afdc;
  pointer-events: all;
}
.mentions-textarea__highlight:hover {
  text-decoration: underline;
}