/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/flickity/dist/flickity.css ***!
  \***********************************************************************************************************************/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./src/sass/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.eot?89937650");
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.eot?89937650#iefix") format("embedded-opentype"), url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.woff2?89937650") format("woff2"), url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.woff?89937650") format("woff"), url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.ttf?89937650") format("truetype"), url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.svg?89937650#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fontello/fontello.svg?89937650#fontello") format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-close:before {
  content: "\e800";
}

/* '' */
.icon-twitter:before {
  content: "\e801";
}

/* '' */
.icon-mail:before {
  content: "\e804";
}

/* '' */
.icon-phone:before {
  content: "\e805";
}

/* '' */
.icon-globe:before {
  content: "\e806";
}

/* '' */
.icon-play:before {
  content: "\e806";
}

/* '' */
.icon-home:before {
  content: "\e807";
}

/* '' */
.icon-search:before {
  content: "\e808";
}

/* '' */
.icon-clock:before {
  content: "\e809";
}

/* '' */
.icon-quote:before {
  content: "\e80a";
}

/* '' */
.icon-check:before {
  content: "\e80b";
}

/* '' */
.icon-location:before {
  content: "\e80c";
}

/* '' */
.icon-info:before {
  content: "\e815";
}

/* '' */
.icon-arrow-down:before {
  content: "\e816";
}

/* '' */
.icon-arrow-up:before {
  content: "\e819";
}

/* '' */
.icon-spinner:before {
  content: "\e834";
}

/* '' */
.icon-minus:before {
  content: "\ea60";
}

/* '' */
.icon-plus:before {
  content: "\ea62";
}

/* '' */
.icon-dot:before {
  content: "\ea63";
}

/* '' */
.icon-arrow-right:before {
  content: "\ea64";
}

/* '' */
.icon-down:before {
  content: "\ea65";
}

/* '' */
.icon-left:before {
  content: "\ea66";
}

/* '' */
.icon-right:before {
  content: "\ea67";
}

/* '' */
.icon-up:before {
  content: "\ea68";
}

/* '' */
.icon-up-right:before {
  content: "\ea69";
}

/* '' */
.icon-arrow-left:before {
  content: "\ea6a";
}

/* '' */
.icon-linkedin:before {
  content: "\ea6b";
}

/* '' */
.icon-facebook:before {
  content: "\ea6c";
}

/* '' */
.icon-youtube:before {
  content: "\ea6d";
}

/* '' */
.icon-rss:before {
  content: "\f09e";
}

/* '' */
.icon-document:before {
  content: "\f0f6";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-pdf:before {
  content: "\f1c1";
}

/* '' */
.icon-excel:before {
  content: "\f1c3";
}

/* '' */
.icon-powerpoint:before {
  content: "\f1c4";
}

/* '' */
.icon-image:before {
  content: "\f1c5";
}

/* '' */
.icon-zip:before {
  content: "\f1c6";
}

/* '' */
.icon-pinterest:before {
  content: "\f231";
}

/* '' */
.icon-vimeo:before {
  content: "\f27d";
}

/* '' */
.icon-close.icon--after:after {
  content: "\e800";
}

.icon-twitter.icon--after:after {
  content: "\e801";
}

.icon-mail.icon--after:after {
  content: "\e804";
}

.icon-phone.icon--after:after {
  content: "\e805";
}

.icon-globe.icon--after:after {
  content: "\e806";
}

.icon-play.icon--after:after {
  content: "\e806";
}

.icon-home.icon--after:after {
  content: "\e807";
}

.icon-search.icon--after:after {
  content: "\e808";
}

.icon-clock.icon--after:after {
  content: "\e809";
}

.icon-quote.icon--after:after {
  content: "\e80a";
}

.icon-check.icon--after:after {
  content: "\e80b";
}

.icon-location.icon--after:after {
  content: "\e80c";
}

.icon-info.icon--after:after {
  content: "\e815";
}

.icon-arrow-down.icon--after:after {
  content: "\e816";
}

.icon-arrow-up.icon--after:after {
  content: "\e819";
}

.icon-spinner.icon--after:after {
  content: "\e834";
}

.icon-minus.icon--after:after {
  content: "\ea60";
}

.icon-plus.icon--after:after {
  content: "\ea62";
}

.icon-dot.icon--after:after {
  content: "\ea63";
}

.icon-arrow-right.icon--after:after {
  content: "\ea64";
}

.icon-down.icon--after:after {
  content: "\ea65";
}

.icon-left.icon--after:after {
  content: "\ea66";
}

.icon-right.icon--after:after {
  content: "\ea67";
}

.icon-up.icon--after:after {
  content: "\ea68";
}

.icon-up-right.icon--after:after {
  content: "\ea69";
}

.icon-arrow-left.icon--after:after {
  content: "\ea6a";
}

.icon-linkedin.icon--after:after {
  content: "\ea6b";
}

.icon-facebook.icon--after:after {
  content: "\ea6c";
}

.icon-youtube.icon--after:after {
  content: "\ea6d";
}

.icon-rss.icon--after:after {
  content: "\f09e";
}

.icon-document.icon--after:after {
  content: "\f0f6";
}

.icon-instagram.icon--after:after {
  content: "\f16d";
}

.icon-pdf.icon--after:after {
  content: "\f1c1";
}

.icon-excel.icon--after:after {
  content: "\f1c3";
}

.icon-powerpoint.icon--after:after {
  content: "\f1c4";
}

.icon-image.icon--after:after {
  content: "\f1c5";
}

.icon-zip.icon--after:after {
  content: "\f1c6";
}

.icon-pinterest.icon--after:after {
  content: "\f231";
}

.icon-vimeo.icon--after:after {
  content: "\f27d";
}

.icon--after:before {
  content: normal;
}

@font-face {
  font-family: "Suisse Works";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseWorks-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Works";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseWorks-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Works";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseWorks-Medium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Works";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseWorks-MediumItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseIntl-Medium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseIntl-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("https://144280161.fs1.hubspotusercontent-eu1.net/hubfs/144280161/raw_assets/public/pharmetheus-theme/dist/assets/fonts/SuisseIntl-MediumItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root {
  interpolate-size: allow-keywords;
  color-scheme: light;
  --bg-color: #f0f0f5;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  --site-width-min: 90vw;
  --site-width-max: 82.5rem;
  --scrollbar-width: 0px;
  --body-bg: var(--bg-color);
  --color-overlay: rgba(0, 0, 0, .2);
  --spacing-xx-small: 0.25rem;
  --spacing-x-small: 0.5rem;
  --spacing-small: 1rem;
  --spacing-medium: clamp(1.125rem, 1.03vw + 0.88rem, 1.5rem);
  --spacing-large: clamp(1.5rem, 2.74vw + 0.86rem, 2.5rem);
  --spacing-x-large: clamp(2rem, 4.1vw + 1.04rem, 3.5rem);
  --spacing-xx-large: clamp(2.5rem, 6.84vw + 0.9rem, 5rem);
  --spacing-xxx-large: clamp(3.5rem, 6.84vw + 1.9rem, 6rem);
  --padding-small: 1.125rem;
  --padding-default: 2rem;
  --padding-large: 3.5rem;
  --container-margin: var(--spacing-xx-large);
  --section-padding: var(--spacing-xx-large);
  --grid-gap: var(--spacing-small);
  --border-radius: 0.5rem;
  --border-radius-small: 0.25rem;
  --border-radius-large: 1.5rem;
  --easing: ease;
  --shadow-small: 0 0.4rem 0.6rem 0 rgba(46, 77, 100, 0.39);
  --shadow-medium: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.2), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  --body-font-size: clamp(1rem, 0.34vw + 0.92rem, 1.125rem);
  --body-font-family: "Suisse Int'l", Helvetica, sans-serif;
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-line-height: 1.5;
  --body-letter-spacing: 0;
  --body-text-transform: none;
  --text-decoration-color: initial;
  --text-decoration-thickness: 1px;
  --text-underline-offset: 0.25rem;
  --font-size-xx-small: 0.75rem;
  --font-size-x-small: clamp(0.75rem, 0.34vw + 0.67rem, 0.875rem);
  --font-size-small: clamp(0.875rem, 0.34vw + 0.79rem, 1rem);
  --font-size-default: clamp(1rem, 0.34vw + 0.92rem, 1.125rem);
  --font-size-large: clamp(1.3125rem, 0.51vw + 1.19rem, 1.5rem);
  --font-size-display: clamp(2.8125rem, 4.62vw + 1.73rem, 4.5rem);
  --display-line-height: clamp(3.0938rem, 3.85vw + 2.19rem, 4.5rem);
  --h1-size: clamp(2.375rem, 2.39vw + 1.81rem, 3.25rem);
  --h2-size: clamp(1.875rem, 2.05vw + 1.39rem, 2.625rem);
  --h3-size: clamp(1.5rem, 0.68vw + 1.34rem, 1.75rem);
  --h4-size: clamp(1.375rem, 0.34vw + 1.29rem, 1.5rem);
  --h5-size: clamp(1.25rem, 0.34vw + 1.17rem, 1.375rem);
  --h6-size: clamp(1.125rem, 0.34vw + 1.04rem, 1.25rem);
  --heading-font-family: "Suisse Works", Helvetica, sans-serif;
  --heading-font-weight: normal;
  --heading-margin: var(--spacing-small);
  --heading-font-style: normal;
  --heading-line-height: 1.15;
  --heading-letter-spacing: 0;
  --heading-text-transform: none;
  /*	--dialog-background: white;
  	--dialog-width: 40rem;
  	--dialog-padding: var(--spacing-large);
  	--dialog-shadow: var(--shadow-large);
  	--dialog-close-button-size: 2rem;
  	--dialog-close-button-color: var(--text-color);
  	--dialog-backdrop-color: var(--color-overlay);
  	--dialog-animation-duration: 0.5s; */
  /*	--burger-menu-size: 24px;
  	--burger-menu-thickness: 2px; */
}

:root {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
}
*,
::before,
::after {
  box-sizing: border-box;
  text-decoration-color: var(--text-decoration-color, initial);
  text-decoration-thickness: var(--text-decoration-thickness, initial);
  text-underline-offset: var(--text-underline-offset, initial);
}

::-moz-selection {
  background-color: var(--selection-bg, var(--color-primary, initial));
  color: var(--selection-color, initial);
}

::selection {
  background-color: var(--selection-bg, var(--color-primary, initial));
  color: var(--selection-color, initial);
}

html {
  background: var(--body-bg, white);
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--body-font-size, 1rem);
  color: var(--text-color, black);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h1-size, 3rem);
  color: var(--heading-color, inherit);
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
  color: var(--heading-color, inherit);
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover {
  color: var(--heading-color, inherit);
}

h1,
.h1 {
  font-size: var(--h1-size, 3rem);
}

h2,
.h2 {
  font-size: var(--h2-size, 2.2rem);
}

h3,
.h3 {
  font-size: var(--h3-size, 1.8rem);
}

h4,
.h4 {
  font-size: var(--h4-size, 1.4rem);
}

h5,
.h5 {
  font-size: var(--h5-size, 1.2rem);
}

h6,
.h6 {
  font-size: var(--h6-size, 1rem);
}

a {
  color: var(--link-color, blue);
  text-decoration-line: var(--link-decoration, none);
  transition: all var(--link-transition-duration, 0.25s) var(--easing);
  cursor: pointer;
}
a:hover {
  color: var(--link-color-hover, darkblue);
}

p {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

pre {
  background: #111;
  margin: 0 0 var(--spacing-medium, 1.5rem);
  padding: var(--spacing-medium, 1.5rem);
  max-height: 30rem;
  overflow: auto;
  color: white;
}

ul,
ol {
  margin: 0 0 var(--spacing-medium, 1.5rem) var(--spacing-large, 3rem);
  padding: 0;
}

dl {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

p:has(> img:only-child),
p:has(> video:only-child),
figure {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}
p:has(> img:only-child) img,
p:has(> img:only-child) video,
p:has(> video:only-child) img,
p:has(> video:only-child) video,
figure img,
figure video {
  display: block;
  width: 100%;
}

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

blockquote {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

hr {
  margin: var(--spacing-large) 0;
  border: 1px solid var(--color-border);
  border-top: 0;
}

.container {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}

input,
select,
div[data-hsfc-id=Renderer].hsfc-Renderer select,
textarea,
div[data-hsfc-id=Renderer].hsfc-Renderer textarea {
  accent-color: var(--color-primary, auto);
}

input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local], div[data-hsfc-id=Renderer].hsfc-Renderer input[type=text],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=password],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=search],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=email],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=url],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=tel],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=number],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=date],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=month],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=week],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=time],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime-local],
select,
div[data-hsfc-id=Renderer].hsfc-Renderer select,
textarea,
div[data-hsfc-id=Renderer].hsfc-Renderer textarea {
  background-color: var(--form-field-bg, white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: var(--form-field-padding-y, 0.75rem) var(--form-field-padding-x, 1.25rem);
  font-size: var(--form-field-font-size, var(--body-font-size, inherit));
  font-family: var(--form-field-font-family, var(--body-font-family, inherit));
  font-weight: var(--form-field-font-weight, var(--body-font-weight, inherit));
  letter-spacing: var(--form-field-letter-spacing, var(--body-letter-spacing, inherit));
  line-height: var(--form-field-line-height, var(--body-line-height, inherit));
  text-transform: none;
  text-decoration: none;
  text-align: left;
  color: var(--form-field-text-color, var(--text-color, inherit));
  transition: all var(--form-field-transition-duration, 0.25s) var(--easing);
  border-width: var(--form-field-border-width, 1px);
  border-style: var(--form-field-border-style, solid);
  border-color: var(--form-field-border-color, var(--color-border, black));
  border-radius: var(--form-field-border-radius, var(--border-radius, 0));
}
input[type=text]:hover,input[type=password]:hover,input[type=search]:hover,input[type=email]:hover,input[type=url]:hover,input[type=tel]:hover,input[type=number]:hover,input[type=date]:hover,input[type=month]:hover,input[type=week]:hover,input[type=time]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover, div[data-hsfc-id=Renderer].hsfc-Renderer input[type=text]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=password]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=search]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=email]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=url]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=tel]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=number]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=date]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=month]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=week]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=time]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime]:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime-local]:hover,
select:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer select:hover,
textarea:hover,
div[data-hsfc-id=Renderer].hsfc-Renderer textarea:hover {
  background-color: var(--form-field-hover-bg, var(--form-field-bg, white));
  border-color: var(--form-field-hover-border-color, var(--color-primary, blue));
}
input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus, div[data-hsfc-id=Renderer].hsfc-Renderer input[type=text]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=password]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=search]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=email]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=url]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=tel]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=number]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=date]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=month]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=week]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=time]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime]:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime-local]:focus,
select:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer select:focus,
textarea:focus,
div[data-hsfc-id=Renderer].hsfc-Renderer textarea:focus {
  background-color: var(--form-field-focus-bg, var(--form-field-bg, white));
  border-color: var(--form-field-focus-border-color, var(--color-primary, blue));
  outline: 0;
}

