/*! 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.
 */
@import 'https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap';
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

[class^=orejime-] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  cursor: default;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5;
}

.orejime-Button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 1px solid transparent;
}
.orejime-Button[disabled] {
  opacity: 0.75;
}

.orejime-Button--save,
.orejime-Button--accept {
  background: #008A28;
  color: #fff;
}

.orejime-Button--decline {
  background: #666;
}

.orejime-Button--info {
  background: #057EB6;
}

.orejime-Notice {
  background: #333;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  font-size: 0.8em;
}
@media (min-width: 990px) {
  .orejime-Notice {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media (max-width: 990px) {
  .orejime-Notice {
    border: none;
    border-radius: 0;
  }
}

.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}

.orejime-Notice--hidden {
  display: none !important;
}

.orejime-Notice-body {
  padding: 1em;
}

.orejime-Notice-logo {
  max-width: 200px;
}

.orejime-Notice-title,
.orejime-Notice-description {
  color: #eee;
  margin-bottom: 0.5em;
}

.orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}

.orejime-Notice-purposes {
  color: #eee;
}

.orejime-Notice-changes {
  color: #eee;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer;
}
.orejime-Notice-privacyPolicyLink, .orejime-Notice-privacyPolicyLink:hover {
  color: inherit;
}
.orejime-Notice-privacyPolicyLink:hover, .orejime-Notice-privacyPolicyLink:focus {
  text-decoration: none;
}

.orejime-Notice-actions {
  display: block;
}

.orejime-Notice-actionItem {
  display: inline;
}

.orejime-Notice-learnMoreButton {
  display: inline-block;
}

.orejimeHtml-WithModalOpen {
  height: 100%;
}

.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.orejime-Modal {
  background: #333;
  color: #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #555;
}

.orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px;
}

.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 1em;
  right: 1em;
}

.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px;
}

.orejime-Modal-body {
  padding: 1em;
}

.orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #555;
}

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus {
  text-decoration: none;
}

.orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0;
}
.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: #aaa;
}

.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}

.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
  margin-top: 0.7em;
}
.orejime-AppList-item:first-child {
  margin-top: 0;
}

.orejime-CategorizedAppList {
  list-style: none;
}

.orejime-CategorizedAppList-item {
  margin-bottom: 1em;
}

.orejime-CategorizedAppList-title {
  font-size: 1.2em;
  font-weight: bold;
}

.orejime-CategorizedAppList-description {
  font-size: 0.9em;
}

.orejime-CategorizedAppList-apps {
  margin-top: 0.5em;
  margin-left: 1em;
}

.orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer;
}

.orejime-AppItem-description {
  font-size: 0.8em;
}

.orejime-AppItem-purposes {
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid transparent;
}
.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}

.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa;
}

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px;
}

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #057EB6;
}

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}

.orejime-AppToggles-item {
  display: inline;
}

.aria-autocomplete__wrapper {
  position: relative;
  font-size: 16px;
}

.aria-autocomplete--hide {
  display: none !important;
}

.aria-autocomplete__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.aria-autocomplete__input {
  border: 1px solid #606060;
  width: 100%;
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
}

.aria-autocomplete__input--disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}

