@charset "UTF-8";
/*
Theme Name: Funders Together
Author: Effusion
Author URI: https://www.effusion.co.uk/
*/
:root {
  /*	Colours - Specifics: Don't use directly (unless its grey or something neutral)
  ***********************************  */
  --color__pink: #ff557a;
  --color__blue: #3a8dff;
  --color__yellow: #ffbf00;
  --color__grey: #6f6f6f;
  --color__greyBorder: #e6e6e6;
  --color__greyBg: #f5f5f5;
  --color__greyDarkBg: #262626;
  /*	Colours - Generics: Use these values in styling
  ***********************************  */
  --color__alpha: var(--color__pink);
  --color__beta: var(--color__blue);
  --color__charlie: var(--color__yellow);
  --color__pageBackground: white;
  --color__defaultText: black;
}

/* Set Initial grid values
   'fixed' means it is a fixed numerical value
*********************************** */
/* 	Fonts – Specfics
    These are not to be used directly in styling,
    please use the generic values further below!
*********************************** */
/* 	Fonts – Generic values
    Use these values in styling!
*********************************** */
/*	Size variables
***********************************  */
/*	Transition variables
***********************************  */
/*	Selector variables
***********************************  */
/* Media Queries
*********************************** */
/*
  I am working with REMs for the whole site, except for the media queries which is not viable
  These media queries are better suited to mobile first.
*/
/*  SVG
*********************************** */
/*  PNG
*********************************** */
/*  Display mixins
*********************************** */
/*  Show/hide mixins
*********************************** */
/*  Type hierarchy size mixins
    - Do not use typeHierarchySizes to set type styles on text elements!
    The purpose of this is to use relative units on non-text elements
    (without applying the entire type style, which is unnecessary)
*********************************** */
/*  'Paragraph style' Mixins
    - These are actual type styles, apply these to text elements
*********************************** */
* {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* EHJ additions
========================================================================== */
/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

a:-webkit-any-link {
  text-decoration: none;
}

.visually-hidden,
.elementInvisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.visually-hidden--focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.visually-hidden--focusable:active, .visually-hidden--focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

ul.menu {
  list-style: none;
  padding: 0;
}

.preload * {
  transition: none !important;
}

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

picture {
  display: block;
}

button {
  cursor: pointer;
}

*:focus:hover {
  outline: 0;
}

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

/*	Webfonts
		- if the project requires selfhosted webfonts,
		place @font-face rules here
*********************************** */
/*  Site layout and structure
*********************************** */
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: pink;
}
body > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.the-page {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Site layout – Full width sections
******************************** */
.pane {
  display: block;
  width: 100%;
  background-color: transparent;
  padding-left: clamp(1.25rem, 5.9027777778vw, 5.3125rem);
  padding-right: clamp(1.25rem, 5.9027777778vw, 5.3125rem);
}
.pane.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.pane .pane-inner {
  max-width: 84.5rem;
  margin: 0 auto;
}
.pane .pane-inner.widthUnconstrained {
  max-width: none;
}

.main-content {
  display: grid;
  grid-gap: clamp(1.625rem, 2.7586206897vw, 2.5rem);
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 912px) {
  .main-content {
    grid-template-columns: repeat(12, 1fr);
  }
  .main-content #content {
    grid-column: 1/9;
  }
  .main-content .sidebar-second {
    grid-column: 10/13;
  }
}