select, div[data-hsfc-id=Renderer].hsfc-Renderer select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40"><polygon points="2.7,14.4 6.8,10.3 20,23.5 33.2,10.3 37.3,14.4 20,31.7 "/></svg>');
  background-repeat: no-repeat;
  background-position: right var(--form-field-padding-x, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  padding-right: calc(var(--form-field-padding-x, 1.25rem) * 2 + var(--select-arrow-size, 0.5rem));
}

textarea, div[data-hsfc-id=Renderer].hsfc-Renderer textarea {
  resize: vertical;
}
textarea:not([rows]), div[data-hsfc-id=Renderer].hsfc-Renderer textarea:not([rows]) {
  height: 12rem;
}

::-moz-placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

::placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.grid,
[class*=grid--] {
  --grid-cols: 1;
  display: grid;
  gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
}

.grid--2 {
  --grid-cols: 2;
}

.grid--3 {
  --grid-cols: 3;
}

.grid--4 {
  --grid-cols: 4;
}

.grid--5 {
  --grid-cols: 5;
}

.grid--6 {
  --grid-cols: 6;
}

@media (min-width: 768px) {
  [class*="tablet:grid--"] {
    --grid-cols: 1;
    display: grid;
    gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }
  .tablet\:grid--2 {
    --grid-cols: 2;
  }
  .tablet\:grid--3 {
    --grid-cols: 3;
  }
  .tablet\:grid--4 {
    --grid-cols: 4;
  }
  .tablet\:grid--5 {
    --grid-cols: 5;
  }
  .tablet\:grid--6 {
    --grid-cols: 6;
  }
}
@media (min-width: 1080px) {
  [class*="laptop:grid--"] {
    --grid-cols: 1;
    display: grid;
    gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }
  .laptop\:grid--2 {
    --grid-cols: 2;
  }
  .laptop\:grid--3 {
    --grid-cols: 3;
  }
  .laptop\:grid--4 {
    --grid-cols: 4;
  }
  .laptop\:grid--5 {
    --grid-cols: 5;
  }
  .laptop\:grid--6 {
    --grid-cols: 6;
  }
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
}
[class^=icon-]:empty::before,
[class*=" icon-"]:empty::before {
  margin-right: 0;
}
[class^=icon-]:blank::before,
[class*=" icon-"]:blank::before {
  margin-right: 0;
}

.icon--after::after {
  margin-right: 0;
  margin-left: var(--icon-margin, 0.25rem);
  line-height: inherit;
}
.icon--after:empty::after {
  margin-left: 0;
}
.icon--after:blank::after {
  margin-left: 0;
}

[class*=ratio--] {
  position: relative;
  display: block;
}
[class*=ratio--]::before {
  pointer-events: none;
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
[class*=ratio--] > img,
[class*=ratio--] > video,
[class*=ratio--] > iframe,
[class*=ratio--] > :not(figcaption) img,
[class*=ratio--] > :not(figcaption) video,
[class*=ratio--] > :not(figcaption) iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: auto;
}

.ratio--16-9::before {
  padding-bottom: 56.25%;
}

.ratio--16-10::before {
  padding-bottom: 62.5%;
}

.ratio--21-9::before {
  padding-bottom: 42.8571428571%;
}

.ratio--4-3::before {
  padding-bottom: 75%;
}

.ratio--1-1::before {
  padding-bottom: 100%;
}

.ratio--4-5::before {
  padding-bottom: 125%;
}

.section {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding, 6rem) var(--site-padding);
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 var(--spacing-medium, 1.5rem);
  height: 0;
}
.video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --icon-size: 2.1875rem;
  --icon-size-small: 1.4374rem;
}

.icon--square {
  background-color: var(--icon-square-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: calc(1em / var(--icon-scale, 0.53));
  height: calc(1em / var(--icon-scale, 0.53));
  line-height: 1;
  font-size: calc(var(--icon-size, 1.77em) * var(--icon-scale, 0.52));
  color: var(--icon-color);
  border: 1px solid var(--icon-square-bg);
  color: var(--icon-square-color);
  transition: color 0.3s var(--easing), background-color 0.3s var(--easing);
}
.icon--square:hover {
  --icon-square-color: var(--icon-square-color-hover);
  --icon-square-bg: var(--icon-square-bg-hover);
}
@container style(--icon-hover: true) {
  .icon--square {
    --icon-square-color: var(--icon-square-color-hover);
    --icon-square-bg: var(--icon-square-bg-hover);
  }
}

.icon--square-outline {
  background-color: var(--icon-square-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: calc(1em / var(--icon-scale, 0.53));
  height: calc(1em / var(--icon-scale, 0.53));
  line-height: 1;
  font-size: calc(var(--icon-size, 1.77em) * var(--icon-scale, 0.52));
  color: var(--icon-color);
  border: 1px solid var(--icon-square-bg);
  color: var(--icon-square-color);
  transition: color 0.3s var(--easing), background-color 0.3s var(--easing);
  --icon-square-color: var(--icon-square-bg);
  background-color: transparent;
}
.icon--square-outline:hover {
  --icon-square-color: var(--icon-square-color-hover);
  --icon-square-bg: var(--icon-square-bg-hover);
}
@container style(--icon-hover: true) {
  .icon--square-outline {
    --icon-square-color: var(--icon-square-color-hover);
    --icon-square-bg: var(--icon-square-bg-hover);
  }
}
.icon--square-outline:hover {
  --icon-square-color: #fff;
  background: var(--heading-color);
  color: var(--icon-square-color);
}
@container style(--icon-hover: true) {
  .icon--square-outline {
    --icon-square-color: #fff;
    background: var(--heading-color);
    color: var(--icon-square-color);
  }
}

.list--seperated {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0 var(--spacing-small);
  margin: 0;
}
.list--seperated > li {
  position: relative;
}
.list--seperated > li:not(:first-of-type) {
  padding-left: var(--spacing-small);
}
.list--seperated > li:not(:first-of-type)::before {
  content: "•";
  color: currentColor;
  position: absolute;
  left: -2px;
}
.list--seperated > li a:hover {
  --link-decoration: underline;
}

details {
  --card-padding: var(--spacing-medium);
  position: relative;
  display: grid;
  grid-template-rows: auto 0fr;
  gap: 0;
  align-content: start;
  background-color: var(--bg-color);
  color: var(--text-color);
  transition-duration: 0.5s;
  transition: background-color 0.5s var(--easing);
}
details:not([open])::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--card-padding);
  right: var(--card-padding);
  border-top: 1px solid var(--color-border);
}
details summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
:where(details summary) {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--h4-size);
  color: var(--heading-color);
}

details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea62";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  align-self: start;
  grid-row: 1;
  grid-column: 2;
  font-size: 0.7em;
  color: var(--icon-color);
  align-self: start;
  margin: 0 0 0 var(--spacing-medium);
  padding-top: 3px;
  transition: rotate 0.3s var(--easing);
}
details summary > :last-child {
  margin-bottom: 0;
}
details summary + div > :first-child {
  margin-top: var(--spacing-small);
}
details::details-content {
  overflow: hidden;
  opacity: 0;
  transition: content-visibility, opacity;
  transition-behavior: allow-discrete;
  transition-duration: 0.5s;
}
details[open] {
  grid-template-rows: auto 1fr;
}
details[open] summary::after {
  content: "\ea60";
  rotate: -180deg;
}
details[open]::details-content {
  opacity: 1;
}
details:not([open]):hover summary {
  --icon-color: var(--link-color);
  color: var(--link-color);
}

.bg--default,
.bg--secondary-03 {
  color-scheme: light;
  --bg-color: #f0f0f5;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  color: var(--text-color);
  background: var(--bg-color);
}
.bg--default details[open],
.bg--secondary-03 details[open] {
  color-scheme: light;
  --bg-color: #dbe1db;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
}

.bg--transparent {
  color-scheme: light;
  --bg-color: transparent;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  color: var(--text-color);
  background: var(--bg-color);
}
.bg--transparent details[open] {
  color-scheme: light;
  --bg-color: #dbe1db;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
}

.bg--white {
  color-scheme: light;
  --bg-color: #fff;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  color: var(--text-color);
  background: var(--bg-color);
}
.bg--white details[open] {
  color-scheme: light;
  --bg-color: #dbe1db;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
}

.bg--secondary-09 {
  color-scheme: light;
  --bg-color: #dbe1db;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  --icon-round-bg-disabled: #fff;
  color: var(--text-color);
  background: var(--bg-color);
}
.bg--secondary-09 details[open] {
  color-scheme: light;
  --bg-color: #fff;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
}

.bg--primary-03 {
  color-scheme: dark;
  --bg-color: #00303a;
  --heading-color: #fff;
  --text-color: #fff;
  --text-color-alt: #f0f0f5;
  --section-label-color: #fff;
  --text-tag-color: #215a64;
  --text-tag-bg: #c3d0d2;
  --link-color: #cbd6c8;
  --link-color-hover: currentColor;
  --bullet-color: #c3d0d2;
  --color-border: #215a64;
  --selection-bg: #fff;
  --selection-color: #00303a;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #fff;
  --icon-color-hover: #f0f0f5;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #00303a;
  --icon-square-bg: #fff;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #323c46;
  --icon-square-color-hover: #00303a;
  --icon-square-bg-hover: #fff;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #fff;
  --form-field-hover-border-color: #508791;
  --form-field-focus-border-color: #508791;
  --placeholder-color: #404040;
  --button-bg: #fff;
  --button-bg-hover: #cbd6c8;
  --button-color: #00303a;
  --button-color-hover: #000;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #cbd6c8;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #000;
  --button-ghost-bg: #fff;
  --button-ghost-bg-hover: #fff;
  --button-ghost-color: #fff;
  --button-ghost-color-hover: #00303a;
  color: var(--text-color);
  background: var(--bg-color);
}
.bg--primary-03 details[open] {
  color-scheme: light;
  --bg-color: #f0f0f5;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
}

.bg--primary-02 {
  color-scheme: light;
  --bg-color: #215a64;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  color: var(--text-color);
  background: var(--bg-color);
}
.bg--primary-02 details[open] {
  color-scheme: light;
  --bg-color: #fff;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #215a64;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
}

