/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/**
 * ----------------------
 * Un.titled
 * Main - Global
 * ----------------------
 */
/**
 * Dependencies
 */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
          animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
          animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container,
.container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.grid {
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.grid::before, .grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class*=col-]::before, [class*=col-]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class*=col-] .grid {
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  flex-shrink: 1;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.direction-row {
  flex-direction: row;
}

.direction-row-reverse {
  flex-direction: row-reverse;
}

.direction-column {
  flex-direction: column;
}

.direction-column-reverse {
  flex-direction: column-reverse;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  align-items: baseline;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

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

.align-content-space-between {
  align-content: space-between;
}

.align-content-space-around {
  align-content: space-around;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: flex;
  flex-direction: column;
}
.col-grid.direction-row {
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}

/**
 * Config
 */
/**
 * ----------------------
 * Un.titled
 * Config - Fonts
 * ----------------------
 */
@font-face {
  font-family: "British Council Sans";
  src: url("../font/BritishCouncilSansW01-Headline.eot");
  src: url("../font/BritishCouncilSansW01-Headline.eot?#iefix") format("embedded-opentype"), url("../font/BritishCouncilSansW01-Headline.woff2") format("woff2"), url("../font/BritishCouncilSansW01-Headline.woff") format("woff"), url("../font/BritishCouncilSansW01-Headline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * ----------------------
 * Un.titled
 * Config - Vars
 * ----------------------
 */
:root {
  --c-primary: #23085a;
  --c-secondary: #ffb7a3;
  --c-tertiary: #23085A;
  --c-white: #ffffff;
  --c-bodyColor: #54565A;
  --c-backgroundColor: #F8F8FA;
  --Light-Light-Purple: #D3B8FF;
  --Light-Light-Teal: #99EDD1;
  --Core-Indigo: #23085A;
  --Neutral-Background: #F8F8FA;
  --Neutral-White: #ffffff;
  --Dark-Dark-Blue: #005CB9;
  --Dark-Dark-Pink: #920061;
  --Dark-Dark-Purple: #7716BD;
  --Core-Petrol: #035C67;
  --Core-Teal: #00EDC3;
  --Core-Light-Red: #FFBAB8;
  --Core-Light-Yellow: #FFE49E;
  --Gradient: linear-gradient(to right, #F36E3B 0%, #C059C6 100%);
  --fontBody: Arial, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fontBold: Arial, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fontItalic: Arial, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fontTitle: "British Council Sans", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fontSize: 112.5%;
  --fontSmall: 70%;
  --lineHeight: 1.5;
  --bump: 16px;
  --clamp: 4vw;
  --containerWidth: calc(1300px + calc(var(--bump) * 2));
  --easing: cubic-bezier(0.83, 0, 0.17, 1);
  --transition: 0.3s var(--easing);
}

/**
 * Breakpoints
 */
/**
 * Helpers
 */
/**
 * ----------------------
 * Un.titled
 * Helpers - Focus Visible
 * ----------------------
 */
/**
 * Focus Visible
 * https://github.com/WICG/focus-visible
 * Override base focus styles for mouse and touch interactions
 */
/**
 * ----------------------
 * Un.titled
 * Helpers - Font Smoothing
 * ----------------------
 */
/**
 * Font Smoothing
 * Enables font smoothing for capable browsers.
 * Optionally force font-smoothing on non-retina devices.
 * @param {boolean} $force [false]
 * @return {string}
 */
/**
 * ----------------------
 * Un.titled
 * Helpers - Global mixins
 * ----------------------
 */
/**
 * ----------------------
 * Un.titled
 * Helpers - Table
 * ----------------------
 */
/**
 * Responsive Table
 * Creates a responsive table
 * Accepts a list of headers to replace main
 * table headers on mobile.
 * @param {map} $headers
 * @return {string}
 */
.screen-readers {
  text-align: left;
  text-indent: -9999px;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px;
}

/**
 * Base
 */
/**
 * ----------------------
 * Un.titled
 * Base - Defaults
 * ----------------------
 */
.grid {
  max-width: var(--containerWidth);
}
.grid__slider--active {
  max-width: 100%;
}

.container-full > .grid {
  max-width: none;
}

ul.menu,
ul.plain {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.plain li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: var(--transition);
}
img.lazy {
  opacity: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    img.lazy {
      opacity: 1;
    }
  }
}
img.loaded {
  opacity: 1;
}

.svg {
  transition: all var(--transition);
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.video-container,
.media-vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container iframe,
.media-vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=col-] {
  padding: var(--bump);
}

a[target=_blank]:not(.a-btn--standard, .a-btn--alt, .a-not-external-text) {
  position: relative;
}

body[data-mobile-nav=open] {
  overflow: hidden;
}

.bgColor.m-entity {
  margin: calc(var(--bump) * 2) 0;
}
@media (min-width: 769px) {
  .bgColor:has(+ .m-entity.bgColor), .bgColor:last-of-type {
    margin-bottom: calc(var(--bump) * -2);
  }
}
.bgColor:last-of-type {
  margin-bottom: calc(var(--bump) * -2) !important;
}
.bgColor--teal {
  background-color: var(--Core-Teal);
}
.bgColor--teal h2, .bgColor--teal h2 a, .bgColor--teal h4 {
  color: var(--c-primary) !important;
}
.bgColor--teal * {
  color: var(--c-primary);
}
.bgColor--teal ul li:before {
  background-color: var(--c-primary) !important;
}
@media (min-width: 769px) {
  .bgColor--teal.large-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Teal);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 5.5) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--teal.large-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
@media (min-width: 769px) {
  .bgColor--teal.small-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Teal);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 2) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--teal.small-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
.bgColor--petrol {
  background-color: var(--Core-Petrol);
}
.bgColor--petrol h2, .bgColor--petrol h2 a, .bgColor--petrol h4 {
  color: #fff !important;
}
.bgColor--petrol * {
  color: #fff;
}
.bgColor--petrol ul li:before {
  background-color: #fff !important;
}
@media (min-width: 769px) {
  .bgColor--petrol.large-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Petrol);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 5.5) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--petrol.large-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
@media (min-width: 769px) {
  .bgColor--petrol.small-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Petrol);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 2) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--petrol.small-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
.bgColor--yellow {
  background-color: var(--Core-Light-Yellow);
}
.bgColor--yellow h2, .bgColor--yellow h2 a, .bgColor--yellow h4 {
  color: var(--c-primary) !important;
}
.bgColor--yellow * {
  color: var(--c-primary);
}
.bgColor--yellow ul li:before {
  background-color: var(--c-primary) !important;
}
@media (min-width: 769px) {
  .bgColor--yellow.large-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Light-Yellow);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 5.5) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--yellow.large-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
@media (min-width: 769px) {
  .bgColor--yellow.small-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Light-Yellow);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 2) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--yellow.small-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
.bgColor--red {
  background-color: var(--Core-Light-Red);
}
.bgColor--red h2, .bgColor--red h2 a, .bgColor--red h4 {
  color: var(--c-primary) !important;
}
.bgColor--red * {
  color: var(--c-primary);
}
.bgColor--red ul li:before {
  background-color: var(--c-primary) !important;
}
@media (min-width: 769px) {
  .bgColor--red.large-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Light-Red);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 5.5) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--red.large-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}
@media (min-width: 769px) {
  .bgColor--red.small-spacing {
    box-shadow: 0 0 0 100vmax var(--Core-Light-Red);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    padding: calc(var(--bump) * 2) calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  .bgColor--red.small-spacing {
    padding: 20px 0;
    margin: 0 !important;
  }
}

.m-entity .o-page__filters {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: var(--bump);
  margin: 0;
}
.m-entity .o-page__filters li {
  margin: 0;
}
.m-entity .o-page__filters li:before {
  display: none;
}
@media (min-width: 769px) {
  .o-page__main-content {
    margin-bottom: calc(var(--bump) * 2);
  }
}
.o-page__main-content > section:first-of-type {
  margin: calc(var(--bump) * 2) 0;
}
.o-page__main-content > section:first-of-type.bgColor {
  margin-top: 0 !important;
}

.m-banner--below ~ .o-page__main-content > section:first-of-type {
  margin-top: 0 !important;
}

@media (min-width: 769px) {
  #main-content {
    padding-top: 96px;
    overflow-x: clip;
  }
}
@media (max-width: 767px) {
  #main-content {
    padding-top: 80px;
  overflow-x: clip;
  }
}

/**
 * ----------------------
 * Un.titled
 * Base - Typography
 * ----------------------
 */
/**
 * Config
 */
* {
  font-family: var(--fontBody);
}

/**
 * Heading
 */
h1, footer .o-footer__newsletter h2, .m-entity__single-signpost--content-inner--content h2, .m-entity__statistics-individual--content h4,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.m-entity__image-text--content h2,
.h5,
footer .o-footer__about h3,
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item-link,
h6,
.o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 a,
.m-entity__downloads--files span a,
.m-entity__accordion .accordion__title,
.m-entity__quote p,
.m-entity__quote .o-reactlisting__pagination li a,
.o-reactlisting__pagination li .m-entity__quote a,
.m-entity__quote .o-teaser__filters--item,
.m-entity__quote .o-teaser__filters li span,
.o-teaser__filters li .m-entity__quote span,
.m-entity__quote .a-search-bar input,
.a-search-bar .m-entity__quote input,
.m-entity__quote header .o-header__search--popular-items a,
header .o-header__search--popular-items .m-entity__quote a,
.m-entity__quote header .o-header__search--container h4,
header .o-header__search--container .m-entity__quote h4,
.m-entity__quote .o-header__navigation .m-navigation__parent--item a,
.o-header__navigation .m-navigation__parent--item .m-entity__quote a,
.m-entity__quote select,
.m-entity__quote span,
.m-entity__quote a,
.m-entity__quote .eyebrow,
.m-entity__quote .o-reactlisting__search-filters h4,
.o-reactlisting__search-filters .m-entity__quote h4,
.m-entity__quote .o-reactlisting__filters--item h4,
.o-reactlisting__filters--item .m-entity__quote h4,
.m-entity__quote .o-header__navigation .m-navigation-grid__item h2,
.o-header__navigation .m-navigation-grid__item .m-entity__quote h2,
.m-entity__quote .m-entity__statistics-individual--content h3,
.m-entity__statistics-individual--content .m-entity__quote h3,
.m-entity__quote .smalltext,
.m-entity__quote .a,
.m-entity__quote footer .o-footer__bottom p,
footer .o-footer__bottom .m-entity__quote p,
footer .o-footer__bottom .m-entity__quote span,
.m-entity__quote footer .o-footer__bottom span,
.m-entity__quote footer .o-footer__bottom select,
footer .o-footer__bottom .m-entity__quote select,
.m-entity__quote footer .o-footer__bottom a,
footer .o-footer__bottom .m-entity__quote a,
.m-entity__quote footer .o-footer__about--links ul li a,
footer .o-footer__about--links ul li .m-entity__quote a,
.m-entity__quote header .o-header__actions--search,
header .m-entity__quote .o-header__actions--search,
.m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more,
body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-mobile-navigation__parent--read-more,
.m-entity__quote .o-header__navigation .m-navigation-grid__links--content a,
.o-header__navigation .m-navigation-grid__links--content .m-entity__quote a,
.m-entity__quote .o-header__navigation .m-navigation-grid__content--content a,
.o-header__navigation .m-navigation-grid__content--content .m-entity__quote a,
.m-entity__quote .o-header__navigation .m-navigation__overlay--content a,
.o-header__navigation .m-navigation__overlay--content .m-entity__quote a,
.m-entity__quote main ul li,
main ul .m-entity__quote li,
.m-entity__quote main ol li,
main ol .m-entity__quote li,
.m-entity__quote .a-btn--standard,
.m-entity__quote .a-btn--alt,
.m-entity__quote .a-btn--colored-alt,
.h6 {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: var(--bump);
  color: var(--c-primary);
}

h1, footer .o-footer__newsletter h2, .m-entity__single-signpost--content-inner--content h2, .m-entity__statistics-individual--content h4,
.h1 {
  font-family: var(--fontTitle);
  line-height: clamp(40px, var(--clamp), 64px);
  font-size: clamp(28px, var(--clamp), 48px);
  font-weight: 400;
}

h2,
.h2 {
  font-family: var(--fontTitle);
  line-height: clamp(36px, var(--clamp), 52px);
  font-size: clamp(24px, var(--clamp), 38px);
  font-weight: 400;
}

h3,
.h3 {
  line-height: clamp(32px, var(--clamp), 44px);
  font-size: clamp(22px, var(--clamp), 32px);
  font-weight: 700;
}

h4,
.h4 {
  line-height: clamp(28px, var(--clamp), 36px);
  font-size: clamp(20px, var(--clamp), 28px);
  font-weight: 700;
}

h5, .m-entity__image-text--content h2,
.h5,
footer .o-footer__about h3,
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item-link {
  line-height: clamp(26px, var(--clamp), 32px);
  font-size: clamp(18px, var(--clamp), 24px);
  font-weight: 700;
}

h6, .o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 a, .m-entity__downloads--files span a, .m-entity__accordion .accordion__title, .m-entity__quote p, .m-entity__quote .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-entity__quote a, .m-entity__quote .o-teaser__filters--item, .m-entity__quote .o-teaser__filters li span, .o-teaser__filters li .m-entity__quote span, .m-entity__quote .a-search-bar input, .a-search-bar .m-entity__quote input, .m-entity__quote header .o-header__search--popular-items a, header .o-header__search--popular-items .m-entity__quote a, .m-entity__quote header .o-header__search--container h4, header .o-header__search--container .m-entity__quote h4, .m-entity__quote .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-entity__quote a, .m-entity__quote select, .m-entity__quote span, .m-entity__quote a, .m-entity__quote .eyebrow, .m-entity__quote .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-entity__quote h4, .m-entity__quote .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-entity__quote h4, .m-entity__quote .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-entity__quote h2, .m-entity__quote .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-entity__quote h3, .m-entity__quote .smalltext, .m-entity__quote .a, .m-entity__quote footer .o-footer__bottom p, footer .o-footer__bottom .m-entity__quote p, footer .o-footer__bottom .m-entity__quote span, .m-entity__quote footer .o-footer__bottom span, .m-entity__quote footer .o-footer__bottom select, footer .o-footer__bottom .m-entity__quote select, .m-entity__quote footer .o-footer__bottom a, footer .o-footer__bottom .m-entity__quote a, .m-entity__quote footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-entity__quote a, .m-entity__quote header .o-header__actions--search, header .m-entity__quote .o-header__actions--search, .m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-mobile-navigation__parent--read-more, .m-entity__quote .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-entity__quote a, .m-entity__quote .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-entity__quote a, .m-entity__quote .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-entity__quote a, .m-entity__quote main ul li, main ul .m-entity__quote li,
.m-entity__quote main ol li,
main ol .m-entity__quote li, .m-entity__quote .a-btn--standard, .m-entity__quote .a-btn--alt, .m-entity__quote .a-btn--colored-alt,
.h6 {
  line-height: clamp(24px, var(--clamp), 28px);
  font-size: clamp(16px, var(--clamp), 20px);
  font-weight: 700;
}

/**
 * Paragraphs
 */