/*  Default layouts:
************************************* */
.grid-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid-list:not(.tns-slider).style__1col {
  display: grid;
  grid-gap: clamp(1.625rem, 2.7586206897vw, 2.5rem);
  grid-template-columns: repeat(1, 1fr);
}
.grid-list:not(.tns-slider).style__3col {
  display: grid;
  grid-gap: clamp(1.625rem, 2.7586206897vw, 2.5rem);
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 552px) {
  .grid-list:not(.tns-slider).style__3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 912px) {
  .grid-list:not(.tns-slider).style__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-list:not(.tns-slider).style__4col {
  display: grid;
  grid-gap: clamp(1.625rem, 2.7586206897vw, 2.5rem);
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 552px) {
  .grid-list:not(.tns-slider).style__4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 840px) {
  .grid-list:not(.tns-slider).style__4col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1128px) {
  .grid-list:not(.tns-slider).style__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media print {
  .menu {
    display: none;
  }
}

/* Sitewide Typography
************************************* */
html {
  /*
    Letting the browser and user set default font-size, for accesibility.
    I am working with REMs (except for media queries which is not viable)
  */
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1.125rem, 2.3026315789vw, 1.3125rem);
}
@media print {
  body {
    font-size: 10pt;
  }
}
body {
  color: var(--defaultText);
  -webkit-font-smoothing: antialiased;
}

.toolbar {
  -webkit-font-smoothing: subpixel-antialiased;
}

a, a:link {
  color: var(--defaultText);
  text-decoration: underline;
  text-decoration-color: var(--default);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
a:hover, a:focus-visible {
  text-decoration-color: var(--alpha);
}
.toolbar a, .toolbar a:link {
  text-decoration: none;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1.125rem, 2.3026315789vw, 1.3125rem);
}
@media print {
  p {
    font-size: 10pt;
  }
}
p {
  margin: 0 0 1em;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.05em;
  letter-spacing: 0;
  font-size: clamp(2.0625rem, 3.3571428571vw, 2.9375rem);
  margin-top: 0;
  margin-bottom: 0.525em;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0;
  font-size: clamp(1.75rem, 3.8095238095vw, 2.5rem);
  margin-top: 0;
  margin-bottom: 0.4em;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(1.5625rem, 3.5087719298vw, 2rem);
  margin-top: 0;
  margin-bottom: 0.65em;
}

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
}

h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(1.1875rem, 2.4122807018vw, 1.375rem);
  margin-top: 0;
  margin-bottom: 0.35em;
}

button {
  color: var(--default);
}

.cta {
  display: inline-block;
  cursor: pointer;
}
.cta, .cta:link {
  color: white;
  text-decoration: none;
}
.cta {
  background: none;
  background-color: var(--defaultText);
}
.cta:hover, .cta:focus-visible {
  color: var(--defaultText);
  background-color: var(--alpha);
  border-color: var(--alpha);
}
.cta {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  padding-top: 0.9em;
  padding-bottom: 0.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border: thin solid var(--defaultText);
}
.cta:hover, .cta:focus-visible {
  color: var(--defaultText);
  background-color: var(--alpha);
}

.field--name-body {
  margin-bottom: 3em;
}
.field--name-body p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1.3125rem, 1.7857142857vw, 1.5625rem);
}

.field--name-field-caption {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  margin-top: 0.5em;
}

form label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
  display: block;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: var(--defaultText);
}
form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: var(--defaultText);
}
form input:-moz-placeholder,
form textarea:-moz-placeholder {
  color: var(--defaultText);
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: var(--defaultText);
}
form input::placeholder,
form textarea::placeholder {
  color: var(--defaultText);
}
form input[type=text], form input[type=password], form input[type=email], form input[type=search], form input[type=phone], form input[type=number], form .form-text, form textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1.125rem, 2.3026315789vw, 1.3125rem);
}
@media print {
  form input[type=text], form input[type=password], form input[type=email], form input[type=search], form input[type=phone], form input[type=number], form .form-text, form textarea {
    font-size: 10pt;
  }
}
form input[type=text], form input[type=password], form input[type=email], form input[type=search], form input[type=phone], form input[type=number], form .form-text, form textarea {
  width: 100%;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  background-color: transparent;
  border: thin solid var(--alpha);
  -webkit-appearance: none;
  border-radius: 0;
}
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=search]:focus, form input[type=phone]:focus, form input[type=number]:focus, form .form-text:focus, form textarea:focus {
  outline: 0;
}
form textarea {
  resize: vertical;
}
form .form-item {
  margin-bottom: 2em;
}
form .description {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  margin-top: 0.75em;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
form .form-checkboxes {
  list-style: none;
}
form .form-checkboxes .form-item {
  position: relative;
  margin-bottom: 0.75em;
}
form .form-checkboxes .form-item input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
form .form-checkboxes .form-item label {
  padding-left: 1.5em;
  cursor: pointer;
}
form .form-checkboxes .form-item label::before {
  content: " ";
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  width: 0.89em;
  height: 0.89em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 9.037 6.347'%3E%3Cpath d='M3.55 6.347 0 2.797l1.061-1.061 2.51 2.511L7.999 0l1.038 1.082L3.55 6.347z' data-name='Path 25' style='fill:%23fff;stroke-width:0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 62% auto;
  background-position: 52% 56%;
  border: thin solid var(--defaultText);
  border-radius: 0.294118em;
  transform: translateY(-50%);
}
form .form-checkboxes .form-item label:hover {
  color: var(--alpha);
}
form .form-checkboxes .form-item input:checked + label::before {
  background-color: var(--alpha);
  border-color: var(--alpha);
}
form .form-checkboxes .form-item input:focus + label {
  color: var(--alpha);
}
form .form-checkboxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
form .form-checkboxes li:last-child .form-item {
  margin-bottom: 0;
}
form .form-checkboxes li.has_children label::after {
  content: " (+)";
}
form .form-checkboxes li.has_children ul {
  display: none;
}
form .form-checkboxes li.has_children.active-children label::after {
  content: none;
}
form .form-checkboxes li.has_children.active-children ul {
  display: block;
}
form input[type=submit] {
  display: inline-block;
  cursor: pointer;
}
form input[type=submit], form input[type=submit]:link {
  color: white;
  text-decoration: none;
}
form input[type=submit] {
  background: none;
  background-color: var(--defaultText);
}
form input[type=submit]:hover, form input[type=submit]:focus-visible {
  color: var(--defaultText);
  background-color: var(--alpha);
  border-color: var(--alpha);
}
form input[type=submit] {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  padding-top: 0.9em;
  padding-bottom: 0.85em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border: thin solid var(--defaultText);
}
form input[type=submit]:hover, form input[type=submit]:focus-visible {
  color: var(--defaultText);
  background-color: var(--alpha);
}
form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  cursor: pointer;
}