.bg--media {
  color-scheme: dark;
  --bg-color: transparent;
  --heading-color: #fff;
  --text-color: #fff;
  --text-color-alt: #f0f0f5;
  --section-label-color: #fff;
  --text-tag-color: #215a64;
  --text-tag-bg: #c3d0d2;
  --link-color: #cbd6c8;
  --link-color-hover: currentColor;
  --bullet-color: #c3d0d2;
  --color-border: #215a64;
  --selection-bg: #fff;
  --selection-color: #00303a;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #fff;
  --icon-color-hover: #f0f0f5;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #00303a;
  --icon-square-bg: #fff;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #323c46;
  --icon-square-color-hover: #00303a;
  --icon-square-bg-hover: #fff;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #fff;
  --form-field-hover-border-color: #508791;
  --form-field-focus-border-color: #508791;
  --placeholder-color: #404040;
  --button-bg: #fff;
  --button-bg-hover: #cbd6c8;
  --button-color: #00303a;
  --button-color-hover: #000;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #cbd6c8;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #000;
  --button-ghost-bg: #fff;
  --button-ghost-bg-hover: #fff;
  --button-ghost-color: #fff;
  --button-ghost-color-hover: #00303a;
  color: var(--text-color);
  background: var(--bg-color);
  overflow: hidden;
}
:where(.bg--media) {
  position: relative;
}
.bg--media:not(.card--clickable).bg--media-overlay::before, .bg--media.card--clickable.bg--media-overlay > a::before {
  background-color: var(--color-overlay);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bg--media > figure:first-child, .bg--media.card--clickable > a > figure:first-child {
  display: contents;
}
.bg--media > figure:first-child > div, .bg--media.card--clickable > a > figure:first-child > div {
  display: contents;
}
.bg--media > figure:first-child img,
.bg--media > figure:first-child video, .bg--media.card--clickable > a > figure:first-child img,
.bg--media.card--clickable > a > figure:first-child video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

:root {
  --button-padding-x: 11px;
  --button-padding-y: 7px;
  --button-font-size: var(--font-size-small);
  --button-font-family: var(--body-font-family);
  --button-font-weight: 400;
  --button-letter-spacing: 0;
  --button-line-height: 1;
  --button-font: var(--button-font-weight) var(--button-font-size)/var(--button-line-height) var(--button-font-family);
  --button-border-width: 1px;
  --button-border-radius: 0;
}

.button,
input[type=submit],
button[type=submit] {
  background: var(--button-bg);
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  vertical-align: middle;
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  text-decoration: none;
  text-align: center;
  color: var(--button-color);
  cursor: pointer;
  border: var(--button-border-width) solid var(--button-bg);
  border-radius: var(--button-border-radius);
  transition: 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition-property: background-color, border-color, color;
}
.button:disabled,
input[type=submit]:disabled,
button[type=submit]:disabled {
  cursor: not-allowed;
}
.button::after,
input[type=submit]::after,
button[type=submit]::after {
  --icon-margin: var(--spacing-x-small);
  color: inherit;
  margin: 0 0 0 var(--icon-margin);
  transition: translate 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.button:hover::after,
input[type=submit]:hover::after,
button[type=submit]:hover::after {
  translate: 0.2rem 0;
}
.button:not(:disabled):hover,
input[type=submit]:not(:disabled):hover,
button[type=submit]:not(:disabled):hover {
  background: var(--button-bg-hover);
  border-color: var(--button-bg-hover);
  color: var(--button-color-hover);
  text-decoration: none;
}

.button--small {
  --button-font-size: var(--font-size-x-small);
  --button-padding-x: 11px;
  --button-padding-y: 9px;
}

.button--secondary {
  --button-bg: var(--button-secondary-bg);
  --button-bg-hover: var(--button-secondary-bg-hover);
  --button-color: var(--button-secondary-color);
  --button-color-hover: var(--button-secondary-color-hover);
}

.button--ghost,
input[type=submit],
button[type=submit] {
  --button-bg: var(--button-ghost-bg);
  --button-bg-hover: var(--button-ghost-bg-hover);
  --button-color: var(--button-ghost-color);
  --button-color-hover: var(--button-ghost-color-hover);
  border-color: var(--button-ghost-bg);
  background: transparent;
}
.button--ghost:not(.disabled):hover,
input[type=submit]:not(.disabled):hover,
button[type=submit]:not(.disabled):hover {
  border-color: var(--button-ghost-bg-hover);
  background: var(--button-ghost-bg-hover);
}

.link--arrow {
  font: var(--button-font);
  color: var(--text-color);
  line-height: var(--body-line-height);
  --icon-margin: var(--spacing-x-small);
}
.link--arrow::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea64";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  color: var(--icon-color);
  margin: 0 0 0 var(--icon-margin);
  transition: translate 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.link--arrow:hover {
  color: var(--text-color);
}
.link--arrow:hover::after {
  translate: 0.2rem 0;
}
.link--arrow.button--small {
  font-size: var(--button-font-size);
}

:root {
  --buttons-margin: var(--spacing-medium);
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: var(--spacing-small);
  margin-top: var(--buttons-margin);
}
.buttons.text--center, .text--center .buttons {
  justify-content: center;
}
.buttons.text--right, .text--right .buttons {
  justify-content: end;
}

:root {
  --card-padding: 0;
}

.card {
  overflow: clip;
  padding: var(--card-padding-y, var(--card-padding)) var(--card-padding-x, var(--card-padding));
  width: 100%;
}
.card.card--clickable:has(.card-media) > a {
  display: block;
}
.card.card--clickable > a {
  height: 100%;
}
.card.card--clickable > a:not([class*=bg--]) {
  color: inherit;
}
.card.card--clickable > a:hover {
  --icon-hover: true;
  --media-dolly: 1;
}
:where(.card.card--clickable > a) > :last-child:not(.card-media, .card-bg-media) {
  margin-bottom: 0;
}

.card.card--links {
  display: grid;
}
.card.card--links > a.button:last-child,
.card.card--links > nav.buttons:last-child {
  margin-bottom: 0;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
}
.card[class*=bg--] {
  --card-padding: var(--spacing-medium);
}
.card.card--sm {
  --card-padding: var(--spacing-small);
}
.card.card--lg {
  --card-padding: var(--spacing-large);
}

[data-excerpt] {
  --excerpt-height: 5lh;
  position: relative;
  overflow: hidden;
  max-height: var(--excerpt-height);
  transition: max-height 0.2s var(--easing);
}

[data-excerpt].has-excerpt::after {
  background: linear-gradient(to top, var(--excerpt-overlay, var(--bg-color, var(--body-bg))), 80%, rgba(255, 255, 255, 0));
  display: block;
  content: "";
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s var(--easing);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(4rem, var(--excerpt-height) * 0.8);
}
[data-excerpt].has-excerpt.open::after {
  opacity: 0;
}

[data-excerpt] + :where(.read-more) {
  display: block;
  color: var(--text-color);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
[data-excerpt] + :where(.read-more)::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea65";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0 0 0 var(--spacing-x-small);
}

.flex-grid,
[class*=flex-grid--] {
  --grid-cols: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: var(--grid-gap);
  flex-wrap: wrap;
}
.flex-grid > *,
[class*=flex-grid--] > * {
  flex: 0 0 calc(100% / var(--grid-cols) - var(--grid-gap) * (var(--grid-cols) - 1) / var(--grid-cols));
}

.flex-grid--2 {
  --grid-cols: 2;
}

.flex-grid--3 {
  --grid-cols: 3;
}

.flex-grid--4 {
  --grid-cols: 4;
}

.flex-grid--5 {
  --grid-cols: 5;
}

.flex-grid--6 {
  --grid-cols: 6;
}

@media (min-width: 768px) {
  [class*="tablet:flex-grid--"] {
    --grid-cols: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: var(--grid-gap);
    flex-wrap: wrap;
  }
  [class*="tablet:flex-grid--"] > * {
    flex: 0 0 calc(100% / var(--grid-cols) - var(--grid-gap) * (var(--grid-cols) - 1) / var(--grid-cols));
  }
  .tablet\:flex-grid--2 {
    --grid-cols: 2;
  }
  .tablet\:flex-grid--3 {
    --grid-cols: 3;
  }
  .tablet\:flex-grid--4 {
    --grid-cols: 4;
  }
  .tablet\:flex-grid--5 {
    --grid-cols: 5;
  }
  .tablet\:flex-grid--6 {
    --grid-cols: 6;
  }
}
@media (min-width: 1080px) {
  [class*="laptop:flex-grid--"] {
    --grid-cols: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: var(--grid-gap);
    flex-wrap: wrap;
  }
  [class*="laptop:flex-grid--"] > * {
    flex: 0 0 calc(100% / var(--grid-cols) - var(--grid-gap) * (var(--grid-cols) - 1) / var(--grid-cols));
  }
  .laptop\:flex-grid--2 {
    --grid-cols: 2;
  }
  .laptop\:flex-grid--3 {
    --grid-cols: 3;
  }
  .laptop\:flex-grid--4 {
    --grid-cols: 4;
  }
  .laptop\:flex-grid--5 {
    --grid-cols: 5;
  }
  .laptop\:flex-grid--6 {
    --grid-cols: 6;
  }
}
:root {
  --form-field-spacing: var(--spacing-small);
  --form-field-padding-x: 0.75rem;
  --form-field-padding-y: 0.75rem;
  --form-field-font-size: 1rem;
  --form-field-font-family: var(--body-font-family);
  --form-field-font-weight: var(--body-font-weight);
  --form-field-letter-spacing: var(--body-letter-spacing);
  --form-field-line-height: var(--body-line-height);
  --form-field-border-width: 1px;
  --form-field-border-style: solid;
  --form-field-border-radius: 0;
  --select-arrow-svg: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L6.00081%205.58L11%201%22%20stroke%3D%22%230A090B%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  --search-arrow-svg: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.3269%2014.44L17.8%2017.8M16.68%208.84C16.68%2013.1699%2013.1699%2016.68%208.84%2016.68C4.51009%2016.68%201%2013.1699%201%208.84C1%204.51009%204.51009%201%208.84%201C13.1699%201%2016.68%204.51009%2016.68%208.84Z%22%20stroke%3D%22%23003D3C%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  --select-checkmark-svg: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZlcnNpb249IjEuMSIgaWQ9IlhNTElEXzI5NF8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJjaGVja21hcmsiPgoJPGc+CgkJPHBvbHlnb24gcG9pbnRzPSI4LjYsMjAgMC44LDEyLjIgMi4yLDEwLjggOC42LDE3LjMgMjEuOCw0IDIzLjIsNS40IAkJIi8+Cgk8L2c+CjwvZz4KPC9zdmc+");
}

input,
select,
div[data-hsfc-id=Renderer].hsfc-Renderer select,
textarea,
div[data-hsfc-id=Renderer].hsfc-Renderer textarea {
  accent-color: var(--form-field-text-color);
}

textarea:not([rows]), div[data-hsfc-id=Renderer].hsfc-Renderer textarea:not([rows]) {
  field-sizing: content;
  min-height: calc(2lh + (var(--form-field-padding-y) + var(--form-field-border-width)) * 2);
  max-height: calc(7lh + (var(--form-field-padding-y) + var(--form-field-border-width)) * 2);
  height: auto;
}

aside.form {
  margin: 0 auto;
}
aside.form > header > div.wysiwyg, div[data-hsfc-id=Renderer].hsfc-Renderer aside.form > header > div.hsfc-RichText {
  margin-bottom: var(--spacing-medium);
}
aside.form > header > div.wysiwyg *, div[data-hsfc-id=Renderer].hsfc-Renderer aside.form > header > div.hsfc-RichText * {
  font-size: var(--font-size-small);
}

.hs-form fieldset {
  max-width: none !important;
}
.hs-form .hs-input {
  width: 100%;
}
.hs-form .hs-input[type=radio], .hs-form div[data-hsfc-id=Renderer].hsfc-Renderer input.hs-input[type=radio], div[data-hsfc-id=Renderer].hsfc-Renderer .hs-form input.hs-input[type=radio], .hs-form .hs-input[type=checkbox], .hs-form div[data-hsfc-id=Renderer].hsfc-Renderer input.hs-input[type=checkbox], div[data-hsfc-id=Renderer].hsfc-Renderer .hs-form input.hs-input[type=checkbox] {
  width: auto;
  margin-right: var(--spacing-x-small, 0.5rem);
  accent-color: var(--form-field-text-color);
}
.hs-form .hs-input[type=checkbox], .hs-form div[data-hsfc-id=Renderer].hsfc-Renderer input.hs-input[type=checkbox], div[data-hsfc-id=Renderer].hsfc-Renderer .hs-form input.hs-input[type=checkbox],
.hs-form .hs-input[type=radio],
.hs-form div[data-hsfc-id=Renderer].hsfc-Renderer input.hs-input[type=radio],
div[data-hsfc-id=Renderer].hsfc-Renderer .hs-form input.hs-input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px !important;
  height: 18px;
  border: 1px solid var(--form-field-border-color);
  border-radius: 0;
  background: var(--form-field-bg);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease;
}
.hs-form .hs-input[type=checkbox]:checked,
.hs-form .hs-input[type=radio]:checked {
  background: var(--form-field-bg);
}
.hs-form .hs-input[type=checkbox]:checked::after,
.hs-form .hs-input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid var(--form-field-text-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hs-form .hs-input[type=checkbox]:focus,
.hs-form .hs-input[type=radio]:focus {
  outline: none;
}
.hs-form .hs-form-booleancheckbox-display,
.hs-form .hs-form-radio-display {
  display: grid;
  gap: var(--spacing-xx-small);
  grid-template-columns: auto 1fr;
}
.hs-form .hs-form-booleancheckbox-display .hs-input[type=checkbox],
.hs-form .hs-form-radio-display .hs-input[type=radio] {
  top: 2px;
}
.hs-form .hs-form-booleancheckbox-display span,
.hs-form .hs-form-radio-display span {
  display: flex;
  gap: var(--spacing-xx-small);
}
.hs-form .hs-input[type=radio], .hs-form div[data-hsfc-id=Renderer].hsfc-Renderer input.hs-input[type=radio], div[data-hsfc-id=Renderer].hsfc-Renderer .hs-form input.hs-input[type=radio] {
  border-radius: 50%;
}
.hs-form .hs-input[type=radio]:checked::after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: solid var(--form-field-text-color);
  border-width: 2px;
  background: var(--form-field-text-color);
  border-radius: 50%;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  margin-right: var(--spacing-x-small);
  vertical-align: sub;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: flex;
  margin: 0;
}
.hs-form .legal-consent-container .field.hs-form-field {
  margin: 0 0 var(--form-field-spacing);
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: var(--color-error) !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field,
.hs-form fieldset.form-columns-4 .hs-form-field,
.hs-form fieldset.form-columns-5 .hs-form-field,
.hs-form fieldset.form-columns-6 .hs-form-field,
.hs-form fieldset.form-columns-7 .hs-form-field,
.hs-form fieldset.form-columns-8 .hs-form-field {
  width: auto !important;
  float: none !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input,
.hs-form fieldset.form-columns-3 .input,
.hs-form fieldset.form-columns-4 .input,
.hs-form fieldset.form-columns-5 .input,
.hs-form fieldset.form-columns-6 .input,
.hs-form fieldset.form-columns-7 .input,
.hs-form fieldset.form-columns-8 .input {
  margin: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
@media (max-width: 767px) {
  .hs-form .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    width: calc(50% - 0.5625rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    width: calc(33.3333333333% - 0.75rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field {
    float: left !important;
    width: calc(25% - 0.84375rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-4 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field {
    float: left !important;
    width: calc(20% - 0.9rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-5 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field {
    float: left !important;
    width: calc(16.6666666667% - 0.9375rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-6 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field {
    float: left !important;
    width: calc(14.2857142857% - 0.9642857143rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-7 .hs-form-field:last-child {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field {
    float: left !important;
    width: calc(12.5% - 0.984375rem) !important;
    margin-right: 1.125rem;
  }
  .hs-form fieldset.form-columns-8 .hs-form-field:last-child {
    margin-right: 0;
  }
}

.hs-form a:not(.button) {
  --link-decoration: underline;
}
.hs-form .hs-form-field {
  display: block;
  margin: 0 0 var(--form-field-spacing);
  font-size: var(--font-size-small);
}
.hs-form .hs-form-field input.invalid {
  --form-field-border-color: var(--color-error);
  --form-field-hover-border-color: var(--color-error);
}
.hs-form .hs-form-field > label > span {
  font-size: var(--font-size-x-small);
  margin-bottom: var(--spacing-xx-small);
}
.hs-form .hs-form-field > label > span:not(:empty) {
  display: inline-block;
}
.hs-form .hs-form-field > label > span.hs-form-required {
  color: var(--color-error);
  margin-left: 2px;
}
.hs-form .hs-form-field > label > span:empty + span.hs-form-required {
  display: none;
}
.hs-form .hs-form-field > legend {
  font-size: calc(var(--font-size-x-small) * 0.8);
  font-style: italic;
  line-height: 1;
  margin-bottom: var(--spacing-x-small);
}
.hs-form .hs-fieldtype-checkbox > label > span,
.hs-form .hs-fieldtype-radio > label > span {
  margin-bottom: var(--spacing-x-small);
}
.hs-form ul.inputs-list {
  list-style: none;
  display: grid;
  text-align: left;
  margin: 0;
}
.hs-form ul.inputs-list.multi-container li {
  display: inline-block;
  margin: 0 0 var(--spacing-xx-small) 0;
}
.hs-form ul.inputs-list.multi-container li:only-child {
  margin: 0;
}
.hs-form ul.inputs-list.multi-container li:last-child {
  margin: 0;
}
.hs-form ul.hs-error-msgs {
  margin: var(--spacing-x-small) 0 0;
  list-style: none;
  color: var(--color-error);
  font-size: var(--font-size-x-small);
  font-style: italic;
}
.hs-form ul.hs-error-msgs li {
  display: block;
}
.hs-form ul.hs-error-msgs li:not(:last-child) {
  margin-bottom: var(--spacing-x-small);
}
.hs-form .hs_error_rollup {
  display: none;
}
.hs-form .legal-consent-container {
  font-size: var(--font-size-x-small);
  margin-bottom: var(--spacing-medium);
}
.hs-form .legal-consent-container p,
.hs-form .legal-consent-container .hs-richtext,
.hs-form .legal-consent-container .hs-dependent-field {
  margin-bottom: var(--spacing-small);
}
.hs-form .legal-consent-container p > :last-child,
.hs-form .legal-consent-container .hs-richtext > :last-child,
.hs-form .legal-consent-container .hs-dependent-field > :last-child {
  margin-bottom: 0;
}

.row-gap--large {
  --grid-row-gap: var(--spacing-large);
}

.row-gap--medium {
  --grid-row-gap: var(--spacing-medium);
}

.grid-gap--large {
  --grid-gap: var(--spacing-large);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: var(--grid-gap);
}
@media (min-width: 1080px) {
  .module-grid {
    --grid-cols: 12;
  }
  .module-grid > .section-label,
  .module-grid > .social-share {
    grid-column: 1/span 3;
  }
  .module-grid > aside,
  .module-grid > footer,
  .module-grid > .module-header {
    grid-column: 4/-1;
  }
  .module-grid > .module-header {
    grid-row: 1;
  }
}

.media--dolly {
  overflow: hidden;
}
.media--dolly :is(img, video) {
  transition: transform 0.8s var(--easing);
  transform: scale(max(1, var(--media-dolly, 0) * 1.03));
}
.media--dolly:hover {
  --media-dolly: 1;
}

figure figcaption {
  font-size: var(--font-size-x-small);
  margin-top: var(--spacing-small);
}

:root {
  --module-header-spacing: var(--spacing-medium);
}

.module-header {
  margin-bottom: var(--module-header-spacing);
}
.module-header > .wysiwyg > :last-child, div[data-hsfc-id=Renderer].hsfc-Renderer .module-header > .hsfc-RichText > :last-child {
  margin-bottom: 0;
}
.module-header > :last-child {
  margin-bottom: 0;
}

.post--post {
  --heading-margin: var(--spacing-small);
}
.post--post > header p.text--small {
  margin-bottom: var(--spacing-x-small);
  line-height: 1;
}
.post--post > header p:not(.text--small):not(.tags) {
  font-size: var(--font-size-small);
}
.post--post.layout--featured > header {
  display: contents;
}
.post--post.layout--featured > header > :last-child {
  margin-bottom: 0;
}
.post--post.layout--featured > header h3::after {
  float: right;
  color: var(--icon-color);
  transition: transform 0.3s var(--easing);
  transform: translateX(calc(0.25rem * var(--card-hover, 0)));
}
.post--post.layout--featured > header > hr {
  margin: 0;
}
.post--post.layout--featured:hover {
  --card-hover: 1;
}
@media (min-width: 768px) {
  .post--post.layout--featured {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 0 var(--grid-gap);
  }
  .post--post.layout--featured > header > p.text--small {
    grid-column: 1/span 1;
  }
  .post--post.layout--featured > header > h3,
  .post--post.layout--featured > header > hr {
    grid-column: 3/-1;
  }
  .post--post.layout--featured > header > p:not(.text--small):not(.tags) {
    grid-column: 3/span 5;
  }
  .post--post.layout--featured > figure {
    grid-column: 3/-1;
  }
  .post--post.layout--laying {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    display: grid;
    gap: var(--grid-gap);
  }
  .post--post.layout--laying > figure {
    grid-column: 9/-1;
    margin: 0;
  }
  .post--post.layout--laying > header {
    grid-column: 1/span 8;
  }
}

.post--case > p.text--small {
  margin-bottom: var(--spacing-x-small);
}

.post--publication {
  display: grid;
  grid-template-columns: 90% 10%;
  gap: var(--spacing-x-small);
  grid-auto-flow: dense;
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing-medium);
}
.post--publication:last-of-type {
  padding-bottom: var(--spacing-medium);
  border-bottom: 1px solid var(--color-border);
}
.post--publication:has(header h3 a:hover) {
  --icon-hover: true;
}
.post--publication > header,
.post--publication > p.text--small {
  grid-column: 1;
}
.post--publication p > a {
  --link-decoration: underline;
}
.post--publication > header > p.authors {
  margin: 0;
}
.post--publication > a.icon-arrow-right {
  transition: transform 0.3s var(--easing);
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
}
@container style(--icon-hover: true) {
  .post--publication > a.icon-arrow-right {
    transform: translateX(0.25rem);
  }
}
.post--publication div.tags {
  margin-bottom: var(--spacing-small);
}
@media (min-width: 1080px) {
  .post--publication {
    gap: 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .post--publication > p.text--small {
    grid-column: 1/span 3;
  }
  .post--publication > header {
    grid-column: 4/span 8;
  }
  .post--publication > a.icon-arrow-right {
    grid-column: 12/-1;
    grid-row: 1;
  }
  .post--publication > a.icon-arrow-right::before {
    color: var(--icon-color);
  }
}
@media (max-width: 1079px) {
  .post--publication:first-of-type {
    border-top: none;
  }
}

.post--employee > header > figure {
  margin-bottom: var(--spacing-small);
}
.post--employee > header > p.text--x-small {
  margin-bottom: var(--spacing-x-small);
}
.post--employee > a.link--arrow {
  align-self: end;
}

.post--event > p.text--small {
  margin-bottom: var(--spacing-x-small);
}

@media (max-width: 1079px) {
  .laptop-max\:ratio--16-9::before {
    padding-bottom: 56.25%;
  }
  .laptop-max\:ratio--16-10::before {
    padding-bottom: 62.5%;
  }
  .laptop-max\:ratio--21-9::before {
    padding-bottom: 42.8571428571%;
  }
  .laptop-max\:ratio--4-3::before {
    padding-bottom: 75%;
  }
  .laptop-max\:ratio--1-1::before {
    padding-bottom: 100%;
  }
  .laptop-max\:ratio--4-5::before {
    padding-bottom: 125%;
  }
}
:root {
  --site-width-large: 68.5rem;
  --site-width-medium: 54.5rem;
  --site-width-small: 47.8125rem;
  --site-width-x-small: 41.4375rem;
  --site-width-xx-small: 34.56rem;
}

.section--large {
  --site-width-max: 68.5rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding-top, var(--section-padding)) var(--site-padding) var(--section-padding-bottom, var(--section-padding));
}

.container--large {
  --site-width-max: 68.5rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin-top, var(--container-margin)) auto var(--container-margin-bottom, var(--container-margin));
}

.section--medium {
  --site-width-max: 54.5rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding-top, var(--section-padding)) var(--site-padding) var(--section-padding-bottom, var(--section-padding));
}

.container--medium {
  --site-width-max: 54.5rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin-top, var(--container-margin)) auto var(--container-margin-bottom, var(--container-margin));
}

.section--small {
  --site-width-max: 47.8125rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding-top, var(--section-padding)) var(--site-padding) var(--section-padding-bottom, var(--section-padding));
}

.container--small {
  --site-width-max: 47.8125rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin-top, var(--container-margin)) auto var(--container-margin-bottom, var(--container-margin));
}

.section--x-small {
  --site-width-max: 41.4375rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding-top, var(--section-padding)) var(--site-padding) var(--section-padding-bottom, var(--section-padding));
}

.container--x-small {
  --site-width-max: 41.4375rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin-top, var(--container-margin)) auto var(--container-margin-bottom, var(--container-margin));
}

.section--xx-small {
  --site-width-max: 34.56rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding-top, var(--section-padding)) var(--site-padding) var(--section-padding-bottom, var(--section-padding));
}

.container--xx-small {
  --site-width-max: 34.56rem;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin-top, var(--container-margin)) auto var(--container-margin-bottom, var(--container-margin));
}

.section {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding-top, var(--section-padding)) var(--site-padding) var(--section-padding-bottom, var(--section-padding));
}

.container {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin-top, var(--container-margin)) auto var(--container-margin-bottom, var(--container-margin));
}

:is(.section,
[class*=section--]).module-spacing--none {
  --section-padding-top: 0;
  --section-padding-bottom: 0;
}
:is(.section,
[class*=section--]).module-spacing--small {
  --section-padding-top: calc(var(--section-padding) * 0.59);
  --section-padding-bottom: calc(var(--section-padding) * 0.59);
}
:is(.section,
[class*=section--]).module-spacing--large {
  --section-padding-top: calc(var(--section-padding) * 1.18);
  --section-padding-bottom: calc(var(--section-padding) * 1.18);
}
:is(.section,
[class*=section--]).module-spacing-top--none {
  --section-padding-top: 0;
}
:is(.section,
[class*=section--]).module-spacing-top--small {
  --section-padding-top: calc(var(--section-padding) * 0.59);
}
:is(.section,
[class*=section--]).module-spacing-bottom--none {
  --section-padding-bottom: 0;
}
:is(.section,
[class*=section--]).module-spacing-bottom--small {
  --section-padding-bottom: calc(var(--section-padding) * 0.59);
}
:is(.section,
[class*=section--]).module-spacing-top--large {
  --section-padding-top: calc(var(--section-padding) * 1.18);
}
:is(.section,
[class*=section--]).module-spacing-bottom--large {
  --section-padding-bottom: calc(var(--section-padding) * 1.18);
}

:is(.container,
[class*=container--]).module-spacing--none {
  --container-margin-top: 0;
  --container-margin-bottom: 0;
}
:is(.container,
[class*=container--]).module-spacing--small {
  --container-margin-top: calc(var(--section-padding) * 0.59);
  --container-margin-bottom: calc(var(--section-padding) * 0.59);
}
:is(.container,
[class*=container--]).module-spacing--large {
  --container-margin-top: calc(var(--container-margin) * 1.18);
  --container-margin-bottom: calc(var(--container-margin) * 1.18);
}
:is(.container,
[class*=container--]).module-spacing-bottom--none {
  --container-margin-bottom: 0;
}
:is(.container,
[class*=container--]).module-spacing-bottom--small {
  --container-margin-bottom: calc(var(--section-padding) * 0.5);
}
:is(.container,
[class*=container--]).module-spacing-top--none {
  --container-margin-top: 0;
}
:is(.container,
[class*=container--]).module-spacing-top--small {
  --container-margin-top: calc(var(--container-margin) * 0.59);
}
:is(.container,
[class*=container--]).module-spacing-bottom--none {
  --container-margin-bottom: 0;
}
:is(.container,
[class*=container--]).module-spacing-bottom--small {
  --container-margin-bottom: calc(var(--container-margin) * 0.59);
}
:is(.container,
[class*=container--]).module-spacing-top--large {
  --container-margin-top: calc(var(--container-margin) * 1.18);
}
:is(.container,
[class*=container--]).module-spacing-bottom--large {
  --container-margin-bottom: calc(var(--container-margin) * 1.18);
}

.social-links {
  list-style: none;
  margin: 0;
}
.social-links a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  display: none;
  margin-right: var(--icon-margin, 0.25rem);
}
.social-links a[href*="facebook.com"]::before {
  display: inline-block;
  content: "\ea6c";
}
.social-links a[href*="linkedin.com"]::before {
  display: inline-block;
  content: "\ea6b";
}
.social-links a[href*="instagram.com"]::before {
  display: inline-block;
  content: "\f16d";
}
.social-links a[href*="youtube.com"]::before {
  display: inline-block;
  content: "\ea6d";
}
:where(.social-links) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-small);
}
.social-links > li > a {
  --icon-size: 1.5rem;
  --icon-color: var(--icon-color);
  display: block;
  text-decoration: none;
  font-size: 0;
  transition: color 0.25s var(--easing);
}
.social-links > li > a:hover::before {
  --icon-color: var(--icon-color-hover);
}
.social-links > li > a::before {
  font-size: var(--icon-size);
  color: var(--icon-color);
}