p, .o-reactlisting__pagination li a, .o-teaser__filters--item, footer .o-footer__bottom .o-teaser__filters--item, .o-teaser__filters li span, .a-search-bar input, footer .o-footer__bottom .a-search-bar input, .a-search-bar footer .o-footer__bottom input, header .o-header__search--popular-items a, header .o-header__search--container h4, .m-banner__content-below--links a, .o-header__navigation .m-navigation__parent--item a, select, .m-entity__quote span, .a-btn--colored-alt, .a-btn--alt, .a-btn--standard, main ul li,
main ol li, .a, .o-reactlisting__filters--clear a, footer .o-footer__bottom p, footer .o-footer__bottom .eyebrow, footer .o-footer__bottom .o-reactlisting__search-filters h4, .o-reactlisting__search-filters footer .o-footer__bottom h4, footer .o-footer__bottom .o-reactlisting__filters--item h4, .o-reactlisting__filters--item footer .o-footer__bottom h4, footer .o-footer__bottom .smalltext, footer .o-footer__bottom .a, footer .o-footer__bottom main ul li, main ul footer .o-footer__bottom li,
footer .o-footer__bottom main ol li,
main ol footer .o-footer__bottom li, footer .o-footer__bottom .a-btn--standard, footer .o-footer__bottom .a-btn--alt, footer .o-footer__bottom .a-btn--colored-alt, footer .o-footer__bottom .m-entity__quote span, .m-entity__quote footer .o-footer__bottom span, footer .o-footer__bottom .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content footer .o-footer__bottom h3, footer .o-footer__bottom select, footer .o-footer__bottom header .o-header__actions--search, header footer .o-footer__bottom .o-header__actions--search, footer .o-footer__bottom a, footer .o-footer__about--links ul li a, header .o-header__actions--search, body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation__overlay--content a, .smalltext, .eyebrow, .o-reactlisting__search-filters h4, .o-reactlisting__filters--item h4, .o-header__navigation .m-navigation-grid__item h2, .m-entity__statistics-individual--content h3, a {
  margin: 1.5em 0;
  overflow-wrap: break-word;
  line-height: clamp(24px, var(--clamp), 24px);
  font-size: clamp(16px, var(--clamp), 16px);
  font-weight: 400;
  color: var(--c-bodyColor);
  font-family: var(--fontBody);
}
p:first-of-type, .o-reactlisting__pagination li a:first-of-type, .o-teaser__filters--item:first-of-type, .o-teaser__filters li span:first-of-type, .a-search-bar input:first-of-type, header .o-header__search--popular-items a:first-of-type, header .o-header__search--container h4:first-of-type, .o-header__navigation .m-navigation__parent--item a:first-of-type, select:first-of-type, .m-entity__quote span:first-of-type, .a-btn--colored-alt:first-of-type, .a-btn--alt:first-of-type, .a-btn--standard:first-of-type, main ul li:first-of-type,
main ol li:first-of-type, .a:first-of-type, footer .o-footer__bottom p:first-of-type, footer .o-footer__bottom select:first-of-type, footer .o-footer__bottom a:first-of-type, footer .o-footer__about--links ul li a:first-of-type, header .o-header__actions--search:first-of-type, body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more:first-of-type, .o-header__navigation .m-navigation-grid__links--content a:first-of-type, .o-header__navigation .m-navigation-grid__content--content a:first-of-type, .o-header__navigation .m-navigation__overlay--content a:first-of-type, .smalltext:first-of-type, .eyebrow:first-of-type, .o-reactlisting__search-filters h4:first-of-type, .o-reactlisting__filters--item h4:first-of-type, .o-header__navigation .m-navigation-grid__item h2:first-of-type, .m-entity__statistics-individual--content h3:first-of-type, a:first-of-type {
  margin-top: 0;
}
p:last-of-type, .o-reactlisting__pagination li a:last-of-type, .o-teaser__filters--item:last-of-type, .o-teaser__filters li span:last-of-type, .a-search-bar input:last-of-type, header .o-header__search--popular-items a:last-of-type, header .o-header__search--container h4:last-of-type, .o-header__navigation .m-navigation__parent--item a:last-of-type, select:last-of-type, .m-entity__quote span:last-of-type, .a-btn--colored-alt:last-of-type, .a-btn--alt:last-of-type, .a-btn--standard:last-of-type, main ul li:last-of-type,
main ol li:last-of-type, .a:last-of-type, footer .o-footer__bottom p:last-of-type, footer .o-footer__bottom select:last-of-type, footer .o-footer__bottom a:last-of-type, footer .o-footer__about--links ul li a:last-of-type, header .o-header__actions--search:last-of-type, body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more:last-of-type, .o-header__navigation .m-navigation-grid__links--content a:last-of-type, .o-header__navigation .m-navigation-grid__content--content a:last-of-type, .o-header__navigation .m-navigation__overlay--content a:last-of-type, .smalltext:last-of-type, .eyebrow:last-of-type, .o-reactlisting__search-filters h4:last-of-type, .o-reactlisting__filters--item h4:last-of-type, .o-header__navigation .m-navigation-grid__item h2:last-of-type, .m-entity__statistics-individual--content h3:last-of-type, a:last-of-type {
  margin-bottom: 0;
}

/**
 * Links
 */
a {
  color: var(--Core-Petrol);
  font-weight: inherit;
  text-decoration: underline;
  transition: all var(--transition);
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: var(--c-bodyColor);
}
a:focus {
  outline: 3px dashed currentColor;
}
.js-focus-visible a:focus:not(.focus-visible) {
  outline: 0;
}
a.no-link {
  pointer-events: none;
}

.eyebrow, .o-reactlisting__search-filters h4, .o-reactlisting__filters--item h4, .o-header__navigation .m-navigation-grid__item h2, .m-entity__statistics-individual--content h3 {
  line-height: clamp(26px, var(--clamp), 26px);
  font-size: clamp(18px, var(--clamp), 18px);
}

.smalltext {
  font-size: 14px;
  line-height: 18px;
}

.a, .o-reactlisting__filters--clear a, footer .o-footer__bottom p, footer .o-footer__bottom .o-teaser__filters--item, footer .o-footer__bottom .o-teaser__filters li span, .o-teaser__filters li footer .o-footer__bottom span, footer .o-footer__bottom .a-search-bar input, .a-search-bar footer .o-footer__bottom input, footer .o-footer__bottom .eyebrow, footer .o-footer__bottom .o-reactlisting__search-filters h4, .o-reactlisting__search-filters footer .o-footer__bottom h4, footer .o-footer__bottom .o-reactlisting__filters--item h4, .o-reactlisting__filters--item footer .o-footer__bottom h4, footer .o-footer__bottom .smalltext, footer .o-footer__bottom .a, footer .o-footer__bottom main ul li, main ul footer .o-footer__bottom li,
footer .o-footer__bottom main ol li,
main ol footer .o-footer__bottom li, footer .o-footer__bottom .a-btn--standard, footer .o-footer__bottom .a-btn--alt, footer .o-footer__bottom .a-btn--colored-alt, footer .o-footer__bottom .m-entity__quote span, .m-entity__quote footer .o-footer__bottom span, footer .o-footer__bottom .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content footer .o-footer__bottom h3, footer .o-footer__bottom select, footer .o-footer__bottom .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom h2, footer .o-footer__bottom header .o-header__actions--search, header footer .o-footer__bottom .o-header__actions--search, footer .o-footer__bottom header .o-header__search--container h4, header .o-header__search--container footer .o-footer__bottom h4, footer .o-footer__bottom a, footer .o-footer__about--links ul li a, header .o-header__actions--search, body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation__overlay--content a {
  color: var(--c-primary);
}

/**
 * Lists
 */
main ul,
main ol {
  margin: 1.5rem 0;
  list-style-position: inside;
  padding-left: 0;
}
.no-click {
  pointer-events: none;
  cursor: default;
}

::-moz-selection {
  background-color: var(--c-secondary);
  color: var(--c-primary);
}

::selection {
  background-color: var(--c-secondary);
  color: var(--c-primary);
}

/**
 * Buttons
 */
button:focus {
  outline: 3px dashed currentColor;
}
.js-focus-visible button:focus:not(.focus-visible) {
  outline: 0;
}

/**
 * Inline
 */
strong {
  font-weight: 700;
}

em {
  font-family: var(--fontItalic);
  font-style: italic;
}

span {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
}

address {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-style: normal;
}

small {
  font-size: 90%;
}

hr {
  border: solid var(--c-primary);
  border-width: 0 0 1px 0;
  width: 100%;
}

figure {
  margin: 0;
}

/**
 * ----------------------
 * Un.titled
 * Base - Drupal 8 specific
 * ----------------------
 */
.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--bump);
  flex-wrap: wrap;
}
.pager li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .pager {
    margin-top: calc(var(--bump) / 2);
  }
}
.pager li {
  display: inline-block;
}
.pager li a {
  display: block;
  padding: 0 10px 0 5px;
  border-right: 2px solid var(--c-primary);
  line-height: 1;
}
.pager li a:hover {
  color: var(--c-primary);
  text-decoration: none;
}
.pager li:last-child a {
  border-right: 0;
  padding-right: 5px;
}
.pager li.is-active a {
  color: var(--c-primary);
  text-decoration: none;
}

.admin-functions {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--c-primary);
  max-width: 100%;
  z-index: 31;
}
.user-logged-in .admin-functions {
  top: 39px;
}
.toolbar-tray-open .admin-functions {
  top: 79px;
}
.admin-functions [class*=col-] {
  padding: 0 calc(var(--bump) / 2);
}
.admin-functions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin: calc(var(--bump) / 2) 0;
  padding: 0;
}
.admin-functions ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin-functions ul li {
  margin-right: var(--bump);
  display: inline-block;
}
.admin-functions ul li a {
  color: var(--c-white);
}

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

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  font-weight: bold;
  color: var(--c-white);
  background-color: var(--c-primary);
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

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

/**
 * ----------------------
 * Un.titled
 * Base - Main
 * ----------------------
 */
/**
 * Styles
 */
html,
body {
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: var(--fontSize);
  box-sizing: border-box;
  line-height: var(--lineHeight);
  font-family: var(--fontBody);
}

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

body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

/* Slider */
.js-desktop-slider:not(.slick-initialized) {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-track {
  display: flex;
}
@media (min-width: 769px) {
  .slick-track {
    gap: 20px;
  }
}
.slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 15px 0;
  width: calc(var(--bump) / 3);
  z-index: 1;
  text-align: left;
  text-indent: -9999px;
}
.slick-dots li button::after {
  content: "";
  background-color: var(--Core-Indigo);
  width: 6px;
  height: 6px;
  z-index: 1;
  opacity: 0.4;
  border-radius: 20px;
  transition: all 0.6s var(--easing);
}
.slick-dots li button[aria-selected=true]:after {
  content: "";
  background-color: var(--Core-Indigo);
  opacity: 1;
}
.slick-dots li::marker {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-slider {
    padding-top: 40px !important;
  }
}
.mobile-slider button {
  position: absolute;
  top: 0;
  background: none;
  border: none;
  padding: 0;
}
.mobile-slider button.slick-disabled {
  display: none !important;
}
.mobile-slider button.slick-prev {
  left: 0;
}
.mobile-slider button.slick-next {
  right: 0;
}
.Pink .mobile-slider button img, .Purple .mobile-slider button img, .Black .mobile-slider button img, .DarkBlue .mobile-slider button img {
  filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(316deg) brightness(106%) contrast(106%);
}

/**
* Atoms
*/
/**
 * ----------------------
 * Un.titled
 * Atoms - Grid
 * ----------------------
 */
/**
 * Styling
 */
.a-grid {
  display: grid;
  gap: calc(var(--bump) / 2);
}
.a-grid--1 {
  grid-template-columns: 1fr;
}
.a-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .a-grid--2 {
    grid-template-columns: 1fr;
  }
}
.a-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .a-grid--3 {
    grid-template-columns: 1fr;
  }
}
.a-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 575px) {
  .a-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/**
 * ----------------------
 * Un.titled
 * Atoms - Nav Toggle
 * ----------------------
 */
/**
 * Config
 */
/**
 * Styles
 */
.a-nav-toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 45px;
  height: 30px;
  position: relative;
  display: none;
  outline: none;
}
@media (max-width: 767px) {
  .a-nav-toggle {
    display: block;
  }
}
.a-nav-toggle:hover, .a-nav-toggle:focus {
  outline: none;
}
.a-nav-toggle__line {
  display: block;
  background: var(--c-primary);
  width: 45px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: var(--transition);
}
.a-nav-toggle__line-1 {
  top: 0;
}
:hover > .a-nav-toggle__line-1 {
  transform: translateY(-2px);
}
[data-nav=open] .a-nav-toggle__line-1 {
  transform: translateY(15px) translateX(0) rotate(45deg);
}
.a-nav-toggle__line-2 {
  top: 50%;
}
[data-nav=open] .a-nav-toggle__line-2 {
  opacity: 0;
}
.a-nav-toggle__line-3 {
  top: 100%;
}
:hover > .a-nav-toggle__line-3 {
  transform: translateY(2px);
}
[data-nav=open] .a-nav-toggle__line-3 {
  transform: translateY(-15px) translateX(0) rotate(-45deg);
}

/**
 * ----------------------
 * Un.titled
 * Atoms - Buttons
 * ----------------------
 */
/**
 * Config
 **/
/**
 * Styles
 **/