@media only screen {
  .block-system-branding-block a {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    line-height: 0;
    width: clamp(10.5rem, 15.9722222222vw, 14.375rem);
    aspect-ratio: 1/0.18;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='261.237' height='46.971'%3E%3Cg fill='%231d1d1b'%3E%3Cpath d='M20.452 28.056h-1.264c-1.167 1.9-4.133 3.5-7.1 3.5-3.014 0-5.494-2.043-5.543-6.71 17.068 1.506 19.742-13.859 7.489-13.859-5.787 0-12.691 4.619-13.859 12.885-.923 6.565 1.751 12.4 9.191 12.4 5.734.002 9.579-4.326 11.086-8.216zM13.5 13.08c5.494 0 3.063 10.065-6.857 9.968.534-6.223 3.695-9.968 6.857-9.968zM102.657 7.732a4.617 4.617 0 004.424-3.842A3.323 3.323 0 00103.726 0a4.572 4.572 0 00-4.375 3.89 3.229 3.229 0 003.306 3.842zM120.975 10.989c-7.44 0-12.2 5.641-13.178 12.642-1.021 7 1.994 12.643 9.628 12.643 7.44 0 12.107-5.64 13.129-12.643.972-7.001-2.14-12.642-9.579-12.642zm2.674 12.642c-1.022 7.294-3.112 10.552-6.224 10.552-3.4 0-3.744-3.258-2.723-10.552s3.112-10.551 6.224-10.551c3.404 0 3.744 3.258 2.723 10.551zM153.673 32.724l-.438-.486 1.994-13.955c.777-5.349-1.168-7.294-4.425-7.294-3.55 0-6.759 2.48-9.288 7.44h-.486l.729-3.064c.681-2.869-.437-4.376-2.917-4.376a21.844 21.844 0 00-7.877 2.14v1.75l4.231-.341.437.487-2.869 20.763h6.419l1.361-9.482c1.021-6.953 4.765-11.135 6.759-11.135 1.556 0 1.75 1.556 1.459 3.453l-1.9 13.322c-.389 2.724.195 4.328 3.209 4.328A21.9 21.9 0 00158 34.183v-1.75zM69.661 32.724l-.438-.486 2.869-20.763h-6.419l-1.361 9.482c-1.021 6.953-4.765 11.135-6.759 11.135-1.556 0-1.75-1.556-1.458-3.452l1.9-13.323c.389-2.723-.2-4.328-3.209-4.328a21.91 21.91 0 00-7.927 2.091v1.751l4.328-.293.438.487-1.998 13.955c-.778 5.349 1.167 7.294 4.425 7.294 3.55 0 6.759-2.48 9.287-7.44h.487L63.1 31.9c-.681 2.868.438 4.376 2.918 4.376a21.762 21.762 0 007.8-2.106 5.6 5.6 0 01-.964-1.7z'/%3E%3Cpath d='M85.84 10.989c-5.884 0-9.336 3.015-9.871 6.9-.583 4.134 1.459 6.224 5.446 7.927 3.695 1.507 4.96 2.966 4.668 5.008-.292 2.236-2.091 3.5-4.814 3.549a6.8 6.8 0 01-3.987-1.263l.048-.487a2.683 2.683 0 001.021-4.96 3.4 3.4 0 00-4.911 2.387c-.437 3.258 2.481 6.224 8.267 6.224 5.349 0 9.87-2.966 10.551-7.585.584-4.377-1.7-6.273-6.758-8.461-1.9-.778-4.037-1.654-3.793-4.23.194-1.9 1.8-3.064 4.522-3.064a7.1 7.1 0 013.987 1.216l-.048.486a2.543 2.543 0 00-.876 4.765c1.848.972 4.522.146 4.862-2.188.39-3.213-2.528-6.224-8.314-6.224zM49.747 2.431h.486c-1.458 4.96 4.62 4.571 5.106.924C55.582 1.653 54.318.291 51.5.291c-5.254 0-10.554 5.009-11.478 10.358l-.146.826h-7.463l.1-.826c.535-4.523 1.41-8.218 3.355-8.218h.486c-1.458 4.96 4.62 4.571 5.106.924.24-1.702-1.024-3.064-3.844-3.064-5.252 0-10.552 5.009-11.475 10.358l-.147.826-3.306.244-.341 2.333h3.259l-3.112 21.736c-.681 4.668-1.362 9.044-3.5 9.044h-.437c1.459-4.96-4.619-4.814-5.008-1.362-.2 1.7.777 3.5 3.549 3.5 5.738 0 11.087-6.029 12.108-13.274l2.82-19.645h7.463l-3.114 21.737c-.681 4.668-1.361 9.044-3.5 9.044h-.437c1.458-4.96-4.62-4.814-5.009-1.362-.194 1.7.778 3.5 3.55 3.5 5.737 0 11.086-6.029 12.108-13.274l2.82-19.645.486-3.4c.534-4.525 1.407-8.22 3.354-8.22z'/%3E%3Cpath d='M102.414 32.238l2.431-16.873c.389-2.722-.195-4.376-3.16-4.376a22.037 22.037 0 00-7.927 2.14v.005a5.714 5.714 0 01.96 1.668l3.32-.264.437.487-2.431 16.921c-.389 2.724.2 4.328 3.209 4.328a21.9 21.9 0 007.927-2.091v-1.75l-4.329.291z'/%3E%3C/g%3E%3Cg fill='%23f42272'%3E%3Cpath d='M172.228 25.517c.2 4.165 2.4 5.684 5.242 5.684a7.935 7.935 0 006.811-3.185h1.47c-1.519 3.92-5.586 8.819-11.711 8.819-8.084 0-10.534-5.879-9.6-12.493a15.172 15.172 0 0114.307-12.984c12.687 0 10.09 15.727-6.519 14.159zm.1-1.96c8.672-.2 10.681-9.75 5.83-9.75-2.55 0-5.392 3.675-5.832 9.75z'/%3E%3Cpath d='M195.7 22.577c-.588 6.125 1.616 8.624 5.046 8.624a7.935 7.935 0 006.811-3.185h1.47c-1.519 3.92-5.586 8.819-11.711 8.819-8.084 0-10.534-5.879-9.6-12.493 1.176-8.33 8.134-12.984 13.817-12.984 6.125 0 9.162 2.939 8.673 6.614a3.825 3.825 0 01-3.675 3.185 3.077 3.077 0 01-.588-6.125l.049-.49a7.161 7.161 0 00-3.136-.735c-3.679 0-6.618 3.038-7.156 8.77zM220.835 18.217h.49c2.45-4.9 5.537-6.859 9.113-6.859 3.283 0 5.341 1.959 4.606 7.349l-1.911 13.719.441.49 3.92-.245v2.2a25.292 25.292 0 01-8.33 1.959c-3.429 0-4.262-1.763-3.821-4.9l1.813-12.73c.294-2.2.049-2.94-1.176-2.94-2.009 0-4.9 4.067-6.37 14.7l-.735 5.39h-7.839l4.557-32.338h-3.577V1.558l9.9-.98h1.96zM237.447 24.1c.98-7.056 5.782-12.739 13.621-12.739s10.975 5.683 9.995 12.739c-1.029 7.055-5.733 12.738-13.572 12.738-8.084-.003-11.073-5.686-10.044-12.738zm8.427 0c-1.028 7.349-1.224 10.289 1.715 10.289 2.45 0 4.116-2.94 5.145-10.289s1.176-10.29-1.764-10.29c-2.45-.003-4.07 2.937-5.096 10.29z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
  }
  .block-system-branding-block a img {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.pane__header {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  padding-bottom: 1.5rem;
  margin-bottom: clamp(2.5rem, 6.9444444444vw, 6.25rem);
}
.pane__header,
.pane__header #burgerdialog .panel-header {
  padding-top: 1.5rem;
}
.pane__header > .pane-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

#block-effechod10minimal-main-menu .menu {
  display: flex;
  gap: 1em;
  margin: 0;
}