.aria-autocomplete__show-all {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #606060;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='10' viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.023L8.488 8 16 1' stroke-width='1' stroke='%23434143' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aria-autocomplete__show-all--disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}

.aria-autocomplete__list {
  list-style: none;
  position: absolute;
  top: 48px;
  z-index: 99999;
  left: 0;
  margin: 0;
  padding: 3px 0 !important;
  height: auto;
  min-height: 0;
  max-height: 304px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
  border: 1px solid #606060;
  border-radius: 2px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aria-autocomplete__list--has-results[aria-label]:before {
  content: attr(aria-label) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3px 10px 0;
  font-size: 13px;
  text-align: right;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media reader, speech, aural {
  .aria-autocomplete__list--has-results[aria-label]:before {
    display: none;
  }
}
.aria-autocomplete__list--has-results[aria-label] li:first-child {
  margin-top: 20px;
}

.aria-autocomplete__option {
  display: block;
  color: #434143;
  text-decoration: none;
  font-weight: normal;
  list-style: none;
  cursor: pointer;
  padding: 7px 10px;
  word-break: break-word;
}

.aria-autocomplete__option:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aria-autocomplete__option:hover,
.aria-autocomplete__option--focused {
  background: #f3f3f3;
  color: #000;
  border: none;
  margin: 0;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.aria-autocomplete__option:hover[aria-disabled=true],
.aria-autocomplete__option--focused[aria-disabled=true] {
  background: #f5f5f5;
}

.aria-autocomplete__option--no-results,
.aria-autocomplete__option[aria-disabled=true] {
  opacity: 0.65 !important;
  color: #434143 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
}

.aria-autocomplete__option--no-results {
  margin-top: 0 !important;
  background: transparent !important;
}

.aria-autocomplete__selected {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #606060;
  border: 1px solid #606060;
  padding: 0 28px 0 10px;
  margin: 2px 4px 2px 0;
  font-size: 13px;
  color: #f3f3f3;
  border-radius: 20px;
  word-break: break-word;
  cursor: pointer;
}

.aria-autocomplete__selected--disabled {
  opacity: 0.7;
}

.aria-autocomplete__selected:hover,
.aria-autocomplete__selected:focus {
  background: #474747;
  color: #fff;
}

.aria-autocomplete__selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='10' viewBox='0 0 10 10' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath d='M 0.234375 10 L 5 5.21875 L 9.765625 10 L 9.988281 9.78125 L 5.21875 5 L 9.988281 0.21875 L 9.765625 0 L 5 4.78125 L 0.234375 0 L 0.0117188 0.21875 L 4.78125 5 L 0.0117188 9.78125 Z M 0.234375 10 ' style='stroke:%23ffffff;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media speech {
  .aria-autocomplete__selected:after {
    display: none;
  }
}
.aria-autocomplete__selected--delete-all {
  border-color: #db0000;
  background: #db0000;
  color: #fff;
}

.aria-autocomplete__selected--delete-all:hover,
.aria-autocomplete__selected--delete-all:focus {
  background: #a80000;
}

.aria-autocomplete__wrapper--multiple .aria-autocomplete__input {
  margin-bottom: 5px;
}

.aria-autocomplete__wrapper--show-all,
.aria-autocomplete__wrapper--autogrow.aria-autocomplete__wrapper--multiple.aria-autocomplete__wrapper--show-all {
  padding-right: 43px;
}

.aria-autocomplete__wrapper--loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid #606060;
  border-color: #606060 transparent #606060 transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

.aria-autocomplete__wrapper--loading .aria-autocomplete__show-all {
  background-image: none;
}

.aria-autocomplete__wrapper--loading.aria-autocomplete__wrapper--autogrow:after {
  top: 50%;
  margin-top: -12px;
}

.aria-autocomplete__wrapper--autogrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #606060;
  width: 100%;
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aria-autocomplete__wrapper--autogrow.aria-autocomplete__wrapper--disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}

.aria-autocomplete__wrapper--autogrow .aria-autocomplete__show-all {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.aria-autocomplete__wrapper--autogrow .aria-autocomplete__input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-user-select: auto !important;
  height: 26px;
  width: 1px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.aria-autocomplete__wrapper--autogrow .aria-autocomplete__list {
  width: calc(100% + 2px);
  top: calc(100% + 4px);
  left: -1px;
}

.aria-autocomplete__wrapper--autogrow .aria-autocomplete__selected {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.tab-item, .collapsible-tab-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gutter-10);
  font-weight: bold;
  color: var(--c-white);
  background-color: var(--c-black);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tab-item:focus, .collapsible-tab-cta:focus, .tab-item:hover, .collapsible-tab-cta:hover {
  background-color: var(--c-black-75);
}
.tab-item .i-content, .collapsible-tab-cta .i-content {
  font-size: 0.9em;
}
.is-expanded > .tab-item .i-content, .is-expanded > .collapsible-tab-cta .i-content {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.social a[href*="youtube."] .i-content::before,
.social button[href*="youtube."] .i-content::before, .social a[href*="linkedin."] .i-content::before,
.social button[href*="linkedin."] .i-content::before, .social a[href*="instagram."] .i-content::before,
.social button[href*="instagram."] .i-content::before, .social a[href*="facebook."] .i-content::before,
.social button[href*="facebook."] .i-content::before, .social a[href*="streak-small."] .i-content::before,
.social button[href*="streak-small."] .i-content::before, .social a[href*="streak-medium."] .i-content::before,
.social button[href*="streak-medium."] .i-content::before, .social a[href*="streak-large."] .i-content::before,
.social button[href*="streak-large."] .i-content::before, .social a[href*="player."] .i-content::before,
.social button[href*="player."] .i-content::before, .social a[href*="quote."] .i-content::before,
.social button[href*="quote."] .i-content::before, .social a[href*="burger."] .i-content::before,
.social button[href*="burger."] .i-content::before, .social a[href*="close."] .i-content::before,
.social button[href*="close."] .i-content::before, .social a[href*="minus."] .i-content::before,
.social button[href*="minus."] .i-content::before, .social a[href*="plus."] .i-content::before,
.social button[href*="plus."] .i-content::before, .social a[href*="check."] .i-content::before,
.social button[href*="check."] .i-content::before, .social a[href*="search."] .i-content::before,
.social button[href*="search."] .i-content::before, .social a[href*="external."] .i-content::before,
.social button[href*="external."] .i-content::before, .social a[href*="download."] .i-content::before,
.social button[href*="download."] .i-content::before, .social a[href*="chevron-right."] .i-content::before,
.social button[href*="chevron-right."] .i-content::before, .social a[href*="chevron-left."] .i-content::before,
.social button[href*="chevron-left."] .i-content::before, .social a[href*="chevron-up."] .i-content::before,
.social button[href*="chevron-up."] .i-content::before, .social a[href*="chevron-down."] .i-content::before,
.social button[href*="chevron-down."] .i-content::before, .social a[href*="arrow-right."] .i-content::before,
.social button[href*="arrow-right."] .i-content::before, .social a[href*="arrow-left."] .i-content::before,
.social button[href*="arrow-left."] .i-content::before, .collapsible-filter-cta::after, .collapsible-filter-wrapper-cta::after, .sitemap div > ul ul > *::before, .menu--main .no-link + .submenu-lvl-1 .menu-link::after, .menu--main > .menu > .menu-item > .menu-link::before, .menu--main > .menu > .menu-item > .menu-link::after, .search-form .form-submit::after, .i-content, .form-submit::after,
.gform_button::after,
input[type=submit]::after, .link::after, .btn::after, .text-media-link a::after, .highlight-cta a::after, .orejime-blocked .cookie-link::after, h2:not(.result-sort-number,
.form-filter-title,
.content-nav-title,
.highlight-title)::after, h1::after, .gfield_checkbox input[type=checkbox] + label::after,
.ginput_container_consent input[type=checkbox] + label::after,
.gfield_radio input[type=checkbox] + label::after,
.form-type-checkbox input[type=checkbox] + label::after,
.form-type-radio input[type=checkbox] + label::after,
.forgetmenot input[type=checkbox] + label::after, .tinymce blockquote::before {
  display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tinymce blockquote {
  position: relative;
  padding: var(--gutter-24);
  margin: var(--gutter-24) 0;
  border: solid var(--c-secondary-b);
  border-width: 4px 0;
}
.tinymce blockquote::before {
  content: "\e916";
  font-size: 5rem;
  position: absolute;
  top: 0.5rem;
  left: 2.4rem;
  color: var(--c-primary-b);
  opacity: 0.3;
}
@media print {
  .tinymce blockquote::before {
    color: var(--c-black);
  }
}
.tinymce blockquote > p {
  position: relative;
  padding-left: var(--gutter-40);
  font-size: var(--fs-h3);
  font-style: italic;
  z-index: 1;
}

.video-play, .social a,
.social button, .collapsible-search-cta, .collapsible-main-menu-cta, .collapsible-filter-cta, .collapsible-filter-wrapper-cta, .collapsible-description-cta, .collapsible-accordion-cta, .menu--main button, .password_input_container button,
.wp-pwd button, .tab-item, .collapsible-tab-cta {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-button-language a, .collapsible-modal-cta-close, .collapsible-modal-cta, .form-submit,
.gform_button,
input[type=submit], .btn, .text-media-link a, .highlight-cta a, .orejime-blocked .cookie-link {
  display: inline-block;
  padding: 1em 1.5em;
  border: 1px solid;
  text-decoration: none;
  line-height: normal;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.quote, .item-action.item-action-link, .file, .item-testimonial, .item-resource, .item-partner, .item-job, .item-donation, .item-document, .item-country, .item-base {
  position: relative;
}
.quote a::before, .item-action.item-action-link a::before, .file a::before, .item-testimonial a::before, .item-resource a::before, .item-partner a::before, .item-job a::before, .item-donation a::before, .item-document a::before, .item-country a::before, .item-base a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-button-language a, .collapsible-modal-cta-close, .collapsible-modal-cta, .form-submit,
.gform_button,
input[type=submit], .btn, .text-media-link a, .highlight-cta a, .orejime-blocked .cookie-link {
  --btn-color: var(--c-white);
  --btn-bg: var(--c-primary-a);
  --btn-border: var(--btn-bg);
  --btn-color-hover: var(--btn-bg);
  --btn-bg-hover: var(--btn-color);
  --btn-border-hover: var(--btn-border);
}
.header-button-language a:not([disabled]), .collapsible-modal-cta-close:not([disabled]), .collapsible-modal-cta:not([disabled]), .form-submit:not([disabled]),
.gform_button:not([disabled]),
input[type=submit]:not([disabled]), .btn:not([disabled]), .text-media-link a:not([disabled]), .highlight-cta a:not([disabled]), .orejime-blocked .cookie-link:not([disabled]) {
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border-color: var(--btn-border);
}
.header-button-language a:not([disabled]):hover, .collapsible-modal-cta-close:not([disabled]):hover, .collapsible-modal-cta:not([disabled]):hover, .form-submit:not([disabled]):hover,
.gform_button:not([disabled]):hover,
input[type=submit]:not([disabled]):hover, .btn:not([disabled]):hover, .text-media-link a:not([disabled]):hover, .highlight-cta a:not([disabled]):hover, .orejime-blocked .cookie-link:not([disabled]):hover, .header-button-language a:not([disabled]):focus, .collapsible-modal-cta-close:not([disabled]):focus, .collapsible-modal-cta:not([disabled]):focus, .form-submit:not([disabled]):focus,
.gform_button:not([disabled]):focus,
input[type=submit]:not([disabled]):focus, .btn:not([disabled]):focus, .text-media-link a:not([disabled]):focus, .highlight-cta a:not([disabled]):focus, .orejime-blocked .cookie-link:not([disabled]):focus {
  background-color: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  border-color: var(--btn-border-hover);
}

.sitemap div > ul ul > *::before, .sitemap div > ul > *::before, .tinymce ul > *::before {
  position: absolute;
  right: 100%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gfield_checkbox label,
.ginput_container_consent label,
.gfield_radio label,
.form-type-checkbox label,
.form-type-radio label,
.forgetmenot label {
  position: relative;
  padding-left: var(--gutter-24);
  color: inherit;
}
.gfield_checkbox label::before,
.ginput_container_consent label::before,
.gfield_radio label::before,
.form-type-checkbox label::before,
.form-type-radio label::before,
.forgetmenot label::before, .gfield_checkbox label::after,
.ginput_container_consent label::after,
.gfield_radio label::after,
.form-type-checkbox label::after,
.form-type-radio label::after,
.forgetmenot label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
  content: "";
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.gfield_checkbox label::before,
.ginput_container_consent label::before,
.gfield_radio label::before,
.form-type-checkbox label::before,
.form-type-radio label::before,
.forgetmenot label::before {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-shadow: var(--c-primary-a) 0 0 0 1px;
          box-shadow: var(--c-primary-a) 0 0 0 1px;
  border-radius: 3px;
  background: var(--c-white);
}
.gfield_checkbox label::after,
.ginput_container_consent label::after,
.gfield_radio label::after,
.form-type-checkbox label::after,
.form-type-radio label::after,
.forgetmenot label::after {
  opacity: 0;
}

.gfield_checkbox input:hover + label::before, .gfield_checkbox input:focus + label::before,
.ginput_container_consent input:hover + label::before,
.ginput_container_consent input:focus + label::before,
.gfield_radio input:hover + label::before,
.gfield_radio input:focus + label::before,
.form-type-checkbox input:hover + label::before,
.form-type-checkbox input:focus + label::before,
.form-type-radio input:hover + label::before,
.form-type-radio input:focus + label::before,
.forgetmenot input:hover + label::before,
.forgetmenot input:focus + label::before, .gfield_checkbox label:hover::before,
.ginput_container_consent label:hover::before,
.gfield_radio label:hover::before,
.form-type-checkbox label:hover::before,
.form-type-radio label:hover::before,
.forgetmenot label:hover::before {
  -webkit-box-shadow: var(--c-primary-a) 0 0 0 3px;
          box-shadow: var(--c-primary-a) 0 0 0 3px;
}

.gfield_checkbox input:checked + label::after,
.ginput_container_consent input:checked + label::after,
.gfield_radio input:checked + label::after,
.form-type-checkbox input:checked + label::after,
.form-type-radio input:checked + label::after,
.forgetmenot input:checked + label::after {
  opacity: 1;
}

.gfield_checkbox input[type=radio] + label::before,
.ginput_container_consent input[type=radio] + label::before,
.gfield_radio input[type=radio] + label::before,
.form-type-checkbox input[type=radio] + label::before,
.form-type-radio input[type=radio] + label::before,
.forgetmenot input[type=radio] + label::before, .gfield_checkbox input[type=radio] + label::after,
.ginput_container_consent input[type=radio] + label::after,
.gfield_radio input[type=radio] + label::after,
.form-type-checkbox input[type=radio] + label::after,
.form-type-radio input[type=radio] + label::after,
.forgetmenot input[type=radio] + label::after {
  border-radius: 2rem;
}
.gfield_checkbox input[type=radio] + label::after,
.ginput_container_consent input[type=radio] + label::after,
.gfield_radio input[type=radio] + label::after,
.form-type-checkbox input[type=radio] + label::after,
.form-type-radio input[type=radio] + label::after,
.forgetmenot input[type=radio] + label::after {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.4rem;
  background: var(--c-primary-a);
}

.gfield_checkbox input[type=checkbox] + label::after,
.ginput_container_consent input[type=checkbox] + label::after,
.gfield_radio input[type=checkbox] + label::after,
.form-type-checkbox input[type=checkbox] + label::after,
.form-type-radio input[type=checkbox] + label::after,
.forgetmenot input[type=checkbox] + label::after {
  content: "\e915";
  font-size: 1.8rem;
  margin-left: -0.1rem;
  color: var(--c-primary-a);
}

.tinymce p,
.tinymce ul,
.tinymce ol,
.tinymce figure,
.tinymce iframe,
.tinymce blockquote {
  margin-bottom: var(--gutter-24);
}
#main-content .tinymce,
.tinymce p,
.tinymce blockquote,
.tinymce ul,
.tinymce ol {
  overflow: hidden;
}
.tinymce iframe {
  clear: both;
}
.tinymce figcaption {
  margin-top: var(--gutter-8);
}
.tinymce ul > * {
  position: relative;
  margin-left: 1.5em;
}
.tinymce ul > *::before {
  content: "";
  top: 0.75em;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
}
.tinymce ol {
  counter-reset: i;
}
.tinymce ol > * {
  position: relative;
  margin-left: 1.5em;
}
.tinymce ol > *::before {
  content: counter(i) ".";
  counter-increment: i;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.25em;
  color: inherit;
}
.tinymce p,
.tinymce li {
  line-height: 1.4;
}
.section .tinymce p {
  margin-bottom: 0.4rem;
}
.tinymce a:not(.btn, .cookie-link, .link) {
  color: var(--c-primary-a);
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 0.4rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tinymce a:not(.btn, .cookie-link, .link):hover, .tinymce a:not(.btn, .cookie-link, .link):focus {
  text-decoration-color: transparent;
}
.tinymce a:not(.btn, .cookie-link, .link):visited {
  color: var(--c-primary-a);
}
.tinymce a:not(.btn, .cookie-link, .link):visited .i-content {
  color: var(--c-primary-a);
}
.tinymce > *:last-child {
  margin-bottom: 0;
}
.tinymce .wp-caption {
  clear: both;
  display: table;
  width: auto !important;
  margin-bottom: 2em;
}
.tinymce .wp-caption p,
.tinymce .wp-caption figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: var(--gutter-8);
  margin-bottom: 0;
  font-size: var(--fs-xs);
}
.tinymce blockquote p {
  display: inline;
}
.tinymce hr {
  height: 2px;
  margin-top: var(--gutter-32);
  margin-bottom: var(--gutter-32);
  background-color: var(--c-primary-b);
  border: none;
}
.tinymce .aligncenter {
  text-align: center;
}
.tinymce .aligncenter:is(img), .tinymce .aligncenter.wp-caption {
  margin-inline: auto;
}
@media screen and (max-width: 45em) {
  .tinymce .alignleft,
  .tinymce .alignright {
    float: none;
  }
}
@media screen and (min-width: 45.0625em), print {
  .tinymce .alignleft,
  .tinymce .alignright {
    max-width: 50%;
  }
}
@media screen and (min-width: 45.0625em), print {
  .tinymce .alignleft {
    margin-right: 2em;
    float: left;
  }
  .tinymce .alignleft + * {
    clear: right;
  }
}
@media screen and (min-width: 45.0625em), print {
  .tinymce .alignright {
    margin-left: 2em;
    float: right;
  }
  .tinymce .alignright + * {
    clear: left;
  }
}

.column-1 {
  display: grid;
  grid-gap: 9.5rem 4rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-1-xs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-1-xs-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-1-xs-sm {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-1-xs-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 83.6875em) {
  .column-1-xs-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 120em) {
  .column-1-xs-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-1-sm {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-1-sm-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-1-sm-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 83.6875em) {
  .column-1-sm-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 120em) {
  .column-1-sm-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-1-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-1-md-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .column-1-md-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 120em) {
  .column-1-md-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 83.6875em) {
  .column-1-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 83.75em) {
  .column-1-lg-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 83.75em) and (max-width: 120em) {
  .column-1-lg-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 120em) {
  .column-1-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 120.0625em) {
  .column-1-xl-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
.column-2 {
  display: grid;
  grid-gap: 9.5rem 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-2-xs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-2-xs-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-2-xs-sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-2-xs-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 83.6875em) {
  .column-2-xs-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 120em) {
  .column-2-xs-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-2-sm-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-2-sm-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 83.6875em) {
  .column-2-sm-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 120em) {
  .column-2-sm-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-2-md-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .column-2-md-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 120em) {
  .column-2-md-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 83.6875em) {
  .column-2-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 83.75em) {
  .column-2-lg-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 83.75em) and (max-width: 120em) {
  .column-2-lg-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 120em) {
  .column-2-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 120.0625em) {
  .column-2-xl-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
.column-3 {
  display: grid;
  grid-gap: 9.5rem 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-3-xs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-3-xs-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-3-xs-sm {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-3-xs-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 83.6875em) {
  .column-3-xs-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 120em) {
  .column-3-xs-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-3-sm-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-3-sm-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 83.6875em) {
  .column-3-sm-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 120em) {
  .column-3-sm-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-3-md-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .column-3-md-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 120em) {
  .column-3-md-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 83.6875em) {
  .column-3-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 83.75em) {
  .column-3-lg-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 83.75em) and (max-width: 120em) {
  .column-3-lg-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 120em) {
  .column-3-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 120.0625em) {
  .column-3-xl-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
.column-4 {
  display: grid;
  grid-gap: 9.5rem 4rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-4-xs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-4-xs-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-4-xs-sm {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-4-xs-md {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 83.6875em) {
  .column-4-xs-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 120em) {
  .column-4-xs-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-4-sm-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-4-sm-md {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 83.6875em) {
  .column-4-sm-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 120em) {
  .column-4-sm-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-4-md {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-4-md-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .column-4-md-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 120em) {
  .column-4-md-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 83.6875em) {
  .column-4-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 83.75em) {
  .column-4-lg-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 83.75em) and (max-width: 120em) {
  .column-4-lg-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 120em) {
  .column-4-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 120.0625em) {
  .column-4-xl-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
.column-5 {
  display: grid;
  grid-gap: 9.5rem 4rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-5-xs {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-5-xs-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-5-xs-sm {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-5-xs-md {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 83.6875em) {
  .column-5-xs-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 120em) {
  .column-5-xs-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-5-sm-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-5-sm-md {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 83.6875em) {
  .column-5-sm-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 120em) {
  .column-5-sm-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-5-md {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-5-md-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .column-5-md-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 120em) {
  .column-5-md-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 83.6875em) {
  .column-5-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 83.75em) {
  .column-5-lg-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 83.75em) and (max-width: 120em) {
  .column-5-lg-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 120em) {
  .column-5-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 120.0625em) {
  .column-5-xl-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
.column.type-light {
  row-gap: 4rem;
}
.column-item:not(.type-light) {
  margin-top: 9.5rem;
}
.column-item > * {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.ll {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.ll.loaded {
  opacity: 1;
}
.ll.ll-delay-xs {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ll.ll-delay-sm {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ll.ll-delay-m {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.ll.ll-delay-l {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.ll.ll-delay-xl {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.ll.ll-shows-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.ll.ll-shows-up.loaded {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.item-testimonial, .item-resource, .item-partner, .item-job, .item-donation, .item-document, .item-country, .item-base {
  position: relative;
  padding: var(--gutter-30) var(--gutter-30) var(--gutter-40);
  border: 1px solid var(--c-primary-b);
  border-radius: 2rem;
  background-color: var(--c-white);
}
.item-testimonial > .i-content, .item-resource > .i-content, .item-partner > .i-content, .item-job > .i-content, .item-donation > .i-content, .item-document > .i-content, .item-country > .i-content, .item-base > .i-content {
  color: var(--c-primary-a);
  font-size: var(--fs-h2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.item-testimonial:hover > .i-content, .item-resource:hover > .i-content, .item-partner:hover > .i-content, .item-job:hover > .i-content, .item-donation:hover > .i-content, .item-document:hover > .i-content, .item-country:hover > .i-content, .item-base:hover > .i-content, .item-testimonial:focus > .i-content, .item-resource:focus > .i-content, .item-partner:focus > .i-content, .item-job:focus > .i-content, .item-donation:focus > .i-content, .item-document:focus > .i-content, .item-country:focus > .i-content, .item-base:focus > .i-content {
  right: 1rem;
}

.item-testimonial-title, .item-resource-title, .item-partner-title, .item-job-title, .item-country-title, .item-base-title, .item-action-title {
  font-size: var(--fs-h5);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 64em) {
  .item-testimonial-title, .item-resource-title, .item-partner-title, .item-job-title, .item-country-title, .item-base-title, .item-action-title {
    margin-bottom: var(--gutter-8);
  }
}
@media screen and (min-width: 64.0625em) {
  .item-testimonial-title, .item-resource-title, .item-partner-title, .item-job-title, .item-country-title, .item-base-title, .item-action-title {
    line-height: 3.1rem;
  }
}

.item-testimonial-wrapper, .item-resource-wrapper, .item-donation-img, .item-country-wrapper, .item-base-wrapper {
  position: relative;
  margin-bottom: var(--gutter-32);
}
.has-image.item-testimonial-wrapper, .has-image.item-resource-wrapper, .has-image.item-donation-img, .has-image.item-country-wrapper, .has-image.item-base-wrapper {
  margin-top: -8rem;
}
.item-testimonial-wrapper img, .item-resource-wrapper img, .item-donation-img img, .item-country-wrapper img, .item-base-wrapper img {
  max-height: 23rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.has-image .item-testimonial-type, .has-image .item-resource-type, .has-image .item-partner-type, .has-image .item-country-type, .has-image .item-base-type {
  z-index: 1;
  position: absolute;
  top: 2rem;
  left: 1rem;
}

.item-base-country li,
.item-base-country p, .item-base-thematic, .heading-thematic, .heading-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}

.item-testimonial-taxonomy, .item-partner-taxonomy, .item-job-type, .item-base-country li,
.item-base-country p, .item-base-thematic, .heading-thematic, .heading-country {
  margin-block: var(--gutter-16);
  text-transform: uppercase;
  font-size: var(--fs-xxs);
  font-weight: 700;
}

.quote-text .i-content, .item-testimonial-quote .i-content {
  display: block;
  color: var(--c-secondary-a);
  font-size: 3rem;
}
.quote-text .i-content + .i-content, .item-testimonial-quote .i-content + .i-content {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 64.0625em) {
  .section-testimonial-teaser, .section-partner-teaser, .section-teaser {
    font-size: var(--fs-lead);
  }
}

.section-testimonial, .section-related-content, .section-presentation, .section-newsletter, .section-donation {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media screen and (min-width: 64.0625em) {
  .section-testimonial, .section-related-content, .section-presentation, .section-newsletter, .section-donation {
    background-position: center;
    background-size: auto;
  }
}

@media screen and (max-width: 64em) {
  .section-presentation-media, .quote-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-presentation-media, .quote-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.section-presentation-media img, .quote-img img {
  width: 100%;
}

.section-presentation-media-wrapper, .quote-img-wrapper {
  position: relative;
  max-width: 27rem;
  width: 100%;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.section-presentation-media-wrapper::after, .quote-img-wrapper::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(2deg);
          transform: translateX(-50%) rotate(2deg);
  z-index: -1;
  bottom: -1rem;
  width: 30.8rem;
  height: 4.5rem;
  content: "";
  background-image: url("../../src/image/streak.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../../src/font/icomoon.eot?#iefix") format("embedded-opentype"), url("../../src/font/icomoon.woff") format("woff"), url("../../src/font/icomoon.ttf") format("truetype"), url("../../src/font/icomoon.svg#icomoon") format("svg"), url("../../src/font/icomoon.eot?#iefix") format("embedded-opentype"), url("../../src/font/icomoon.woff") format("woff"), url("../../src/font/icomoon.ttf") format("truetype"), url("../../src/font/icomoon.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}
::-moz-selection {
  background-color: var(--c-black);
  color: var(--c-white);
}
::selection {
  background-color: var(--c-black);
  color: var(--c-white);
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 0px));
}

body {
  font-family: "Lato", "Arial", sans-serif;
  font-size: var(--fs-m);
  -webkit-font-smoothing: antialiased;
  color: var(--c-line-a);
  background: var(--c-white);
}

@media print {
  html,
  body {
    overflow: inherit;
  }
}

main {
  padding-top: 7.3rem;
}
@media screen and (min-width: 32.5625em) {
  main {
    padding-top: 9.2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  main {
    padding-top: 11.6rem;
  }
}

p {
  margin: 0;
  line-height: 1.4;
}

h1 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h1);
  font-weight: 900;
  color: var(--c-primary-a);
}

h2 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h2);
  font-weight: 900;
  color: var(--c-primary-a);
}

h3 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h3);
  font-weight: 900;
  color: var(--c-primary-a);
}

h4 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h4);
  font-weight: 900;
  color: var(--c-primary-a);
}

h5 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h5);
  font-weight: 900;
  color: var(--c-primary-a);
}

h6 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h6);
  font-weight: 900;
  color: var(--c-primary-a);
}

h1::after {
  content: "\e912";
  font-size: 3rem;
  margin-top: var(--gutter-10);
  color: var(--c-secondary-a);
}

h2:not(.result-sort-number,
.form-filter-title,
.content-nav-title,
.highlight-title)::after {
  content: "\e912";
  font-size: 2rem;
  margin-top: var(--gutter-10);
  color: var(--c-secondary-b);
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

a {
  color: inherit;
  word-break: break-word;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media print {
  img,
  tr {
    page-break-inside: avoid;
  }
}

iframe {
  border: none;
}

button:not(:disabled) {
  cursor: pointer;
}

.btn, .text-media-link a, .highlight-cta a, .orejime-blocked .cookie-link {
  --btn-border: var(--c-primary-a);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
  padding: var(--gutter-16);
  border-radius: 1.6rem;
  font-weight: 900;
}
.btn::after, .text-media-link a::after, .highlight-cta a::after, .orejime-blocked .cookie-link::after {
  content: "\e901";
  font-size: 2.2rem;
}
.btn-B, .highlight-A .highlight-cta a, .home .header-donation a {
  --btn-color: var(--c-primary-a);
  --btn-bg: var(--c-white);
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
  padding: var(--gutter-8) 0;
  margin-right: var(--gutter-20);
  border-bottom: 1px solid var(--c-primary-a);
  color: var(--c-primary-a);
  font-weight: 900;
}
.link::after {
  content: "\e901";
  font-size: 2.2rem;
}
.link:hover, .link:focus {
  border-bottom-color: transparent;
}
.link.i-external::after {
  display: none;
}
.link .i-content {
  font-size: 2.2rem;
}

.no-scroll {
  overflow: hidden;
}

.nb-result {
  margin-bottom: var(--gutter-24);
  font-size: var(--fs-h6);
  font-weight: bold;
  text-align: center;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}

@media screen and (max-width: 64em) {
  .show-desktop {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .show-mobile {
    display: none;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::placeholder {
  color: inherit;
  opacity: 0.8;
}

label {
  display: inline-block;
  margin-bottom: var(--gutter-16);
  color: var(--c-primary-a);
  font-size: var(--fs-lead);
  font-weight: bold;
}
.form-type-radio label, .form-type-checkbox label, .ginput_container_radio label, .ginput_container_checkbox label, .ginput_container_consent label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
label a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--c-primary-a);
  font-size: var(--fs-s);
}
label a:hover, label a:focus {
  background-size: 0 0.1rem;
  color: currentColor;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=time], input[type=file], textarea, select {
  display: block;
  width: 100%;
  padding: var(--gutter-16) var(--gutter-24);
  border: 1px solid var(--c-primary-a);
  border-radius: 1.6rem;
  background-color: var(--c-white);
  color: var(--c-line-a);
}
.gfield_error input[type=text], .gfield_error input[type=email], .gfield_error input[type=password], .gfield_error input[type=search], .gfield_error input[type=url], .gfield_error input[type=tel], .gfield_error input[type=number], .gfield_error input[type=date], .gfield_error input[type=time], .gfield_error input[type=file], .gfield_error textarea, .gfield_error select {
  border-color: var(--c-error);
  color: var(--c-error);
}

input[type=search] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=file] {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: var(--gutter-16) var(--gutter-40) var(--gutter-16) var(--gutter-16);
  border: none;
  border-bottom: 1px solid var(--c-primary-a);
  background-image: url("../../src/image/chevron-down.svg");
  background-position: right var(--gutter-16) center;
  background-repeat: no-repeat;
  background-size: auto 1.2rem;
  color: var(--c-primary-a);
  font-weight: 700;
  cursor: pointer;
}
select[multiple] {
  padding: 0 var(--gutter-40) 0 0;
}
select[multiple] option {
  padding: var(--gutter-8);
}
select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  min-height: 10em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  margin-bottom: var(--gutter-16);
  color: var(--c-primary-a);
  font-size: var(--fs-lead);
  font-weight: bold;
}

button:focus-visible, input[type=button]:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=file] > input[type=button]:focus-visible {
  outline: auto !important;
}

.gform_wrapper {
  max-width: 62rem;
  margin: 0 auto;
}

@media screen and (min-width: 64.0625em) {
  .gform_fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 2%;
  }
}

@media screen and (min-width: 45.0625em) {
  .gfield--width-full {
    grid-column: span 12;
  }
  .gfield--width-half {
    grid-column: span 6;
  }
  .gfield--width-third {
    grid-column: span 4;
  }
  .gfield--width-quarter {
    grid-column: span 3;
  }
}

.gfield {
  grid-column: 1/-1;
  min-width: 0;
}

.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-24);
}
.ginput_complex > span, .ginput_complex > .ginput_container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 45.0625em) {
  .ginput_complex > span, .ginput_complex > .ginput_container {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
.ginput_complex > .gf_clear_complex {
  display: none;
}

.form-heading {
  margin-bottom: var(--gutter-16);
  font-size: var(--fs-s);
}

.form-actions,
.gform_footer {
  text-align: center;
}
@media print {
  .form-actions,
  .gform_footer {
    display: none;
  }
}

.form-submit,
.gform_button,
input[type=submit] {
  --btn-border: var(--c-primary-a);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
  padding: var(--gutter-16);
  border-radius: 1.6rem;
  font-weight: 900;
}
.form-submit::after,
.gform_button::after,
input[type=submit]::after {
  content: "\e901";
  font-size: 2.2rem;
}

.form-item,
.gfield {
  margin-bottom: var(--gutter-24);
}
.form-radios .form-item, .form-checkboxes .form-item,
.form-radios .gfield,
.form-checkboxes .gfield {
  margin-bottom: 0;
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .ginput_container_consent,
.gf_list_inline .gfield_radio,
.gf_list_inline .form-type-checkbox,
.gf_list_inline .form-type-radio,
.gf_list_inline .forgetmenot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-24);
}
.gfield_checkbox label,
.ginput_container_consent label,
.gfield_radio label,
.form-type-checkbox label,
.form-type-radio label,
.forgetmenot label {
  margin-bottom: var(--gutter-8);
  font-size: var(--fs-s);
  cursor: pointer;
}
.gfield_checkbox label::before,
.ginput_container_consent label::before,
.gfield_radio label::before,
.form-type-checkbox label::before,
.form-type-radio label::before,
.forgetmenot label::before {
  background-color: var(--c-white);
}
.gfield_checkbox input,
.ginput_container_consent input,
.gfield_radio input,
.form-type-checkbox input,
.form-type-radio input,
.forgetmenot input {
  position: absolute;
  opacity: 0;
}
.form-description,
.gfield_description:not(.gfield_consent_description),
.gform_fileupload_rules {
  margin-top: var(--gutter-8);
  font-size: var(--fs-s);
  font-style: italic;
  text-align: right;
}

.gfield_validation_message,
.validation_message {
  color: var(--c-error);
}

.gform_validation_errors ol,
.gform_validation_errors ul {
  margin-block: 0.7rem;
  padding-left: var(--gutter-24);
}
.gform_validation_errors ol li,
.gform_validation_errors ul li {
  list-style: disc;
}
.gform_validation_errors ol li:not(:last-child),
.gform_validation_errors ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.gform_description,
.gform_required_legend {
  font-size: var(--fs-s);
  font-style: italic;
  margin-bottom: var(--gutter-24);
}

span.required,
span.gfield_required {
  margin: 0 0.2em;
  color: inherit;
  font-style: normal;
  font-weight: normal;
}

span.gform_description,
span.gform_fileupload_rules {
  display: block;
}

.gfield_visibility_hidden,
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label,
.gform_wrapper.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-24);
}

.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.password_input_container,
.wp-pwd {
  display: block;
  position: relative;
}
.password_input_container button,
.wp-pwd button {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  padding: var(--gutter-8) var(--gutter-16);
}
.password_input_container button:focus, .password_input_container button:hover,
.wp-pwd button:focus,
.wp-pwd button:hover {
  color: var(--c-primary-a);
  background: transparent;
}

.gchoice {
  position: relative;
  margin-bottom: var(--gutter-8);
}

.i-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.i-content {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.i-arrow-left > .i-content::before {
  content: "\e900";
}
.i-arrow-right > .i-content::before {
  content: "\e901";
}
.i-chevron-down > .i-content::before {
  content: "\e902";
}
.i-chevron-up > .i-content::before {
  content: "\e903";
}
.i-chevron-left > .i-content::before {
  content: "\e904";
}
.i-chevron-right > .i-content::before {
  content: "\e905";
}
.i-download > .i-content::before {
  content: "\e906";
}
.i-external > .i-content::before {
  content: "\e907";
}
.i-search > .i-content::before {
  content: "\e908";
}
.i-check > .i-content::before {
  content: "\e915";
}
.i-plus > .i-content::before {
  content: "\e909";
}
.i-minus > .i-content::before {
  content: "\e90a";
}
.i-close > .i-content::before {
  content: "\e90b";
}
.i-burger > .i-content::before {
  content: "\e90c";
}
.i-quote > .i-content::before {
  content: "\e916";
}
.i-player > .i-content::before {
  content: "\e90d";
}
.i-streak-large > .i-content::before {
  content: "\e912";
}
.i-streak-medium > .i-content::before {
  content: "\e913";
}
.i-streak-small > .i-content::before {
  content: "\e914";
}
.i-facebook > .i-content::before {
  content: "\e90f";
}
.i-instagram > .i-content::before {
  content: "\e910";
}
.i-linkedin > .i-content::before {
  content: "\e911";
}
.i-youtube > .i-content::before {
  content: "\e90e";
}
.i-inline .i-content {
  display: inline-block;
  margin-right: 0.6rem;
}
.i-inline.i-after .i-content:last-of-type, .i-inline.i-both .i-content:last-of-type {
  margin-left: 0.6rem;
  margin-right: initial;
}

table {
  clear: both;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: var(--c-white);
  color: var(--c-line-a);
  line-height: normal;
}
.no-js table {
  margin-bottom: var(--gutter-24);
}

caption {
  margin-bottom: 0.25em;
  font-weight: bold;
}

th,
td {
  padding: 0.5em;
  border: 1px solid;
  text-align: left;
}

th {
  background: var(--c-primary-a);
  color: var(--c-white);
}

.rwd-table {
  width: 100%;
  overflow: auto;
  margin-bottom: var(--gutter-24);
}

.resize-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.resize-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-group .content-group-text .tinymce {
  margin-bottom: var(--gutter-20);
}
@media screen and (min-width: 64.0625em) {
  .content-group .content-group-text .tinymce {
    margin-bottom: var(--gutter-50);
  }
}
.popmake .tinymce:focus-visible {
  outline: none;
}

.form-filter {
  margin-bottom: var(--gutter-32);
  background-color: var(--c-primary-b);
  border-radius: 2rem;
}
@media screen and (min-width: 64.0625em) {
  .form-filter {
    padding: var(--gutter-30) var(--gutter-20);
  }
}
.form-filter-title {
  margin-bottom: var(--gutter-20);
  font-size: var(--fs-h3);
  font-weight: 700;
}
@media screen and (max-width: 64em) {
  .form-filter-title {
    display: none;
  }
}
.form-filter-title:after {
  display: none;
}
.form-filter-content {
  margin-top: var(--gutter-16);
}
.form-filter-content .form-checkboxes {
  margin-bottom: var(--gutter-16);
}
.form-filter-content .form-checkboxes .form-item + .form-item {
  margin-top: var(--gutter-16);
}
.form-filter-content .form-checkboxes .form-item label {
  display: block;
  margin: 0;
  color: var(--c-primary-a);
  font-size: var(--fs-m);
  font-weight: 700;
}
.form-filter-content .tag-term {
  margin-bottom: var(--gutter-16);
}
.form-filter .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gutter-16);
}

.login {
  margin-top: var(--gutter-40);
  max-width: 95.2rem;
  width: 100%;
  margin-inline: auto;
}
.login h1:not([class]) {
  display: none;
}
.login .user-pass-wrap,
.login .forgetmenot,
.login .submit,
.login #nav,
.login #backtoblog,
.login .language-switcher,
.login .admin-email__actions {
  margin-top: var(--gutter-24);
}
.login #backtoblog,
.login #nav {
  text-align: center;
}
.login #backtoblog a,
.login #nav a,
.login .admin-email-confirm-form a {
  color: var(--c-primary-a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login #backtoblog a:hover, .login #backtoblog a:focus,
.login #nav a:hover,
.login #nav a:focus,
.login .admin-email-confirm-form a:hover,
.login .admin-email-confirm-form a:focus {
  background-size: 0 0.1rem;
  color: currentColor;
}
.login #language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .login #language-switcher {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.login #language-switcher label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.login .screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}
.login .admin-email__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 64em) {
  .form-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gutter-20);
  }
}
.footer-info .form-newsletter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form-newsletter-wrapper {
  color: var(--c-white);
}
.form-newsletter input {
  color: inherit;
  background: none;
  line-height: normal;
  border-color: var(--c-white);
}
@media screen and (min-width: 64.0625em) {
  .form-newsletter input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.form-newsletter .form-type-checkbox {
  margin: 0;
}
.form-newsletter .form-type-checkbox label {
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .form-newsletter .form-actions {
    padding-top: 3.4rem;
  }
}
@media screen and (max-width: 64em) {
  .footer-info .form-newsletter .form-actions {
    padding-top: 3.5rem;
  }
}
.form-newsletter .form-submit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 64.0625em) {
  .form-newsletter .form-submit {
    margin-left: calc(var(--gutter-20) * -1);
  }
}
.footer-info .form-newsletter .form-submit {
  margin-left: -4.5rem;
}
@media screen and (min-width: 64.0625em) {
  .footer-info .form-newsletter .form-submit {
    margin-left: calc(var(--gutter-20) * -1);
  }
}
.form-newsletter label a {
  color: inherit;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 45em) {
  .collapsible-search .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print {
  .search-form {
    display: none;
  }
}
.search-form .form-type-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.search-form .form-search {
  border-right: 0;
  border-radius: 1.6rem 0 0 1.6rem;
  text-overflow: ellipsis;
}
@media screen and (max-width: 45em) {
  .collapsible-search .search-form .form-search {
    margin-bottom: var(--gutter-16);
    border-radius: 1.6rem;
  }
}
.search-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--gutter-16);
  margin-left: -1rem;
  border: 1px solid var(--c-primary-a);
  border-radius: 1.6rem;
}
.search-form .form-submit::after {
  content: "\e908";
  font-size: 2.4rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form .form-submit:hover, .search-form .form-submit:focus {
  color: var(--c-primary-a);
}
.collapsible-search .search-form .form-submit {
  border-color: var(--c-white);
}

@media print {
  .form-sort {
    display: none;
  }
}
.form-sort .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: var(--gutter-16);
}
.form-sort .form-item label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: var(--fs-m);
  font-weight: 400;
}
.form-sort .form-item select {
  min-width: 20rem;
  width: auto;
}

.login #login_error,
#login_error,
.login .message,
.message,
.success,
.gform_confirmation_message,
.gform_validation_errors {
  padding: 1em 1.5em;
  margin: 0 0 2em;
  color: var(--c-black);
  border: 2px solid var(--c-success);
  border-bottom-width: 5px;
  border-radius: 5px 5px 0 0;
  background: var(--c-success-10);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login #login_error a,
#login_error a,
.login .message a,
.message a,
.success a,
.gform_confirmation_message a,
.gform_validation_errors a {
  padding: 0.5rem;
  text-decoration: underline;
}
.login #login_error a:hover, .login #login_error a:focus,
#login_error a:hover,
#login_error a:focus,
.login .message a:hover,
.login .message a:focus,
.message a:hover,
.message a:focus,
.success a:hover,
.success a:focus,
.gform_confirmation_message a:hover,
.gform_confirmation_message a:focus,
.gform_validation_errors a:hover,
.gform_validation_errors a:focus {
  color: var(--c-black);
}
.login #login_error a:focus,
#login_error a:focus,
.login .message a:focus,
.message a:focus,
.success a:focus,
.gform_confirmation_message a:focus,
.gform_validation_errors a:focus {
  outline: solid 2px var(--c-black);
}
.login #login_error a p,
#login_error a p,
.login .message a p,
.message a p,
.success a p,
.gform_confirmation_message a p,
.gform_validation_errors a p {
  display: inline;
}

.login .message,
.message,
.gform_confirmation_message {
  background: none;
  color: var(--c-line-a);
}

.login #login_error,
#login_error,
.gform_validation_errors {
  border-color: var(--c-error);
  background: var(--c-error-10);
}

.error404 h1 {
  margin-top: var(--gutter-40);
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}

@media (min-width: 783px) and (max-width: 1440px) {
  #wpadminbar #wp-admin-bar-root-default > li:nth-child(7) ~ li {
    display: none;
  }
  #wpadminbar #wp-admin-bar-search {
    display: none;
  }
  #wpadminbar #wp-admin-bar-my-account {
    display: block;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item {
    text-overflow: clip;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 52px;
    padding: 0;
    position: relative;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item img {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
  #wpadminbar li#wp-admin-bar-gform-forms.menupop {
    display: none;
  }
}
@media (max-width: 335px) {
  #wpadminbar li#wp-admin-bar-wpseo-menu {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: var(--gutter-20);
}
@media print {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-8);
}
@media screen and (min-width: 64.0625em) {
  .breadcrumb ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  font-size: var(--fs-s);
}
.breadcrumb a {
  color: currentColor;
  font-size: var(--fs-s);
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  background-size: 0 0.1rem;
  color: currentColor;
}
.breadcrumb .i-content {
  margin-right: var(--gutter-8);
  font-size: 1.6rem;
  color: currentColor;
}

.language-switcher {
  color: var(--c-primary-a);
  font-size: var(--fs-s);
}
.home .language-switcher {
  color: var(--c-white);
}
.language-switcher li {
  line-height: 2;
  font-weight: 700;
}
.language-switcher .menu-link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
}
.language-switcher .menu-link:hover, .language-switcher .menu-link:focus {
  background-size: 0 0.1rem;
  color: currentColor;
}
.language-switcher > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.menu--footer-bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 64em) {
  .menu--footer-bottom .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gutter-20);
  }
}
@media screen and (min-width: 64.0625em) {
  .menu--footer-bottom .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gutter-20) 14rem;
  }
}
.menu--footer-bottom .menu-link {
  font-size: var(--fs-xs);
}
.menu--footer-bottom a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu--footer-bottom a:hover, .menu--footer-bottom a:focus {
  background-size: 0 0.1rem;
  color: currentColor;
}

.menu--main a,
.menu--main button {
  color: var(--c-primary-a);
  font-size: var(--fs-lead);
  font-weight: 900;
}
.menu--main .menu-link {
  display: block;
  width: 100%;
}
.menu--main .menu-link[aria-expanded=true] + .submenu {
  display: block;
}
@media screen and (min-width: 64.0625em) {
  .menu--main > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gutter-30);
    padding-top: var(--gutter-16);
  }
}
@media screen and (min-width: 83.75em) {
  .menu--main > .menu {
    gap: var(--gutter-70);
  }
}
.menu--main > .menu > .menu-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .menu--main > .menu > .menu-item {
    text-align: center;
  }
}
.menu--main > .menu > .menu-item > .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
  padding: 0 0 var(--gutter-24);
}
.menu--main > .menu > .menu-item > .menu-link::after {
  content: "\e902";
  font-size: 2.4rem;
}
.menu--main > .menu > .menu-item > .menu-link::before {
  content: "\e912";
  font-size: 0.9rem;
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
}
@media screen and (min-width: 64.0625em) {
  .menu--main > .menu > .menu-item > .menu-link::before {
    margin-left: -1.5rem;
    left: 50%;
  }
}
.menu--main > .menu > .menu-item > .menu-link[aria-expanded=true]::after {
  content: "\e903";
}
.home .menu--main > .menu > .menu-item > .menu-link {
  color: var(--c-white);
}
.menu--main > .menu > .menu-item.menu-item--expanded.is-expanded > .submenu {
  display: block;
}
.menu--main > .menu > .menu-item.menu-item--expanded.is-expanded > .menu-link::before {
  color: var(--c-secondary-a);
}
@media screen and (min-width: 64.0625em) {
  .menu--main > .menu > .menu-item.menu-item--expanded:hover > .submenu, .menu--main > .menu > .menu-item.menu-item--expanded:focus > .submenu {
    display: block;
  }
}
@media screen and (min-width: 64.0625em) {
  .menu--main > .menu > .menu-item.menu-item--expanded:hover > .menu-link::before, .menu--main > .menu > .menu-item.menu-item--expanded:focus > .menu-link::before {
    color: var(--c-secondary-a);
  }
}
.menu--main .no-link + .submenu {
  text-align: left;
  background-color: var(--c-white);
  border-radius: 2rem;
  display: none;
}
@media screen and (max-width: 64em) {
  .home .menu--main .no-link + .submenu {
    background-color: var(--c-primary-a);
  }
}
.menu--main .no-link + .submenu-lvl-1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
  padding-bottom: var(--gutter-30);
}
@media screen and (min-width: 64.0625em) {
  .menu--main .no-link + .submenu-lvl-1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: var(--gutter-20) var(--gutter-30);
  }
}
.menu--main .no-link + .submenu-lvl-1 .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: var(--gutter-8);
  padding: var(--gutter-10) 0;
  font-size: var(--fs-m);
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu--main .no-link + .submenu-lvl-1 .menu-link:hover, .menu--main .no-link + .submenu-lvl-1 .menu-link:focus {
  background-size: 100% 0.1rem;
  color: currentColor;
}
.menu--main .no-link + .submenu-lvl-1 .menu-link::after {
  content: "\e901";
  font-size: 2.4rem;
  position: relative;
  right: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 64em) {
  .menu--main .no-link + .submenu-lvl-1 .menu-link::after {
    display: none;
  }
}
.menu--main .no-link + .submenu-lvl-1 .menu-link:hover, .menu--main .no-link + .submenu-lvl-1 .menu-link:focus {
  color: var(--c-primary-a);
}
@media screen and (min-width: 64.0625em) {
  .menu--main .no-link + .submenu-lvl-1 .menu-link:hover::after, .menu--main .no-link + .submenu-lvl-1 .menu-link:focus::after {
    right: -1rem;
  }
}
@media screen and (max-width: 64em) {
  .home .menu--main .no-link + .submenu-lvl-1 .menu-link {
    color: var(--c-white);
  }
}

.menu--top .menu-link {
  display: block;
  padding-block: 0.5rem;
  width: 100%;
  font-size: var(--fs-s);
  color: var(--c-primary-a);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu--top .menu-link:hover, .menu--top .menu-link:focus {
  background-size: 100% 0.1rem;
  color: currentColor;
}
.home .menu--top .menu-link {
  color: var(--c-white);
}
.menu--top > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-8);
}
@media screen and (min-width: 64.0625em) {
  .menu--top > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--gutter-16);
  }
}
@media screen and (min-width: 83.75em) {
  .menu--top > .menu {
    gap: var(--gutter-40);
  }
}
@media screen and (max-width: 64em) {
  .menu--top > .menu .menu-link {
    width: auto;
    display: inline-block;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: var(--gutter-40);
  color: var(--c-primary-a);
}
@media print {
  .pager {
    display: none;
  }
}
.pager__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
}
@media screen and (max-width: 45em) {
  .pager__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pager__next, .pager__previous {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 32.5em) {
  .pager__next, .pager__previous {
    width: 100%;
  }
}
.pager__next .pager__link, .pager__previous .pager__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: var(--gutter-8) 0;
  border-bottom: 1px solid var(--c-primary-a);
  font-weight: 700;
}
.pager__next .pager__link .i-content, .pager__previous .pager__link .i-content {
  font-size: 2.4rem;
}
.pager__next .pager__link:hover, .pager__next .pager__link:focus, .pager__previous .pager__link:hover, .pager__previous .pager__link:focus {
  border-bottom-color: transparent;
}
@media screen and (min-width: 64.0625em) {
  .pager__next {
    padding-left: var(--gutter-50);
  }
}
@media screen and (min-width: 64.0625em) {
  .pager__previous {
    padding-right: var(--gutter-50);
  }
}
.pager__item .pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--gutter-8) 1rem;
  border-radius: 0.6rem;
  color: var(--c-black);
  text-decoration: none;
  background-color: var(--c-white);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.pager__item .pager__link:hover, .pager__item .pager__link:focus {
  color: var(--c-white);
  background-color: var(--c-primary-a);
}
.pager__item .pager__link[aria-current=page] {
  color: var(--c-white);
  background-color: var(--c-primary-a);
  font-weight: 700;
}
.pager__text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--c-secondary-a)), to(var(--c-secondary-a)));
  background-image: linear-gradient(var(--c-secondary-a), var(--c-secondary-a));
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pager__text:hover, .pager__text:focus {
  background-size: 0 0.1rem;
  color: var(--c-secondary-a);
}
.pager__text.i-a11y {
  background-position-x: calc(50% + var(--fs-m) + 0.6rem);
}
.pager__text.i-after {
  background-position-x: 50%;
  background-size: calc(100% - (var(--fs-m) + 0.6rem)) 0.1rem;
  background-position-x: calc(50% - (var(--fs-m) + 0.6rem) / 2);
}
.pager__text.i-after:hover, .pager__text.i-after:focus {
  background-size: 0 0.1rem;
}
.pager__text.i-both {
  background-size: calc(100% - (var(--fs-m) + 0.6rem) * 2) 0.1rem;
  background-position-x: 50%;
}
.pager__text.i-both:hover, .pager__text.i-both:focus {
  background-size: 0 0.1rem;
}
.pager__text.i-inline .i-content {
  margin-right: 0.6rem;
}
.pager__text.i-inline.i-after .i-content:last-of-type, .pager__text.i-inline.i-both .i-content:last-of-type {
  margin-left: 0.6rem;
  margin-right: initial;
}
.pager__text .i-content {
  font-size: var(--fs-m);
  color: inherit;
}