.social-share-links {
  list-style: none;
  margin: 0;
  display: grid;
  gap: var(--spacing-small);
}

.tags {
  display: flex;
  gap: var(--spacing-x-small);
  flex-wrap: wrap;
  font-size: var(--font-size-small);
  margin: 0;
}
.tags.text--center, .text--center .tags {
  justify-content: center;
}
.tags * {
  margin: 0 !important;
}

.section-label {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: var(--site-header-height);
  z-index: 5;
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  line-height: 1;
  border-bottom: 1px solid var(--color-border);
  padding: var(--spacing-xx-small) 0 var(--spacing-medium) 0;
  background: var(--bg-color);
  margin-inline: -0.05rem;
}
.section-label::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea63";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin-block: auto;
  font-size: 0.7em;
}
@media (min-width: 1080px) {
  .section-label {
    border-bottom: none;
    padding: var(--spacing-x-small) 0;
  }
}

.text--tag {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: var(--spacing-xx-small) var(--spacing-x-small);
  color: var(--text-tag-color);
  background-color: var(--text-tag-bg);
  font-size: var(--font-size-small);
  font-family: var(--body-font-family);
  font-weight: 500;
  letter-spacing: 0;
}
.text--tag:hover {
  --link-color-hover: var(--text-tag-color);
}