.block.menu--highlighted-links {
  display: none;
}
@media only screen and (min-width: 1055px) {
  .block.menu--highlighted-links {
    display: block;
    max-width: 33.75rem;
  }
  .block.menu--highlighted-links ul.menu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
  .block.menu--highlighted-links li {
    margin-right: 1em;
  }
  .block.menu--highlighted-links a {
    color: var(--beta);
    display: block;
  }
  .block.menu--highlighted-links a:hover, .block.menu--highlighted-links a:focus, .block.menu--highlighted-links a.menu-item--active-trail {
    color: var(--alpha);
  }
}

.card {
  position: relative;
}
.card .list-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
}
.card .list-title a {
  color: var(--defaultText);
  display: block;
}
.card .list-title a::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card img {
  display: block;
}
.card .teaser-text p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  color: black;
  margin-bottom: 1em;
}
.card:has(a) {
  position: relative;
}
.card:has(a) a::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card:has(a):hover, .card:has(a):focus-within {
  cursor: pointer;
}
.card.style__default {
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
}
.card.style__default .image_box {
  margin-bottom: 1em;
}

.pane__footer {
  margin-top: 5rem;
}
.pane__footer a:not(.cta), .pane__footer a:not(.cta):link {
  text-decoration: underline;
}
.pane__footer a:not(.cta):hover, .pane__footer a:not(.cta):focus, .pane__footer a:not(.cta):link:hover, .pane__footer a:not(.cta):link:focus {
  color: var(--alpha);
}
.pane__footer p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
}
.pane__footer p a {
  border: 0;
  text-decoration: underline;
}
.pane__footer p a:hover, .pane__footer p a:focus {
  color: var(--alpha);
}
.pane__footer .field--name-body a:not(.cta), .pane__footer .field--name-body a:not(.cta):link {
  border: 0;
}
.pane__footer .field--name-body p a, .pane__footer .field--name-body p a:link {
  border: 0;
  text-decoration: underline;
}
.pane__footer .field--name-body p a:hover, .pane__footer .field--name-body p a:focus, .pane__footer .field--name-body p a:link:hover, .pane__footer .field--name-body p a:link:focus {
  color: var(--alpha);
}
.pane__footer .cta {
  margin-top: 0.5em;
}
.pane__footer h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
}
.pane__footer .block {
  margin-bottom: 1rem;
}
@media print {
  .pane__footer {
    display: none;
  }
}