.a-btn--standard {
  cursor: pointer;
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  transition: 0.2s;
  text-decoration: none;
  border: 2px solid var(--c-primary);
  font-weight: 600;
  color: var(--c-primary);
}
.a-btn--standard svg g {
  transition: 0.2s;
}
.a-btn--standard:hover, .a-btn--standard:focus {
  background-color: var(--c-primary);
  color: #fff;
}
.a-btn--standard:hover svg g, .a-btn--standard:focus svg g {
  fill: var(--c-primary, #23085A);
}
.a-btn--alt {
  cursor: pointer;
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  transition: 0.2s;
  text-decoration: none;
  border: 2px solid var(--c-primary);
  font-weight: 600;
  background-color: #fff;
  color: var(--Core-Indigo, #23085A);
}
.a-btn--alt svg g {
  transition: 0.2s;
}
.a-btn--alt:hover, .a-btn--alt:focus {
  background-color: var(--c-primary);
  color: #fff;
}
.a-btn--alt:hover svg g, .a-btn--alt:focus svg g {
  fill: var(--c-primary, #23085A);
}
.a-btn--alt:hover, .a-btn--alt:focus {
  border-color: var(--Core-Teal);
  background-color: var(--Core-Teal);
  color: var(--Core-Indigo, #23085A);
}
.a-btn--colored-alt {
  cursor: pointer;
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  transition: 0.2s;
  text-decoration: none;
  border: 2px solid var(--c-primary);
  font-weight: 600;
  border: none;
  background-color: #fff;
  color: var(--Core-Indigo) !important;
}
.a-btn--colored-alt svg g {
  transition: 0.2s;
}
.a-btn--colored-alt:hover, .a-btn--colored-alt:focus {
  background-color: var(--c-primary);
  color: #fff;
}
.a-btn--colored-alt:hover svg g, .a-btn--colored-alt:focus svg g {
  fill: var(--c-primary, #23085A);
}
.a-btn--colored-alt:hover, .a-btn--colored-alt:focus {
  background-color: var(--Core-Indigo);
  color: #fff !important;
}

/**
 * ----------------------
 * Un.titled
 * Atoms - Image credits
 * ----------------------
 */
.a-image-credit {
  position: absolute;
  bottom: var(--bump);
  right: var(--bump);
  z-index: 4;
  cursor: help !important;
  height: var(--bump);
  width: var(--bump);
  border: 0;
}
@media (max-width: 767px) {
  .a-image-credit {
    bottom: calc(var(--bump) / 2);
    right: calc(var(--bump) / 2);
  }
}
.a-image-credit span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-transform: none;
  line-height: 15px;
  text-align: center;
}
.a-image-credit:before {
  content: attr(data-credit);
  text-indent: 0;
  background: var(--c-primary);
  color: var(--c-white);
  opacity: 0;
  position: absolute;
  right: var(--bump);
  top: 0;
  z-index: -1;
  padding: 0 21px;
  height: var(--bump);
  line-height: var(--bump);
  white-space: nowrap;
  transition: opacity var(--transition);
  pointer-events: none;
  border-radius: 3px;
  letter-spacing: 0;
  word-spacing: 0;
}
.a-image-credit:focus::before, .a-image-credit:active::before, .a-image-credit:hover::before {
  opacity: 1;
}

/**
* ----------------------
* Un.titled
* Atoms - Breadcrumbs
* ----------------------
*/
/**
* Styling
*/
.a-breadcrumb {
  margin-bottom: var(--bump);
  padding: calc(var(--bump) / 2) 0;
}
@media (max-width: 575px) {
  .a-breadcrumb {
    margin-bottom: calc(var(--bump) / 2);
  }
}
.a-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.a-breadcrumb ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a-breadcrumb ol li {
  margin-right: calc(var(--bump) / 6);
  white-space: nowrap;
}
.a-breadcrumb ol li::after {
  content: "/";
  margin-left: calc(var(--bump) / 10);
}
.a-breadcrumb ol li:last-child::after {
  display: none;
}

/**
 * ----------------------
 * Un.titled
 * Molecules - Emergency Message
 * ----------------------
 */
/**
 * Config
 **/
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/**
 * Styling
 **/
.m-emmsg {
  width: 100%;
  background-color: var(--c-primary);
  z-index: 100;
  color: var(--c-white);
  display: none;
}
.m-emmsg[data-state=visible] {
  opacity: 0;
  display: block;
  -webkit-animation: slideInUp 0.1s 0.2s cubic-bezier(0.77, 0.29, 0.35, 0.72) 1 forwards;
          animation: slideInUp 0.1s 0.2s cubic-bezier(0.77, 0.29, 0.35, 0.72) 1 forwards;
}
@media (max-width: 767px) {
  .m-emmsg {
    overflow: scroll;
  }
}
@media (max-width: 575px) {
  .m-emmsg {
    padding: 0;
  }
}
.m-emmsg__content {
  display: flex;
  justify-content: center;
}
.m-emmsg__content p, .m-emmsg__content .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-emmsg__content a, .m-emmsg__content .o-teaser__filters--item, .m-emmsg__content .o-teaser__filters li span, .o-teaser__filters li .m-emmsg__content span, .m-emmsg__content .a-search-bar input, .a-search-bar .m-emmsg__content input, .m-emmsg__content header .o-header__search--popular-items a, header .o-header__search--popular-items .m-emmsg__content a, .m-emmsg__content header .o-header__search--container h4, header .o-header__search--container .m-emmsg__content h4, .m-emmsg__content .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-emmsg__content a, .m-emmsg__content select, .m-emmsg__content .m-entity__quote span, .m-entity__quote .m-emmsg__content span, .m-emmsg__content a, .m-emmsg__content .eyebrow, .m-emmsg__content .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-emmsg__content h4, .m-emmsg__content .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-emmsg__content h4, .m-emmsg__content .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-emmsg__content h2, .m-emmsg__content .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-emmsg__content h3, .m-emmsg__content .smalltext, .m-emmsg__content .a, .m-emmsg__content footer .o-footer__bottom p, footer .o-footer__bottom .m-emmsg__content p, .m-emmsg__content footer .o-footer__bottom select, footer .o-footer__bottom .m-emmsg__content select, .m-emmsg__content footer .o-footer__bottom a, footer .o-footer__bottom .m-emmsg__content a, .m-emmsg__content footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-emmsg__content a, .m-emmsg__content header .o-header__actions--search, header .m-emmsg__content .o-header__actions--search, .m-emmsg__content body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-emmsg__content .m-mobile-navigation__parent--read-more, .m-emmsg__content .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-emmsg__content a, .m-emmsg__content .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-emmsg__content a, .m-emmsg__content .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-emmsg__content a, .m-emmsg__content main ul li, main ul .m-emmsg__content li,
.m-emmsg__content main ol li,
main ol .m-emmsg__content li, .m-emmsg__content .a-btn--standard, .m-emmsg__content .a-btn--alt, .m-emmsg__content .a-btn--colored-alt {
  text-align: center;
  color: #fff;
}
.m-emmsg__content button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  position: absolute;
  top: calc(var(--bump) / 2);
  right: calc(var(--bump) / 2);
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.m-emmsg__content button path {
  fill: var(--c-white);
  transition: var(--transition);
}
.m-emmsg__content button:hover {
  background-color: var(--c-white);
}
.m-emmsg__content button:hover path {
  fill: var(--c-secondary);
}

/**
 * ----------------------
 * Un.titled
 * Molecules - Entities
 * ----------------------
 */
.m-entity {
  margin: calc(var(--bump) * 1) 0;
  /**
   * ----------------------
   * Un.titled
   * Molecules - Node body copy
   * ----------------------
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Image
   * ----------------------
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Entity views
   * ----------------------
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Quotes
   * ----------------------
   */
  /**
   * Styles
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Accordions
   * ----------------------
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Gallery
   * ----------------------
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Image & Text
   * ----------------------
   */
  /**
  * ----------------------
  * Un.titled
  * Molecules - Downloads
  * ----------------------
  */
  /**
  * Config
  */
  /**
  * Styling
  */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Embed
   * ----------------------
   */
  /**
  * ----------------------
  * Un.titled
  * Molecules - Statistics
  * ----------------------
  */
  /**
  * Config
  */
  /**
  * Styling
  */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Image & Text
   * ----------------------
   */
  /**
   * ----------------------
   * Un.titled
   * Molecules - Gallery
   * ----------------------
   */
}
.m-entity img {
  width: 100%;
  height: auto;
  display: block;
}
.m-entity__main {
  display: grid;
  grid-gap: var(--bump);
}
.m-entity__main--title {
  margin: 0;
}
.m-entity__body p a, .m-entity__body .o-teaser__filters--item a, .m-entity__body .o-teaser__filters li span a, .o-teaser__filters li .m-entity__body span a, .m-entity__body .a-search-bar input a, .a-search-bar .m-entity__body input a, .m-entity__body header .o-header__search--container h4 a, header .o-header__search--container .m-entity__body h4 a, .m-entity__body .o-header__navigation .m-navigation__parent--item a a, .o-header__navigation .m-navigation__parent--item .m-entity__body a a, .m-entity__body select a, .m-entity__body .m-entity__quote span a, .m-entity__quote .m-entity__body span a, .m-entity__body a a, .m-entity__body .eyebrow a, .m-entity__body .o-reactlisting__search-filters h4 a, .o-reactlisting__search-filters .m-entity__body h4 a, .m-entity__body .o-reactlisting__filters--item h4 a, .o-reactlisting__filters--item .m-entity__body h4 a, .m-entity__body .o-header__navigation .m-navigation-grid__item h2 a, .o-header__navigation .m-navigation-grid__item .m-entity__body h2 a, .m-entity__body .m-entity__statistics-individual--content h3 a, .m-entity__statistics-individual--content .m-entity__body h3 a, .m-entity__body .smalltext a, .m-entity__body .a a, .m-entity__body footer .o-footer__about--links ul li a a, footer .o-footer__about--links ul li .m-entity__body a a, .m-entity__body header .o-header__actions--search a, header .m-entity__body .o-header__actions--search a, .m-entity__body body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a, body[data-mobile-nav=open] .o-header__navigation .m-entity__body .m-mobile-navigation__parent--read-more a, .m-entity__body .o-header__navigation .m-navigation-grid__links--content a a, .o-header__navigation .m-navigation-grid__links--content .m-entity__body a a, .m-entity__body .o-header__navigation .m-navigation-grid__content--content a a, .o-header__navigation .m-navigation-grid__content--content .m-entity__body a a, .m-entity__body .o-header__navigation .m-navigation__overlay--content a a, .o-header__navigation .m-navigation__overlay--content .m-entity__body a a, .m-entity__body main ul li a, main ul .m-entity__body li a,
.m-entity__body main ol li a,
main ol .m-entity__body li a, .m-entity__body .a-btn--standard a, .m-entity__body .a-btn--alt a, .m-entity__body .a-btn--colored-alt a, .m-entity__text p a, .m-entity__text .o-teaser__filters--item a, .m-entity__text .o-teaser__filters li span a, .o-teaser__filters li .m-entity__text span a, .m-entity__text .a-search-bar input a, .a-search-bar .m-entity__text input a, .m-entity__text header .o-header__search--container h4 a, header .o-header__search--container .m-entity__text h4 a, .m-entity__text .o-header__navigation .m-navigation__parent--item a a, .o-header__navigation .m-navigation__parent--item .m-entity__text a a, .m-entity__text select a, .m-entity__text .m-entity__quote span a, .m-entity__quote .m-entity__text span a, .m-entity__text a a, .m-entity__text .eyebrow a, .m-entity__text .o-reactlisting__search-filters h4 a, .o-reactlisting__search-filters .m-entity__text h4 a, .m-entity__text .o-reactlisting__filters--item h4 a, .o-reactlisting__filters--item .m-entity__text h4 a, .m-entity__text .o-header__navigation .m-navigation-grid__item h2 a, .o-header__navigation .m-navigation-grid__item .m-entity__text h2 a, .m-entity__text .m-entity__statistics-individual--content h3 a, .m-entity__statistics-individual--content .m-entity__text h3 a, .m-entity__text .smalltext a, .m-entity__text .a a, .m-entity__text footer .o-footer__about--links ul li a a, footer .o-footer__about--links ul li .m-entity__text a a, .m-entity__text header .o-header__actions--search a, header .m-entity__text .o-header__actions--search a, .m-entity__text body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a, body[data-mobile-nav=open] .o-header__navigation .m-entity__text .m-mobile-navigation__parent--read-more a, .m-entity__text .o-header__navigation .m-navigation-grid__links--content a a, .o-header__navigation .m-navigation-grid__links--content .m-entity__text a a, .m-entity__text .o-header__navigation .m-navigation-grid__content--content a a, .o-header__navigation .m-navigation-grid__content--content .m-entity__text a a, .m-entity__text .o-header__navigation .m-navigation__overlay--content a a, .o-header__navigation .m-navigation__overlay--content .m-entity__text a a, .m-entity__text main ul li a, main ul .m-entity__text li a,
.m-entity__text main ol li a,
main ol .m-entity__text li a, .m-entity__text .a-btn--standard a, .m-entity__text .a-btn--alt a, .m-entity__text .a-btn--colored-alt a, .m-entity__accordion p a, .m-entity__accordion .o-teaser__filters--item a, .m-entity__accordion .o-teaser__filters li span a, .o-teaser__filters li .m-entity__accordion span a, .m-entity__accordion .a-search-bar input a, .a-search-bar .m-entity__accordion input a, .m-entity__accordion header .o-header__search--container h4 a, header .o-header__search--container .m-entity__accordion h4 a, .m-entity__accordion .o-header__navigation .m-navigation__parent--item a a, .o-header__navigation .m-navigation__parent--item .m-entity__accordion a a, .m-entity__accordion select a, .m-entity__accordion .m-entity__quote span a, .m-entity__quote .m-entity__accordion span a, .m-entity__accordion a a, .m-entity__accordion .eyebrow a, .m-entity__accordion .o-reactlisting__search-filters h4 a, .o-reactlisting__search-filters .m-entity__accordion h4 a, .m-entity__accordion .o-reactlisting__filters--item h4 a, .o-reactlisting__filters--item .m-entity__accordion h4 a, .m-entity__accordion .o-header__navigation .m-navigation-grid__item h2 a, .o-header__navigation .m-navigation-grid__item .m-entity__accordion h2 a, .m-entity__accordion .m-entity__statistics-individual--content h3 a, .m-entity__statistics-individual--content .m-entity__accordion h3 a, .m-entity__accordion .smalltext a, .m-entity__accordion .a a, .m-entity__accordion footer .o-footer__about--links ul li a a, footer .o-footer__about--links ul li .m-entity__accordion a a, .m-entity__accordion header .o-header__actions--search a, header .m-entity__accordion .o-header__actions--search a, .m-entity__accordion body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a, body[data-mobile-nav=open] .o-header__navigation .m-entity__accordion .m-mobile-navigation__parent--read-more a, .m-entity__accordion .o-header__navigation .m-navigation-grid__links--content a a, .o-header__navigation .m-navigation-grid__links--content .m-entity__accordion a a, .m-entity__accordion .o-header__navigation .m-navigation-grid__content--content a a, .o-header__navigation .m-navigation-grid__content--content .m-entity__accordion a a, .m-entity__accordion .o-header__navigation .m-navigation__overlay--content a a, .o-header__navigation .m-navigation__overlay--content .m-entity__accordion a a, .m-entity__accordion main ul li a, main ul .m-entity__accordion li a,
.m-entity__accordion main ol li a,
main ol .m-entity__accordion li a, .m-entity__accordion .a-btn--standard a, .m-entity__accordion .a-btn--alt a, .m-entity__accordion .a-btn--colored-alt a, .m-entity__image-text p a, .m-entity__image-text .o-teaser__filters--item a, .m-entity__image-text .o-teaser__filters li span a, .o-teaser__filters li .m-entity__image-text span a, .m-entity__image-text .a-search-bar input a, .a-search-bar .m-entity__image-text input a, .m-entity__image-text header .o-header__search--container h4 a, header .o-header__search--container .m-entity__image-text h4 a, .m-entity__image-text .o-header__navigation .m-navigation__parent--item a a, .o-header__navigation .m-navigation__parent--item .m-entity__image-text a a, .m-entity__image-text select a, .m-entity__image-text .m-entity__quote span a, .m-entity__quote .m-entity__image-text span a, .m-entity__image-text a a, .m-entity__image-text .eyebrow a, .m-entity__image-text .o-reactlisting__search-filters h4 a, .o-reactlisting__search-filters .m-entity__image-text h4 a, .m-entity__image-text .o-reactlisting__filters--item h4 a, .o-reactlisting__filters--item .m-entity__image-text h4 a, .m-entity__image-text .o-header__navigation .m-navigation-grid__item h2 a, .o-header__navigation .m-navigation-grid__item .m-entity__image-text h2 a, .m-entity__image-text .m-entity__statistics-individual--content h3 a, .m-entity__statistics-individual--content .m-entity__image-text h3 a, .m-entity__image-text .smalltext a, .m-entity__image-text .a a, .m-entity__image-text footer .o-footer__about--links ul li a a, footer .o-footer__about--links ul li .m-entity__image-text a a, .m-entity__image-text header .o-header__actions--search a, header .m-entity__image-text .o-header__actions--search a, .m-entity__image-text body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a, body[data-mobile-nav=open] .o-header__navigation .m-entity__image-text .m-mobile-navigation__parent--read-more a, .m-entity__image-text .o-header__navigation .m-navigation-grid__links--content a a, .o-header__navigation .m-navigation-grid__links--content .m-entity__image-text a a, .m-entity__image-text .o-header__navigation .m-navigation-grid__content--content a a, .o-header__navigation .m-navigation-grid__content--content .m-entity__image-text a a, .m-entity__image-text .o-header__navigation .m-navigation__overlay--content a a, .o-header__navigation .m-navigation__overlay--content .m-entity__image-text a a, .m-entity__image-text main ul li a, main ul .m-entity__image-text li a,
.m-entity__image-text main ol li a,
main ol .m-entity__image-text li a, .m-entity__image-text .a-btn--standard a, .m-entity__image-text .a-btn--alt a, .m-entity__image-text .a-btn--colored-alt a {
  text-decoration: underline;
}
.m-entity__body p a:hover, .m-entity__body .o-teaser__filters--item a:hover, .m-entity__body .o-teaser__filters li span a:hover, .o-teaser__filters li .m-entity__body span a:hover, .m-entity__body .a-search-bar input a:hover, .a-search-bar .m-entity__body input a:hover, .m-entity__body header .o-header__search--container h4 a:hover, header .o-header__search--container .m-entity__body h4 a:hover, .m-entity__body select a:hover, .m-entity__body .m-entity__quote span a:hover, .m-entity__quote .m-entity__body span a:hover, .m-entity__body a a:hover, .m-entity__body .eyebrow a:hover, .m-entity__body .o-reactlisting__search-filters h4 a:hover, .o-reactlisting__search-filters .m-entity__body h4 a:hover, .m-entity__body .o-reactlisting__filters--item h4 a:hover, .o-reactlisting__filters--item .m-entity__body h4 a:hover, .m-entity__body .o-header__navigation .m-navigation-grid__item h2 a:hover, .o-header__navigation .m-navigation-grid__item .m-entity__body h2 a:hover, .m-entity__body .m-entity__statistics-individual--content h3 a:hover, .m-entity__statistics-individual--content .m-entity__body h3 a:hover, .m-entity__body .smalltext a:hover, .m-entity__body .a a:hover, .m-entity__body header .o-header__actions--search a:hover, header .m-entity__body .o-header__actions--search a:hover, .m-entity__body body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a:hover, body[data-mobile-nav=open] .o-header__navigation .m-entity__body .m-mobile-navigation__parent--read-more a:hover, .m-entity__body main ul li a:hover, main ul .m-entity__body li a:hover,
.m-entity__body main ol li a:hover,
main ol .m-entity__body li a:hover, .m-entity__body .a-btn--standard a:hover, .m-entity__body .a-btn--alt a:hover, .m-entity__body .a-btn--colored-alt a:hover, .m-entity__text p a:hover, .m-entity__text .o-teaser__filters--item a:hover, .m-entity__text .o-teaser__filters li span a:hover, .o-teaser__filters li .m-entity__text span a:hover, .m-entity__text .a-search-bar input a:hover, .a-search-bar .m-entity__text input a:hover, .m-entity__text header .o-header__search--container h4 a:hover, header .o-header__search--container .m-entity__text h4 a:hover, .m-entity__text select a:hover, .m-entity__text .m-entity__quote span a:hover, .m-entity__quote .m-entity__text span a:hover, .m-entity__text a a:hover, .m-entity__text .eyebrow a:hover, .m-entity__text .o-reactlisting__search-filters h4 a:hover, .o-reactlisting__search-filters .m-entity__text h4 a:hover, .m-entity__text .o-reactlisting__filters--item h4 a:hover, .o-reactlisting__filters--item .m-entity__text h4 a:hover, .m-entity__text .o-header__navigation .m-navigation-grid__item h2 a:hover, .o-header__navigation .m-navigation-grid__item .m-entity__text h2 a:hover, .m-entity__text .m-entity__statistics-individual--content h3 a:hover, .m-entity__statistics-individual--content .m-entity__text h3 a:hover, .m-entity__text .smalltext a:hover, .m-entity__text .a a:hover, .m-entity__text header .o-header__actions--search a:hover, header .m-entity__text .o-header__actions--search a:hover, .m-entity__text body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a:hover, body[data-mobile-nav=open] .o-header__navigation .m-entity__text .m-mobile-navigation__parent--read-more a:hover, .m-entity__text main ul li a:hover, main ul .m-entity__text li a:hover,
.m-entity__text main ol li a:hover,
main ol .m-entity__text li a:hover, .m-entity__text .a-btn--standard a:hover, .m-entity__text .a-btn--alt a:hover, .m-entity__text .a-btn--colored-alt a:hover, .m-entity__accordion p a:hover, .m-entity__accordion .o-teaser__filters--item a:hover, .m-entity__accordion .o-teaser__filters li span a:hover, .o-teaser__filters li .m-entity__accordion span a:hover, .m-entity__accordion .a-search-bar input a:hover, .a-search-bar .m-entity__accordion input a:hover, .m-entity__accordion header .o-header__search--container h4 a:hover, header .o-header__search--container .m-entity__accordion h4 a:hover, .m-entity__accordion select a:hover, .m-entity__accordion .m-entity__quote span a:hover, .m-entity__quote .m-entity__accordion span a:hover, .m-entity__accordion a a:hover, .m-entity__accordion .eyebrow a:hover, .m-entity__accordion .o-reactlisting__search-filters h4 a:hover, .o-reactlisting__search-filters .m-entity__accordion h4 a:hover, .m-entity__accordion .o-reactlisting__filters--item h4 a:hover, .o-reactlisting__filters--item .m-entity__accordion h4 a:hover, .m-entity__accordion .o-header__navigation .m-navigation-grid__item h2 a:hover, .o-header__navigation .m-navigation-grid__item .m-entity__accordion h2 a:hover, .m-entity__accordion .m-entity__statistics-individual--content h3 a:hover, .m-entity__statistics-individual--content .m-entity__accordion h3 a:hover, .m-entity__accordion .smalltext a:hover, .m-entity__accordion .a a:hover, .m-entity__accordion header .o-header__actions--search a:hover, header .m-entity__accordion .o-header__actions--search a:hover, .m-entity__accordion body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a:hover, body[data-mobile-nav=open] .o-header__navigation .m-entity__accordion .m-mobile-navigation__parent--read-more a:hover, .m-entity__accordion main ul li a:hover, main ul .m-entity__accordion li a:hover,
.m-entity__accordion main ol li a:hover,
main ol .m-entity__accordion li a:hover, .m-entity__accordion .a-btn--standard a:hover, .m-entity__accordion .a-btn--alt a:hover, .m-entity__accordion .a-btn--colored-alt a:hover, .m-entity__image-text p a:hover, .m-entity__image-text .o-teaser__filters--item a:hover, .m-entity__image-text .o-teaser__filters li span a:hover, .o-teaser__filters li .m-entity__image-text span a:hover, .m-entity__image-text .a-search-bar input a:hover, .a-search-bar .m-entity__image-text input a:hover, .m-entity__image-text header .o-header__search--container h4 a:hover, header .o-header__search--container .m-entity__image-text h4 a:hover, .m-entity__image-text select a:hover, .m-entity__image-text .m-entity__quote span a:hover, .m-entity__quote .m-entity__image-text span a:hover, .m-entity__image-text a a:hover, .m-entity__image-text .eyebrow a:hover, .m-entity__image-text .o-reactlisting__search-filters h4 a:hover, .o-reactlisting__search-filters .m-entity__image-text h4 a:hover, .m-entity__image-text .o-reactlisting__filters--item h4 a:hover, .o-reactlisting__filters--item .m-entity__image-text h4 a:hover, .m-entity__image-text .o-header__navigation .m-navigation-grid__item h2 a:hover, .o-header__navigation .m-navigation-grid__item .m-entity__image-text h2 a:hover, .m-entity__image-text .m-entity__statistics-individual--content h3 a:hover, .m-entity__statistics-individual--content .m-entity__image-text h3 a:hover, .m-entity__image-text .smalltext a:hover, .m-entity__image-text .a a:hover, .m-entity__image-text header .o-header__actions--search a:hover, header .m-entity__image-text .o-header__actions--search a:hover, .m-entity__image-text body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more a:hover, body[data-mobile-nav=open] .o-header__navigation .m-entity__image-text .m-mobile-navigation__parent--read-more a:hover, .m-entity__image-text main ul li a:hover, main ul .m-entity__image-text li a:hover,
.m-entity__image-text main ol li a:hover,
main ol .m-entity__image-text li a:hover, .m-entity__image-text .a-btn--standard a:hover, .m-entity__image-text .a-btn--alt a:hover, .m-entity__image-text .a-btn--colored-alt a:hover {
  text-decoration: none;
}
.m-entity ol,
.m-entity ul {
  display: grid;
  grid-gap: 10px;
}
.m-entity ol li,
.m-entity ul li {
  margin: 0;
}
.m-entity ul {
  margin-left: 15px;
}
.m-entity ul li {
  list-style: none;
  position: relative;
  margin-left: 3px;
}
.m-entity ul li::before {
  content: "";
  border-radius: 50%;
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  left: -15px;
  top: 8px;
  background-color: var(--c-primary);
}
.m-entity__body {
  margin-top: 0;
}
.bgColor--petrol .m-entity__text--copy * {
  color: #fff;
}
.m-entity__image-wrapper {
  position: relative;
}
.m-entity__view:first-child {
  margin-top: 0;
}
.m-entity__view:last-child {
  margin-bottom: 0;
}
.m-entity__quote {
  border-radius: 8px;
  background: var(--Core-Light-Red);
  padding: calc(var(--bump) * 2) calc(var(--bump) * 1.5);
  position: relative;
  grid-gap: calc(var(--bump) * 2);
}
@media (max-width: 767px) {
  .m-entity__quote {
    margin-left: 18px;
  }
}
.m-entity__quote:before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("../img/quote.svg");
  position: absolute;
  top: calc(var(--bump) * -1.5);
  left: calc(var(--bump) * -1.5);
}
.m-entity__quote p, .m-entity__quote .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-entity__quote a, .m-entity__quote .o-teaser__filters--item, .m-entity__quote .o-teaser__filters li span, .o-teaser__filters li .m-entity__quote span, .m-entity__quote .a-search-bar input, .a-search-bar .m-entity__quote input, .m-entity__quote header .o-header__search--popular-items a, header .o-header__search--popular-items .m-entity__quote a, .m-entity__quote header .o-header__search--container h4, header .o-header__search--container .m-entity__quote h4, .m-entity__quote .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-entity__quote a, .m-entity__quote select, .m-entity__quote span, .m-entity__quote a, .m-entity__quote .eyebrow, .m-entity__quote .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-entity__quote h4, .m-entity__quote .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-entity__quote h4, .m-entity__quote .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-entity__quote h2, .m-entity__quote .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-entity__quote h3, .m-entity__quote .smalltext, .m-entity__quote .a, .m-entity__quote footer .o-footer__bottom p, footer .o-footer__bottom .m-entity__quote p, footer .o-footer__bottom .m-entity__quote span, .m-entity__quote footer .o-footer__bottom span, .m-entity__quote footer .o-footer__bottom select, footer .o-footer__bottom .m-entity__quote select, .m-entity__quote footer .o-footer__bottom a, footer .o-footer__bottom .m-entity__quote a, .m-entity__quote footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-entity__quote a, .m-entity__quote header .o-header__actions--search, header .m-entity__quote .o-header__actions--search, .m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-mobile-navigation__parent--read-more, .m-entity__quote .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-entity__quote a, .m-entity__quote .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-entity__quote a, .m-entity__quote .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-entity__quote a, .m-entity__quote main ul li, main ul .m-entity__quote li,
.m-entity__quote main ol li,
main ol .m-entity__quote li, .m-entity__quote .a-btn--standard, .m-entity__quote .a-btn--alt, .m-entity__quote .a-btn--colored-alt {
  font-style: italic;
  font-weight: 400;
  color: var(--Core-Indigo);
}
.m-entity__quote span {
  font-style: normal;
  color: var(--Core-Indigo);
  position: relative;
}
.m-entity__quote span:before {
  content: "";
  width: 24px;
  height: 2px;
  top: calc(var(--bump) * -1);
  background: var(--Core-Indigo);
  position: absolute;
}
.m-entity__accordion {
  /* title opened */
  /* title closed */
}
.m-entity__accordion--copy {
  margin-bottom: calc(var(--bump) / 2);
}
.m-entity__accordion .accordion {
  border-bottom: 1px solid var(--c-primary);
}
.m-entity__accordion .accordion__header {
  display: flex;
  width: 100%;
  border: 0;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  padding: var(--bump) 0;
  border-top: 1px solid var(--c-primary);
  text-align: left;
  background-position: center right;
  background-repeat: no-repeat;
  gap: calc(var(--bump) * 2);
}
.m-entity__accordion .accordion__header::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(var(--bump) / 2);
  width: calc(var(--bump) / 2);
}
.m-entity__accordion .accordion__header:focus, .m-entity__accordion .accordion__header[aria-expanded=true] {
  font-weight: bold;
  outline: none;
}
.m-entity__accordion .accordion__title {
  margin: 0;
}
.m-entity__accordion .js-accordion__panel {
  display: none;
}
.m-entity__accordion .accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 0.2s ease, opacity 0.2s ease;
  max-height: 100em;
  visibility: visible;
  transition-delay: 0s;
}
.m-entity__accordion .accordion__panel[aria-hidden=true] {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s, 0s, 0s;
}
.m-entity__accordion .accordion__panel p:last-child, .m-entity__accordion .accordion__panel .o-teaser__filters--item:last-child, .m-entity__accordion .accordion__panel .o-teaser__filters li span:last-child, .o-teaser__filters li .m-entity__accordion .accordion__panel span:last-child, .m-entity__accordion .accordion__panel .a-search-bar input:last-child, .a-search-bar .m-entity__accordion .accordion__panel input:last-child, .m-entity__accordion .accordion__panel header .o-header__search--container h4:last-child, header .o-header__search--container .m-entity__accordion .accordion__panel h4:last-child, .m-entity__accordion .accordion__panel select:last-child, .m-entity__accordion .accordion__panel a:last-child, .m-entity__accordion .accordion__panel .eyebrow:last-child, .m-entity__accordion .accordion__panel .o-reactlisting__search-filters h4:last-child, .o-reactlisting__search-filters .m-entity__accordion .accordion__panel h4:last-child, .m-entity__accordion .accordion__panel .o-reactlisting__filters--item h4:last-child, .o-reactlisting__filters--item .m-entity__accordion .accordion__panel h4:last-child, .m-entity__accordion .accordion__panel .o-header__navigation .m-navigation-grid__item h2:last-child, .o-header__navigation .m-navigation-grid__item .m-entity__accordion .accordion__panel h2:last-child, .m-entity__accordion .accordion__panel .m-entity__statistics-individual--content h3:last-child, .m-entity__statistics-individual--content .m-entity__accordion .accordion__panel h3:last-child, .m-entity__accordion .accordion__panel .smalltext:last-child, .m-entity__accordion .accordion__panel .a:last-child, .m-entity__accordion .accordion__panel header .o-header__actions--search:last-child, header .m-entity__accordion .accordion__panel .o-header__actions--search:last-child, .m-entity__accordion .accordion__panel body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more:last-child, body[data-mobile-nav=open] .o-header__navigation .m-entity__accordion .accordion__panel .m-mobile-navigation__parent--read-more:last-child, .m-entity__accordion .accordion__panel main ul li:last-child, main ul .m-entity__accordion .accordion__panel li:last-child,
.m-entity__accordion .accordion__panel main ol li:last-child,
main ol .m-entity__accordion .accordion__panel li:last-child, .m-entity__accordion .accordion__panel .a-btn--standard:last-child, .m-entity__accordion .accordion__panel .a-btn--alt:last-child, .m-entity__accordion .accordion__panel .a-btn--colored-alt:last-child, .m-entity__accordion .accordion__panel .m-entity__quote span:last-child, .m-entity__quote .m-entity__accordion .accordion__panel span:last-child {
  margin-bottom: var(--bump);
}
.m-entity__accordion [aria-expanded=true] {
  background-image: url("../img/arrow-down.svg");
}
.m-entity__accordion [aria-expanded=false] {
  background-image: url("../img/arrow-right.svg");
}
.m-entity__gallery a {
  margin: 0;
}
.m-entity__gallery a:hover {
  opacity: 0.7;
}
.m-entity__gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: calc(var(--bump) / 2);
  grid-gap: calc(var(--bump) * 2);
}
@media (max-width: 767px) {
  .m-entity__gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--bump);
  }
}
.m-entity__image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .m-entity__image-text {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    margin-bottom: -60px !important;
  }
}
.m-entity__image-text--image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .m-entity__image-text--image {
    order: 1;
  }
}
@media (min-width: 769px) {
  .image-left .m-entity__image-text--image {
    right: -40px;
  }
}
@media (min-width: 769px) {
  .image-right .m-entity__image-text--image {
    order: 2;
    left: -40px;
  }
}
.m-entity__image-text--content {
  border-radius: 8px;
  position: relative;
  padding: calc(var(--bump) * 2);
  z-index: 2;
  display: grid;
  grid-gap: calc(var(--bump) * 1.5);
  margin: 0 !important;
}
@media (max-width: 767px) {
  .m-entity__image-text--content {
    order: 2;
    top: -80px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .image-left .m-entity__image-text--content {
    left: -40px;
  }
}
@media (min-width: 769px) {
  .image-right .m-entity__image-text--content {
    right: -40px;
  }
}
.m-entity__downloads--files {
  margin-top: calc(var(--bump) / 2);
  display: grid;
  border-top: 1px solid var(--c-primary);
}
.m-entity__downloads--files span {
  padding: var(--bump) 0;
  border-bottom: 1px solid var(--c-primary);
  display: flex;
}
.m-entity__downloads--files span a {
  text-decoration: none;
  margin: 0;
  padding-right: 40px;
  background-image: url("../img/download.svg");
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
}
.m-entity__embed {
  position: relative;
}
.m-entity__embed--title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
}
.m-entity__embed--embed {
  display: flex;
}
.m-entity__embed iframe {
  width: 100%;
}
.m-entity__statistics--grid {
  display: flex;
  justify-content: center;
  grid-gap: calc(var(--bump) * 2);
}
@media (max-width: 1199px) {
  .m-entity__statistics--grid {
    display: grid;
    grid-template-columns: 1fr 5fr 5fr 1fr;
  }
}
@media (max-width: 767px) {
  .m-entity__statistics--grid {
    display: grid;
    grid-template-columns: 2fr 8fr 2fr;
  }
}
@media (max-width: 767px) {
  .m-entity__statistics--grid {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
  }
}
.m-entity__statistics-individual {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 303px;
  max-height: 303px;
  aspect-ratio: 1/1;
}
.m-entity__statistics-individual:before {
  content: "";
  border-radius: 50%;
  background: var(--Core-Light-Red);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.m-entity__statistics-individual--container {
  position: absolute;
  top: 12px;
  left: 12px;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  display: flex;
  align-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.m-entity__statistics-individual--content {
  padding: 38px 20px;
  display: grid;
  grid-gap: calc(var(--bump) / 2);
  justify-content: center;
  align-content: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content h4 {
  color: var(--Core-Indigo);
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .m-entity__statistics-individual {
    grid-column: 2 !important;
  }
}
@media (max-width: 1199px) {
  .m-entity__statistics-individual:nth-child(1) {
    grid-column: 2;
  }
}
@media (max-width: 1199px) {
  .m-entity__statistics-individual:nth-child(2) {
    grid-column: 3;
  }
}
@media (max-width: 767px) {
  .m-entity__statistics-individual:nth-child(2) {
    grid-row: 2;
  }
}
@media (max-width: 1199px) {
  .m-entity__statistics-individual:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .m-entity__statistics-individual:nth-child(3) {
    grid-row: 3;
  }
}
@media (max-width: 1199px) {
  .m-entity__statistics-individual:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .m-entity__statistics-individual:nth-child(4) {
    grid-row: 4;
  }
}
.m-entity__single-signpost {
  position: relative;
}
@media (max-width: 767px) {
  .m-entity__single-signpost {
    grid-template-rows: auto 1fr;
    margin-bottom: -80px !important;
  }
}
.m-entity__single-signpost--image {
  width: 100%;
  display: grid;
}
.image-left .m-entity__single-signpost--image {
  grid-template-columns: 9fr 3fr;
}
@media (max-width: 1199px) {
  .image-left .m-entity__single-signpost--image {
    grid-template-columns: 8fr 4fr;
  }
}
@media (max-width: 991px) {
  .image-left .m-entity__single-signpost--image {
    grid-template-columns: 7fr 5fr;
  }
}
.image-right .m-entity__single-signpost--image {
  grid-template-columns: 3fr 9fr;
}
@media (max-width: 1199px) {
  .image-right .m-entity__single-signpost--image {
    grid-template-columns: 4fr 8fr;
  }
}
@media (max-width: 991px) {
  .image-right .m-entity__single-signpost--image {
    grid-template-columns: 5fr 7fr;
  }
}
.m-entity__single-signpost--image-inner {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .image-right .m-entity__single-signpost--image-inner {
    grid-column: 2;
  }
}
@media (max-width: 767px) {
  .m-entity__single-signpost--image {
    grid-template-columns: 1fr !important;
  }
}
.m-entity__single-signpost--content {
  display: grid;
  grid-template-columns: 8fr 4fr;
  border-radius: 8px;
  position: relative;
  height: 100%;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .m-entity__single-signpost--content {
    position: absolute;
  }
}
@media (max-width: 1199px) {
  .m-entity__single-signpost--content {
    grid-template-columns: 7fr 5fr;
  }
}
@media (max-width: 991px) {
  .m-entity__single-signpost--content {
    grid-template-columns: 6fr 6fr;
  }
}
@media (max-width: 767px) {
  .m-entity__single-signpost--content {
    top: -80px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.image-left .m-entity__single-signpost--content {
  grid-template-columns: 8fr 4fr;
}
@media (max-width: 1199px) {
  .image-left .m-entity__single-signpost--content {
    grid-template-columns: 7fr 5fr;
  }
}
@media (max-width: 991px) {
  .image-left .m-entity__single-signpost--content {
    grid-template-columns: 6fr 6fr;
  }
}
.image-right .m-entity__single-signpost--content {
  grid-template-columns: 4fr 8fr;
}
@media (max-width: 1199px) {
  .image-right .m-entity__single-signpost--content {
    grid-template-columns: 5fr 7fr;
  }
}
@media (max-width: 991px) {
  .image-right .m-entity__single-signpost--content {
    grid-template-columns: 6fr 6fr;
  }
}
@media (max-width: 767px) {
  .m-entity__single-signpost--content {
    grid-template-columns: 1fr !important;
    align-items: flex-end;
  }
}
.m-entity__single-signpost--content-inner {
  padding: calc(var(--bump) * 3);
  border-radius: 12px;
  margin-bottom: 0 !important;
  display: grid;
  grid-gap: var(--bump);
}
@media (max-width: 767px) {
  .m-entity__single-signpost--content-inner {
    padding: calc(var(--bump) * 1.5);
  }
}
.m-entity__single-signpost--content-inner--content {
  display: grid;
  grid-gap: var(--bump);
}
.m-entity__single-signpost--content-inner--content h2 {
  margin: 0;
}
@media (min-width: 769px) {
  .image-left .m-entity__single-signpost--content-inner {
    grid-column: 2;
  }
}
.m-entity__single-signpost--content-cta {
  margin-top: calc(var(--bump) / 2);
}
.m-entity__highlight-panel {
  display: grid;
  grid-template-columns: 9fr 3fr;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .m-entity__highlight-panel {
    grid-template-columns: 8fr 4fr;
  }
}
@media (max-width: 767px) {
  .m-entity__highlight-panel {
    grid-template-columns: 1fr;
  }
}
.m-entity__highlight-panel--outer-container {
  margin: calc(var(--bump) * 2) 0;
}
.m-entity__highlight-panel--container {
  align-items: center;
  position: relative;
  display: grid;
}
@media (min-width: 769px) {
  .m-entity__highlight-panel--container {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .m-entity__highlight-panel--container {
    overflow: hidden;
    justify-content: center;
    padding: 40px 0;
  }
}
.m-entity__highlight-panel--image {
  position: absolute;
  top: 0;
  width: 100%;
}
.m-entity__highlight-panel--image img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(50%);
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 769px) {
  .m-entity__highlight-panel--image img {
    height: 300px;
  }
}
.m-entity__highlight-panel--content h2, .m-entity__highlight-panel--content p, .m-entity__highlight-panel--content .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content .o-teaser__filters--item, .m-entity__highlight-panel--content .o-teaser__filters li span, .o-teaser__filters li .m-entity__highlight-panel--content span, .m-entity__highlight-panel--content .a-search-bar input, .a-search-bar .m-entity__highlight-panel--content input, .m-entity__highlight-panel--content header .o-header__search--popular-items a, header .o-header__search--popular-items .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content header .o-header__search--container h4, header .o-header__search--container .m-entity__highlight-panel--content h4, .m-entity__highlight-panel--content .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content select, .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content .eyebrow, .m-entity__highlight-panel--content .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-entity__highlight-panel--content h4, .m-entity__highlight-panel--content .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-entity__highlight-panel--content h4, .m-entity__highlight-panel--content .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-entity__highlight-panel--content h2, .m-entity__highlight-panel--content .smalltext, .m-entity__highlight-panel--content .a, .m-entity__highlight-panel--content footer .o-footer__bottom p, footer .o-footer__bottom .m-entity__highlight-panel--content p, .m-entity__highlight-panel--content footer .o-footer__bottom select, footer .o-footer__bottom .m-entity__highlight-panel--content select, .m-entity__highlight-panel--content footer .o-footer__bottom a, footer .o-footer__bottom .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content header .o-header__actions--search, header .m-entity__highlight-panel--content .o-header__actions--search, .m-entity__highlight-panel--content body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-entity__highlight-panel--content .m-mobile-navigation__parent--read-more, .m-entity__highlight-panel--content .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-entity__highlight-panel--content a, .m-entity__highlight-panel--content main ul li, main ul .m-entity__highlight-panel--content li,
.m-entity__highlight-panel--content main ol li,
main ol .m-entity__highlight-panel--content li, .m-entity__highlight-panel--content .a-btn--standard, .m-entity__highlight-panel--content .a-btn--alt, .m-entity__highlight-panel--content .a-btn--colored-alt, .m-entity__highlight-panel--content .m-entity__quote span, .m-entity__quote .m-entity__highlight-panel--content span, .m-entity__highlight-panel--content .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-entity__highlight-panel--content h3 {
  color: #fff;
}
.m-entity__highlight-panel--cta {
  display: flex;
  align-items: center;
  align-content: center;
}
@media (min-width: 769px) {
  .m-entity__highlight-panel--cta {
    justify-content: flex-end;
  }
}
.m-entity__cookies--content .ot-sdk-show-settings {
  margin-bottom: 40px;
}

/**
 * ----------------------
 * Un.titled
 * Molecules - Forms
 * ----------------------
 */
input,
input[type=text],
input[type=password],
input[type=email],
input[type=submit],
textarea,
select {
  font-family: var(--fontBody);
  color: var(--c-primary);
  resize: none;
  padding: calc(var(--bump) / 2) var(--bump);
  border-radius: 0;
  outline: 0;
  border: 1px solid var(--c-primary);
  transition: all var(--transition);
  background-color: var(--c-white);
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=submit]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--c-secondary);
}

input[type=search],
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
}

.form-actions input,
input[type=submit] {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.js-form-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: calc(var(--bump) / 2);
}

select {
  border-radius: 4px;
  border: 1px solid var(--Light-Light-Grey, #C8C8C8);
  background: #FFF;
  padding: 12px 0 12px 12px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/chevron-down.svg");
  background-position: right var(--bump) center;
  background-size: 20px;
  background-repeat: no-repeat;
}
select:has(option[value="0"]:not(:checked)) {
  border-color: var(--Dark-Dark-Grey);
  color: var(--Core-Indigo);
}

/**
 * ----------------------
 * Un.titled
 * Molecules - Main nav
 * ----------------------
 */
@media (max-width: 767px) {
  .o-header__navigation .m-navigation {
    display: none;
  }
}
.o-header__navigation .m-navigation__parent {
  display: flex;
  list-style: none;
  gap: 24px;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.o-header__navigation .m-navigation__parent--item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.o-header__navigation .m-navigation__parent--item a {
  color: var(--c-primary);
  text-decoration: none;
  transition: 0.2s;
}
.o-header__navigation .m-navigation__parent--item a.active, .o-header__navigation .m-navigation__parent--item a:hover, .o-header__navigation .m-navigation__parent--item a:focus {
  text-decoration: underline;
}
.o-header__navigation .m-navigation__parent--item svg {
  transition: 0.2s;
  cursor: pointer;
}
.o-header__navigation .m-navigation__parent--item.active svg {
  transform: rotate(-180deg);
}
body[data-header-megamenu-overlay] .o-header__navigation .m-navigation__overlay {
  position: absolute;
  left: 0;
  top: calc(var(--bump) * 5);
  background-color: #F5F5F5;
  box-shadow: 0 0 0 100vmax #F5F5F5;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  padding: calc(var(--bump) * 2);
  z-index: 5;
  width: 100%;
}
.o-header__navigation .m-navigation__overlay--item:not(.o-header__navigation .m-navigation__overlay--item.active) {
  display: none;
}
.o-header__navigation .m-navigation__overlay--content {
  padding: calc(var(--bump) * 2);
  background-color: #fff;
  border-radius: 40px 0;
  display: grid;
  grid-gap: 12px;
}
.o-header__navigation .m-navigation__overlay--content a {
  margin: 0;
  color: var(--c-bodyColor);
}
.o-header__navigation .m-navigation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: calc(var(--bump) * 2) 0;
  grid-gap: var(--bump);
}
@media (max-width: 767px) {
  .o-header__navigation .m-navigation-grid__item .invisible-title {
    display: none;
  }
}
.o-header__navigation .m-navigation-grid__item h2 {
  font-weight: 700;
  color: var(--Core-Indigo);
}
@media (max-width: 767px) {
  .o-header__navigation .m-navigation-grid__item h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.o-header__navigation .m-navigation-grid__item h2.invisible-title-item {
  visibility: hidden;
}
.o-header__navigation .m-navigation-grid__content {
  display: grid;
  grid-gap: 12px;
}
.o-header__navigation .m-navigation-grid__content--content {
  display: grid;
  grid-gap: var(--bump);
}
.o-header__navigation .m-navigation-grid__content--content a {
  margin: 0;
  color: var(--c-bodyColor);
}
.o-header__navigation .m-navigation-grid__links {
  display: grid;
  grid-gap: 12px;
  grid-template-rows: auto 1fr;
}
.o-header__navigation .m-navigation-grid__links--content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.o-header__navigation .m-navigation-grid__links--content a {
  margin: 0;
  color: var(--c-bodyColor);
  text-decoration: none;
}
.o-header__navigation .m-navigation-grid__links--content a.active, .o-header__navigation .m-navigation-grid__links--content a:hover, .o-header__navigation .m-navigation-grid__links--content a:focus {
  text-decoration: underline;
}
.o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 a {
  text-decoration: none;
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation {
  border-top: 1px solid #C8C8C8;
  padding-top: calc(var(--bump) * 1.5);
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: calc(var(--bump) * 1.5);
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--child {
  display: grid;
  grid-gap: calc(var(--bump) * 1.5);
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item {
  border-bottom: 1px solid #C8C8C8;
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item.active {
  padding-bottom: calc(var(--bump) * 1.5);
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item.active svg {
  rotate: 90deg;
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item-link {
  color: var(--Core-Indigo);
  text-decoration: none;
  display: flex;
  margin-bottom: calc(var(--bump) * 1.5);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item-link svg {
  transition: 0.2s;
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item:not(body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--item.active) > .m-mobile-navigation__parent--child {
  display: none;
}
body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more {
  color: var(--c-bodyColor);
  text-decoration: underline;
}

/**
 * ----------------------
 * Un.titled
 * Molecules - Banner
 * ----------------------
 */
.m-banner__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
}
.m-banner__container h1, .m-banner__container footer .o-footer__newsletter h2, footer .o-footer__newsletter .m-banner__container h2, .m-banner__container .m-entity__statistics-individual--content h4, .m-entity__statistics-individual--content .m-banner__container h4, .m-banner__container .m-entity__single-signpost--content-inner--content h2, .m-entity__single-signpost--content-inner--content .m-banner__container h2 {
  line-height: normal;
  font-size: clamp(40px, var(--clamp), 64px);
}
.m-banner__container--overlay:after {
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background: rgba(0, 0, 0, 0.5);
  filter: blur(100px);
  position: absolute;
  top: -25px;
  left: -25px;
}
.m-banner--no-image .m-banner__container--overlay:after {
  display: none;
}
.m-banner__content {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.m-banner__content > .grid {
  width: 100%;
}
.m-banner__content h1, .m-banner__content footer .o-footer__newsletter h2, footer .o-footer__newsletter .m-banner__content h2, .m-banner__content .m-entity__statistics-individual--content h4, .m-entity__statistics-individual--content .m-banner__content h4, .m-banner__content .m-entity__single-signpost--content-inner--content h2, .m-entity__single-signpost--content-inner--content .m-banner__content h2, .m-banner__content p, .m-banner__content .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-banner__content a, .m-banner__content .o-teaser__filters--item, .m-banner__content .o-teaser__filters li span, .o-teaser__filters li .m-banner__content span, .m-banner__content .a-search-bar input, .a-search-bar .m-banner__content input, .m-banner__content header .o-header__search--popular-items a, header .o-header__search--popular-items .m-banner__content a, .m-banner__content header .o-header__search--container h4, header .o-header__search--container .m-banner__content h4, .m-banner__content a, .m-banner__content .eyebrow, .m-banner__content .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-banner__content h4, .m-banner__content .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-banner__content h4, .m-banner__content .smalltext, .m-banner__content .a, .m-banner__content footer .o-footer__bottom p, footer .o-footer__bottom .m-banner__content p, .m-banner__content footer .o-footer__bottom select, footer .o-footer__bottom .m-banner__content select, .m-banner__content footer .o-footer__bottom a, footer .o-footer__bottom .m-banner__content a, .m-banner__content footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-banner__content a, .m-banner__content header .o-header__actions--search, header .m-banner__content .o-header__actions--search, .m-banner__content main ul li, main ul .m-banner__content li,
.m-banner__content main ol li,
main ol .m-banner__content li, .m-banner__content .a-btn--standard, .m-banner__content .a-btn--alt, .m-banner__content .a-btn--colored-alt, .m-banner__content .m-entity__quote span, .m-entity__quote .m-banner__content span, .m-banner__content .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-banner__content h3, .m-banner__content select, .m-banner__content .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-banner__content a, .m-banner__content .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-banner__content a, .m-banner__content .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-banner__content h2, .m-banner__content .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-banner__content a, .m-banner__content .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-banner__content a, .m-banner__content body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-banner__content .m-mobile-navigation__parent--read-more {
  color: #fff;
}
.m-banner__content h1, .m-banner__content footer .o-footer__newsletter h2, footer .o-footer__newsletter .m-banner__content h2, .m-banner__content .m-entity__statistics-individual--content h4, .m-entity__statistics-individual--content .m-banner__content h4, .m-banner__content .m-entity__single-signpost--content-inner--content h2, .m-entity__single-signpost--content-inner--content .m-banner__content h2, .m-banner__content p, .m-banner__content .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-banner__content a, .m-banner__content .o-teaser__filters--item, .m-banner__content .o-teaser__filters li span, .o-teaser__filters li .m-banner__content span, .m-banner__content .a-search-bar input, .a-search-bar .m-banner__content input, .m-banner__content header .o-header__search--popular-items a, header .o-header__search--popular-items .m-banner__content a, .m-banner__content header .o-header__search--container h4, header .o-header__search--container .m-banner__content h4, .m-banner__content .eyebrow, .m-banner__content .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-banner__content h4, .m-banner__content .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-banner__content h4, .m-banner__content .smalltext, .m-banner__content .a, .m-banner__content footer .o-footer__bottom p, footer .o-footer__bottom .m-banner__content p, .m-banner__content footer .o-footer__bottom select, footer .o-footer__bottom .m-banner__content select, .m-banner__content footer .o-footer__bottom a, footer .o-footer__bottom .m-banner__content a, .m-banner__content footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-banner__content a, .m-banner__content header .o-header__actions--search, header .m-banner__content .o-header__actions--search, .m-banner__content main ul li, main ul .m-banner__content li,
.m-banner__content main ol li,
main ol .m-banner__content li, .m-banner__content .a-btn--standard, .m-banner__content .a-btn--alt, .m-banner__content .a-btn--colored-alt, .m-banner__content .m-entity__quote span, .m-entity__quote .m-banner__content span, .m-banner__content .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-banner__content h3, .m-banner__content select, .m-banner__content .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-banner__content a, .m-banner__content .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-banner__content a, .m-banner__content .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-banner__content h2, .m-banner__content .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-banner__content a, .m-banner__content .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-banner__content a, .m-banner__content body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-banner__content .m-mobile-navigation__parent--read-more, .m-banner__content a {
  z-index: 2;
  position: relative;
}
.m-banner__content--cta {
  margin-top: calc(var(--bump) * 1.5);
}
.m-banner__content-below {
  padding: calc(var(--bump) * 2) 0;
  background: #fff;
  position: relative;
}
.m-banner__content-below .m-banner__content-below--cta a:not(.a-btn--standard) {
  color: #fff;
}
.m-banner__content-below .m-banner__content-below--cta a:not(.a-btn--standard):hover, .m-banner__content-below .m-banner__content-below--cta a:not(.a-btn--standard):focus {
  color: var(--c-primary);
}
.m-banner__content-below h1, .m-banner__content-below footer .o-footer__newsletter h2, footer .o-footer__newsletter .m-banner__content-below h2, .m-banner__content-below .m-entity__statistics-individual--content h4, .m-entity__statistics-individual--content .m-banner__content-below h4, .m-banner__content-below .m-entity__single-signpost--content-inner--content h2, .m-entity__single-signpost--content-inner--content .m-banner__content-below h2, .m-banner__content-below p, .m-banner__content-below .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-banner__content-below a, .m-banner__content-below .o-teaser__filters--item, .m-banner__content-below .o-teaser__filters li span, .o-teaser__filters li .m-banner__content-below span, .m-banner__content-below .a-search-bar input, .a-search-bar .m-banner__content-below input, .m-banner__content-below header .o-header__search--popular-items a, header .o-header__search--popular-items .m-banner__content-below a, .m-banner__content-below header .o-header__search--container h4, header .o-header__search--container .m-banner__content-below h4, .m-banner__content-below a, .m-banner__content-below .eyebrow, .m-banner__content-below .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-banner__content-below h4, .m-banner__content-below .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-banner__content-below h4, .m-banner__content-below .smalltext, .m-banner__content-below .a, .m-banner__content-below footer .o-footer__bottom p, footer .o-footer__bottom .m-banner__content-below p, .m-banner__content-below footer .o-footer__bottom select, footer .o-footer__bottom .m-banner__content-below select, .m-banner__content-below footer .o-footer__bottom a, footer .o-footer__bottom .m-banner__content-below a, .m-banner__content-below footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-banner__content-below a, .m-banner__content-below header .o-header__actions--search, header .m-banner__content-below .o-header__actions--search, .m-banner__content-below main ul li, main ul .m-banner__content-below li,
.m-banner__content-below main ol li,
main ol .m-banner__content-below li, .m-banner__content-below .a-btn--standard, .m-banner__content-below .a-btn--alt, .m-banner__content-below .a-btn--colored-alt, .m-banner__content-below .m-entity__quote span, .m-entity__quote .m-banner__content-below span, .m-banner__content-below .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-banner__content-below h3, .m-banner__content-below select, .m-banner__content-below .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-banner__content-below a, .m-banner__content-below .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-banner__content-below a, .m-banner__content-below .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-banner__content-below h2, .m-banner__content-below .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-banner__content-below a, .m-banner__content-below .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-banner__content-below a, .m-banner__content-below body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-banner__content-below .m-mobile-navigation__parent--read-more {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  margin: 0;
}
.m-banner__content-below--content {
  display: grid;
  grid-gap: var(--bump);
  justify-content: flex-start;
}
.m-banner__content-below--cta {
  margin-top: var(--bump);
}
.m-banner__content-below--links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 20px;
}
.m-banner__content-below--links a {
  border-radius: 32px;
  background: var(--Core-Teal);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: var(--Core-Indigo, #23085A);
  text-decoration: none;
  padding: 5px 10px;
  margin: 0;
  transition: 0.2s;
}
.m-banner__content-below--links a:hover, .m-banner__content-below--links a:focus {
  background-color: var(--c-primary);
  color: #fff;
}
.m-banner__no-media {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  background: #FFBAB8;
}
@media screen and (max-width: 1100px) {
  .m-banner__no-media {
    height: 400px;
  }
}
.m-banner__no-media:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/vector.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}
.m-banner--large {
  height: 725px;
}
@media screen and (max-width: 1100px) {
  .m-banner--large {
    height: 100%;
  }
}
.m-banner--large picture {
  height: 725px;
}
@media screen and (max-width: 1100px) {
  .m-banner--large picture {
    height: 100%;
  }
}
.m-banner--default {
  height: 620px;
}

.ql-size-large {
      font-size: 26px;
}

.m-banner--default picture {
  height: 620px;
}
@media screen and (max-width: 1200px) {
  .m-banner--default picture {
    height: 100%;
  }
}
.m-banner--below .m-banner__media {
  position: relative !important;
}
.m-banner--below picture {
  height: 620px;
}
@media screen and (max-width: 1200px) {
  .m-banner--below picture {
    height: 100%;
  }
}
.m-banner--below .m-banner__container {
  overflow: hidden;
  grid-template-rows: 620px auto;
}
@media screen and (max-width: 1200px) {
  .m-banner--below .m-banner__container {
    grid-template-rows: 1fr auto;
  }
}
.m-banner--no-image h1, .m-banner--no-image footer .o-footer__newsletter h2, footer .o-footer__newsletter .m-banner--no-image h2, .m-banner--no-image .m-entity__statistics-individual--content h4, .m-entity__statistics-individual--content .m-banner--no-image h4, .m-banner--no-image .m-entity__single-signpost--content-inner--content h2, .m-entity__single-signpost--content-inner--content .m-banner--no-image h2, .m-banner--no-image p, .m-banner--no-image .o-reactlisting__pagination li a, .o-reactlisting__pagination li .m-banner--no-image a, .m-banner--no-image .o-teaser__filters--item, .m-banner--no-image .o-teaser__filters li span, .o-teaser__filters li .m-banner--no-image span, .m-banner--no-image .a-search-bar input, .a-search-bar .m-banner--no-image input, .m-banner--no-image header .o-header__search--popular-items a, header .o-header__search--popular-items .m-banner--no-image a, .m-banner--no-image header .o-header__search--container h4, header .o-header__search--container .m-banner--no-image h4, .m-banner--no-image a, .m-banner--no-image .eyebrow, .m-banner--no-image .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-banner--no-image h4, .m-banner--no-image .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-banner--no-image h4, .m-banner--no-image .smalltext, .m-banner--no-image .a, .m-banner--no-image footer .o-footer__bottom p, footer .o-footer__bottom .m-banner--no-image p, .m-banner--no-image footer .o-footer__bottom select, footer .o-footer__bottom .m-banner--no-image select, .m-banner--no-image footer .o-footer__bottom a, footer .o-footer__bottom .m-banner--no-image a, .m-banner--no-image footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .m-banner--no-image a, .m-banner--no-image header .o-header__actions--search, header .m-banner--no-image .o-header__actions--search, .m-banner--no-image main ul li, main ul .m-banner--no-image li,
.m-banner--no-image main ol li,
main ol .m-banner--no-image li, .m-banner--no-image .a-btn--standard, .m-banner--no-image .a-btn--alt, .m-banner--no-image .a-btn--colored-alt, .m-banner--no-image .m-entity__quote span, .m-entity__quote .m-banner--no-image span, .m-banner--no-image .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content .m-banner--no-image h3, .m-banner--no-image select, .m-banner--no-image .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item .m-banner--no-image a, .m-banner--no-image .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content .m-banner--no-image a, .m-banner--no-image .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item .m-banner--no-image h2, .m-banner--no-image .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content .m-banner--no-image a, .m-banner--no-image .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content .m-banner--no-image a, .m-banner--no-image body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-banner--no-image .m-mobile-navigation__parent--read-more {
  color: var(--Core-Indigo, #23085A);
}
.m-banner--no-image-or-content h1, .m-banner--no-image-or-content footer .o-footer__newsletter h2, footer .o-footer__newsletter .m-banner--no-image-or-content h2, .m-banner--no-image-or-content .m-entity__statistics-individual--content h4, .m-entity__statistics-individual--content .m-banner--no-image-or-content h4, .m-banner--no-image-or-content .m-entity__single-signpost--content-inner--content h2, .m-entity__single-signpost--content-inner--content .m-banner--no-image-or-content h2 {
  margin: 0;
  line-height: clamp(40px, var(--clamp), 64px);
  font-size: clamp(28px, var(--clamp), 48px);
}
.m-banner__media {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}
.m-banner__media--caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.m-banner__media--caption-icon {
  order: 2;
  background-color: #fff;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-banner__media--caption-icon-play.active svg:first-of-type {
  display: none;
}
.m-banner__media--caption-icon-play:not(.m-banner__media--caption-icon-play.active) svg:last-of-type {
  display: none;
}
.m-banner__media--caption-icon:hover + .m-banner__media--caption-text {
  display: flex;
}
.m-banner__media--caption-text {
  display: none;
  order: 1;
  background-color: #fff;
  width: 100%;
  padding: 0 8px;
  align-items: center;
}
.m-banner__media--caption-text h6, .m-banner__media--caption-text .m-entity__quote p, .m-banner__media--caption-text .m-entity__quote .o-teaser__filters--item, .m-banner__media--caption-text .m-entity__quote .a-search-bar input, .a-search-bar .m-banner__media--caption-text .m-entity__quote input, .m-banner__media--caption-text .m-entity__quote header .o-header__search--container h4, header .o-header__search--container .m-banner__media--caption-text .m-entity__quote h4, .m-entity__quote .m-banner__media--caption-text p, .m-entity__quote .m-banner__media--caption-text .o-teaser__filters--item, .m-entity__quote .m-banner__media--caption-text .a-search-bar input, .a-search-bar .m-entity__quote .m-banner__media--caption-text input, .m-entity__quote .m-banner__media--caption-text header .o-header__search--container h4, header .o-header__search--container .m-entity__quote .m-banner__media--caption-text h4, .m-banner__media--caption-text .m-entity__quote a, .m-entity__quote .m-banner__media--caption-text a, .m-banner__media--caption-text .m-entity__quote .eyebrow, .m-banner__media--caption-text .m-entity__quote .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-banner__media--caption-text .m-entity__quote h4, .m-banner__media--caption-text .m-entity__quote .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-banner__media--caption-text .m-entity__quote h4, .m-entity__quote .m-banner__media--caption-text .eyebrow, .m-entity__quote .m-banner__media--caption-text .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-entity__quote .m-banner__media--caption-text h4, .m-entity__quote .m-banner__media--caption-text .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-entity__quote .m-banner__media--caption-text h4, .m-banner__media--caption-text .m-entity__quote .smalltext, .m-entity__quote .m-banner__media--caption-text .smalltext, .m-banner__media--caption-text .m-entity__quote .a, footer .o-footer__bottom main ul .m-banner__media--caption-text .m-entity__quote li, main ul footer .o-footer__bottom .m-banner__media--caption-text .m-entity__quote li,
footer .o-footer__bottom main ol .m-banner__media--caption-text .m-entity__quote li,
main ol footer .o-footer__bottom .m-banner__media--caption-text .m-entity__quote li, footer .o-footer__bottom .m-entity__statistics-individual--content .m-banner__media--caption-text .m-entity__quote h3, .m-entity__statistics-individual--content footer .o-footer__bottom .m-banner__media--caption-text .m-entity__quote h3, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item .m-banner__media--caption-text .m-entity__quote h2, .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom .m-banner__media--caption-text .m-entity__quote h2, footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .m-banner__media--caption-text .m-entity__quote .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation footer .o-footer__bottom .m-banner__media--caption-text .m-entity__quote .m-mobile-navigation__parent--read-more, .m-banner__media--caption-text .m-entity__quote header .o-header__actions--search, header .m-banner__media--caption-text .m-entity__quote .o-header__actions--search, .m-entity__quote .m-banner__media--caption-text .a, .m-entity__quote .m-banner__media--caption-text footer .o-footer__bottom main ul li, .m-entity__quote .m-banner__media--caption-text main ul footer .o-footer__bottom li,
.m-entity__quote .m-banner__media--caption-text footer .o-footer__bottom main ol li,
.m-entity__quote .m-banner__media--caption-text main ol footer .o-footer__bottom li, .m-entity__quote .m-banner__media--caption-text footer .o-footer__bottom .m-entity__statistics-individual--content h3, .m-entity__quote .m-banner__media--caption-text .m-entity__statistics-individual--content footer .o-footer__bottom h3, .m-entity__quote .m-banner__media--caption-text footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item h2, .m-entity__quote .m-banner__media--caption-text .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom h2, .m-entity__quote .m-banner__media--caption-text footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, .m-entity__quote .m-banner__media--caption-text body[data-mobile-nav=open] .o-header__navigation footer .o-footer__bottom .m-mobile-navigation__parent--read-more, .m-entity__quote .m-banner__media--caption-text header .o-header__actions--search, header .m-entity__quote .m-banner__media--caption-text .o-header__actions--search, .m-banner__media--caption-text .m-entity__quote main ul li, .m-entity__quote main ul .m-banner__media--caption-text li, .m-banner__media--caption-text main ul .m-entity__quote li, main ul .m-entity__quote .m-banner__media--caption-text li,
.m-banner__media--caption-text .m-entity__quote main ol li,
.m-entity__quote main ol .m-banner__media--caption-text li,
.m-banner__media--caption-text main ol .m-entity__quote li,
main ol .m-entity__quote .m-banner__media--caption-text li, .m-banner__media--caption-text .m-entity__quote .a-btn--standard, .m-entity__quote .m-banner__media--caption-text .a-btn--standard, .m-banner__media--caption-text .m-entity__quote .a-btn--alt, .m-entity__quote .m-banner__media--caption-text .a-btn--alt, .m-banner__media--caption-text .m-entity__quote .a-btn--colored-alt, .m-entity__quote .m-banner__media--caption-text .a-btn--colored-alt, .m-banner__media--caption-text .m-entity__quote span, .m-entity__quote .m-banner__media--caption-text span, .m-banner__media--caption-text .m-entity__accordion .accordion__title, .m-entity__accordion .m-banner__media--caption-text .accordion__title, .m-banner__media--caption-text .m-entity__downloads--files span a, .m-entity__downloads--files span .m-banner__media--caption-text a, .m-banner__media--caption-text .m-entity__quote .m-entity__statistics-individual--content h3, .m-entity__quote .m-entity__statistics-individual--content .m-banner__media--caption-text h3, .m-banner__media--caption-text .m-entity__statistics-individual--content .m-entity__quote h3, .m-entity__statistics-individual--content .m-entity__quote .m-banner__media--caption-text h3, .m-banner__media--caption-text .m-entity__quote select, .m-entity__quote .m-banner__media--caption-text select, .m-banner__media--caption-text .m-entity__quote .o-header__navigation .m-navigation-grid__item h2, .m-entity__quote .o-header__navigation .m-navigation-grid__item .m-banner__media--caption-text h2, .m-banner__media--caption-text .o-header__navigation .m-navigation-grid__item .m-entity__quote h2, .o-header__navigation .m-navigation-grid__item .m-entity__quote .m-banner__media--caption-text h2, .m-banner__media--caption-text .o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 a, .o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 .m-banner__media--caption-text a, .m-banner__media--caption-text .m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, .m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-banner__media--caption-text .m-mobile-navigation__parent--read-more, .m-banner__media--caption-text body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-banner__media--caption-text .m-mobile-navigation__parent--read-more {
  color: var(--c-bodyColor);
}
.m-banner__media .desktop-slider-slide {
  width: 100%;
  height: 100%;
  display: flex;
}
.m-banner__media .desktop-slider-slide.vimeo-youtube {
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: black;
}
.m-banner__media .desktop-slider-slide iframe {
  width: 100% !important;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 100%;
  border: 0;
}
.m-banner__media .desktop-slider-slide video {
  width: 100%;
  max-height: 620px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-banner__media .desktop-slider-slide .a-media {
  width: 100%;
  height: 100%;
}
.m-banner__media .desktop-slider-slide .a-media iframe {
  width: 100%;
  height: 100%;
  background: #000;
}
.m-banner__media picture {
  display: flex;
  width: 100%;
}
.m-banner__media picture img {
  object-fit: cover;
  width: 100%;
height: auto;
display: block;

}

/**
 * ----------------------
 * Un.titled
 * Molecules - Linked logos
 * ----------------------
 */
.m-entity__linked-logos--logos {
  margin-top: calc(var(--bump) / 2);
  grid-gap: var(--bump);
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  display: grid;
}
@media (max-width: 767px) {
  .m-entity__linked-logos--logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-entity__linked-logos--logos-item {
  display: block;
}
.m-entity__linked-logos--logos-item a:hover {
  opacity: 0.7;
}

.m-media-item--large .m-media-item__caption {
  background: #fff;
  padding: 8px;
}
.m-media-item--large .m-media-item__caption h6, .m-media-item--large .m-media-item__caption .m-entity__quote p, .m-media-item--large .m-media-item__caption .m-entity__quote .o-teaser__filters--item, .m-media-item--large .m-media-item__caption .m-entity__quote .a-search-bar input, .a-search-bar .m-media-item--large .m-media-item__caption .m-entity__quote input, .m-media-item--large .m-media-item__caption .m-entity__quote header .o-header__search--container h4, header .o-header__search--container .m-media-item--large .m-media-item__caption .m-entity__quote h4, .m-entity__quote .m-media-item--large .m-media-item__caption p, .m-entity__quote .m-media-item--large .m-media-item__caption .o-teaser__filters--item, .m-entity__quote .m-media-item--large .m-media-item__caption .a-search-bar input, .a-search-bar .m-entity__quote .m-media-item--large .m-media-item__caption input, .m-entity__quote .m-media-item--large .m-media-item__caption header .o-header__search--container h4, header .o-header__search--container .m-entity__quote .m-media-item--large .m-media-item__caption h4, .m-media-item--large .m-media-item__caption .m-entity__quote a, .m-entity__quote .m-media-item--large .m-media-item__caption a, .m-media-item--large .m-media-item__caption .m-entity__quote .eyebrow, .m-media-item--large .m-media-item__caption .m-entity__quote .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-media-item--large .m-media-item__caption .m-entity__quote h4, .m-media-item--large .m-media-item__caption .m-entity__quote .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-media-item--large .m-media-item__caption .m-entity__quote h4, .m-entity__quote .m-media-item--large .m-media-item__caption .eyebrow, .m-entity__quote .m-media-item--large .m-media-item__caption .o-reactlisting__search-filters h4, .o-reactlisting__search-filters .m-entity__quote .m-media-item--large .m-media-item__caption h4, .m-entity__quote .m-media-item--large .m-media-item__caption .o-reactlisting__filters--item h4, .o-reactlisting__filters--item .m-entity__quote .m-media-item--large .m-media-item__caption h4, .m-media-item--large .m-media-item__caption .m-entity__quote .smalltext, .m-entity__quote .m-media-item--large .m-media-item__caption .smalltext, .m-media-item--large .m-media-item__caption .m-entity__quote .a, footer .o-footer__bottom main ul .m-media-item--large .m-media-item__caption .m-entity__quote li, main ul footer .o-footer__bottom .m-media-item--large .m-media-item__caption .m-entity__quote li,
footer .o-footer__bottom main ol .m-media-item--large .m-media-item__caption .m-entity__quote li,
main ol footer .o-footer__bottom .m-media-item--large .m-media-item__caption .m-entity__quote li, footer .o-footer__bottom .m-entity__statistics-individual--content .m-media-item--large .m-media-item__caption .m-entity__quote h3, .m-entity__statistics-individual--content footer .o-footer__bottom .m-media-item--large .m-media-item__caption .m-entity__quote h3, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item .m-media-item--large .m-media-item__caption .m-entity__quote h2, .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom .m-media-item--large .m-media-item__caption .m-entity__quote h2, footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .m-media-item--large .m-media-item__caption .m-entity__quote .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation footer .o-footer__bottom .m-media-item--large .m-media-item__caption .m-entity__quote .m-mobile-navigation__parent--read-more, .m-media-item--large .m-media-item__caption .m-entity__quote header .o-header__actions--search, header .m-media-item--large .m-media-item__caption .m-entity__quote .o-header__actions--search, .m-entity__quote .m-media-item--large .m-media-item__caption .a, .m-entity__quote .m-media-item--large .m-media-item__caption footer .o-footer__bottom main ul li, .m-entity__quote .m-media-item--large .m-media-item__caption main ul footer .o-footer__bottom li,
.m-entity__quote .m-media-item--large .m-media-item__caption footer .o-footer__bottom main ol li,
.m-entity__quote .m-media-item--large .m-media-item__caption main ol footer .o-footer__bottom li, .m-entity__quote .m-media-item--large .m-media-item__caption footer .o-footer__bottom .m-entity__statistics-individual--content h3, .m-entity__quote .m-media-item--large .m-media-item__caption .m-entity__statistics-individual--content footer .o-footer__bottom h3, .m-entity__quote .m-media-item--large .m-media-item__caption footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item h2, .m-entity__quote .m-media-item--large .m-media-item__caption .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom h2, .m-entity__quote .m-media-item--large .m-media-item__caption footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, .m-entity__quote .m-media-item--large .m-media-item__caption body[data-mobile-nav=open] .o-header__navigation footer .o-footer__bottom .m-mobile-navigation__parent--read-more, .m-entity__quote .m-media-item--large .m-media-item__caption header .o-header__actions--search, header .m-entity__quote .m-media-item--large .m-media-item__caption .o-header__actions--search, .m-media-item--large .m-media-item__caption .m-entity__quote main ul li, .m-entity__quote main ul .m-media-item--large .m-media-item__caption li, .m-media-item--large .m-media-item__caption main ul .m-entity__quote li, main ul .m-entity__quote .m-media-item--large .m-media-item__caption li,
.m-media-item--large .m-media-item__caption .m-entity__quote main ol li,
.m-entity__quote main ol .m-media-item--large .m-media-item__caption li,
.m-media-item--large .m-media-item__caption main ol .m-entity__quote li,
main ol .m-entity__quote .m-media-item--large .m-media-item__caption li, .m-media-item--large .m-media-item__caption .m-entity__quote .a-btn--standard, .m-entity__quote .m-media-item--large .m-media-item__caption .a-btn--standard, .m-media-item--large .m-media-item__caption .m-entity__quote .a-btn--alt, .m-entity__quote .m-media-item--large .m-media-item__caption .a-btn--alt, .m-media-item--large .m-media-item__caption .m-entity__quote .a-btn--colored-alt, .m-entity__quote .m-media-item--large .m-media-item__caption .a-btn--colored-alt, .m-media-item--large .m-media-item__caption .m-entity__quote span, .m-entity__quote .m-media-item--large .m-media-item__caption span, .m-media-item--large .m-media-item__caption .m-entity__accordion .accordion__title, .m-entity__accordion .m-media-item--large .m-media-item__caption .accordion__title, .m-media-item--large .m-media-item__caption .m-entity__downloads--files span a, .m-entity__downloads--files span .m-media-item--large .m-media-item__caption a, .m-media-item--large .m-media-item__caption .m-entity__quote .m-entity__statistics-individual--content h3, .m-entity__quote .m-entity__statistics-individual--content .m-media-item--large .m-media-item__caption h3, .m-media-item--large .m-media-item__caption .m-entity__statistics-individual--content .m-entity__quote h3, .m-entity__statistics-individual--content .m-entity__quote .m-media-item--large .m-media-item__caption h3, .m-media-item--large .m-media-item__caption .m-entity__quote select, .m-entity__quote .m-media-item--large .m-media-item__caption select, .m-media-item--large .m-media-item__caption .m-entity__quote .o-header__navigation .m-navigation-grid__item h2, .m-entity__quote .o-header__navigation .m-navigation-grid__item .m-media-item--large .m-media-item__caption h2, .m-media-item--large .m-media-item__caption .o-header__navigation .m-navigation-grid__item .m-entity__quote h2, .o-header__navigation .m-navigation-grid__item .m-entity__quote .m-media-item--large .m-media-item__caption h2, .m-media-item--large .m-media-item__caption .o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 a, .o-header__navigation .m-navigation-grid__highlight-entity .o-teaser__content h2 .m-media-item--large .m-media-item__caption a, .m-media-item--large .m-media-item__caption .m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, .m-entity__quote body[data-mobile-nav=open] .o-header__navigation .m-media-item--large .m-media-item__caption .m-mobile-navigation__parent--read-more, .m-media-item--large .m-media-item__caption body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation .m-entity__quote .m-media-item--large .m-media-item__caption .m-mobile-navigation__parent--read-more {
  color: var(--c-bodyColor);
}

.m-slider {
  display: grid;
  grid-template-columns: 4fr 1fr 7fr;
}
@media (min-width: 769px) {
  .m-slider {
    grid-template-rows: 118px 298px 1fr;
  }
}
@media (max-width: 767px) {
  .m-slider {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-bottom: -80px !important;
  }
}
.m-slider__container {
  display: grid;
  grid-template-columns: minmax(0, auto);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-row-gap: 100px;
  height: 100%;
  grid-area: slider;
}
@media (max-width: 767px) {
  .m-slider__container {
    grid-row-gap: calc(var(--bump) * 2);
  }
}
@media (min-width: 769px) {
  .m-slider__container {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  .m-slider__container {
    grid-row: 2;
    top: -80px;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
  }
}
.m-slider__content {
  display: grid;
  grid-gap: calc(var(--bump) * 1.5);
  border-radius: 12px;
  padding: calc(var(--bump) * 3);
  grid-area: content;
  align-items: center;
}
@media (min-width: 769px) {
  .m-slider__content {
    grid-template-columns: 4fr 1fr;
  }
}
@media (max-width: 767px) {
  .m-slider__content {
    grid-row: 1;
    padding-bottom: calc(var(--bump) * 3 + 60px);
  }
}
@media (min-width: 769px) {
  .m-slider__content {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.m-slider__content--container {
  display: grid;
  grid-gap: calc(var(--bump) * 1.5);
}
.m-slider__content--intro {
  display: grid;
}
.m-slider__slider {
  position: relative;
}
@media (min-width: 769px) {
  .m-slider__slider {
    right: calc(var(--bump) * -1);
  }
}
.m-slider__slider--arrows {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  .m-slider__slider--arrows {
    gap: 34px;
    position: absolute;
    top: -40px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .m-slider__slider--arrows {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 160px;
  }
}
@media (max-width: 1199px) {
  .m-slider__slider--arrows {
    margin: 0 !important;
  }
}
.m-slider__slider--arrows button {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  background-color: var(--c-tertiary);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .m-slider__slider--arrows button {
    width: 44px;
    height: 44px;
  }
  .m-slider__slider--arrows button.slick-prev {
    left: -22px;
  }
  .m-slider__slider--arrows button.slick-next {
    right: -22px;
  }
}
.m-slider__slider--arrows button svg {
  width: 64px;
  height: 64px;
}
.m-slider__slider--arrows button svg path {
  fill: #fff;
}
.m-slider__slider--arrows button.slick-disabled svg {
  opacity: 0.25;
}
.m-slider__dots ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 12px;
  justify-content: center;
}
.m-slider__dots ul li {
  margin: 0;
  padding: 0;
}
.m-slider__dots ul li:before {
  display: none;
}
.m-slider__dots ul li button {
  margin: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .grid__slider {
    margin: 0 !important;
  }
}

.m-signposts-reference {
  display: grid;
  grid-gap: calc(var(--bump) * 2);
}
.m-signposts-reference__grouped {
  display: grid;
  grid-gap: calc(var(--bump) * 2);
}
.m-signposts-reference__header {
  display: grid;
  grid-gap: calc(var(--bump) * 2);
}
@media (min-width: 769px) {
  .m-signposts-reference__header {
    grid-template-columns: 1fr 1fr;
  }
}
.m-signposts-reference__header--cta {
  display: grid;
}
@media (min-width: 769px) {
  .m-signposts-reference__header--cta {
    justify-content: flex-end;
    align-content: flex-end;
  }
}
.bgColor--petrol .m-signposts-reference__header--cta a, .bgColor--teal .m-signposts-reference__header--cta a, .bgColor--yellow .m-signposts-reference__header--cta a, .bgColor--red .m-signposts-reference__header--cta a {
  background-color: #fff;
  color: var(--c-primary) !important;
  border: none;
}
.bgColor--petrol .m-signposts-reference__header--cta a:hover, .bgColor--petrol .m-signposts-reference__header--cta a:focus, .bgColor--teal .m-signposts-reference__header--cta a:hover, .bgColor--teal .m-signposts-reference__header--cta a:focus, .bgColor--yellow .m-signposts-reference__header--cta a:hover, .bgColor--yellow .m-signposts-reference__header--cta a:focus, .bgColor--red .m-signposts-reference__header--cta a:hover, .bgColor--red .m-signposts-reference__header--cta a:focus {
  background-color: var(--c-primary);
  color: #fff !important;
}
.m-signposts-reference__content {
  display: grid;
  grid-gap: calc(var(--bump) * 2);
}
.m-signposts-reference__content--2 {
  grid-template-columns: repeat(2, 1fr);
}
.m-signposts-reference__content--3 {
  grid-template-columns: repeat(3, 1fr);
}
.m-signposts-reference__content--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .m-signposts-reference__content {
    grid-template-columns: 1fr;
  }
}

/**
 * ----------------------
 * Un.titled
 * Organisms - Header
 * ----------------------
 */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  transition: 0.8s cubic-bezier(0.58, 0, 0.38, 1.01);
  width: 100%;
  z-index: 60;
}
.toolbar-fixed header {
  position: relative !important;
}
body[data-mobile-nav=open] header {
  overflow: scroll;
}
header .o-header {
  min-height: calc(var(--bump) * 4);
  display: grid;
  grid-template-columns: 3fr 6fr 3fr;
  grid-gap: var(--bump);
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (max-width: 1199px) {
  header .o-header {
    grid-template-columns: 0fr 5fr 8fr -1fr;
  }
}
@media (max-width: 991px) {
  header .o-header {
    grid-template-columns: 1fr 10fr 1fr;
  }
}
@media (max-width: 767px) {
  header .o-header {
    grid-template-columns: 1fr 742fr 4fr 1fr;
    min-height: calc(var(--bump) * 3);
        padding-top: 18px;
    padding-top: calc(var(--bump));
  }
}

header .o-header__logo svg {
  transition: 0.2s;
}
header .o-header__logo svg:hover, header .o-header__logo svg:focus {
  opacity: 0.75;
}
@media (max-width: 767px) {
  header .o-header__navigation--desktop {
    display: none;
  }
}
header .o-header__navigation--mobile {
  display: none;
}
@media (max-width: 767px) {
  body[data-mobile-nav=open] header .o-header__navigation--mobile {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 5;
    height: calc(100vh - var(--bump) * 5);
    overflow: scroll;
    background: #fff;
  }
  header .o-header__navigation--mobile--contact {
    margin-top: calc(var(--bump) * 2);
  }
  header .o-header__navigation--mobile--contact a {
    width: 100%;
  }
}
header .o-header__actions {
  display: flex;
  align-items: center;
  gap: calc(var(--bump) * 2);
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  header .o-header__actions {
    gap: calc(var(--bump) * 3);
  }
}
@media (max-width: 991px) {
  header .o-header__actions {
    gap: calc(var(--bump) * 2);
  }
}
@media (max-width: 767px) {
  header .o-header__actions {
    gap: var(--bump);
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  header .o-header__actions--contact {
    display: none;
  }
}
header .o-header__actions--more-menu {
  display: flex;
  align-content: center;
}
@media (min-width: 769px) {
  header .o-header__actions--more-menu {
    display: none;
  }
}
header .o-header__actions--more-menu button {
  padding: 0;
  background: none;
  border: none;
  display: flex;
}
header .o-header__actions--more-menu button svg {
  width: 24px;
  height: 24px;
}
body[data-mobile-nav=open] header .o-header__actions--more-menu button svg:first-of-type {
  display: none;
}
header .o-header__actions--more-menu button svg:last-of-type {
  display: none;
}
body[data-mobile-nav=open] header .o-header__actions--more-menu button svg:last-of-type {
  display: block;
}
header .o-header__actions--search {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
header .o-header__actions--search span {
  transition: all 0.5s;
}
header .o-header__actions--search span:hover, header .o-header__actions--search span:focus, body[data-header-search=open] header .o-header__actions--search span {
  text-shadow: -0.4px -0.4px 0 var(--c-primary), 0.4px -0.4px 0 var(--c-primary), -0.4px 0.4px 0 var(--c-primary), 0.4px 0.4px 0 var(--c-primary);
}
@media (max-width: 1199px) {
  header .o-header__actions--search span {
    display: none;
  }
}
header .o-header__actions--search svg {
  width: 24px;
  height: 24px;
}
header .o-header__actions--search svg g {
  fill: var(--Core-Indigo);
}
header .o-header__actions--search svg:last-of-type {
  display: none;
}
body[data-header-search=open] header .o-header__actions--search svg:last-of-type {
  display: block;
}
body[data-header-search=open] header .o-header__actions--search svg:first-of-type {
  display: none;
}
header .o-header__search {
  display: none;
}
body[data-header-search=open] header .o-header__search {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  top: calc(var(--bump) * 5);
  background-color: var(--c-tertiary);
  box-shadow: 0 0 0 100vmax var(--c-tertiary);
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  padding: calc(var(--bump) * 7.5) calc(var(--bump) * 2);
  z-index: 5;
}
@media (max-width: 767px) {
  body[data-header-search=open] header .o-header__search {
    top: calc(var(--bump) * 4);
    padding: calc(var(--bump) * 5) calc(var(--bump) * 2);
  }
}
header .o-header__search--container {
  display: grid;
  grid-gap: calc(var(--bump) * 4);
}
header .o-header__search--container h2, header .o-header__search--container h4, header .o-header__search--container a {
  color: #fff;
}
header .o-header__search--container h4 {
  line-height: clamp(26px, var(--clamp), 26px);
  font-size: clamp(18px, var(--clamp), 18px);
}
header .o-header__search--container form {
  display: flex;
}
header .o-header__search--popular {
  display: grid;
  grid-gap: 5px;
}
header .o-header__search--popular-items {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 12px;
  flex-wrap: wrap;
}
header .o-header__search--popular-items a {
  margin: 0;
}

/**
 * ----------------------
 * Un.titled
 * Organisms - Footer
 * ----------------------
 */
footer {
  background-color: var(--c-primary);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .o-footer {
  padding: 0px 0;
}
@media (max-width: 767px) {
  footer .o-footer {
    padding: calc(var(--bump) * 2) 0;
  }
}



footer .o-footer p,   footer .o-footer .o-teaser__filters--item, footer .o-footer .o-teaser__filters li span, .o-teaser__filters li footer .o-footer span, footer .o-footer__bottom .o-teaser__filters li .o-footer span, footer .o-footer .a-search-bar input, .a-search-bar footer .o-footer input, footer .o-footer__bottom .a-search-bar .o-footer input, footer .o-footer a, footer .o-footer .eyebrow, footer .o-footer .o-reactlisting__search-filters h4, .o-reactlisting__search-filters footer .o-footer h4, footer .o-footer .o-reactlisting__filters--item h4, .o-reactlisting__filters--item footer .o-footer h4, footer .o-footer .smalltext, footer .o-footer .a, footer .o-footer__bottom main ul .o-footer li,
footer .o-footer__bottom main ol .o-footer li, footer .o-footer__bottom .m-entity__quote .o-footer span, footer .o-footer__bottom .m-entity__statistics-individual--content .o-footer h3, footer .o-footer__bottom .o-header__navigation .m-navigation__parent--item .o-footer a, footer .o-footer__bottom .o-header__navigation .m-navigation__overlay--content .o-footer a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item .o-footer h2, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__content--content .o-footer a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__links--content .o-footer a, footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .o-footer .m-mobile-navigation__parent--read-more, footer .o-footer__bottom header .o-footer .o-header__actions--search, footer .o-footer__bottom header .o-header__search--container .o-footer h4, footer .o-footer .o-footer__about--links ul li a, footer .o-footer__about--links ul li .o-footer a, footer .o-footer main ul li, main ul footer .o-footer li,
footer .o-footer main ol li,
main ol footer .o-footer li, footer .o-footer .a-btn--standard, footer .o-footer .a-btn--alt, footer .o-footer .a-btn--colored-alt, footer .o-footer .m-entity__quote span, .m-entity__quote footer .o-footer span, footer .o-footer .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content footer .o-footer h3, footer .o-footer select, footer .o-footer .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item footer .o-footer a, footer .o-footer .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content footer .o-footer a, footer .o-footer .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item footer .o-footer h2, footer .o-footer .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content footer .o-footer a, footer .o-footer .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content footer .o-footer a, footer .o-footer body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation footer .o-footer .m-mobile-navigation__parent--read-more, footer .o-footer header .o-header__actions--search, header footer .o-footer .o-header__actions--search, footer .o-footer header .o-header__search--container h4, header .o-header__search--container footer .o-footer h4 {
  font-size: 14px;
  line-height: 18px;
}
footer .o-footer__top {
  display: grid;
  grid-template-columns: 4fr 3fr 5fr;
}
@media (max-width: 767px) {
  footer .o-footer__top {
    grid-template-columns: 1fr;
    grid-gap: calc(var(--bump) * 2);
  }
}
footer .o-footer__newsletter {
  display: grid;
  grid-gap: calc(var(--bump) * 1.5);
}
footer .o-footer__newsletter h2 {
  color: #fff;
  margin: 0;
}
footer .o-footer__about {
  display: grid;
  grid-gap: var(--bump);
}
@media (min-width: 769px) {
  footer .o-footer__about {
    grid-column: 3;
  }
}
footer .o-footer__about h3, footer .o-footer__about p, footer .o-footer__about .o-teaser__filters--item, footer .o-footer__about .o-teaser__filters li span, .o-teaser__filters li footer .o-footer__about span, footer .o-footer__bottom .o-teaser__filters li .o-footer__about span, footer .o-footer__about .a-search-bar input, .a-search-bar footer .o-footer__about input, footer .o-footer__bottom .a-search-bar .o-footer__about input, footer .o-footer__about .eyebrow, footer .o-footer__about .o-reactlisting__search-filters h4, .o-reactlisting__search-filters footer .o-footer__about h4, footer .o-footer__about .o-reactlisting__filters--item h4, .o-reactlisting__filters--item footer .o-footer__about h4, footer .o-footer__about .smalltext, footer .o-footer__about .a, footer .o-footer__bottom main ul .o-footer__about li,
footer .o-footer__bottom main ol .o-footer__about li, footer .o-footer__bottom .m-entity__quote .o-footer__about span, footer .o-footer__bottom .o-header__navigation .m-navigation__parent--item .o-footer__about a, footer .o-footer__bottom .o-header__navigation .m-navigation__overlay--content .o-footer__about a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item .o-footer__about h2, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__content--content .o-footer__about a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__links--content .o-footer__about a, footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .o-footer__about .m-mobile-navigation__parent--read-more, footer .o-footer__bottom header .o-footer__about .o-header__actions--search, footer .o-footer__bottom header .o-header__search--container .o-footer__about h4, footer .o-footer__about .o-footer__about--links ul li a, footer .o-footer__about--links ul li .o-footer__about a, footer .o-footer__about main ul li, main ul footer .o-footer__about li,
footer .o-footer__about main ol li,
main ol footer .o-footer__about li, footer .o-footer__about .a-btn--standard, footer .o-footer__about .a-btn--alt, footer .o-footer__about .a-btn--colored-alt, footer .o-footer__about .m-entity__quote span, .m-entity__quote footer .o-footer__about span, footer .o-footer__about select, footer .o-footer__about .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item footer .o-footer__about a, footer .o-footer__about .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content footer .o-footer__about a, footer .o-footer__about .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item footer .o-footer__about h2, footer .o-footer__about .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content footer .o-footer__about a, footer .o-footer__about .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content footer .o-footer__about a, footer .o-footer__about body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation footer .o-footer__about .m-mobile-navigation__parent--read-more, footer .o-footer__about header .o-header__actions--search, header footer .o-footer__about .o-header__actions--search, footer .o-footer__about header .o-header__search--container h4, header .o-header__search--container footer .o-footer__about h4, footer .o-footer__about a {
  color: #fff;
}
footer .o-footer__about ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
footer .o-footer__about ul li a {
  text-decoration: none;
}
footer .o-footer__about--links ul {
  gap: 20px;
}
footer .o-footer__about--links ul li a {
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s;
}
footer .o-footer__about--links ul li a:hover, footer .o-footer__about--links ul li a:focus {
  text-decoration: none;
}
footer .o-footer__about--social .m-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
}
footer .o-footer__about--social .m-social-links a {
  margin: 0 !important;
}
footer .o-footer__about--social .m-social-links a:hover svg path, footer .o-footer__about--social .m-social-links a:focus svg path {
  fill: var(--Core-Teal);
}
footer .o-footer__about--social .m-social-links svg {
  width: 32px;
  height: 32px;
}
footer .o-footer__about--social .m-social-links svg path {
  fill: #fff;
  transition: 0.2s;
}
footer .o-footer__bottom {

  padding-top: calc(var(--bump) * 1.5);
}

footer .o-footer__bottom p, footer .o-footer__bottom .o-teaser__filters--item, footer .o-footer__bottom .o-teaser__filters li span, .o-teaser__filters li footer .o-footer__bottom span, footer .o-footer__bottom .a-search-bar input, .a-search-bar footer .o-footer__bottom input, footer .o-footer__bottom .eyebrow, footer .o-footer__bottom .o-reactlisting__search-filters h4, .o-reactlisting__search-filters footer .o-footer__bottom h4, footer .o-footer__bottom .o-reactlisting__filters--item h4, .o-reactlisting__filters--item footer .o-footer__bottom h4, footer .o-footer__bottom .smalltext, footer .o-footer__bottom .a, footer .o-footer__bottom main ul li, main ul footer .o-footer__bottom li,
footer .o-footer__bottom main ol li,
main ol footer .o-footer__bottom li, footer .o-footer__bottom .a-btn--standard, footer .o-footer__bottom .a-btn--alt, footer .o-footer__bottom .a-btn--colored-alt, footer .o-footer__bottom .m-entity__quote span, .m-entity__quote footer .o-footer__bottom span, footer .o-footer__bottom .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content footer .o-footer__bottom h3, footer .o-footer__bottom select, footer .o-footer__bottom .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom h2, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content footer .o-footer__bottom a, footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation footer .o-footer__bottom .m-mobile-navigation__parent--read-more, footer .o-footer__bottom header .o-header__actions--search, header footer .o-footer__bottom .o-header__actions--search, footer .o-footer__bottom header .o-header__search--container h4, header .o-header__search--container footer .o-footer__bottom h4, footer .o-footer__bottom .o-footer__about--links ul li a, footer .o-footer__about--links ul li .o-footer__bottom a, footer .o-footer__bottom a {
  color: #fff;
}
footer .o-footer__bottom p, footer .o-footer__bottom .o-teaser__filters--item, footer .o-footer__bottom .o-teaser__filters li span, .o-teaser__filters li footer .o-footer__bottom span, footer .o-footer__bottom .a-search-bar input, .a-search-bar footer .o-footer__bottom input, footer .o-footer__bottom a, footer .o-footer__bottom .eyebrow, footer .o-footer__bottom .o-reactlisting__search-filters h4, .o-reactlisting__search-filters footer .o-footer__bottom h4, footer .o-footer__bottom .o-reactlisting__filters--item h4, .o-reactlisting__filters--item footer .o-footer__bottom h4, footer .o-footer__bottom .smalltext, footer .o-footer__bottom .a, footer .o-footer__bottom main ul li, main ul footer .o-footer__bottom li,
footer .o-footer__bottom main ol li,
main ol footer .o-footer__bottom li, footer .o-footer__bottom .a-btn--standard, footer .o-footer__bottom .a-btn--alt, footer .o-footer__bottom .a-btn--colored-alt, footer .o-footer__bottom .m-entity__quote span, .m-entity__quote footer .o-footer__bottom span, footer .o-footer__bottom .m-entity__statistics-individual--content h3, .m-entity__statistics-individual--content footer .o-footer__bottom h3, footer .o-footer__bottom select, footer .o-footer__bottom .o-header__navigation .m-navigation__parent--item a, .o-header__navigation .m-navigation__parent--item footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation__overlay--content a, .o-header__navigation .m-navigation__overlay--content footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__item h2, .o-header__navigation .m-navigation-grid__item footer .o-footer__bottom h2, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__content--content a, .o-header__navigation .m-navigation-grid__content--content footer .o-footer__bottom a, footer .o-footer__bottom .o-header__navigation .m-navigation-grid__links--content a, .o-header__navigation .m-navigation-grid__links--content footer .o-footer__bottom a, footer .o-footer__bottom body[data-mobile-nav=open] .o-header__navigation .m-mobile-navigation__parent--read-more, body[data-mobile-nav=open] .o-header__navigation footer .o-footer__bottom .m-mobile-navigation__parent--read-more, footer .o-footer__bottom header .o-header__actions--search, header footer .o-footer__bottom .o-header__actions--search, footer .o-footer__bottom header .o-header__search--container h4, header .o-header__search--container footer .o-footer__bottom h4, footer .o-footer__bottom .o-footer__about--links ul li a, footer .o-footer__about--links ul li .o-footer__bottom a {
  margin-bottom: 8px;
}
footer .o-footer__bottom a {
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s;
}
footer .o-footer__bottom a:hover, footer .o-footer__bottom a:focus {
  text-decoration: none;
}
footer .o-footer__bottom ul {
  margin: 0 0 calc(var(--bump) * 1.5) 0;
  padding: 0;
  list-style: none;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  flex-wrap: wrap;
}

/**
 * ----------------------
 * Un.titled
 * Organisms - Views
 * ----------------------
 */
/**
 * ----------------------
 * Un.titled
 * Organisms - Search results
 * ----------------------
 */
.a-search-bar {
  position: relative;
  display: grid;
  align-content: flex-end;
}
@media (max-width: 767px) {
  .a-search-bar {
    display: flex;
  }
}
.a-search-bar button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  background-position: center center;
  padding: 0;
}
.a-search-bar img {
  position: absolute;
  height: 46px;
  width: 24px;
  bottom: 0;
  padding: 0;
  left: 12px;
}
.a-search-bar input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  padding: 10px 20px 10px 40px;
}

#search-form {
  display: none;
  visibility: hidden;
}

.o-search-results-wrapper h2 {
  display: none;
}
.o-search-results-wrapper .result__title {
  margin-bottom: 0;
}
.o-search-results-wrapper__list {
  margin-bottom: calc(var(--bump) * 2);
}
.o-search-results-wrapper__list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-search-results-wrapper__list ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-search-results-wrapper__list ol li {
  margin-bottom: var(--bump);
}

/**
 * ----------------------
 * Un.titled
 * Organisms - sidebar
 * ----------------------
 */
/**
 * ----------------------
 * Un.titled
 * Organisms - Teasers
 * ----------------------
 */
.o-teaser {
  display: grid !important;
  grid-gap: calc(var(--bump) * 1.5);
  grid-template-rows: 320px 1fr;
}
.o-teaser:hover h2, .o-teaser:focus h2 {
  text-decoration: underline;
}
.o-teaser:hover h2 a, .o-teaser:focus h2 a {
  text-decoration: underline;
}
.o-teaser:hover img, .o-teaser:focus img {
  transform: scale(1.1);
}
.o-teaser__content {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.o-teaser__content--top {
  display: grid !important;
  grid-gap: 12px;
}
.o-teaser__content--top h4 {
  margin: 0;
  line-height: clamp(24px, var(--clamp), 24px);
  font-size: clamp(16px, var(--clamp), 16px);
}
.o-teaser__thumb {
  display: flex;
}
.o-teaser__thumb picture {
  overflow: hidden;
}
.o-teaser h2 {
  margin: 0;
  line-height: clamp(26px, var(--clamp), 32px);
  font-size: clamp(18px, var(--clamp), 24px);
}
.o-teaser h2 a {
  text-decoration: none;
}
.o-teaser img, .o-teaser picture {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.o-teaser__filters {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display: flex !important;
  flex-wrap: wrap;
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
  row-gap: 12px !important;
}
.o-teaser__filters li {
  margin: 0 !important;
  padding: 0;
}
.o-teaser__filters li:before {
  display: none !important;
}
.o-teaser__filters--item {
  border-radius: 32px;
  border: 2px solid var(--c-primary);
  background: #fff;
  padding: 4px 10px;
  display: flex;
  font-weight: 600;
  color: var(--c-primary);
  text-decoration: none;
  transition: 0.2s;
}
.o-teaser__filters--item:not([href]) {
  pointer-events: none;
}
.o-teaser__filters--item:hover, .o-teaser__filters--item:focus {
  border-color: var(--Core-Teal);
  background-color: var(--Core-Teal);
  color: var(--Core-Indigo, #23085A);
}
.bgColor--petrol .o-teaser__filters--item {
  background-color: #99edd1;
  color: var(--c-primary) !important;
}
.bgColor--teal .o-teaser__filters--item {
  background-color: #035c67;
  color: #fff !important;
}
.bgColor--yellow .o-teaser__filters--item {
  background-color: #e4b800;
  color: var(--c-primary);
}
.bgColor--red .o-teaser__filters--item {
  background-color: #ab0033;
  color: #fff !important;
}
.bgColor--petrol .o-teaser__filters--item, .bgColor--teal .o-teaser__filters--item, .bgColor--yellow .o-teaser__filters--item, .bgColor--red .o-teaser__filters--item {
  border: none;
}
.bgColor--petrol .o-teaser__filters--item:hover, .bgColor--petrol .o-teaser__filters--item:focus, .bgColor--teal .o-teaser__filters--item:hover, .bgColor--teal .o-teaser__filters--item:focus, .bgColor--yellow .o-teaser__filters--item:hover, .bgColor--yellow .o-teaser__filters--item:focus, .bgColor--red .o-teaser__filters--item:hover, .bgColor--red .o-teaser__filters--item:focus {
  background-color: #fff !important;
  color: var(--c-primary) !important;
}

.o-reactlisting {
  display: grid;
  grid-gap: calc(var(--bump) * 3);
  padding-bottom: calc(var(--bump) * 5.5);
}
@media (max-width: 767px) {
  .o-reactlisting {
    padding-bottom: calc(var(--bump) * 3);
  }
}
.o-reactlisting__view {
  display: grid;
  grid-gap: calc(var(--bump) * 4);
}
.o-reactlisting__view--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: calc(var(--bump) * 2);
  grid-row-gap: calc(var(--bump) * 4);
}
@media (max-width: 767px) {
  .o-reactlisting__view--grid {
    grid-template-columns: 1fr;
  }
}
.o-reactlisting__filters {
  display: grid;
  grid-gap: calc(var(--bump) * 2);
  position: relative;
}
.o-reactlisting__filters--clear-active {
  grid-template-columns: 1fr auto;
}
@media (max-width: 767px) {
  .o-reactlisting__filters--clear-active {
    grid-template-columns: 1fr;
  }
}
.o-reactlisting__filters--clear-absolute .o-reactlisting__filters--clear {
  position: absolute;
  right: 0;
  height: 100%;
}
.o-reactlisting__filters--clear {
  display: grid;
  align-content: flex-end;
  text-decoration: underline;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .o-reactlisting__filters--clear {
    justify-content: flex-end;
  }
}
.o-reactlisting__filters--clear a {
  color: var(--c-bodyColor);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 5px;
  cursor: pointer;
}
.o-reactlisting__filters--clear a:after {
  content: "";
  background-image: url("../img/cross.svg");
  width: 20px;
  height: 20px;
}
.o-reactlisting__filters--items {
  grid-gap: calc(var(--bump) * 2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .o-reactlisting__filters--items {
    grid-template-columns: 1fr;
  }
}
.o-reactlisting__filters--item {
  display: grid;
  grid-gap: 12px;
}
.o-reactlisting__filters--item h4 {
  color: var(--Core-Indigo);
}
.o-reactlisting__pagination {
  display: flex !important;
  justify-content: center;
  gap: calc(var(--bump) * 1.5);
  list-style: none !important;
  margin: 0;
}
.o-reactlisting__pagination li:before {
  display: none !important;
}
.o-reactlisting__pagination li.active a {
  text-decoration: underline;
}
.o-reactlisting__pagination li a {
  color: var(--Core-Indigo);
  text-decoration: none;
}
.o-reactlisting__pagination--next, .o-reactlisting__pagination--prev {
  width: 20px;
  cursor: pointer;
  background-position: center center;
}
.o-reactlisting__pagination--next.disabled, .o-reactlisting__pagination--prev.disabled {
  opacity: 0.25;
}
.o-reactlisting__pagination--next {
  background-image: url("../img/chevrons-right.svg");
  margin-left: calc(var(--bump) * 1.5);
}
.o-reactlisting__pagination--prev {
  background-image: url("../img/chevrons-left.svg");
  margin-right: calc(var(--bump) * 1.5);
}
.o-reactlisting__pagination--disabled {
  display: none;
}
.o-reactlisting__search-filters {
  display: grid;
  grid-row-gap: var(--bump);
}
@media (min-width: 769px) {
  .o-reactlisting__search-filters {
    grid-template-columns: 8fr 1fr 3fr;
  }
}
.o-reactlisting__search-filters h4 {
  color: var(--c-bodyColor);
}
@media (min-width: 769px) {
  .o-reactlisting__search-filters--items {
    grid-column: 3;
  }
}