.text--x-small {
  font-size: var(--font-size-x-small);
}

.text--small {
  font-size: var(--font-size-small);
}

.text--large {
  font-size: var(--font-size-large);
}

.text--display {
  font-size: var(--font-size-display);
}

.text--display-2 {
  font-size: var(--font-size-display-2);
}

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

small {
  font-size: var(--font-size-x-small);
}

p {
  margin: 0 0 var(--spacing-small, 1rem);
}

.text--color-alt {
  color: var(--text-color-alt);
}

.heading--font {
  font-family: var(--heading-font-family);
  letter-spacing: var(--heading-letter-spacing);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--body-font-family);
}

@media (min-width: 1080px) {
  .laptop\:hide {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .laptop\:show {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet\:hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet\:show {
    display: none !important;
  }
}
div[data-hsfc-id=Renderer].hsfc-Renderer {
  --hsf-global__color: var(--text-color);
  --hsf-global__font-family: var(--body-font-family);
  --hsf-global__font-size: var(--body-font-size);
  --hsf-background__padding: 0px;
  /* Row */
  --hsf-row__horizontal-spacing: var(--form-field-spacing);
  --hsf-row__vertical-spacing: var(--form-field-spacing);
  --hsf-module__vertical-spacing: var(--spacing-xxxx-small);
  /* Rich text */
  --hsf-richtext__font-family: var(--body-font-family);
  --hsf-richtext__font-size: var(--body-font-size);
  --hsf-richtext__color: var(--text-color);
  /* Error Alert */
  --hsf-erroralert__font-family: var(--body-font-family);
  --hsf-erroralert__font-size: var(--font-size-xx-small);
  --hsf-erroralert__color: var(--color-error);
  /* Label */
  --hsf-field-label__font-family: var(--body-font-family);
  --hsf-field-label__font-size: var(--font-size-x-small);
  --hsf-field-label__color: var(--text-color);
  --hsf-field-label-requiredindicator__color: var(--color-error);
  /* Description */
  --hsf-field-description__font-family: var(--body-font-family);
  --hsf-field-description__color: var(--text-color);
  /* Input */
  --hsf-field-input__font-family: var(--form-field-font-family);
  --hsf-field-input__color: var(--form-field-text-color);
  --hsf-field-input__background-color: var(--form-field-bg);
  --hsf-field-input__placeholder-color: var(--placeholder-color);
  --hsf-field-input__border-color: var(--form-field-border-color);
  --hsf-field-input__border-width: var(--form-field-border-width);
  --hsf-field-input__border-style: var(--form-field-border-style);
  --hsf-field-input__border-radius: var(--form-field-border-radius);
  --hsf-field-input__padding: var(--form-field-padding-y) var(--form-field-padding-x);
  /* Button */
  --hsf-navigationrow-buttons-single__justify-content: start;
  /* Radio & checkbox */
  --hsf-field-radio__color: var(--form-field-text-color);
  --hsf-field-radio__padding: 8px;
  --hsf-field-radio__border-color: var(--form-field-border-color);
  --hsf-field-radio__background-color: var(--form-field-bg);
  --hsf-field-checkbox__padding: 8px;
  --hsf-field-checkbox__background-color: var(--form-field-bg);
  --hsf-field-checkbox__border-color: var(--form-field-bg);
  /* Text area */
  --hsf-field-textarea__font-family: var(--form-field-font-family);
  --hsf-field-textarea__color: var(--form-field-text-color);
  --hsf-field-textarea__background-color: var(--form-field-bg);
  --hsf-field-textarea__placeholder-color: var(--placeholder-color);
  --hsf-field-textarea__border-color: var(--form-field-border-color);
  --hsf-field-textarea__border-width: var(--form-field-border-width);
  --hsf-field-textarea__border-style: var(--form-field-border-style);
  --hsf-field-textarea__border-radius: var(--form-field-border-radius);
  --hsf-field-textarea__padding: var(--form-field-padding-y) var(--form-field-padding-x);
}
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=text][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=password][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=search][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=email][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=url][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=tel][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=number][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=date][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=month][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=week][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=time][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime][aria-invalid=true],
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=datetime-local][aria-invalid=true] {
  --form-field-border-color: var(--form-field-error-border-color);
  --form-field-hover-border-color: var(--form-field-error-border-color);
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit], div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus {
  background: var(--button-bg);
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  vertical-align: middle;
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  text-decoration: none;
  text-align: center;
  color: var(--button-color);
  cursor: pointer;
  border: var(--button-border-width) solid var(--button-bg);
  border-radius: var(--button-border-radius);
  transition: 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition-property: background-color, border-color, color;
  --button-bg: var(--button-ghost-bg);
  --button-bg-hover: var(--button-ghost-bg-hover);
  --button-color: var(--button-ghost-color);
  --button-color-hover: var(--button-ghost-color-hover);
  border-color: var(--button-ghost-bg);
  background: transparent;
  --hsf-button__color: var(--button-ghost-color);
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:disabled, div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus:disabled {
  cursor: not-allowed;
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]::after, div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus::after {
  --icon-margin: var(--spacing-x-small);
  color: inherit;
  margin: 0 0 0 var(--icon-margin);
  transition: translate 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:hover::after, div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus:hover::after {
  translate: 0.2rem 0;
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not(:disabled):hover, div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus:not(:disabled):hover {
  background: var(--button-bg-hover);
  border-color: var(--button-bg-hover);
  color: var(--button-color-hover);
  text-decoration: none;
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not(.disabled):hover, div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus:not(.disabled):hover {
  border-color: var(--button-ghost-bg-hover);
  background: var(--button-ghost-bg-hover);
}
div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:where(:hover):not(.disabled), div[data-hsfc-id=Renderer].hsfc-Renderer button[type=submit]:not([disabled]):focus:where(:hover):not(.disabled) {
  transform: none;
  filter: none;
}
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px !important;
  height: 20px;
  border: 1px solid var(--form-field-border-color);
  border-radius: 0;
  background: var(--form-field-bg);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease;
}
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=checkbox]:checked {
  background: var(--form-field-bg);
}
div[data-hsfc-id=Renderer].hsfc-Renderer input[type=checkbox]:focus {
  outline: none;
}
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-ErrorAlert {
  margin: var(--spacing-xx-small) 0 0;
  font-style: italic;
  font-size: var(--font-size-x-small);
}
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-NavigationRow__Alerts {
  display: none;
}
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-DropdownOptions__Search input.hsfc-TextInput {
  border-color: var(--color-border);
}
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-DropdownInput__Caret > span {
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  border-right: 2px solid var(--hsf-field-input__color, var(--hsf-default-field-input__color)) !important;
  border-bottom: 2px solid var(--hsf-field-input__color, var(--hsf-default-field-input__color)) !important;
  transform: rotate(45deg);
  border-left: 0 !important;
  border-top: 0 !important;
}

[data-hsfc-id=Renderer] .hsfc-Step,
[data-hsfc-id=Renderer] .hsfc-Form {
  background: var(--bg-color) !important;
}

.wysiwyg h1:not(:first-child),.wysiwyg h2:not(:first-child),.wysiwyg h3:not(:first-child),.wysiwyg h4:not(:first-child),.wysiwyg h5:not(:first-child),.wysiwyg h6:not(:first-child),.wysiwyg .h1:not(:first-child),.wysiwyg .h2:not(:first-child),.wysiwyg .h3:not(:first-child),.wysiwyg .h4:not(:first-child),.wysiwyg .h5:not(:first-child),.wysiwyg .h6:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText h1:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText h2:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText h3:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText h4:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText h5:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText h6:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText .h1:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText .h2:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText .h3:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText .h4:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText .h5:not(:first-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText .h6:not(:first-child),
.wysiwyg > span h1:not(:first-child),
.wysiwyg > span h2:not(:first-child),
.wysiwyg > span h3:not(:first-child),
.wysiwyg > span h4:not(:first-child),
.wysiwyg > span h5:not(:first-child),
.wysiwyg > span h6:not(:first-child),
.wysiwyg > span .h1:not(:first-child),
.wysiwyg > span .h2:not(:first-child),
.wysiwyg > span .h3:not(:first-child),
.wysiwyg > span .h4:not(:first-child),
.wysiwyg > span .h5:not(:first-child),
.wysiwyg > span .h6:not(:first-child),
#single-publication > div.module-grid > aside h1:not(:first-child),
#single-publication > div.module-grid > aside h2:not(:first-child),
#single-publication > div.module-grid > aside h3:not(:first-child),
#single-publication > div.module-grid > aside h4:not(:first-child),
#single-publication > div.module-grid > aside h5:not(:first-child),
#single-publication > div.module-grid > aside h6:not(:first-child),
#single-publication > div.module-grid > aside .h1:not(:first-child),
#single-publication > div.module-grid > aside .h2:not(:first-child),
#single-publication > div.module-grid > aside .h3:not(:first-child),
#single-publication > div.module-grid > aside .h4:not(:first-child),
#single-publication > div.module-grid > aside .h5:not(:first-child),
#single-publication > div.module-grid > aside .h6:not(:first-child) {
  margin-top: var(--spacing-x-large);
  margin-bottom: var(--spacing-x-small);
}
.wysiwyg a:not(.button), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText a:not(.button),
.wysiwyg > span a:not(.button),
#single-publication > div.module-grid > aside a:not(.button) {
  --link-decoration: underline;
}
.wysiwyg ul, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ul,
.wysiwyg ol,
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol,
.wysiwyg > span ul,
.wysiwyg > span ol,
#single-publication > div.module-grid > aside ul,
#single-publication > div.module-grid > aside ol {
  margin: 0 0 var(--spacing-medium) var(--spacing-small);
}
.wysiwyg ul li::marker, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ul li::marker,
.wysiwyg ol li::marker,
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol li::marker,
.wysiwyg > span ul li::marker,
.wysiwyg > span ol li::marker,
#single-publication > div.module-grid > aside ul li::marker,
#single-publication > div.module-grid > aside ol li::marker {
  color: var(--bullet-color);
}
.wysiwyg ul li *, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ul li *,
.wysiwyg ol li *,
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol li *,
.wysiwyg > span ul li *,
.wysiwyg > span ol li *,
#single-publication > div.module-grid > aside ul li *,
#single-publication > div.module-grid > aside ol li * {
  margin: 0;
}
.wysiwyg ul li:not(:last-child), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ul li:not(:last-child),
.wysiwyg ol li:not(:last-child),
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol li:not(:last-child),
.wysiwyg > span ul li:not(:last-child),
.wysiwyg > span ol li:not(:last-child),
#single-publication > div.module-grid > aside ul li:not(:last-child),
#single-publication > div.module-grid > aside ol li:not(:last-child) {
  margin-bottom: var(--spacing-x-small);
}
.wysiwyg ol, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol,
.wysiwyg > span ol,
#single-publication > div.module-grid > aside ol {
  margin: 0 0 var(--spacing-medium) calc(var(--spacing-medium) * 0.9);
}
.wysiwyg ol li::marker, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol li::marker,
.wysiwyg > span ol li::marker,
#single-publication > div.module-grid > aside ol li::marker {
  font-weight: bold;
}
@media (min-width: 768px) {
  .wysiwyg ul:has(> li:nth-child(6)), div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ul:has(> li:nth-child(6)),
  .wysiwyg ol:has(> li:nth-child(6)),
  div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol:has(> li:nth-child(6)),
  .wysiwyg > span ul:has(> li:nth-child(6)),
  div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span ul:has(> li:nth-child(6)),
  .wysiwyg > span ol:has(> li:nth-child(6)),
  div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span ol:has(> li:nth-child(6)),
  #single-publication > div.module-grid > aside ul:has(> li:nth-child(6)),
  #single-publication > div.module-grid > aside ol:has(> li:nth-child(6)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 var(--spacing-medium);
  }
  .wysiwyg ul:has(> li:nth-child(6)) li, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ul:has(> li:nth-child(6)) li,
  .wysiwyg ol:has(> li:nth-child(6)) li,
  div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText ol:has(> li:nth-child(6)) li,
  .wysiwyg > span ul:has(> li:nth-child(6)) li,
  div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span ul:has(> li:nth-child(6)) li,
  .wysiwyg > span ol:has(> li:nth-child(6)) li,
  div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span ol:has(> li:nth-child(6)) li,
  #single-publication > div.module-grid > aside ul:has(> li:nth-child(6)) li,
  #single-publication > div.module-grid > aside ol:has(> li:nth-child(6)) li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.wysiwyg blockquote, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText blockquote,