.sidebar nav h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
}
.sidebar .menu {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  list-style: none;
  width: 100%;
  margin: 0;
}
.sidebar .menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar .menu a {
  text-decoration: none;
  color: var(--defaultText);
  width: calc(100% - 2em);
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.sidebar .menu a:hover, .sidebar .menu a:focus-visible, .sidebar .menu a.menu-item--active-trail {
  color: var(--beta);
}
.sidebar .menu .anchor-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sidebar .menu .menu-accordion-toggle {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 2em;
  height: 2em;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='11.454' height='7.149'%3E%3Cpath fill='%23392b20' d='M5.718 7.149L0 1.431 1.414.017l4.304 4.304L10.04 0l1.414 1.414-5.736 5.735z' data-name='Path 6389'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  border: 0;
  transform: rotate(0deg);
  transition: transform 0.25s;
}
.sidebar .menu .menu-accordion-toggle[data-state=open] {
  transform: rotate(180deg);
}
.sidebar .menu .menu {
  padding-left: 1em;
}
.sidebar .menu .menu li {
  padding-right: 0.5em;
}
.sidebar .menu .menu .menu {
  border-top: 0;
}
.sidebar > .menu {
  padding: 0;
}
.sidebar > .menu > li {
  border-top: thin solid black;
}
.sidebar > .menu > li > a {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.tns-nav {
  display: flex;
  gap: 1.25rem;
}
.tns-nav button {
  display: block;
  width: 0.6875rem;
  aspect-ratio: 1/1;
  background-color: black;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.tns-nav button.tns-nav-active {
  background-color: var(--alpha);
}

.flexible-row {
  font-size: clamp(2.0625rem, 3.3571428571vw, 2.9375rem);
}
.flexible-row.text-section a:not(.cta), .flexible-row.text-section a:not(.cta):link {
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
}
.flexible-row.text-section a:not(.cta):hover, .flexible-row.text-section a:not(.cta):focus-visible {
  text-decoration-style: initial;
  text-decoration-thickness: 1px;
}
.flexible-row.text-section p,
.flexible-row.text-section li {
  margin-bottom: 1.1em;
}
.flexible-row.text-section p strong,
.flexible-row.text-section li strong {
  font-weight: 700;
}
.flexible-row.text-section p em,
.flexible-row.text-section li em {
  font-style: italic;
}
.flexible-row.text-section blockquote {
  margin: 0;
}
.flexible-row.text-section blockquote p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1.125rem, 2.3026315789vw, 1.3125rem);
}
@media print {
  .flexible-row.text-section blockquote p {
    font-size: 10pt;
  }
}
.flexible-row.text-section blockquote p:first-of-type::before {
  content: open-quote;
}
.flexible-row.text-section blockquote p:last-of-type::after {
  content: close-quote;
}
.flexible-row.text-section .quote-attribution {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(0.875rem, 3.3333333333vw, 1rem);
  margin-bottom: 3em;
}
.flexible-row.text-section blockquote + .quote-attribution,
.flexible-row.text-section blockquote .quote-attribution {
  margin-top: -1em;
}
.flexible-row.text-section h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
  margin-top: 1.85em;
  margin-bottom: 0.8em;
}
.flexible-row.text-section h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(1.1875rem, 2.4122807018vw, 1.375rem);
  margin-top: 0;
  margin-bottom: 0.35em;
  margin-top: 1.85em;
  margin-bottom: 0.8em;
}
.flexible-row.text-section {
  /*  Lists
  ************************************* */
}
.flexible-row.text-section ul,
.flexible-row.text-section ol {
  font-size: clamp(1.125rem, 2.3026315789vw, 1.3125rem);
}
@media print {
  .flexible-row.text-section ul,
  .flexible-row.text-section ol {
    font-size: 10pt;
  }
}
.flexible-row.text-section ul,
.flexible-row.text-section ol {
  margin: 0 0 1.5em 0;
  padding: 0;
  clear: both;
  display: block;
}
.flexible-row.text-section ul:last-child,
.flexible-row.text-section ol:last-child {
  margin-bottom: 0;
}
.flexible-row.text-section ul li,
.flexible-row.text-section ol li {
  position: relative;
  list-style-type: none;
  list-style-image: none;
  position: relative;
  padding-left: 1.6em;
}
.flexible-row.text-section ul li:last-child,
.flexible-row.text-section ol li:last-child {
  margin-bottom: 0;
}
.flexible-row.text-section ul li::before,
.flexible-row.text-section ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  color: var(--color__beta--light);
}
.flexible-row.text-section ul li p,
.flexible-row.text-section ol li p {
  margin: 0;
}
.flexible-row.text-section ul li ul,
.flexible-row.text-section ul li ol,
.flexible-row.text-section ol li ul,
.flexible-row.text-section ol li ol {
  margin-top: 1.1em;
}
.flexible-row.text-section ul .cta,
.flexible-row.text-section ol .cta {
  padding: 0;
  border: 0;
}
.flexible-row.text-section ul .cta::before, .flexible-row.text-section ul .cta::after,
.flexible-row.text-section ol .cta::before,
.flexible-row.text-section ol .cta::after {
  content: none;
}
.flexible-row.text-section ul .cta:hover, .flexible-row.text-section ul .cta:focus,
.flexible-row.text-section ol .cta:hover,
.flexible-row.text-section ol .cta:focus {
  background-color: transparent !important;
}
.flexible-row.text-section ul {
  list-style-type: none;
}
.flexible-row.text-section ul li::before {
  content: "–";
}
.flexible-row.text-section ul > li::before {
  content: "–";
  top: 0.7em;
  left: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 1em;
  height: 0;
  border-bottom: 1px solid var(--color__defaultText);
}
.flexible-row.text-section ul ul,
.flexible-row.text-section ul ol {
  margin-bottom: 0;
}
.flexible-row.text-section ul ul > li::before {
  top: 0.75em;
  width: 0.6em;
  height: 2px;
  border-radius: 0;
}
.flexible-row.text-section ol {
  counter-reset: item;
}
.flexible-row.text-section ol > li {
  counter-increment: item;
}
.flexible-row.text-section ol > li::before {
  content: counter(item);
  font-weight: 500;
}
.flexible-row.text-section ol > li > ol {
  counter-reset: lower-alpha;
}
.flexible-row.text-section ol > li > ol > li {
  counter-increment: lower-alpha;
}
.flexible-row.text-section ol > li > ol > li::before {
  content: counter(lower-alpha, lower-alpha);
}