@media screen and (min-width: 64.0625em) {
  .sitemap {
    display: grid;
    grid-gap: 9.5rem 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 83.75em) {
  .sitemap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 83.6875em) {
  .sitemap-item:not(:last-of-type) {
    margin-bottom: var(--gutter-40);
  }
}
.sitemap h2 {
  color: var(--c-primary-a);
  font-size: var(--fs-h3);
}
.sitemap a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--c-secondary-a)), to(var(--c-secondary-a)));
  background-image: linear-gradient(var(--c-secondary-a), var(--c-secondary-a));
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sitemap a:hover, .sitemap a:focus {
  background-size: 0 0.1rem;
  color: var(--c-secondary-a);
}
.sitemap div > ul > * {
  position: relative;
  margin-left: 1.6rem;
}
.sitemap div > ul > *::before {
  content: "";
  top: 0.75em;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--c-secondary-a);
  border-radius: 50%;
}
.sitemap div > ul li {
  margin-bottom: var(--gutter-16);
  font-size: var(--fs-h6);
  font-weight: bold;
}
.sitemap div > ul li span {
  display: block;
  margin-bottom: var(--gutter-16);
}
.sitemap div > ul ul {
  margin-bottom: var(--gutter-24);
}
.sitemap div > ul ul > * {
  position: relative;
  margin-left: 1.6rem;
}
.sitemap div > ul ul > *::before {
  content: "\e905";
  top: 0.75em;
  color: var(--c-secondary-a);
  font-size: 1.2rem;
}
.sitemap div > ul ul li {
  font-size: var(--fs-m);
  font-weight: 400;
  text-transform: none;
}
.sitemap div > ul ul li li {
  margin-bottom: var(--gutter-8);
}
.sitemap div > ul ul li li::before {
  top: 1em;
  font-size: 1rem;
}