.wysiwyg > span blockquote,
#single-publication > div.module-grid > aside blockquote {
  margin: var(--spacing-large) 0;
}
.wysiwyg blockquote > p, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText blockquote > p,
.wysiwyg > span blockquote > p,
#single-publication > div.module-grid > aside blockquote > p {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h3-size);
  color: var(--heading-color, inherit);
  margin: 0;
  display: inline;
}
.wysiwyg blockquote > p a, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText blockquote > p a,
.wysiwyg > span blockquote > p a,
#single-publication > div.module-grid > aside blockquote > p a {
  color: var(--heading-color, inherit);
}
.wysiwyg blockquote > p a:hover, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText blockquote > p a:hover,
.wysiwyg > span blockquote > p a:hover,
#single-publication > div.module-grid > aside blockquote > p a:hover {
  color: var(--heading-color, inherit);
}
.wysiwyg blockquote > p::before, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText blockquote > p::before,
.wysiwyg > span blockquote > p::before,
#single-publication > div.module-grid > aside blockquote > p::before {
  content: "“";
}
.wysiwyg blockquote > p::after, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText blockquote > p::after,
.wysiwyg > span blockquote > p::after,
#single-publication > div.module-grid > aside blockquote > p::after {
  content: "”";
}
.wysiwyg > :last-child, div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > :last-child,
.wysiwyg > span > :last-child,
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span > :last-child,
#single-publication > div.module-grid > aside > :last-child {
  margin-bottom: 0;
}
.wysiwyg.text--center ol, div[data-hsfc-id=Renderer].hsfc-Renderer .text--center.hsfc-RichText ol,
.wysiwyg.text--center ul,
div[data-hsfc-id=Renderer].hsfc-Renderer .text--center.hsfc-RichText ul,
.wysiwyg > span.text--center ol,
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span.text--center ol,
.wysiwyg > span.text--center ul,
div[data-hsfc-id=Renderer].hsfc-Renderer .hsfc-RichText > span.text--center ul,
#single-publication > div.module-grid > aside.text--center ol,
#single-publication > div.module-grid > aside.text--center ul {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  text-align: left;
}

#archive-filter {
  display: flex;
  gap: var(--spacing-x-small);
  flex-wrap: wrap;
}
#archive-filter :where(ul) {
  list-style: none;
  margin: 0;
}
#archive-filter > :is(a, button) {
  --button-font-size: var(--font-size-x-small);
  --button-padding-x: 11px;
  --button-padding-y: 9px;
  --button-padding-y: 0.75rem;
  --button-font-size: var(--font-size-x-small);
}
#archive-filter > :is(a, button).active, #archive-filter > :is(a, button):hover {
  --button-color: var(--button-tertiary-color);
  --button-bg: var(--button-tertiary-bg);
  border-color: var(--button-tertiary-bg);
  background: var(--button-bg);
}
#archive-filter :where(form) {
  display: grid;
  gap: var(--spacing-x-small);
  width: 100%;
}
#archive-filter :where(form) .filter-field {
  position: relative;
  display: inline-flex;
}
#archive-filter :where(form) .filter-field__clear {
  position: absolute;
  top: 50%;
  right: calc(var(--form-field-padding-x) * 2.5);
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: none;
  color: currentColor;
  font-size: 0.5em;
  opacity: 0.6;
  cursor: pointer;
}
#archive-filter :where(form) .filter-field__clear:hover {
  opacity: 1;
}
#archive-filter :where(form) .filter-field__clear[hidden] {
  display: none;
}
#archive-filter :where(form) .filter-field input[type=search] {
  padding-right: calc(var(--form-field-padding-x) * 2.5);
}
#archive-filter :where(form) select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  padding: var(--form-field-padding-y) var(--form-field-padding-x);
  padding-right: calc(var(--form-field-padding-x) * 4);
  font-size: var(--form-field-font-size);
  font-family: var(--form-field-font-family);
  font-weight: var(--form-field-font-weight);
  letter-spacing: var(--form-field-letter-spacing);
  line-height: var(--form-field-line-height);
  border: var(--form-field-border-width) var(--form-field-border-style) var(--form-field-border-color);
  border-radius: var(--form-field-border-radius);
  background-color: var(--form-field-bg);
  background-image: var(--select-arrow-svg);
  background-repeat: no-repeat;
  background-position: right var(--form-field-padding-x) center;
  cursor: pointer;
  transition: border-color 0.2s var(--easing);
}
#archive-filter :where(form) select:hover {
  border-color: currentColor;
}
#archive-filter :where(form) select:has(option:not([value=""]):checked) option {
  color: initial;
}
#archive-filter :where(form) select option::checkmark {
  content: var(--select-checkmark-svg);
}
@supports ((-webkit-appearance: base-select) or (-moz-appearance: base-select) or (appearance: base-select)) {
  #archive-filter :where(form) select, #archive-filter :where(form) select::picker(select) {
    -webkit-appearance: base-select;
       -moz-appearance: base-select;
            appearance: base-select;
  }
  #archive-filter :where(form) select::picker-icon {
    display: none;
  }
  #archive-filter :where(form) select::select-fallback-button, #archive-filter :where(form) select::-internal-select-button {
    display: flex;
    align-items: center;
    gap: var(--spacing-x-small);
  }
  #archive-filter :where(form) select::picker(select) {
    border: var(--form-field-border-width) var(--form-field-border-style) currentColor;
    border-radius: var(--form-field-border-radius);
    background: var(--color-background, white);
    padding: var(--spacing-x-small) 0;
    margin-top: 4px;
  }
  #archive-filter :where(form) select::picker(select) option {
    padding: var(--form-field-padding-y) var(--form-field-padding-x);
    cursor: pointer;
  }
  #archive-filter :where(form) select::picker(select) option:hover, #archive-filter :where(form) select::picker(select) option:focus {
    background: var(--color-beige-50, #f5f0eb);
  }
  #archive-filter :where(form) select::picker(select) option:checked {
    font-weight: bold;
  }
  #archive-filter :where(form) select::picker(select) hr {
    border: none;
    border-top: var(--form-field-border-width) var(--form-field-border-style) currentColor;
    opacity: 0.2;
    margin: var(--spacing-xx-small) 0;
  }
}
#archive-filter :where(form) > div.filter-actions {
  margin-top: var(--spacing-small);
}
@media (min-width: 768px) {
  #archive-filter :where(form) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #archive-filter :where(form) > div.filter-actions,
  #archive-filter :where(form) > div.filter-field:has(input[type=search]),
  #archive-filter :where(form) > div.filter-field:has(select[name=category], div[data-hsfc-id=Renderer].hsfc-Renderer select[name=category]) {
    grid-column: 1/-1;
  }
}

#archive aside > div.grid.featured {
  margin-bottom: calc(var(--spacing-large) * 2);
}

#archive-integration {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: var(--grid-gap);
}
#archive-integration > form ul {
  list-style: none;
  margin: 0;
}
#archive-integration > form ul li {
  margin-bottom: var(--spacing-small);
}
#archive-integration > form ul li button {
  all: unset;
  pointer-events: auto;
  cursor: pointer;
}
#archive-integration > form ul li button::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea67";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  font-size: 1.2em;
  opacity: 0;
  transform: translateX(-0.5rem);
  color: var(--icon-color);
  transition: opacity 0.3s var(--easing), transform 0.3s var(--easing);
}
#archive-integration > form ul li button:not([selected]):hover::after, #archive-integration > form ul li button[selected]::after {
  opacity: 1;
  transform: translateX(0rem);
}
@media (min-width: 1080px) {
  #archive-integration {
    --grid-cols: 12;
  }
  #archive-integration > form {
    grid-column: 1/span 3;
  }
  #archive-integration > div.grid {
    grid-column: 4/-1;
  }
}

#archive-teams > div > aside > a.button--ghost {
  margin-top: var(--spacing-large);
}
@media (max-width: 1079px) {
  #archive-teams > div > aside > a.button--ghost {
    grid-column: 1/span 2;
  }
}

#pagination {
  margin-top: var(--spacing-x-large);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 var(--spacing-large);
}
#pagination > .prev {
  margin-right: auto;
}
#pagination > div {
  grid-column: 2;
  display: flex;
  gap: var(--spacing-x-small);
}
#pagination > .next {
  margin-left: auto;
}
#pagination :is(a,
span):not(.prev, .next, .ellipsis).active, #pagination :is(a,
span):not(.prev, .next, .ellipsis):hover {
  --icon-square-color: var(--icon-square-color-hover);
  background-color: var(--icon-square-bg);
}
#pagination .ellipsis {
  pointer-events: none;
}
#pagination .ellipsis:hover {
  --icon-square-color: var(--icon-square-bg);
  background-color: transparent;
}
@media (max-width: 767px) {
  #pagination {
    gap: 0;
  }
  #pagination > .next,
  #pagination > .prev {
    display: none;
  }
}

#single-post > aside > div.blog-post-intro > #hs_cos_wrapper_teaser {
  display: block;
  margin-bottom: var(--spacing-small);
}
#single-post > aside > figure {
  margin: var(--spacing-large) 0 calc(var(--spacing-large) * 2) 0;
}
@media (min-width: 1080px) {
  #single-post > div.social-share {
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: calc(var(--site-header-height) + var(--spacing-small));
  }
}

#single-publication > header {
  padding-block: var(--spacing-large);
}
#single-publication > header > h1 {
  --heading-margin: var(--spacing-medium);
}
#single-publication > header > .tags:not(.authors) {
  margin-block: var(--spacing-small);
}
#single-publication > header p > a {
  --link-decoration: underline;
}
#single-publication > header .tags.authors {
  gap: 0 var(--spacing-x-small);
  margin: 0;
}
#single-publication > header .tags.authors p:not(:has(a)) {
  color: var(--text-color-alt);
}
#single-publication > div.module-grid {
  margin-top: calc(var(--spacing-large) * 2);
}
#single-publication > div.module-grid > aside:not(:last-of-type) {
  margin-bottom: var(--spacing-large);
}
#single-publication > footer {
  margin-top: var(--spacing-x-large);
  display: grid;
  gap: var(--spacing-large);
}
#single-publication > footer p > a {
  --link-decoration: underline;
}
@media (min-width: 1080px) {
  #single-publication {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: var(--grid-gap);
  }
  #single-publication > header {
    padding-block: 0;
  }
  #single-publication > header,
  #single-publication > footer {
    grid-column: 4/-1;
  }
  #single-publication > div.module-grid {
    grid-column: 1/-1;
  }
}

#single-employee > aside > header > hr {
  margin: var(--spacing-medium) 0;
}
#single-employee > aside > header > ul {
  margin-top: var(--spacing-medium);
}
#single-employee > aside > figure {
  margin: 0;
  height: -moz-max-content;
  height: max-content;
}
#single-employee > h2.section-label,
#single-employee > aside.publications {
  margin-top: var(--spacing-x-large);
}
#single-employee > aside.publications a {
  --link-decoration: underline;
}

#site-footer {
  --link-color: currentColor;
  position: relative;
  padding: 0 var(--site-padding) var(--spacing-large);
}
#site-footer > hr {
  margin: 0 0 var(--spacing-large);
}
#site-footer ul {
  list-style: none;
  margin: 0;
}
#site-footer a {
  --link-decoration: underline;
}
#site-footer a:where(:not(:hover)) {
  --text-decoration-color: transparent;
}
#site-footer > header {
  display: grid;
  gap: var(--spacing-large);
  margin-bottom: var(--spacing-large);
}
#site-footer > header > ul {
  display: grid;
  gap: var(--spacing-large);
}
#site-footer > header > ul > li > a,
#site-footer > header > ul > li > span {
  display: inline-block;
  margin-bottom: var(--spacing-small);
}
#site-footer > header > ul > li > a[role=button],
#site-footer > header > ul > li > span[role=button] {
  pointer-events: none;
}
#site-footer > header > ul > li > ul {
  display: grid;
  gap: var(--spacing-x-small);
}
#site-footer > header > ul > li > ul > li {
  font-size: var(--font-size-x-small);
}
#site-footer > header > span#hs_cos_wrapper_site_footer_about_ {
  display: block;
}
#site-footer > header > div {
  display: flex;
  flex-direction: column;
}
#site-footer > header > div > span#hs_cos_wrapper_site_footer_contact_ {
  display: block;
}
#site-footer > aside {
  margin-top: var(--spacing-x-large);
  display: grid;
  justify-content: space-between;
  gap: var(--spacing-small);
}
#site-footer > aside .site-logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: var(--spacing-medium);
}
#site-footer > aside .site-logo svg {
  height: 1.5rem;
}
#site-footer > aside .site-logo svg path {
  fill: var(--button-bg);
}
#site-footer > aside p {
  margin: 0;
}
#site-footer > aside > ul {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
}
#site-footer > aside > ul > li {
  font-size: var(--font-size-x-small);
}
@media (min-width: 1080px) {
  #site-footer > header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-large) var(--grid-gap);
  }
  #site-footer > header > ul {
    display: contents;
  }
  #site-footer > header > span#hs_cos_wrapper_site_footer_about_ {
    grid-column: 4;
    justify-self: end;
    min-width: 0;
  }
  #site-footer > aside {
    grid-template-columns: 1fr auto auto;
    gap: var(--spacing-medium);
    margin-top: calc(var(--spacing-xx-large) * 0.83);
  }
  #site-footer > aside ul {
    flex-direction: row;
    gap: var(--spacing-medium);
  }
}

:root {
  --site-header-height: 55px;
  --site-header-bg: transparent;
  --site-header-color: #000;
  --site-header-duration: 0.5s;
  --site-header-easing: cubic-bezier(0.4, 0.8, 0.74, 1);
  --site-header-transition: 0.5s cubic-bezier(0.4, 0.8, 0.74, 1);
  --site-header-delay: calc(var(--site-header-duration) * (1 - var(--site-header-open, 0)) * 0.5);
  --link-transition-duration: 0.3s;
}
@media (min-width: 1080px) {
  :root {
    --site-header-height: 80px;
  }
}

.site-header--spacing.container, .site-header--spacing[class*=container--] {
  --site-header-spacing: calc(var(--container-margin) + var(--site-header-height) + var(--breadcrumbs-height));
  margin-top: var(--site-header-spacing);
}
.site-header--spacing.section, .site-header--spacing[class*=section--] {
  --site-header-spacing: calc(var(--section-padding) + var(--site-header-height) + var(--breadcrumbs-height));
  padding-top: var(--site-header-spacing);
}