nav.pager {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(1.5625rem, 3.5087719298vw, 2rem);
  margin-top: 0;
  margin-bottom: 0.65em;
}
nav.pager ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
nav.pager li {
  margin-right: 0.35em;
}
nav.pager li:last-child {
  margin-right: 0;
}
.field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print {
  .field--name-field-media-oembed-video {
    display: none;
  }
}

figure:has(iframe),
.align-left:has(iframe),
.align-right:has(iframe),
.align-center:has(iframe) {
  width: 100%;
}

figure .field--name-field-media-oembed-video,
.align-left .field--name-field-media-oembed-video,
.align-right .field--name-field-media-oembed-video {
  margin: 0;
}

#sliding-popup {
  padding-top: 1em;
  padding-bottom: 1.25em;
  position: fixed;
  z-index: 3;
  width: 100%;
  background-color: black;
}
#sliding-popup .popup-content {
  width: auto;
  max-width: 84.5rem;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 5.9027777778vw, 5.3125rem);
  padding-right: clamp(1.25rem, 5.9027777778vw, 5.3125rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sliding-popup #popup-text,
#sliding-popup #popup-buttons {
  width: 100%;
}
#sliding-popup #popup-text {
  flex-grow: 1;
}
#sliding-popup #popup-text p {
  display: inline;
}
#sliding-popup #popup-buttons {
  text-align: left;
  margin-top: 1em;
}
#sliding-popup h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  color: white;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#sliding-popup p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  color: white;
  margin-bottom: 0.25em;
}
#sliding-popup button {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  color: white;
  background-color: transparent;
  padding-top: 0.4em;
  padding-bottom: 0.425em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  border: thin solid white;
  margin-left: 0.7em;
  margin-bottom: 0.7em;
}
#sliding-popup button:hover, #sliding-popup button:focus {
  color: var(--alpha);
  background-color: white;
}
#sliding-popup button:first-child {
  margin-left: 0;
}
#sliding-popup .find-more-button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45em;
  font-size: clamp(1rem, 2.8846153846vw, 1.125rem);
  display: inline;
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  color: white;
  min-width: 0;
  margin: 0;
}
#sliding-popup .find-more-button:hover, #sliding-popup .find-more-button:focus {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  #sliding-popup .popup-content {
    flex-wrap: nowrap;
  }
  #sliding-popup #popup-text,
  #sliding-popup #popup-buttons {
    width: auto;
  }
  #sliding-popup #popup-text {
    margin-right: 1em;
  }
  #sliding-popup #popup-buttons {
    text-align: right;
    margin-top: 0;
  }
}

.skip-link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  font-size: clamp(1.375rem, 2.7412280702vw, 1.5625rem);
  margin-top: 0;
  margin-bottom: 0.4em;
  text-align: center;
  margin: 0 !important;
}
.skip-link:focus {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.block-local-tasks-block {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  margin-top: 2em;
  margin-bottom: 2em;
}
.block-local-tasks-block ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  border-bottom: 1px solid var(--defaultText);
  margin: 0;
}
.block-local-tasks-block li {
  margin-bottom: -1px;
}
.block-local-tasks-block a {
  text-decoration: none;
  display: block;
  padding: 0.6em 1em;
  border: 1px solid var(--defaultText);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
}
.block-local-tasks-block a.is-active, .block-local-tasks-block a:hover, .block-local-tasks-block a:focus-visible {
  background-color: var(--alpha);
}

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