body.compensate-for-scrollbar .orejime-Notice, body.orejimeBody-WithModalOpen {
  margin-right: 17px;
  overflow-y: scroll;
}

.orejime-Notice {
  background-color: var(--c-primary-a);
}
.orejime-Notice-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orejime-Notice-description strong {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
}
.orejime-Button {
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orejime-Button:focus {
  top: initial;
  outline: none;
  border: none;
}
.orejime-Button--accept, .orejime-Button--save {
  background-color: var(--c-bg-b);
  color: var(--c-line-a);
}
.orejime-Button--accept:active, .orejime-Button--accept:focus, .orejime-Button--accept:hover, .orejime-Button--save:active, .orejime-Button--save:focus, .orejime-Button--save:hover {
  background-color: var(--c-primary-b);
  color: var(--c-primary-a);
}
.orejime-Button--decline:active, .orejime-Button--decline:focus, .orejime-Button--decline:hover {
  background-color: var(--c-bg-b);
  color: var(--c-error);
}
.orejime-Button--info {
  background-color: var(--c-bg-b);
  color: var(--c-primary-a);
}
.orejime-Button--info:not([disabled]):active, .orejime-Button--info:not([disabled]):focus, .orejime-Button--info:not([disabled]):hover {
  background-color: var(--c-primary-b);
  color: var(--c-primary-a);
}
.orejime-Modal {
  background-color: var(--c-white);
  color: var(--c-line-a);
}
.orejime-Modal-header {
  border-color: var(--c-line-a);
}
.orejime-Modal-poweredByLink, .orejime-Modal-privacyPolicyLink {
  color: var(--c-line-a);
  text-decoration: none;
  padding: 0;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
}
.orejime-Modal-poweredByLink:visited, .orejime-Modal-poweredByLink:active, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:hover, .orejime-Modal-privacyPolicyLink:visited, .orejime-Modal-privacyPolicyLink:active, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:hover {
  color: var(--c-line-a);
  text-decoration: none;
}
.orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:hover {
  text-decoration: underline;
}
.orejime-Modal-form label:focus {
  outline: none;
  border: none;
}
.orejime-Modal-form label .orejime-AppItem-title {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
}
.orejime-Modal-form .orejime-AppItem-switch--disabled .orejime-Modal-form .orejime-AppItem-switchLabel, .orejime-Modal-form .orejime-AppItem-optOut, .orejime-Modal-form .orejime-AppItem-required, .orejime-Modal-form .orejime-AppItem-purposes {
  color: var(--c-line-a);
}
.orejime-Modal-form .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: var(--c-primary-b);
}
.orejime-Modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: var(--c-line-a);
}
.orejime-Modal .orejime-Modal-closeButton {
  cursor: pointer;
}
.orejime-Modal .orejime-Modal-closeButton .orejime-CloseIcon {
  -webkit-transition: stroke 0.3s ease-out;
  transition: stroke 0.3s ease-out;
  cursor: pointer;
}
.orejime-Modal .orejime-Modal-closeButton:hover, .orejime-Modal .orejime-Modal-closeButton:active, .orejime-Modal .orejime-Modal-closeButton:focus {
  top: initial;
  outline: none;
  border: none;
}
.orejime-Modal .orejime-Modal-closeButton:hover .orejime-CloseIcon, .orejime-Modal .orejime-Modal-closeButton:active .orejime-CloseIcon, .orejime-Modal .orejime-Modal-closeButton:focus .orejime-CloseIcon {
  stroke: var(--c-primary-a);
}
.orejime-blocked {
  margin: var(--gutter-24) 0 var(--gutter-32);
  padding: var(--gutter-24);
  background-color: var(--c-bg-b);
}
@media screen and (min-width: 45.0625em) {
  .orejime-blocked {
    padding: var(--gutter-24) var(--gutter-32) var(--gutter-32);
  }
}
.orejime-blocked .cookie-link {
  margin-top: var(--gutter-8);
}