html.site-header--light,
html.has-scrolled-down {
  --site-header-color: #fff;
}
html.site-header--light #site-header,
html.has-scrolled-down #site-header {
  color-scheme: dark;
  --bg-color: #00303a;
  --heading-color: #fff;
  --text-color: #fff;
  --text-color-alt: #f0f0f5;
  --section-label-color: #fff;
  --text-tag-color: #215a64;
  --text-tag-bg: #c3d0d2;
  --link-color: #fff;
  --link-color-hover: currentColor;
  --bullet-color: #c3d0d2;
  --color-border: #215a64;
  --selection-bg: #fff;
  --selection-color: #00303a;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #fff;
  --icon-color-hover: #f0f0f5;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #00303a;
  --icon-square-bg: #fff;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #323c46;
  --icon-square-color-hover: #00303a;
  --icon-square-bg-hover: #fff;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #fff;
  --form-field-hover-border-color: #508791;
  --form-field-focus-border-color: #508791;
  --placeholder-color: #404040;
  --button-bg: #fff;
  --button-bg-hover: #cbd6c8;
  --button-color: #00303a;
  --button-color-hover: #000;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #cbd6c8;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #000;
  --button-ghost-bg: #fff;
  --button-ghost-bg-hover: #fff;
  --button-ghost-color: #fff;
  --button-ghost-color-hover: #00303a;
}

html.has-scrolled-down {
  --site-header-bg: #00303a;
}

@media (max-width: 1079px) {
  html:has(#site-header:target) {
    --site-header-open: 1;
    --site-header-bg: #00303a;
    --site-header-color: #fff;
  }
}
@media (min-width: 1080px) {
  html.site-header--open {
    --site-header-open: 1;
    --site-header-bg: #00303a;
    --site-header-color: #fff;
  }
  html.site-header--open #site-header {
    color-scheme: dark;
    --bg-color: #00303a;
    --heading-color: #fff;
    --text-color: #fff;
    --text-color-alt: #f0f0f5;
    --section-label-color: #fff;
    --text-tag-color: #215a64;
    --text-tag-bg: #c3d0d2;
    --link-color: #cbd6c8;
    --link-color-hover: currentColor;
    --bullet-color: #c3d0d2;
    --color-border: #215a64;
    --selection-bg: #fff;
    --selection-color: #00303a;
    --color-error: #e43d3d;
    --color-warning: #e43d3d;
    --icon-color: #fff;
    --icon-color-hover: #f0f0f5;
    --icon-color-disabled: #c8c8c8;
    --icon-square-color: #00303a;
    --icon-square-bg: #fff;
    --icon-square-color-disabled: #c8c8c8;
    --icon-square-bg-disabled: #323c46;
    --icon-square-color-hover: #00303a;
    --icon-square-bg-hover: #fff;
    --form-field-bg: #fff;
    --form-field-focus-bg: var(form-field-bg);
    --form-field-hover-bg: var(form-field-bg);
    --form-field-text-color: #000000;
    --form-field-border-color: #fff;
    --form-field-hover-border-color: #508791;
    --form-field-focus-border-color: #508791;
    --placeholder-color: #404040;
    --button-bg: #fff;
    --button-bg-hover: #cbd6c8;
    --button-color: #00303a;
    --button-color-hover: #000;
    --button-secondary-bg: #215a64;
    --button-secondary-bg-hover: #cbd6c8;
    --button-secondary-color: #fff;
    --button-secondary-color-hover: #000;
    --button-ghost-bg: #fff;
    --button-ghost-bg-hover: #fff;
    --button-ghost-color: #fff;
    --button-ghost-color-hover: #00303a;
  }
}
@media (max-width: 1079px) {
  html.hash-active-site-header {
    touch-action: none;
    overflow: hidden;
  }
}
#site-header {
  color-scheme: light;
  --bg-color: #f0f0f5;
  --heading-color: #000;
  --text-color: #000;
  --text-color-alt: #404040;
  --section-label-color: #000;
  --text-tag-color: #215a64;
  --text-tag-bg: #dbe1e6;
  --link-color: #000;
  --link-color-hover: currentColor;
  --bullet-color: #215a64;
  --color-border: #dbe1e6;
  --selection-bg: #00303a;
  --selection-color: #fff;
  --color-error: #e43d3d;
  --color-warning: #e43d3d;
  --icon-color: #00303a;
  --icon-color-hover: #000000;
  --icon-color-disabled: #c8c8c8;
  --icon-square-color: #fff;
  --icon-square-bg: #00303a;
  --icon-square-color-disabled: #c8c8c8;
  --icon-square-bg-disabled: #f0f0f5;
  --icon-square-color-hover: #fff;
  --icon-square-bg-hover: #000000;
  --form-field-bg: #fff;
  --form-field-focus-bg: var(form-field-bg);
  --form-field-hover-bg: var(form-field-bg);
  --form-field-text-color: #000000;
  --form-field-border-color: #dbe1e6;
  --form-field-hover-border-color: #00303a;
  --form-field-focus-border-color: #00303a;
  --placeholder-color: #404040;
  --button-bg: #00303a;
  --button-bg-hover: #000000;
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-secondary-bg: #215a64;
  --button-secondary-bg-hover: #000000;
  --button-secondary-color: #fff;
  --button-secondary-color-hover: #fff;
  --button-ghost-bg: #00303a;
  --button-ghost-bg-hover: #00303a;
  --button-ghost-color: #00303a;
  --button-ghost-color-hover: #fff;
  padding: var(--spacing-small) var(--site-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-medium);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  color: var(--site-header-color);
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 1080px) {
  #site-header::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    position: fixed;
    top: var(--site-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
    opacity: var(--site-header-open, 0);
    transition: opacity var(--site-header-transition);
  }
}
#site-header::before {
  background-color: var(--site-header-bg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: background-color var(--site-header-transition);
}
#site-header :where(ul) {
  list-style: none;
  margin: 0;
}
#site-header :where(button) {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  text-decoration-line: var(--link-decoration, none);
  transition: all var(--link-transition-duration) 0.125s var(--easing);
}
#site-header :where(.button) {
  --button-font-size: var(--font-size-x-small);
  --button-padding-x: 11px;
  --button-padding-y: 9px;
}
#site-header > .site-logo svg {
  height: 1.1875rem;
}
#site-header > .site-logo svg path {
  fill: var(--site-header-color);
  transition: fill var(--site-header-transition);
}
#site-header > .menu-toggle {
  --burger-menu-size: 1.5rem;
  --burger-menu-thickness: 2px;
  --burger-menu-gap: 0.5rem;
  position: relative;
  width: var(--burger-menu-size);
  height: var(--burger-menu-size);
}
#site-header > .menu-toggle::before, #site-header > .menu-toggle::after {
  content: "";
  display: block;
  position: absolute;
  height: var(--burger-menu-thickness);
  width: 100%;
  background: var(--site-header-color);
  border-radius: 5rem;
  transform-origin: 50% 50%;
  transition: all 0.25s ease-in, background-color var(--site-header-transition);
}
#site-header > .menu-toggle::before {
  top: calc((50% - var(--burger-menu-gap) * 0.5 - var(--burger-menu-thickness)) * (1 - var(--site-header-open, 0)) + (50% - var(--burger-menu-thickness) / 2) * var(--site-header-open, 0));
  rotate: calc(45deg * var(--site-header-open, 0));
}
#site-header > .menu-toggle::after {
  bottom: calc((50% - var(--burger-menu-gap) * 0.5 - var(--burger-menu-thickness)) * (1 - var(--site-header-open, 0)) + (50% - var(--burger-menu-thickness) / 2) * var(--site-header-open, 0));
  rotate: calc(-45deg * var(--site-header-open, 0));
}
#site-header > nav :is(a, button) {
  transition: all var(--link-transition-duration, 0.25s) var(--easing), color var(--site-header-transition);
}
#site-header > nav ul.menu--primary > li.dropdown > :is(a, button) {
  display: block;
  color: var(--site-header-color);
}
#site-header > nav ul.menu--primary > li.dropdown > :is(a, button)::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea65";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  width: 1lh;
  margin: 0 0 0 var(--spacing-xx-small);
  transition: rotate var(--site-header-transition);
}
#site-header > nav ul.menu--primary > li.dropdown.open {
  --dd-open: 1;
}
#site-header > nav ul.menu--primary > li.dropdown.open > :is(a, button)::after {
  rotate: 180deg;
}
#site-header > nav ul.menu--primary > li > div {
  border-top: 1px solid var(--color-border);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu li > :is(a, button) {
  color: var(--site-header-color);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul {
  display: grid;
  row-gap: var(--spacing-x-small);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul:has(li.dropdown) {
  row-gap: var(--spacing-medium);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul > li {
  font-size: var(--body-font-size);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul > li > a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea64";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  color: var(--icon-color);
  margin-left: var(--spacing-x-small);
  transition: translate var(--link-transition-duration) var(--easing);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul > li.dropdown > :is(a, button) {
  margin-bottom: var(--spacing-small);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul > li > ul.sub-menu li {
  font-size: var(--font-size-x-small);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.dropdown > :is(a, button, span) {
  margin-bottom: var(--spacing-small);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li > a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea64";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  color: var(--icon-color);
  margin-left: var(--spacing-x-small);
  transition: translate var(--link-transition-duration) var(--easing);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li > a:hover::after {
  translate: var(--spacing-xx-small);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu > li:not(.sidebar) > ul.sub-menu > li {
  font-size: var(--font-size-x-small);
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu :where(li) > :is(a, div, span) {
  position: relative;
  display: inline-block;
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu :where(li) > :is(a, div, span) > strong {
  font-weight: inherit;
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu :where(li) > :is(a, div, span) > p {
  font-size: 0.77em;
  margin-bottom: 0;
}
#site-header > nav ul.menu--primary > li > div > ul.sub-menu :where(li) > ul.sub-menu {
  display: grid;
  gap: var(--spacing-x-small);
}
#site-header > nav ul.menu--primary > li > div > aside > a {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--site-header-color);
}
#site-header > nav ul.menu--primary > li > div > aside > a > figure {
  margin-bottom: var(--spacing-x-small);
}
#site-header > nav ul.menu--primary > li > div > aside > a p {
  margin: 0;
}
#site-header > nav ul.menu--primary > li > div > aside > a p::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea64";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  transition: translate var(--link-transition-duration) var(--easing);
  margin: 0 0 0 var(--spacing-x-small);
}
#site-header > nav ul.menu--primary > li > div > aside > a:hover p::after {
  translate: var(--spacing-xx-small);
}
#site-header > nav ul.menu--secondary {
  display: flex;
  gap: var(--spacing-x-small);
}
#site-header > nav ul.menu--secondary > li {
  flex-grow: 1;
}
#site-header > nav ul.menu--secondary > li :is(a, span) {
  background: var(--button-bg);
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  vertical-align: middle;
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  text-decoration: none;
  text-align: center;
  color: var(--button-color);
  cursor: pointer;
  border: var(--button-border-width) solid var(--button-bg);
  border-radius: var(--button-border-radius);
  transition: 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition-property: background-color, border-color, color;
  --button-font-size: var(--font-size-x-small);
  --button-padding-x: 11px;
  --button-padding-y: 9px;
}
#site-header > nav ul.menu--secondary > li :is(a, span):disabled {
  cursor: not-allowed;
}
#site-header > nav ul.menu--secondary > li :is(a, span)::after {
  --icon-margin: var(--spacing-x-small);
  color: inherit;
  margin: 0 0 0 var(--icon-margin);
  transition: translate 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
#site-header > nav ul.menu--secondary > li :is(a, span):hover::after {
  translate: 0.2rem 0;
}
#site-header > nav ul.menu--secondary > li :is(a, span):not(:disabled):hover {
  background: var(--button-bg-hover);
  border-color: var(--button-bg-hover);
  color: var(--button-color-hover);
  text-decoration: none;
}
#site-header > nav ul.menu--secondary > li:nth-child(odd) :is(a, span) {
  --button-bg: var(--button-ghost-bg);
  --button-bg-hover: var(--button-ghost-bg-hover);
  --button-color: var(--button-ghost-color);
  --button-color-hover: var(--button-ghost-color-hover);
  border-color: var(--button-ghost-bg);
  background: transparent;
}
#site-header > nav ul.menu--secondary > li:nth-child(odd) :is(a, span):not(.disabled):hover {
  border-color: var(--button-ghost-bg-hover);
  background: var(--button-ghost-bg-hover);
}
@media (min-width: 1080px) {
  #site-header {
    padding: var(--spacing-medium) var(--site-padding);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: var(--grid-gap);
  }
  #site-header > .site-logo {
    grid-column: 1/span 3;
  }
  #site-header > .site-logo svg {
    height: 1.375rem;
  }
  #site-header > .menu-toggle {
    display: none;
  }
  #site-header > nav {
    display: contents;
  }
  #site-header > nav ul.menu {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing-large) * 0.8);
  }
  #site-header > nav ul.menu--primary {
    grid-column: 4/span 6;
  }
  #site-header > nav ul.menu--primary > li > :is(a, button) {
    position: relative;
  }
  #site-header > nav ul.menu--primary > li > :is(a, button)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: background-color var(--site-header-transition);
  }
  #site-header > nav ul.menu--primary > li.dropdown > :is(a, button)::before {
    width: calc(100% - var(--spacing-xx-small) - 21px);
  }
  #site-header > nav ul.menu--primary > li:hover > :is(a, button)::before {
    background: var(--site-header-color);
  }
  #site-header > nav ul.menu--primary > li > div {
    contain: layout paint;
    background-color: var(--site-header-bg);
    position: absolute;
    top: var(--site-header-height);
    right: 0;
    bottom: auto;
    left: 0;
    z-index: calc(-2 + var(--dd-open, 0));
    padding: var(--spacing-large) var(--site-padding);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: var(--spacing-large) var(--grid-gap);
    overflow: auto;
    overscroll-behavior: contain;
    max-height: calc(100vh - var(--site-header-height) - var(--spacing-medium) * 2);
    opacity: max(var(--site-header-open, 0), var(--dd-open, 0.8));
    visibility: var(--dd-open, hidden);
    -webkit-clip-path: inset(0 0 calc((1 - var(--dd-open, 0)) * 100%) 0);
            clip-path: inset(0 0 calc((1 - var(--dd-open, 0)) * 100%) 0);
    transition: transform var(--site-header-transition), opacity var(--site-header-transition), visibility 0s calc(var(--site-header-duration) + var(--dd-open, 0) * var(--site-header-duration) * -1) linear, -webkit-clip-path var(--site-header-transition);
    transition: transform var(--site-header-transition), opacity var(--site-header-transition), clip-path var(--site-header-transition), visibility 0s calc(var(--site-header-duration) + var(--dd-open, 0) * var(--site-header-duration) * -1) linear;
    transition: transform var(--site-header-transition), opacity var(--site-header-transition), clip-path var(--site-header-transition), visibility 0s calc(var(--site-header-duration) + var(--dd-open, 0) * var(--site-header-duration) * -1) linear, -webkit-clip-path var(--site-header-transition);
    --menu-cols: calc(12 - var(--posts, 0) * 3);
    --sidebar-width: calc(
    	(100% - (var(--menu-cols) - 1) * var(--grid-gap)) * 2 / var(--menu-cols)
    	+ var(--grid-gap)
    );
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu {
    grid-column: 1/span var(--menu-cols);
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: var(--grid-gap);
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li {
    flex: 1 1 100%;
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar {
    flex: 0 0 var(--sidebar-width);
    order: 999;
    align-self: start;
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul.sub-menu > li > a:hover::after {
    translate: var(--spacing-xx-small);
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li:not(.sidebar) > ul.sub-menu > li > :is(a, button) {
    --link-decoration: underline;
    --text-decoration-color: transparent;
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li:not(.sidebar) > ul.sub-menu > li > :is(a, button):hover {
    --text-decoration-color: #fff;
  }
  #site-header > nav ul.menu--primary > li > div.has-sidebar > ul.sub-menu {
    flex-wrap: nowrap;
  }
  #site-header > nav ul.menu--primary > li > div.has-sidebar > ul.sub-menu > li:not(.sidebar) {
    flex: 1 1 0%;
    min-width: 0;
  }
  #site-header > nav ul.menu--primary > li > div > aside {
    grid-column: span calc(12 - var(--menu-cols))/-1;
    display: grid;
    grid-template-columns: repeat(var(--posts, 0), minmax(0, 1fr));
    gap: 0 var(--grid-gap);
  }
  #site-header > nav ul.menu--primary > li.open {
    --dd-open: 1;
  }
  #site-header > nav ul.menu--primary > li.open > div {
    will-change: transform, opacity;
  }
  #site-header > nav ul.menu--secondary {
    grid-column: 10/-1;
    justify-self: end;
  }
}
@media (max-width: 1079px) {
  #site-header > nav {
    --burger-padding-y: var(--spacing-large);
    --burger-padding-x: var(--site-padding);
    color-scheme: dark;
    --bg-color: #00303a;
    --heading-color: #fff;
    --text-color: #fff;
    --text-color-alt: #f0f0f5;
    --section-label-color: #fff;
    --text-tag-color: #215a64;
    --text-tag-bg: #c3d0d2;
    --link-color: #cbd6c8;
    --link-color-hover: currentColor;
    --bullet-color: #c3d0d2;
    --color-border: #215a64;
    --selection-bg: #fff;
    --selection-color: #00303a;
    --color-error: #e43d3d;
    --color-warning: #e43d3d;
    --icon-color: #fff;
    --icon-color-hover: #f0f0f5;
    --icon-color-disabled: #c8c8c8;
    --icon-square-color: #00303a;
    --icon-square-bg: #fff;
    --icon-square-color-disabled: #c8c8c8;
    --icon-square-bg-disabled: #323c46;
    --icon-square-color-hover: #00303a;
    --icon-square-bg-hover: #fff;
    --form-field-bg: #fff;
    --form-field-focus-bg: var(form-field-bg);
    --form-field-hover-bg: var(form-field-bg);
    --form-field-text-color: #000000;
    --form-field-border-color: #fff;
    --form-field-hover-border-color: #508791;
    --form-field-focus-border-color: #508791;
    --placeholder-color: #404040;
    --button-bg: #fff;
    --button-bg-hover: #cbd6c8;
    --button-color: #00303a;
    --button-color-hover: #000;
    --button-secondary-bg: #215a64;
    --button-secondary-bg-hover: #cbd6c8;
    --button-secondary-color: #fff;
    --button-secondary-color-hover: #000;
    --button-ghost-bg: #fff;
    --button-ghost-bg-hover: #fff;
    --button-ghost-color: #fff;
    --button-ghost-color-hover: #00303a;
    background-color: #00303a;
    color: var(--site-header-color);
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--site-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    padding: 0;
    opacity: var(--site-header-open, 0.8);
    visibility: var(--site-header-open, hidden);
    -webkit-clip-path: inset(0 0 calc((1 - var(--site-header-open, 0)) * 100%) 0);
            clip-path: inset(0 0 calc((1 - var(--site-header-open, 0)) * 100%) 0);
    transition: opacity var(--site-header-duration) ease, visibility 0s calc(var(--site-header-duration) + var(--site-header-open, 0) * var(--site-header-duration) * -1) linear, -webkit-clip-path var(--site-header-duration) ease;
    transition: opacity var(--site-header-duration) ease, clip-path var(--site-header-duration) ease, visibility 0s calc(var(--site-header-duration) + var(--site-header-open, 0) * var(--site-header-duration) * -1) linear;
    transition: opacity var(--site-header-duration) ease, clip-path var(--site-header-duration) ease, visibility 0s calc(var(--site-header-duration) + var(--site-header-open, 0) * var(--site-header-duration) * -1) linear, -webkit-clip-path var(--site-header-duration) ease;
  }
  #site-header > nav ul.menu {
    display: grid;
    align-content: start;
    gap: var(--spacing-large);
  }
  #site-header > nav ul.menu--primary {
    flex: 1;
    padding: var(--burger-padding-y) var(--burger-padding-x);
    overflow: auto;
    overscroll-behavior: contain;
  }
  #site-header > nav ul.menu--primary > li > :is(a, button) {
    color: var(--site-header-color);
  }
  #site-header > nav ul.menu--primary > li.dropdown {
    display: grid;
    grid-template-rows: auto 0fr;
    align-content: start;
    transition: grid-template-rows 0s;
  }
  #site-header > nav ul.menu--primary > li.dropdown > :is(a, button) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 var(--spacing-small);
    width: 100%;
  }
  #site-header > nav ul.menu--primary > li.open {
    grid-template-rows: auto 1fr;
  }
  #site-header > nav ul.menu--primary > li > div {
    display: contents;
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu {
    display: grid;
    gap: var(--spacing-medium);
    margin-block: calc(var(--spacing-small) * var(--dd-open, 0));
    overflow: hidden;
    visibility: var(--dd-open, hidden);
    transition: visibility 0s calc(var(--site-header-duration) * (1 - var(--dd-open, 0))) linear;
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li {
    font-size: var(--font-size-small);
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.dropdown > :is(a, button, span) {
    margin-bottom: var(--spacing-x-small);
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu > li.sidebar > ul.sub-menu > li {
    font-size: var(--font-size-small);
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu:not(:has(li.dropdown)) {
    gap: var(--spacing-x-small);
  }
  #site-header > nav ul.menu--primary > li > div > ul.sub-menu:not(:has(li.dropdown)) > li:not(.dropdown) {
    font-size: var(--font-size-x-small);
  }
  #site-header > nav ul.menu--primary > li > div > aside {
    display: none;
  }
  #site-header > nav ul.menu--secondary {
    background-color: inherit;
    border-top: 1px solid var(--color-border);
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding: var(--spacing-large) var(--burger-padding-x);
    border-top: 1px solid var(--color-border);
  }
  #site-header > nav ul.menu--secondary :is(a, span) {
    display: block;
    width: 100%;
  }
}