.cookies-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: var(--c-secondary-a);
  color: var(--c-line-a);
  font-size: var(--fs-m);
  font-weight: normal;
  left: 0;
  line-height: 1.5;
  min-height: 100%;
  width: 100%;
  padding: var(--gutter-32);
  position: absolute;
  top: 0;
}
.cookies-message .btn, .cookies-message .text-media-link a, .text-media-link .cookies-message a, .cookies-message .highlight-cta a, .highlight-cta .cookies-message a, .cookies-message .orejime-blocked .cookie-link, .orejime-blocked .cookies-message .cookie-link {
  margin-top: var(--gutter-16);
}

.popmake-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 5.2rem;
  width: auto;
  padding: var(--gutter-8);
  color: var(--c-white);
  font-family: inherit;
  font-weight: 400;
  font-size: var(--fs-xs);
  font-style: inherit;
  line-height: 3.6rem;
  border: 1px none var(--c-white);
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
          box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  background-color: rgb(0, 183, 205);
}

.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-slide .quote {
  padding-block: var(--gutter-30) 0;
}
@media screen and (min-width: 64.0625em) {
  .swiper-slide .quote {
    width: 80%;
    padding-bottom: var(--gutter-30);
  }
}

.a11y-media {
  clear: both;
}
.a11y-media-caption {
  margin-top: var(--gutter-16);
  font-size: var(--fs-xs);
}
.a11y-media .video + .a11y-media-caption {
  margin-top: var(--gutter-10);
}
.a11y-media img:not(.video-poster) {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.aria-autocomplete__wrapper {
  padding: 1.1rem var(--gutter-16);
  margin-bottom: var(--gutter-24);
  font-size: inherit;
  background-color: var(--c-white);
  border-radius: 0;
  border-color: currentColor;
}
.aria-autocomplete__input {
  font-size: inherit;
}
.aria-autocomplete__show-all {
  border-width: 0;
}
.aria-autocomplete__list {
  border-radius: 0;
  border-color: currentColor;
}

.back-top {
  position: relative;
}
.back-top-cta {
  position: absolute;
  top: -2.4rem;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 2rem;
  color: var(--c-white);
  background-color: var(--c-bg-a);
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: color, background-color, border-radius, opacity;
  transition-property: color, background-color, border-radius, opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 64.0625em) {
  .back-top-cta {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 120.0625em) {
  .back-top-cta {
    width: 6rem;
    height: 6rem;
    top: -4rem;
    right: 2.4rem;
  }
}
.back-top-cta .i-content {
  font-size: 1.2em;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media screen and (min-width: 83.75em) {
  .back-top-cta .i-content {
    font-size: 1.5em;
  }
}
.back-top-cta:focus, .back-top-cta:hover {
  background-color: var(--c-primary-b);
  border-radius: 1.6rem;
}
.back-top-cta:focus .i-content, .back-top-cta:hover .i-content {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.back-top-cta.is-visible {
  opacity: 1;
}
.back-top-cta.is-sticky {
  position: fixed;
  bottom: 1.6rem;
  top: initial;
}

.collapsible-accordion {
  padding: 0 var(--gutter-20);
  margin-top: var(--gutter-20);
  border: 1px solid var(--c-primary-a);
  border-radius: 2rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
}
.collapsible-accordion.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-accordion-wrapper-cta {
  margin: 0;
}
.collapsible-accordion-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-accordion-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-accordion:hover, .collapsible-accordion:focus {
  background-color: var(--c-primary-a-5);
}
@media screen and (min-width: 64.0625em) {
  .collapsible-accordion {
    padding: 0 var(--gutter-30);
  }
}
.collapsible-accordion-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-20);
  padding-block: 2.6rem;
  color: var(--c-primary-a);
  font-size: var(--fs-m);
  font-weight: 700;
}
.collapsible-accordion-cta .i-content {
  font-size: 2.4rem;
}
.collapsible-accordion.is-expanded .collapsible-accordion-cta .i-content::before {
  content: "\e903";
}
.collapsible-accordion-inner {
  padding-bottom: var(--gutter-24);
}

.collapsible-description {
  margin-top: var(--gutter-10);
  padding: 0 var(--gutter-20);
  background-color: var(--c-white);
  border: 1px solid var(--border-a);
  border-radius: 1rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
}
.collapsible-description.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-description-wrapper-cta {
  margin: 0;
}
.collapsible-description-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-description-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-description:hover, .collapsible-description:focus {
  background-color: var(--c-primary-a-5);
}
.collapsible-description-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gutter-20);
  padding: var(--gutter-10) 0;
  color: var(--c-black);
  text-align: left;
  line-height: 1.4;
}
.collapsible-description-cta .i-content {
  font-size: 2.4rem;
  color: var(--c-primary-a);
}
.is-expanded > .collapsible-description-cta .i-content::before {
  content: "\e903";
}
.collapsible-description-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.is-expanded > .collapsible-description-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}
.collapsible-description-inner {
  min-height: 0;
  padding-bottom: var(--gutter-24);
}

@media screen and (max-width: 64em) {
  .collapsible-filter-wrapper {
    display: grid;
    grid-template-rows: -webkit-min-content 0fr;
    grid-template-rows: min-content 0fr;
  }
  .collapsible-filter-wrapper.is-expanded {
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .collapsible-filter-wrapper-wrapper-cta {
    margin: 0;
  }
  .collapsible-filter-wrapper-content {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .is-expanded > .collapsible-filter-wrapper-content {
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
}
.collapsible-filter-wrapper-cta {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gutter-30) var(--gutter-20);
  color: var(--c-primary-a);
  font-size: var(--fs-h3);
  font-weight: 700;
}
@media screen and (max-width: 64em) {
  .collapsible-filter-wrapper-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.collapsible-filter-wrapper-cta::after {
  content: "\e902";
  font-size: 2.4rem;
}
.is-expanded > .collapsible-filter-wrapper-cta::after {
  content: "\e903";
}
@media screen and (max-width: 64em) {
  .collapsible-filter-wrapper-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding: 0 var(--gutter-20) var(--gutter-30);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.is-expanded > .collapsible-filter-wrapper-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}
.collapsible-filter-wrapper-inner {
  min-height: 0;
}

.collapsible-filter {
  margin-bottom: var(--gutter-16);
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
}
.collapsible-filter.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-filter-wrapper-cta {
  margin: 0;
}
.collapsible-filter-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-filter-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-filter-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gutter-16);
  gap: var(--gutter-16);
  border-bottom: 1px solid var(--c-primary-a);
  border-radius: 0.6rem;
  color: var(--c-primary-a);
  font-size: var(--fs-lead);
  font-weight: 700;
}
.collapsible-filter-cta::after {
  content: "\e902";
  font-size: 2.4rem;
}
.is-expanded > .collapsible-filter-cta::after {
  content: "\e903";
}
.collapsible-filter-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.is-expanded > .collapsible-filter-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}
.collapsible-filter-inner {
  min-height: 0;
}

@media screen and (max-width: 64em) {
  .collapsible-main-menu {
    display: grid;
    grid-template-rows: -webkit-min-content 0fr;
    grid-template-rows: min-content 0fr;
  }
  .collapsible-main-menu.is-expanded {
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .collapsible-main-menu-wrapper-cta {
    margin: 0;
  }
  .collapsible-main-menu-content {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .is-expanded > .collapsible-main-menu-content {
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
}
.collapsible-main-menu-content {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .collapsible-main-menu-content {
    position: absolute;
    top: 7.6rem;
    left: 0;
  }
}
@media screen and (max-width: 32.5em) {
  .collapsible-main-menu-content {
    top: 5.7rem;
  }
}
@media screen and (max-width: 64em) {
  .collapsible-main-menu-content::before {
    content: "";
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-color: var(--c-white);
    position: absolute;
    top: 0;
    left: -2.4rem;
  }
}
.home .collapsible-main-menu-content::before {
  background-color: var(--c-primary-a);
}
@media screen and (max-width: 64em) {
  .collapsible-main-menu-inner {
    height: calc(100vh - 9.2rem);
    padding-block: var(--gutter-24);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 32.5em) {
  .collapsible-main-menu-inner {
    height: calc(100vh - 7.3rem);
  }
}
@media screen and (max-width: 64em) {
  .home .collapsible-main-menu-inner {
    background-color: var(--c-primary-a);
  }
}
.collapsible-main-menu-cta {
  width: 3rem;
  height: 4rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-size: 2.4rem;
  color: var(--c-primary-a);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-main-menu-cta:hover, .collapsible-main-menu-cta:focus {
  border-color: var(--c-primary-a);
}
.home .collapsible-main-menu-cta:hover, .home .collapsible-main-menu-cta:focus {
  border-color: var(--c-white);
}
.collapsible-main-menu-cta[aria-expanded=true] .i-content::before {
  content: "\e90b";
}
@media screen and (min-width: 32.5625em) {
  .collapsible-main-menu-cta {
    width: 4rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .collapsible-main-menu-cta {
    display: none;
  }
}
.home .collapsible-main-menu-cta {
  color: var(--c-white);
}

.collapsible-search {
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
}
.collapsible-search.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-search-wrapper-cta {
  margin: 0;
}
.collapsible-search-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-search-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-search-content {
  width: 100%;
  background-color: var(--c-primary-a);
  z-index: 10;
  position: absolute;
  top: 11.7rem;
  left: 0;
}
@media screen and (min-width: 64.0625em) {
  .is-scrolled .collapsible-search-content {
    top: 8.4rem;
  }
}
@media screen and (max-width: 64em) {
  .collapsible-search-content {
    top: 7.6rem;
  }
}
@media screen and (max-width: 32.5em) {
  .collapsible-search-content {
    top: 5.7rem;
  }
}
.collapsible-search-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 4rem;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-size: 2.4rem;
  color: var(--c-primary-a);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-search-cta:hover, .collapsible-search-cta:focus, .collapsible-search-cta[aria-expanded=true] {
  border-color: var(--c-primary-a);
}
.home .collapsible-search-cta:hover, .home .collapsible-search-cta:focus, .home .collapsible-search-cta[aria-expanded=true] {
  border-color: var(--c-white);
}
@media screen and (min-width: 32.5625em) {
  .collapsible-search-cta {
    width: 4rem;
  }
}
.home .collapsible-search-cta {
  color: var(--c-white);
}
.collapsible-search-inner {
  position: relative;
}
.collapsible-search-inner::before {
  content: "";
  background-color: var(--c-primary-a);
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -2.4rem;
}
@media screen and (min-width: 83.75em) {
  .collapsible-search-inner::before {
    left: calc((126.9rem - 100vw) / 2);
  }
}

.collapsible-modal-cta-close {
  position: absolute;
  top: 1rem;
  right: 0.3rem;
  --btn-border: var(--c-white);
  width: 3.5rem;
  height: 3.5rem;
  padding: var(--gutter-8);
  border-width: 1px;
  border-radius: 2rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  z-index: 3;
}
.collapsible-modal.is-expanded .collapsible-modal-cta-close {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.collapsible-modal-cta-close:focus {
  outline: none;
  -webkit-box-shadow: var(--shadow-a);
          box-shadow: var(--shadow-a);
}
.collapsible-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: var(--c-black-75);
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  visibility: hidden;
}
@media print {
  .collapsible-modal-container {
    position: static;
  }
}
.collapsible-modal.is-expanded .collapsible-modal-container {
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--gutter-32);
  opacity: 1;
  visibility: visible;
  z-index: 200;
}
.collapsible-modal-content {
  max-width: 95.2rem;
  max-height: 100vh;
  margin: var(--gutter-24) 0;
  padding: var(--gutter-32);
  background-color: var(--c-white);
  overflow-y: scroll;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.collapsible-modal.is-expanded .collapsible-modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (min-width: 64.0625em) {
  .collapsible-modal-content {
    padding: var(--gutter-40);
  }
}

.content-group .tinymce {
  margin: 0;
}
.content-group-title {
  margin-bottom: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .content-group-title {
    margin-bottom: var(--gutter-40);
  }
}
.content-group-container ul:has(.item-keyfigure) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: var(--gutter-24);
     -moz-column-gap: var(--gutter-24);
          column-gap: var(--gutter-24);
  margin-top: var(--gutter-20);
}
@media screen and (min-width: 45.0625em) {
  .content-group-container ul:has(.item-keyfigure) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-group-container ul:has(.item-keyfigure) li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-group-container ul:has(.a11y-media) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (min-width: 45.0625em) {
  .content-group-container ul:has(.a11y-media) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gutter-40);
  }
}

.content-nav {
  max-height: 75vh;
  padding: var(--gutter-30);
  background-color: var(--c-white);
  border: 1px solid var(--c-secondary-b);
  border-radius: 2rem;
  overflow-y: auto;
}
@media screen and (max-width: 64em) {
  .content-nav {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .content-nav.is-sticky {
    position: sticky;
    top: var(--gutter-100);
  }
}
.content-nav-title {
  margin-bottom: var(--gutter-20);
  font-size: var(--fs-h4);
  font-weight: 700;
}
.content-nav-list-item {
  padding: var(--gutter-10) 0;
}
.content-nav-link {
  color: var(--c-primary-a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-nav-link:hover, .content-nav-link:focus {
  background-size: 100% 0.1rem;
}
.content-nav-link.is-active {
  font-weight: 700;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-20);
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--gutter-16) var(--gutter-8);
  background-color: var(--c-bg-b);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.file:focus-within, .file:hover {
  background-color: var(--c-white);
}
.file a {
  font-weight: 700;
}
@media screen and (max-width: 32.5em) {
  .file a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.file a span {
  font-weight: initial;
  font-size: var(--fs-s);
}

.footer {
  margin-top: var(--gutter-40);
  color: var(--c-white);
}
@media screen and (min-width: 64.0625em) {
  .footer {
    margin-bottom: var(--gutter-50);
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer-wrapper {
  background-color: var(--c-primary-a);
  background-image: url("../../src/image/map-c.svg");
  background-repeat: no-repeat;
  background-position: -66rem -6rem;
  background-size: cover;
}
@media screen and (max-width: 64em) {
  .footer-wrapper {
    padding-block: 4.5rem var(--gutter-30);
  }
}
@media screen and (min-width: 64.0625em) {
  .footer-wrapper {
    margin-inline: var(--gutter-80);
    padding: var(--gutter-70) 5.5rem var(--gutter-50);
    background-image: url("../../src/image/map-c.svg");
    background-position: -26rem -29rem;
    border-radius: 2rem;
  }
}
.footer-content, .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 64em) {
  .footer-content, .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-content {
  gap: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .footer-content {
    gap: var(--gutter-64);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .footer-branding {
    width: 21.4rem;
    gap: var(--gutter-30);
    padding-top: var(--gutter-8);
  }
}
.footer-branding-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-30);
}
@media screen and (min-width: 64.0625em) {
  .footer-branding-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-media {
  width: 9rem;
}
@media screen and (min-width: 64.0625em) {
  .footer-media {
    width: 12.6rem;
  }
}
.footer-menu {
  gap: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .footer-menu {
    gap: 5.6rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .footer-menu > * {
    max-width: 18rem;
  }
}
.footer-menu a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-menu a:hover, .footer-menu a:focus {
  background-size: 100% 0.1rem;
  color: currentColor;
}
.footer-menu .menu-title {
  margin-bottom: var(--gutter-16);
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .footer-menu .menu-title {
    margin-bottom: var(--gutter-20);
  }
}
.footer-menu .menu-item:not(:last-child) {
  margin-bottom: var(--gutter-10);
}
@media screen and (min-width: 64.0625em) {
  .footer-menu .menu-item:not(:last-child) {
    margin-bottom: var(--gutter-16);
  }
}
.footer-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-20);
}
@media screen and (min-width: 64.0625em) {
  .footer-menu-wrapper {
    gap: var(--gutter-30);
  }
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .footer-info {
    width: 28.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.footer-bottom {
  margin-top: 3.5rem;
}
@media screen and (min-width: 64.0625em) {
  .footer-bottom {
    margin-top: var(--gutter-30);
  }
}

@media screen and (min-width: 64.0625em) {
  .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-button > * {
  height: 100%;
}
@media screen and (max-width: 64em) {
  .header-button > *:not(:last-of-type) {
    margin-bottom: var(--gutter-8);
  }
}
@media screen and (max-width: 64em) {
  .header-button > * a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 64.0625em) {
  .header-button-search {
    margin-left: var(--gutter-16);
  }
}
.header-button-search .collapsible-search,
.header-button-search .collapsible-search-cta {
  height: 100%;
}
.header-button-language li,
.header-button-language a {
  height: 100%;
}
.header-button-language a {
  --btn-bg: var(--c-white);
  --btn-color: var(--c-primary-a);
  --btn-border: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: var(--c-white);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 64em) {
  .header {
    padding-block: var(--gutter-16);
  }
}
.header::before {
  content: "";
  background-color: var(--c-primary-a-50);
  width: 100%;
  height: calc(100vh - 11.6rem);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 11.6rem;
  left: 0;
}
@media screen and (min-width: 64.0625em) {
  .header:has(.is-expanded)::before, .header.menu-open::before {
    opacity: 1;
  }
}
.is-scrolled .header {
  border-bottom-color: var(--c-secondary-b);
}
.is-scrolled .header::before {
  height: calc(100vh - 8.4rem);
  top: 8.4rem;
}
.home .header {
  border-bottom-color: var(--c-primary-a);
  background-color: var(--c-primary-a);
  color: var(--c-white);
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 64.0625em) {
  .is-scrolled .header-wrapper {
    padding-block: var(--gutter-8);
  }
}
.header-logo {
  margin-right: auto;
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64.0625em) {
  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 64.0625em) {
  .header-donation.show-desktop {
    margin-left: var(--gutter-16);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 83.75em) {
  .header-donation.show-desktop {
    margin-left: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .header-donation.show-desktop a {
    padding: var(--gutter-10);
    font-size: var(--fs-s);
  }
}
.header-donation.show-mobile a {
  margin-right: var(--gutter-8);
  padding: var(--gutter-10);
  gap: 0.5rem;
  font-size: var(--fs-xxs);
}
@media screen and (min-width: 32.5625em) {
  .header-donation.show-mobile a {
    padding: var(--gutter-10);
    font-size: var(--fs-s);
  }
}
@media screen and (max-width: 32.5em) {
  .header-donation.show-mobile a::after {
    font-size: 1.5rem;
  }
}
.home .header-donation a:hover, .home .header-donation a:focus {
  border-color: var(--c-white);
}
@media screen and (max-width: 64em) {
  .header-top-nav {
    margin-bottom: var(--gutter-32);
  }
}
@media screen and (min-width: 64.0625em) {
  .header-top-nav {
    padding-top: var(--gutter-20);
    gap: var(--gutter-20);
  }
}
@media screen and (min-width: 64.0625em) {
  .is-scrolled .header-top-nav {
    margin-top: -4.8rem;
    visibility: hidden;
  }
}
@media screen and (min-width: 83.75em) {
  .header-top-nav {
    gap: var(--gutter-40);
  }
}
.header-top-nav .show-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 64.0625em) {
  .header-top-nav .show-mobile {
    display: none;
  }
}
.header-top-nav.show-desktop {
  display: none;
}
@media screen and (min-width: 64.0625em) {
  .header-top-nav.show-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-main-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: var(--gutter-40);
}
.header-search-form {
  max-width: 95.2rem;
  margin: 0 auto;
  padding: var(--gutter-24) 0;
}
@media screen and (min-width: 64.0625em) {
  .header-search-form {
    padding: var(--gutter-40);
  }
}
.header-search-title {
  margin-bottom: var(--gutter-16);
  color: var(--c-white);
  font-size: var(--fs-h3);
  font-weight: 900;
}
@media screen and (max-width: 45em) {
  .header-search-title {
    text-align: center;
  }
}

.heading {
  color: var(--c-black);
}
@media screen and (min-width: 64.0625em) {
  .heading {
    text-align: center;
  }
}
.heading-contrast {
  color: var(--c-white);
}
.heading-wrapper {
  position: relative;
  padding: var(--gutter-16) 0 6.25%;
  margin-bottom: var(--gutter-32);
}
.has-image .heading-wrapper {
  padding: 0;
}
.heading-background {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--c-primary-b);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.heading-background::after {
  content: "";
  width: 100.1%;
  height: 100%;
  background-image: url("../../src/image/end-heading.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 64em) {
  .heading-contrast .heading-background::after {
    background-image: url("../../src/image/end-heading-blue.svg");
  }
}
.has-image .heading-background {
  position: relative;
  padding: 0;
}
.heading-contrast .heading-background {
  background-color: var(--c-primary-a);
}
.heading-background span,
.heading-background picture {
  width: 100%;
}
.heading-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.heading-content {
  position: relative;
  z-index: 2;
  max-width: 106rem;
  margin: 0 auto;
  padding: var(--gutter-24);
  color: var(--c-primary-a);
}
@media screen and (min-width: 64.0625em) {
  .heading-content {
    padding: var(--gutter-40) 0 var(--gutter-24);
    border-radius: 2rem;
  }
}
.has-image .heading-content {
  padding: var(--gutter-24);
  background-color: var(--c-white);
  color: var(--c-black);
}
@media screen and (min-width: 64.0625em) {
  .has-image .heading-content {
    margin-top: -18rem;
    padding: var(--gutter-40);
  }
}
.heading-contrast .heading-content {
  background-color: var(--c-primary-a);
  color: var(--c-white);
}
.heading-title {
  margin: 0;
}
@media screen and (max-width: 64em) {
  .heading-title::after {
    font-size: 1.8rem;
  }
}
.heading-contrast .heading-title {
  color: var(--c-white);
}
.heading-description {
  margin-top: var(--gutter-20);
  color: currentColor;
  font-size: var(--fs-lead);
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .heading-description {
    margin-inline: auto;
    max-width: 84rem;
  }
}
.heading-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-8);
  margin-top: var(--gutter-20);
}
.heading-thematic-list, .heading-country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-8);
}
@media screen and (min-width: 64.0625em) {
  .heading-thematic-list, .heading-country-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--gutter-16);
  }
}
.heading-thematic, .heading-country {
  margin: 0;
}
.heading-thematic.thematic-inclusion .i-content {
  --thematic-color: #1565C0;
  color: var(--thematic-color);
}
.heading-thematic.thematic-agriculture .i-content {
  --thematic-color: #2E7D32;
  color: var(--thematic-color);
}
.heading-thematic.thematic-energy .i-content {
  --thematic-color: #E59900;
  color: var(--thematic-color);
}
.heading-thematic.thematic-climate .i-content {
  --thematic-color: #D95D39;
  color: var(--thematic-color);
}
.heading-thematic.thematic-women .i-content {
  --thematic-color: #C2185B;
  color: var(--thematic-color);
}
.heading-country.country-fr .i-content {
  --country-color: #006699;
  color: var(--country-color);
}
.heading-country.country-ht .i-content {
  --country-color: #C2185B;
  color: var(--country-color);
}
.heading-country.country-sl .i-content {
  --country-color: #1565C0;
  color: var(--country-color);
}
.heading-country.country-tg .i-content {
  --country-color: #27AE60;
  color: var(--country-color);
}
.heading-country.country-sn .i-content {
  --country-color: #2E7D32;
  color: var(--country-color);
}
.heading-country.country-ci .i-content {
  --country-color: #A65F2A;
  color: var(--country-color);
}
.heading-country.country-bf .i-content {
  --country-color: #D95D39;
  color: var(--country-color);
}
.heading-country.country-gn .i-content {
  --country-color: #F28C28;
  color: var(--country-color);
}
.heading-country.country-lr .i-content {
  --country-color: #C1272D;
  color: var(--country-color);
}
.heading-country.country-kh .i-content {
  --country-color: #7D284F;
  color: var(--country-color);
}
.heading-country.country-ph .i-content {
  --country-color: #004E89;
  color: var(--country-color);
}
.heading-country.country-bj .i-content {
  --country-color: #E85D04;
  color: var(--country-color);
}
.heading-country.country-mm .i-content {
  --country-color: #009CA6;
  color: var(--country-color);
}
.heading-country.country-in .i-content {
  --country-color: #E58E00;
  color: var(--country-color);
}
.heading-country.country-mg .i-content {
  --country-color: #3E8E7E;
  color: var(--country-color);
}
.heading-country.country-vn .i-content {
  --country-color: #D72638;
  color: var(--country-color);
}
.heading-country.country-gh .i-content {
  --country-color: #9B4722;
  color: var(--country-color);
}

.highlight {
  padding: var(--gutter-40) var(--gutter-30);
  border-radius: 2rem;
  text-align: center;
}
.highlight-A {
  background-color: var(--c-primary-a);
  color: var(--c-white);
}
.highlight-B {
  background-color: var(--c-primary-b);
  color: var(--c-primary-a);
}
.highlight-title {
  color: currentColor;
}
.highlight-cta {
  margin-top: var(--gutter-20);
}
.item-action.item-action-link {
  padding-bottom: var(--gutter-70);
}
.item-action.item-action-link:hover .i-a11y.i-arrow-right {
  right: var(--gutter-24);
}
.item-action.item-action-link .i-a11y.i-arrow-right {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  right: var(--gutter-30);
  bottom: var(--gutter-30);
}
.item-action.item-action-link .i-a11y.i-arrow-right .i-content::before {
  color: var(--c-primary-a);
  font-size: 3.4rem;
}

.item-action {
  height: 100%;
  padding: var(--gutter-24);
  background-color: var(--c-white);
  border: 1px solid var(--border-a);
  border-radius: 2rem;
}
.item-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 64.0625em) {
  .item-action-wrapper {
    gap: var(--gutter-20);
  }
}
@media screen and (min-width: 64.0625em) {
  .item-action-media {
    width: 7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.item-action-media + .item-action-title {
  margin: 0;
}
.item-action-number {
  color: var(--c-primary-a);
  font-size: 5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 64.0625em) {
  .item-action-number {
    font-size: 6rem;
  }
}
@media screen and (max-width: 64em) {
  .item-action-text {
    margin-top: var(--gutter-16);
  }
}
@media screen and (min-width: 64.0625em) {
  .item-action-text {
    padding-left: var(--gutter-90);
  }
}

.item-base:hover > .item-base-wrapper img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.section-news-highlight .item-base-wrapper img {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.item-base-thematic.thematic-inclusion .i-content {
  --thematic-color: #1565C0;
  color: var(--thematic-color);
}
.item-base-thematic.thematic-agriculture .i-content {
  --thematic-color: #2E7D32;
  color: var(--thematic-color);
}
.item-base-thematic.thematic-energy .i-content {
  --thematic-color: #E59900;
  color: var(--thematic-color);
}
.item-base-thematic.thematic-climate .i-content {
  --thematic-color: #D95D39;
  color: var(--thematic-color);
}
.item-base-thematic.thematic-women .i-content {
  --thematic-color: #C2185B;
  color: var(--thematic-color);
}
.item-base-text {
  margin-bottom: var(--gutter-16);
}
.item-base-date {
  margin-top: var(--gutter-16);
  font-size: var(--fs-xs);
}
.item-base-country {
  margin-top: var(--gutter-16);
}
.item-base-country ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-8);
}
.item-base-country li,
.item-base-country p {
  margin: 0;
}
.item-base-country li.country-fr .i-content,
.item-base-country p.country-fr .i-content {
  --country-color: #006699;
  color: var(--country-color);
}
.item-base-country li.country-ht .i-content,
.item-base-country p.country-ht .i-content {
  --country-color: #C2185B;
  color: var(--country-color);
}
.item-base-country li.country-sl .i-content,
.item-base-country p.country-sl .i-content {
  --country-color: #1565C0;
  color: var(--country-color);
}
.item-base-country li.country-tg .i-content,
.item-base-country p.country-tg .i-content {
  --country-color: #27AE60;
  color: var(--country-color);
}
.item-base-country li.country-sn .i-content,
.item-base-country p.country-sn .i-content {
  --country-color: #2E7D32;
  color: var(--country-color);
}
.item-base-country li.country-ci .i-content,
.item-base-country p.country-ci .i-content {
  --country-color: #A65F2A;
  color: var(--country-color);
}
.item-base-country li.country-bf .i-content,
.item-base-country p.country-bf .i-content {
  --country-color: #D95D39;
  color: var(--country-color);
}
.item-base-country li.country-gn .i-content,
.item-base-country p.country-gn .i-content {
  --country-color: #F28C28;
  color: var(--country-color);
}
.item-base-country li.country-lr .i-content,
.item-base-country p.country-lr .i-content {
  --country-color: #C1272D;
  color: var(--country-color);
}
.item-base-country li.country-kh .i-content,
.item-base-country p.country-kh .i-content {
  --country-color: #7D284F;
  color: var(--country-color);
}
.item-base-country li.country-ph .i-content,
.item-base-country p.country-ph .i-content {
  --country-color: #004E89;
  color: var(--country-color);
}
.item-base-country li.country-bj .i-content,
.item-base-country p.country-bj .i-content {
  --country-color: #E85D04;
  color: var(--country-color);
}
.item-base-country li.country-mm .i-content,
.item-base-country p.country-mm .i-content {
  --country-color: #009CA6;
  color: var(--country-color);
}
.item-base-country li.country-in .i-content,
.item-base-country p.country-in .i-content {
  --country-color: #E58E00;
  color: var(--country-color);
}
.item-base-country li.country-mg .i-content,
.item-base-country p.country-mg .i-content {
  --country-color: #3E8E7E;
  color: var(--country-color);
}
.item-base-country li.country-vn .i-content,
.item-base-country p.country-vn .i-content {
  --country-color: #D72638;
  color: var(--country-color);
}
.item-base-country li.country-gh .i-content,
.item-base-country p.country-gh .i-content {
  --country-color: #9B4722;
  color: var(--country-color);
}

.item-country:hover > .item-country-wrapper img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.item-country-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-country-title.country-fr .i-content {
  --country-color: #006699;
  color: var(--country-color);
}
.item-country-title.country-ht .i-content {
  --country-color: #C2185B;
  color: var(--country-color);
}
.item-country-title.country-sl .i-content {
  --country-color: #1565C0;
  color: var(--country-color);
}
.item-country-title.country-tg .i-content {
  --country-color: #27AE60;
  color: var(--country-color);
}
.item-country-title.country-sn .i-content {
  --country-color: #2E7D32;
  color: var(--country-color);
}
.item-country-title.country-ci .i-content {
  --country-color: #A65F2A;
  color: var(--country-color);
}
.item-country-title.country-bf .i-content {
  --country-color: #D95D39;
  color: var(--country-color);
}
.item-country-title.country-gn .i-content {
  --country-color: #F28C28;
  color: var(--country-color);
}
.item-country-title.country-lr .i-content {
  --country-color: #C1272D;
  color: var(--country-color);
}
.item-country-title.country-kh .i-content {
  --country-color: #7D284F;
  color: var(--country-color);
}
.item-country-title.country-ph .i-content {
  --country-color: #004E89;
  color: var(--country-color);
}
.item-country-title.country-bj .i-content {
  --country-color: #E85D04;
  color: var(--country-color);
}
.item-country-title.country-mm .i-content {
  --country-color: #009CA6;
  color: var(--country-color);
}
.item-country-title.country-in .i-content {
  --country-color: #E58E00;
  color: var(--country-color);
}
.item-country-title.country-mg .i-content {
  --country-color: #3E8E7E;
  color: var(--country-color);
}
.item-country-title.country-vn .i-content {
  --country-color: #D72638;
  color: var(--country-color);
}
.item-country-title.country-gh .i-content {
  --country-color: #9B4722;
  color: var(--country-color);
}
.item-country-title .i-content {
  font-size: 1.3rem;
}
.item-country-text {
  margin-bottom: var(--gutter-16);
}

.item-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gutter-20);
  margin-top: var(--gutter-20);
  padding: var(--gutter-20);
  border-color: var(--c-primary-a);
  background-color: var(--c-white);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item-document:hover, .item-document:focus {
  background-color: var(--c-primary-a-5);
}
@media screen and (min-width: 64.0625em) {
  .item-document {
    padding: var(--gutter-30);
  }
}
.item-document > .i-content {
  position: static;
  font-size: 2.4rem;
}
.item-document a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.item-document-title {
  margin-bottom: var(--gutter-10);
  color: var(--c-primary-a);
  font-weight: 700;
}
.item-document-info {
  font-size: var(--fs-xs);
}

.item-donation {
  margin-top: 14rem;
  text-align: center;
}
.section-donation-list .item-donation:nth-child(odd) img {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.item-donation-img {
  margin-top: -16rem;
  margin-bottom: 0;
}
.item-donation:hover > .item-donation-img img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.item-donation-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gutter-16);
  color: var(--c-primary-a);
  font-size: 5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 64.0625em) {
  .item-donation-number {
    font-size: 6rem;
  }
}
.item-donation-number .i-content {
  color: var(--c-secondary-a);
  font-size: 2rem;
}
.item-donation-title {
  color: var(--c-primary-a);
  font-size: var(--fs-lead);
  font-weight: 700;
}
.item-donation-text {
  margin-top: var(--gutter-16);
}
.item-donation .btn, .item-donation .text-media-link a, .text-media-link .item-donation a, .item-donation .orejime-blocked .cookie-link, .orejime-blocked .item-donation .cookie-link, .item-donation .highlight-cta a, .highlight-cta .item-donation a {
  margin-top: var(--gutter-20);
}

.item-job {
  padding-top: var(--gutter-10);
}
.item-job-location {
  margin-top: var(--gutter-16);
  font-size: var(--fs-xs);
}

.item-keyfigure {
  height: 100%;
  margin-top: var(--gutter-20);
  padding: var(--gutter-20) var(--gutter-24);
  background-color: var(--c-white);
  border: 1px solid var(--border-a);
  border-radius: 2rem;
  color: var(--c-primary-a);
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .item-keyfigure {
    padding: var(--gutter-30) var(--gutter-24);
  }
}
.content-group-container .item-keyfigure {
  margin-top: 0;
}
.item-keyfigure-media img {
  width: 7rem;
  margin: 0 auto var(--gutter-8);
}
.item-keyfigure-number {
  display: block;
  margin-bottom: var(--gutter-8);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 64.0625em) {
  .item-keyfigure-number {
    font-size: 6rem;
  }
}
.item-keyfigure-title {
  margin: 0;
  font-size: var(--fs-lead);
  font-weight: 700;
}

.item-partner:hover > .i-content, .item-partner:focus > .i-content {
  right: 1.5rem;
  bottom: 2.5rem;
}
.item-partner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16rem;
  margin-top: -8rem;
  margin-bottom: var(--gutter-32);
  border: 1px solid var(--c-primary-b);
  background-color: var(--c-white);
}
.item-partner-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.item-partner-text {
  margin-bottom: var(--gutter-16);
}
.item-resource:hover > .i-content, .item-resource:focus > .i-content {
  right: 2rem;
  bottom: 1rem;
}
.item-resource:hover > .item-resource-wrapper img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.item-resource-text {
  margin-bottom: var(--gutter-16);
}
.item-resource-date {
  margin-top: var(--gutter-16);
  font-size: var(--fs-xs);
}
.item-resource-details {
  margin-block: var(--gutter-16);
  font-size: var(--fs-xs);
}

.item-testimonial {
  text-align: center;
}
.item-testimonial:hover > .item-testimonial-wrapper img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.item-testimonial-quote {
  margin-bottom: var(--gutter-16);
  font-size: var(--fs-lead);
}
.item-testimonial-quote .i-content {
  display: block;
  margin: 0 0 var(--gutter-10);
}
.item-testimonial-quote .i-content + .i-content {
  margin: var(--gutter-10) 0 0 !important;
}

.layout {
  position: relative;
}
.layout-container {
  padding-inline: var(--gutter-24);
  max-width: 132.8rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 64.0625em) {
  .layout-container:has(> .layout-aside) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.layout-container + .section {
  margin-top: var(--gutter-50);
}
.layout-content {
  max-width: 95.2rem;
  width: 100%;
  margin-inline: auto;
}
.layout-content-small {
  max-width: 88.8rem;
  width: 100%;
  margin-inline: auto;
}
.layout-content-block + .result-sort {
  margin-top: var(--gutter-30);
}
.layout .type-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-30);
}
@media screen and (min-width: 64.0625em) {
  .layout .type-content {
    gap: var(--gutter-50);
  }
}
.layout-content-block-flexible-content-partner .layout .type-content {
  gap: 0;
}
.layout-aside {
  max-width: 132.8rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 64.0625em) {
  .layout-aside {
    max-width: 33rem;
    padding-right: var(--gutter-40);
  }
}

.site-logo h1,
.site-logo a {
  margin-bottom: 0;
}
.site-logo h1::after,
.site-logo a::after {
  display: none;
}
@media screen and (max-width: 32.5em) {
  .site-logo img {
    max-width: 8.5rem;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .site-logo img {
    max-width: 15rem;
  }
}

.map {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.map-popup {
  width: 29rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4rem;
}
.map #map-amcharts {
  width: 100%;
  height: 57rem;
}
@media screen and (max-width: 64em) {
  .map #map-amcharts {
    display: none;
  }
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 64em) {
  .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gutter-56);
  }
}
@media screen and (min-width: 64.0625em) {
  .quote {
    gap: var(--gutter-40);
  }
}
.quote:has(.quote-cta):hover .quote-img-wrapper {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (min-width: 64.0625em) {
  .quote-img {
    width: 48rem;
  }
}
@media screen and (min-width: 45.0625em) {
  .quote-img-wrapper {
    max-width: 42.5rem;
  }
}
@media screen and (min-width: 45.0625em) {
  .quote-img-wrapper::after {
    bottom: calc(var(--gutter-20) * -1);
    width: 48rem;
    height: 7rem;
  }
}
.quote-blockquote {
  margin: 0;
}
.quote-text {
  position: relative;
}
@media screen and (max-width: 64em) {
  .quote-text .i-content {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 64em) {
  .quote-footer {
    margin-top: var(--gutter-30);
  }
}
.quote-author span {
  display: block;
  color: var(--c-primary-a);
  font-size: var(--fs-h4);
  font-weight: 700;
}
.quote-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.result-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gutter-16);
  margin-bottom: var(--gutter-40);
  color: var(--c-primary-a);
}
@media screen and (min-width: 45.0625em) {
  .result-sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.result-sort-number {
  margin-bottom: var(--gutter-10);
  font-size: var(--fs-h4);
  font-weight: 700;
}

.section {
  padding-block: var(--gutter-50);
}
@media screen and (min-width: 64.0625em) {
  .section {
    padding-block: 5.5rem var(--gutter-100);
  }
}
.section.type-content {
  padding: 0;
}
.section-wrapper {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto var(--gutter-20);
}
@media screen and (min-width: 64.0625em) {
  .section-wrapper {
    margin-bottom: var(--gutter-40);
  }
}
.section-title {
  font-size: var(--fs-h2);
}
@media screen and (max-width: 64em) {
  .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-title {
    font-size: 4rem;
  }
}
.section-title.is-centered {
  text-align: center;
}
.section-teaser {
  text-align: center;
}
.section-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-16);
  margin-top: var(--gutter-20);
}
@media screen and (max-width: 64em) {
  .section-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--gutter-20);
  }
}