#accordion {
  --module-header-spacing: var(--spacing-large);
}
#accordion details {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#accordion details div > a.button,
#accordion details div > nav.buttons {
  margin-top: var(--spacing-small);
}

:root {
  --breadcrumbs-height: 37px;
}

#breadcrumbs:has(ol > li:only-child) {
  display: none;
}

#breadcrumbs {
  --bg-color: transparent;
  position: absolute;
  top: var(--site-header-height);
  left: 0;
  right: 0;
  z-index: 90;
  padding: var(--spacing-small) var(--site-padding);
  font-size: var(--font-size-x-small);
}
#breadcrumbs ol {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-xx-small);
  overflow: auto;
}
#breadcrumbs ol li {
  display: contents;
}
#breadcrumbs ol li > * {
  display: block;
  color: currentColor;
}
#breadcrumbs ol li:not(:last-child)::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea67";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0;
}
@media (min-width: 1080px) {
  #breadcrumbs {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: var(--grid-gap);
  }
  #breadcrumbs ol {
    grid-column: 4/-1;
  }
}

#cards-media article {
  --card-padding: var(--spacing-small);
}
#cards-media article {
  aspect-ratio: 1/1;
}
#cards-media article h3,
#cards-media article > a {
  position: absolute;
}
#cards-media article > a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#cards-media article h3 {
  font-family: var(--body-font-family);
  top: var(--spacing-small);
  right: var(--spacing-small);
  bottom: var(--spacing-small);
  left: var(--spacing-small);
  z-index: 5;
}

#downloads nav.buttons {
  --buttons-margin: 0;
  flex-direction: column;
  align-items: flex-start;
}
#downloads nav.buttons a.link--arrow {
  position: relative;
  color: var(--link-color);
}
#downloads nav.buttons a.link--arrow::before {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: var(--color-border);
}

#hero-full > figure.hero-logo img {
  height: 2.75rem;
  width: auto;
  margin: 0;
}
#hero-full > figure:not(.hero-logo) {
  margin: var(--spacing-x-large) 0 0 0;
}
@media (min-width: 1080px) {
  #hero-full {
    --grid-cols: 12;
    gap: 0 var(--grid-gap);
  }
  #hero-full > figure.hero-logo {
    grid-column: 1/span 1;
  }
  #hero-full > header {
    grid-column: 4/-1;
  }
  #hero-full > figure:not(.hero-logo) {
    grid-column: 1/-1;
  }
}

#hero > aside > figure {
  margin: var(--spacing-x-large) 0 0 0;
}

#logotypes-simple figure {
  margin: 0;
}
#logotypes-simple figure > img {
  height: 4.4625rem;
  width: auto;
}
@media (min-width: 1080px) {
  #logotypes-simple {
    justify-content: flex-end;
  }
}
#logotypes-simple > div {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-small);
}
#logotypes-simple > div:not(.two-rows) > .logo-row {
  display: contents;
}
#logotypes-simple > div.two-rows {
  flex-direction: column;
  flex-wrap: nowrap;
}
#logotypes-simple > div.two-rows .logo-row {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--spacing-small);
}
@media (min-width: 1080px) {
  #logotypes-simple > div.two-rows .logo-row {
    justify-content: flex-end;
  }
  #logotypes-simple > div.two-rows .logo-row--end {
    justify-content: flex-end;
  }
}
@media (min-width: 1080px) {
  #logotypes-simple {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-large) var(--grid-gap);
  }
  #logotypes-simple > div {
    grid-column: 4;
    align-items: flex-start;
  }
}

div.page-anchor {
  position: absolute;
  height: 1px;
  margin-top: -1px;
}

#people {
  --grid-row-gap: var(--spacing-medium);
}

#publications > .module-header h2 {
  font-size: var(--h3-size);
}

#quotes blockquote > p,
#inline-quote blockquote > p {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h3-size);
  color: var(--heading-color, inherit);
  display: inline;
  margin: 0;
}
#quotes blockquote > p a,
#inline-quote blockquote > p a {
  color: var(--heading-color, inherit);
}
#quotes blockquote > p a:hover,
#inline-quote blockquote > p a:hover {
  color: var(--heading-color, inherit);
}
#quotes blockquote > p::before,
#inline-quote blockquote > p::before {
  content: "“";
}
#quotes blockquote > p::after,
#inline-quote blockquote > p::after {
  content: "”";
}
#quotes blockquote > div,
#inline-quote blockquote > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--spacing-small);
  align-items: center;
  margin: var(--spacing-large) 0 0;
}
#quotes blockquote > div > figure,
#inline-quote blockquote > div > figure {
  margin: 0;
}
#quotes blockquote > div > figure img,
#inline-quote blockquote > div > figure img {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#quotes blockquote > div > div > p,
#inline-quote blockquote > div > div > p {
  margin: 0;
}

#text-block-full-media > figure {
  grid-column: 1/-1;
  margin: var(--spacing-medium) 0 0;
}

#text-block-media aside {
  display: grid;
  aspect-ratio: 4/3;
  padding: var(--spacing-medium);
  align-content: space-between;
}
#text-block-media aside > h2,
#text-block-media aside > nav.buttons {
  position: relative;
  z-index: 4;
  max-width: var(--site-width-small);
}
@media (min-width: 1080px) {
  #text-block-media aside {
    aspect-ratio: 21/9;
  }
}

#text-blocks-grid aside:not(:last-of-type) {
  margin-bottom: var(--spacing-large);
}
@media (min-width: 768px) {
  #text-blocks-grid article > header {
    margin-right: var(--spacing-medium);
  }
  #text-blocks-grid article.layout--laying {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    display: grid;
    gap: var(--grid-gap);
  }
  #text-blocks-grid article.layout--laying > figure {
    grid-column: 9/-1;
    margin: 0;
  }
  #text-blocks-grid article.layout--laying > header {
    grid-column: 1/span 8;
    margin-right: var(--spacing-large);
  }
}

#text-blocks article {
  display: grid;
}
#text-blocks article.image--bottom > figure {
  order: 2;
  margin: var(--spacing-medium) 0 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html:where(:not(.hs-inline-edit)) [data-global-resource-path],
html:where(:not(.hs-inline-edit)) .container-fluid,
html:where(:not(.hs-inline-edit)) .row-fluid-wrapper,
html:where(:not(.hs-inline-edit)) .row-fluid,
html:where(:not(.hs-inline-edit)) .widget-span,
html:where(:not(.hs-inline-edit)) .hs_cos_wrapper {
  display: contents;
}

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