@media screen and (min-width: 64.0625em) {
  .section-action.has-background {
    background-image: url("../../src/image/map-a.svg");
    background-position: center top 24rem;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.section-action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-20);
}
@media screen and (min-width: 64.0625em) {
  .section-action-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--gutter-40);
  }
}
.section-action-list > div {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .section-action-list > div {
    max-width: 40rem;
  }
}

.section-donation {
  background-image: url("../../src/image/background-a-mobile.svg");
  padding-block: var(--gutter-50);
}
@media screen and (min-width: 64.0625em) {
  .section-donation {
    background-image: url("../../src/image/background-a.svg");
  }
}
@media screen and (min-width: 64.0625em) {
  .section-donation {
    padding-block: var(--gutter-80);
  }
}
.section-donation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 83.6875em) {
  .section-donation-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gutter-24);
  }
}
@media screen and (min-width: 83.75em) {
  .section-donation-wrapper {
    max-width: 29rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.section-donation-title {
  color: var(--c-white);
}
@media screen and (max-width: 83.6875em) {
  .section-donation-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 83.75em) {
  .section-donation-cta {
    margin-bottom: var(--gutter-20);
  }
}
@media screen and (max-width: 83.6875em) {
  .section-donation-wrapper .section-donation-media {
    display: none;
  }
}
.section-donation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: var(--gutter-32);
}
@media screen and (min-width: 64.0625em) {
  .section-donation-list {
    gap: var(--gutter-40);
  }
}
@media screen and (max-width: 83.6875em) {
  .section-donation-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 83.75em) {
  .section-donation-list {
    margin-top: -10rem;
    margin-left: var(--gutter-40);
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
}
.section-donation-list > div {
  width: 100%;
  max-width: 29rem;
}
.section-donation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 83.75em) {
  .section-donation-bottom {
    display: none;
  }
}

@media screen and (min-width: 64.0625em) {
  .section-news {
    background-image: url("../../src/image/map-b.svg");
    background-position: 25.6rem top;
    background-repeat: no-repeat;
  }
}
.section-news-wrapper, .section-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-news-wrapper {
  gap: var(--gutter-20);
}
@media screen and (max-width: 64em) {
  .section-news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-news-wrapper {
    gap: var(--gutter-40);
  }
}
@media screen and (max-width: 64em) {
  .section-news-title, .section-news-type {
    margin-bottom: var(--gutter-60);
    text-align: center;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-news-type {
    margin-bottom: var(--gutter-60);
  }
}
.section-news-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 64.0625em) {
  .section-news-cta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.section-news-highlight, .section-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-20);
}
@media screen and (min-width: 64.0625em) {
  .section-news-highlight, .section-news-list {
    width: 50%;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-news-highlight > .item-base {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.section-news-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-80);
}
@media screen and (max-width: 64em) {
  .section-news-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-news-list-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .section-news-list-wrapper > * {
    width: 50%;
  }
}

.section-newsletter {
  background-image: url("../../src/image/background-b-mobile.svg");
  position: relative;
  padding-block: var(--gutter-50);
  color: var(--c-white);
}
@media screen and (min-width: 64.0625em) {
  .section-newsletter {
    background-image: url("../../src/image/background-b.svg");
  }
}
@media screen and (min-width: 64.0625em) {
  .section-newsletter {
    padding-block: var(--gutter-56);
  }
}
.section-newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-16);
}
@media screen and (max-width: 64em) {
  .section-newsletter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-newsletter-content {
    gap: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .section-newsletter-wrapper {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.section-newsletter-title {
  color: inherit;
}
@media screen and (max-width: 64em) {
  .section-newsletter-teaser {
    text-align: center;
  }
}
.section-newsletter-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 64.0625em) {
  .section-newsletter-form {
    max-width: 51rem;
  }
}

.section-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-20);
}
.section-partner-title {
  margin-bottom: 0;
}
.type-large .section-partner-title, .type-large .section-partner-teaser {
  text-align: center;
}
.section-partner-slideshow {
  margin-top: var(--gutter-20);
}
@media screen and (min-width: 64.0625em) {
  .section-partner-slideshow {
    margin-top: 0;
  }
}

.section-presentation {
  color: var(--c-white);
  background-image: url("../../src/image/map-c.svg"), url("../../src/image/background-d-mobile.svg");
  background-size: cover;
}
@media screen and (min-width: 83.75em) {
  .section-presentation {
    padding-bottom: var(--gutter-40);
    background-image: url("../../src/image/map-c.svg"), url("../../src/image/background-d.svg");
    background-size: cover;
  }
}
.section-presentation-title .tinymce h2 {
  margin-bottom: var(--gutter-30);
  color: var(--c-white);
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 64.0625em) {
  .section-presentation-title .tinymce h2 {
    font-size: 6.3rem;
    line-height: 1.1;
  }
}
.section-presentation-title .tinymce h2::after {
  color: var(--c-secondary-a);
  font-size: 3rem;
}
.section-presentation-title .tinymce h2 strong {
  font-weight: 900;
}
.section-presentation-title::after {
  color: var(--c-secondary-a) !important;
}
@media screen and (min-width: 83.75em) {
  .section-presentation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 83.75em) {
  .section-presentation-content > .section-presentation-cta {
    display: none;
  }
}
@media screen and (min-width: 83.75em) {
  .section-presentation-wrapper {
    max-width: 50.6rem;
    width: 100%;
  }
}
.section-presentation-cta {
  margin-top: var(--gutter-30);
}
@media screen and (max-width: 83.6875em) {
  .section-presentation-wrapper .section-presentation-cta {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .section-presentation-media {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-presentation-media {
    width: 65.5rem;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 83.6875em) {
  .section-presentation-media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-presentation-media-wrapper {
    max-width: 63.6rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .section-presentation-media-wrapper::after {
    bottom: calc(var(--gutter-40) * -1);
    width: 73.2rem;
    height: 11rem;
  }
}

.section-related-content {
  background-image: url("../../src/image/background-e-mobile.svg");
  margin: var(--gutter-30) 0;
}
@media screen and (min-width: 64.0625em) {
  .section-related-content {
    background-image: url("../../src/image/background-e.svg");
  }
}
@media screen and (min-width: 64.0625em) {
  .section-related-content {
    margin: var(--gutter-50) 0;
  }
}
.section-related-content-title {
  margin-bottom: var(--gutter-50);
}
@media screen and (min-width: 64.0625em) {
  .section-related-content-title {
    margin-bottom: var(--gutter-80);
  }
}

.section-testimonial {
  background-image: url("../../src/image/background-c-mobile.svg");
  margin-top: calc(var(--gutter-20) * -1);
}
@media screen and (min-width: 64.0625em) {
  .section-testimonial {
    background-image: url("../../src/image/background-c.svg");
  }
}
@media screen and (min-width: 64.0625em) {
  .section-testimonial {
    margin-top: calc(var(--gutter-60) * -1);
    padding-top: var(--gutter-100);
    background-size: cover;
  }
}
.section-testimonial-title.section-title::after {
  color: var(--c-white);
}
@media print {
  .skip-link {
    display: none;
  }
}
.skip-link a {
  position: fixed;
  top: -200px;
  z-index: 10;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.5em;
  background: var(--c-primary-a);
  color: var(--c-white);
  text-decoration: underline;
}
.skip-link a:focus, .skip-link a:active {
  top: 0;
}

.slideshow {
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (min-width: 64.0625em) {
  .slideshow-partners {
    padding-inline: var(--gutter-100) !important;
  }
}
.slideshow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gutter-16);
}
@media screen and (max-width: 64em) {
  .slideshow-footer {
    margin-top: var(--gutter-20);
  }
}
.slideshow-prev, .slideshow-next {
  width: var(--gutter-56);
  height: var(--gutter-56);
  border-radius: 1.6rem;
  color: var(--c-primary-a);
  background-color: transparent;
  border: 1px solid var(--c-primary-a);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 10;
}
@media screen and (min-width: 64.0625em) {
  .slideshow-prev, .slideshow-next {
    margin-top: -2.8rem;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.slideshow-prev:hover, .slideshow-prev:focus, .slideshow-next:hover, .slideshow-next:focus {
  color: var(--c-white);
  background-color: var(--c-primary-a) !important;
}
.slideshow-prev .i-content, .slideshow-next .i-content {
  color: currentColor;
}
@media screen and (min-width: 64.0625em) {
  .slideshow-next {
    left: inherit;
    right: 0;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media print {
  .social {
    display: none;
  }
}
.social-title {
  font-size: var(--fs-lead);
  font-weight: bold;
  color: var(--c-white);
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-16);
}
.social a,
.social button {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c-primary-a);
  border: 1px solid var(--c-white);
  background-color: var(--c-white);
  border-radius: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="arrow-left."] .i-content,
.social button[href*="arrow-left."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="arrow-left."] .i-content::before,
.social button[href*="arrow-left."] .i-content::before {
  content: "\e900";
  font-size: 2.4rem;
}
.social a[href*="arrow-right."] .i-content,
.social button[href*="arrow-right."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="arrow-right."] .i-content::before,
.social button[href*="arrow-right."] .i-content::before {
  content: "\e901";
  font-size: 2.4rem;
}
.social a[href*="chevron-down."] .i-content,
.social button[href*="chevron-down."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="chevron-down."] .i-content::before,
.social button[href*="chevron-down."] .i-content::before {
  content: "\e902";
  font-size: 2.4rem;
}
.social a[href*="chevron-up."] .i-content,
.social button[href*="chevron-up."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="chevron-up."] .i-content::before,
.social button[href*="chevron-up."] .i-content::before {
  content: "\e903";
  font-size: 2.4rem;
}
.social a[href*="chevron-left."] .i-content,
.social button[href*="chevron-left."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="chevron-left."] .i-content::before,
.social button[href*="chevron-left."] .i-content::before {
  content: "\e904";
  font-size: 2.4rem;
}
.social a[href*="chevron-right."] .i-content,
.social button[href*="chevron-right."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="chevron-right."] .i-content::before,
.social button[href*="chevron-right."] .i-content::before {
  content: "\e905";
  font-size: 2.4rem;
}
.social a[href*="download."] .i-content,
.social button[href*="download."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="download."] .i-content::before,
.social button[href*="download."] .i-content::before {
  content: "\e906";
  font-size: 2.4rem;
}
.social a[href*="external."] .i-content,
.social button[href*="external."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="external."] .i-content::before,
.social button[href*="external."] .i-content::before {
  content: "\e907";
  font-size: 2.4rem;
}
.social a[href*="search."] .i-content,
.social button[href*="search."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="search."] .i-content::before,
.social button[href*="search."] .i-content::before {
  content: "\e908";
  font-size: 2.4rem;
}
.social a[href*="check."] .i-content,
.social button[href*="check."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="check."] .i-content::before,
.social button[href*="check."] .i-content::before {
  content: "\e915";
  font-size: 2.4rem;
}
.social a[href*="plus."] .i-content,
.social button[href*="plus."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="plus."] .i-content::before,
.social button[href*="plus."] .i-content::before {
  content: "\e909";
  font-size: 2.4rem;
}
.social a[href*="minus."] .i-content,
.social button[href*="minus."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="minus."] .i-content::before,
.social button[href*="minus."] .i-content::before {
  content: "\e90a";
  font-size: 2.4rem;
}
.social a[href*="close."] .i-content,
.social button[href*="close."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="close."] .i-content::before,
.social button[href*="close."] .i-content::before {
  content: "\e90b";
  font-size: 2.4rem;
}
.social a[href*="burger."] .i-content,
.social button[href*="burger."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="burger."] .i-content::before,
.social button[href*="burger."] .i-content::before {
  content: "\e90c";
  font-size: 2.4rem;
}
.social a[href*="quote."] .i-content,
.social button[href*="quote."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="quote."] .i-content::before,
.social button[href*="quote."] .i-content::before {
  content: "\e916";
  font-size: 2.4rem;
}
.social a[href*="player."] .i-content,
.social button[href*="player."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="player."] .i-content::before,
.social button[href*="player."] .i-content::before {
  content: "\e90d";
  font-size: 2.4rem;
}
.social a[href*="streak-large."] .i-content,
.social button[href*="streak-large."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="streak-large."] .i-content::before,
.social button[href*="streak-large."] .i-content::before {
  content: "\e912";
  font-size: 2.4rem;
}
.social a[href*="streak-medium."] .i-content,
.social button[href*="streak-medium."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="streak-medium."] .i-content::before,
.social button[href*="streak-medium."] .i-content::before {
  content: "\e913";
  font-size: 2.4rem;
}
.social a[href*="streak-small."] .i-content,
.social button[href*="streak-small."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="streak-small."] .i-content::before,
.social button[href*="streak-small."] .i-content::before {
  content: "\e914";
  font-size: 2.4rem;
}
.social a[href*="facebook."] .i-content,
.social button[href*="facebook."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="facebook."] .i-content::before,
.social button[href*="facebook."] .i-content::before {
  content: "\e90f";
  font-size: 2.4rem;
}
.social a[href*="instagram."] .i-content,
.social button[href*="instagram."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="instagram."] .i-content::before,
.social button[href*="instagram."] .i-content::before {
  content: "\e910";
  font-size: 2.4rem;
}
.social a[href*="linkedin."] .i-content,
.social button[href*="linkedin."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="linkedin."] .i-content::before,
.social button[href*="linkedin."] .i-content::before {
  content: "\e911";
  font-size: 2.4rem;
}
.social a[href*="youtube."] .i-content,
.social button[href*="youtube."] .i-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social a[href*="youtube."] .i-content::before,
.social button[href*="youtube."] .i-content::before {
  content: "\e90e";
  font-size: 2.4rem;
}
.social a:hover, .social a:focus,
.social button:hover,
.social button:focus {
  background-color: var(--c-primary-a);
  color: var(--c-white);
}

@media screen and (max-width: 64em) {
  .collapsible-tab {
    display: grid;
    grid-template-rows: -webkit-min-content 0fr;
    grid-template-rows: min-content 0fr;
  }
  .collapsible-tab.is-expanded {
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .collapsible-tab-wrapper-cta {
    margin: 0;
  }
  .collapsible-tab-content {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .is-expanded > .collapsible-tab-content {
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 64.0625em) {
  .collapsible-tab-cta {
    display: none;
  }
}
.collapsible-tab-inner {
  background-color: var(--c-white);
}
@media screen and (max-width: 64em) {
  .collapsible-tab-inner {
    padding: var(--gutter-20);
    border: 1px solid var(--c-bg-a);
  }
}
.collapsible-tab-inner p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 64em) {
  .tab {
    font-size: var(--fs-s);
  }
}
.tab.type-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  z-index: 6;
}
.tab.type-vertical .tab-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 25%;
}
@media screen and (max-width: 64em) {
  .tab-responsive .tab-list {
    display: none;
  }
}
.tab-item[aria-selected=true] {
  color: var(--c-bg-a);
  background-color: var(--c-white);
  border: 1px solid var(--c-bg-a);
  border-bottom-color: var(--c-white);
}
.tab.type-vertical .tab-item[aria-selected=true] {
  border-right-color: var(--c-white);
  border-bottom-color: var(--c-bg-a);
}
.tab-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -1px;
  padding: var(--gutter-16);
  border: 1px solid var(--c-bg-a);
}
.tab.type-vertical .tab-content {
  margin: 0 0 0 -1px;
}
@media screen and (max-width: 64em) {
  .tab-responsive .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gutter-8);
    padding: 0;
    border: none;
  }
}

.tag-term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-8);
}
.tag-term-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4rem var(--gutter-8);
  color: var(--c-line-a);
  background-color: var(--c-primary-b);
  border-radius: 0.6rem;
  font-size: var(--fs-xxs);
  font-weight: 700;
  text-transform: uppercase;
}
.tag-term-links .tag-term-item {
  padding: 0;
}
.tag-term a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
  padding: 0.4rem var(--gutter-8);
  color: var(--c-primary-a);
  background-color: var(--c-white);
  border-radius: 0.6rem;
  font-size: var(--fs-xxs);
  font-weight: 700;
  text-transform: uppercase;
}
.tag-term a:hover, .tag-term a:focus {
  background: var(--c-primary-a);
  color: var(--c-white);
}
.tag-term a .i-content {
  font-size: var(--fs-lead);
  line-height: 1;
}

.text-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .text-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .text-media-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64.0625em) {
  .text-media-img, .text-media-content {
    width: 50%;
  }
}
.text-media-link {
  margin-top: var(--gutter-20);
}
.video {
  position: relative;
  width: 100%;
}
.video .js-video-player {
  width: 100%;
  height: 100%;
}
.video-play {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--c-white);
  font-size: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 45.0625em) {
  .video-play {
    font-size: 9.2rem;
  }
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-primary-a-50);
}
.video-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --c-white: #fff;
  --c-black: #000;
  --c-black-75: rgba(0, 0, 0, 0.75);
  --c-black-50: rgba(0, 0, 0, 0.5);
  --c-black-25: rgba(0, 0, 0, 0.25);
  --c-black-10: rgba(0, 0, 0, 0.1);
  --c-primary-a: #004e89;
  --c-primary-a-5: rgba(0, 78, 137, 0.05);
  --c-primary-a-20: rgba(0, 78, 137, 0.2);
  --c-primary-a-50: rgba(0, 78, 137, 0.5);
  --c-primary-b: #f4e3c0;
  --c-secondary-a: #e0851e;
  --c-secondary-b: #d4e4f6;
  --c-line-a: #303030;
  --c-error: #d10909;
  --c-error-10: rgba(209, 9, 9, 0.1);
  --c-warning: #e37c00;
  --c-warning-10: rgba(227, 124, 0, 0.1);
  --c-success: #017301;
  --c-success-10: rgba(1, 115, 1, 0.1);
  --c-styleguide-a: #30296b;
  --c-styleguide-b: #5b52c6;
  --c-styleguide-c: #e9e5ed;
}

:root {
  --fs-h1: 3.4rem;
  --fs-h2: 2.8rem;
  --fs-h3: 2.4rem;
  --fs-h4: 2.2rem;
  --fs-h5: 2rem;
  --fs-h6: 1.7rem;
  --fs-lead: 1.8rem;
  --fs-m: 1.6rem;
  --fs-s: 1.4rem;
  --fs-xs: 1.2rem;
  --fs-xxs: 1.1rem;
}
@media screen and (min-width: 64.0625em) {
  :root {
    --fs-h1: 5.4rem;
    --fs-h2: 3.4rem;
    --fs-h3: 2.7rem;
    --fs-h4: 2.4rem;
    --fs-h5: 2.2rem;
  }
}

:root {
  --shadow-a: 0 0 5px 2px var(--c-black-25);
  --border-a: var(--c-primary-a-20) ;
}

:root {
  --gutter-8: 0.8rem;
  --gutter-10: 1rem;
  --gutter-16: 1.6rem;
  --gutter-20: 2rem;
  --gutter-24: 2.4rem;
  --gutter-30: 3rem;
  --gutter-32: 3.2rem;
  --gutter-40: 4rem;
  --gutter-48: 4.8rem;
  --gutter-50: 5rem;
  --gutter-56: 5.6rem;
  --gutter-60: 6rem;
  --gutter-64: 6.4rem;
  --gutter-70: 7rem;
  --gutter-72: 7.2rem;
  --gutter-80: 8rem;
  --gutter-90: 9rem;
  --gutter-100: 10rem;
}