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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*
 * Settings
 */
:root {
  --color-primary: #087373;
  --color-primary-light: #94C3B3;
  --color-secondary: #811F4C;
  --color-accent: #C0CD30;
  --color-neutral-100: #FFFEFA;
  --color-neutral-200: #F3F7F3;
  --color-neutral-300: #E7F0ED;
  --color-neutral-400: #C3CAC8;
  --color-neutral-500: #9FA4A3;
  --color-neutral-600: #7B7F7D;
  --color-neutral-700: #575958;
  --color-neutral-800: #333;
  --link-color: var(--color-primary);
  --button-color: var(--color-secondary);
  --button-secondary-color: var(--color-primary);
}

:root {
  --content-width: 60rem;
  --content-width-small: 44.4444444444rem;
  --content-width-large: none;
  --content-padding: 1.1111111111rem;
  --section-gap: 3.5555555556rem;
  --page-gap: var(--section-gap);
  --nav-height: 4rem;
}
@media screen and (min-width: 55rem) {
  :root {
    --section-gap: 5.3333333333rem;
  }
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v43-latin-regular.woff2") format("woff2");
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v43-latin-italic.woff2") format("woff2");
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v43-latin-700.woff2") format("woff2");
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v43-latin-700italic.woff2") format("woff2");
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/lato-v24-latin-700.woff2") format("woff2");
}
/* lato-700italic - latin */
@font-face {
  font-display: swap;
  font-family: Lato;
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/lato-v24-latin-700italic.woff2") format("woff2");
}
:root {
  /* font families */
  --font-family-base: "Open Sans", opensans, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
  --font-family-headlines: "Lato", lato, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
  /* font weights */
  --font-weight-base: 400;
  --font-weight-bold: 700;
  /* font sizes */
  --font-size-h1: 1.3333333333rem;
  --font-size-h2: 1.1111111111rem;
  --font-size-h3: 1rem;
  --font-size-h4: 0.8888888889rem;
  --font-size-h5: var(--font-size-h4);
  --font-size-base: 0.8888888889rem;
  --font-size-small: 0.7777777778rem;
  /* line heights */
  --line-height-h1: 1.3;
  --line-height-h2: 1.3;
  --line-height-h3: 1.3;
  --line-height-h4: 1.3;
  --line-height-h5: 1.3;
  --line-height-base: 1.5;
  --line-height-small: 1.3;
}
@media screen and (min-width: 55rem) {
  :root {
    /* font sizes */
    --font-size-h1: 2rem;
    --font-size-h2: 1.7777777778rem;
    --font-size-h3: 1.5555555556rem;
    --font-size-h4: 1.3333333333rem;
    --font-size-h5: 1.1111111111rem;
    --font-size-base: 1.1111111111rem;
    --font-size-small: 0.8888888889rem;
  }
}
@media screen and (min-width: 75rem) {
  :root {
    /* font sizes */
    --font-size-h1: 2.6666666667rem;
    --font-size-h2: 2rem;
  }
}

/*
 * Tools
 */
/*
 * Generic
 */
p {
  margin-block: 0;
}

/*
 * Elements
 */
html {
  block-size: 100%;
  font-size: 18px;
  font-display: swap;
  box-sizing: border-box;
}

body {
  background: var(--color-neutral-100);
  color: var(--color-neutral-800);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
body.has-overlay {
  overflow: hidden;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1111111111rem;
  margin: 0;
}
figure img {
  aspect-ratio: 16/9;
  border-radius: 0.8888888889rem;
}

figcaption {
  font-size: var(--font-size-small);
  text-align: center;
  max-inline-size: var(--content-width-small);
}

button {
  padding: 0;
  background-color: unset;
  border: none;
}

.button {
  display: inline-block;
  padding: 0.6666666667rem 2.2222222222rem;
  margin-block-start: 1.7777777778rem;
  color: var(--color-neutral-100);
  background-color: var(--button-color);
  border-radius: 0.2777777778rem;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.button--secondary {
  --button-color: var(--button-secondary-color);
}
.button:hover {
  color: var(--color-neutral-100);
  background-color: color-mix(in srgb, var(--button-color) 80%, white);
}
.button:active {
  background-color: color-mix(in srgb, var(--button-color) 80%, black);
}
@media screen and (min-width: 55rem) {
  .button {
    border-radius: 0.5555555556rem;
  }
}

input {
  display: inline-block;
  padding: 0.3333333333rem;
  border: none;
  border-radius: 0.2222222222rem;
}
input::placeholder {
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-small);
}
@media screen and (min-width: 55rem) {
  input::placeholder {
    font-size: var(--font-size-base);
  }
}

h1, .h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  font-family: var(--font-family-headlines);
  font-weight: var(--font-weight-bold);
  margin-block-end: 0;
}
h1:first-child, .h1:first-child {
  margin-block-start: 0;
}
h1 + *, .h1 + * {
  margin-block-start: 1rem;
}

h2, .h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  font-family: var(--font-family-headlines);
  font-weight: var(--font-weight-bold);
  margin-block-end: 0;
}
h2:first-child, .h2:first-child {
  margin-block-start: 0;
}
h2 + *, .h2 + * {
  margin-block-start: 0.7222222222rem;
}

h3, .h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  font-family: var(--font-family-headlines);
  font-weight: var(--font-weight-bold);
  margin-block-end: 0;
}
h3:first-child, .h3:first-child {
  margin-block-start: 0;
}
h3 + *, .h3 + * {
  margin-block-start: 0.6296296296rem;
}

h4, .h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-family: var(--font-family-headlines);
  font-weight: var(--font-weight-bold);
  margin-block-end: 0;
}
h4:first-child, .h4:first-child {
  margin-block-start: 0;
}
h4 + *, .h4 + * {
  margin-block-start: 0.5833333333rem;
}

h5, .h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  font-family: var(--font-family-headlines);
  font-weight: var(--font-weight-bold);
  margin-block-end: 0;
}
h5:first-child, .h5:first-child {
  margin-block-start: 0;
}
h5 + *, .h5 + * {
  margin-block-start: 0.5555555556rem;
}

hr {
  min-inline-size: 6.6666666667rem;
  margin-inline: 0;
  border: 0.0555555556rem inset var(--color-neutral-100);
  opacity: 0.3;
}

img {
  display: block;
  inline-size: 100%;
  block-size: auto;
  object-fit: cover;
}

a {
  color: var(--link-color);
  text-decoration-line: underline;
  text-decoration-thickness: 0.0555555556rem;
  text-underline-offset: 0.1111111111rem;
  transition: color 0.2s ease;
}
a:hover {
  color: color-mix(in srgb, var(--link-color) 70%, transparent);
}
@media screen and (min-width: 55rem) {
  a {
    text-underline-offset: 0.1666666667rem;
  }
}

strong,
b {
  font-weight: var(--font-weight-bold);
}

small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

p + * {
  margin-block-start: 2rem;
}
p + p {
  margin-block-start: 1rem;
}

section[data-bg]:last-child {
  margin-block-end: calc(var(--section-gap) * -1);
}
section[data-bg] + section[data-bg] {
  margin-block-start: calc(var(--section-gap) * -1);
}
@media screen and (min-width: 55rem) {
  section[data-bg]:first-child {
    margin-block-start: calc(var(--section-gap) * -1);
  }
}

video {
  display: block;
  max-inline-size: 100%;
  margin-inline: auto;
  object-fit: cover;
}

/*
 * Objects
 */
.container {
  inline-size: calc(100% - 2 * var(--content-padding));
  max-inline-size: var(--content-width);
  margin-inline: auto;
  padding-inline: var(--content-padding);
}
.container--small {
  max-inline-size: var(--content-width-small);
}
.container--large {
  max-inline-size: var(--content-width-large);
}

.page {
  display: flex;
  flex-flow: column nowrap;
  row-gap: var(--page-gap);
  min-block-size: calc(100vh - var(--nav-height));
  padding-block-start: var(--nav-height);
}
.page--blog {
  row-gap: calc(var(--page-gap) / 2);
}
.page__content {
  display: flex;
  flex-flow: column nowrap;
  row-gap: var(--section-gap);
}
.page__footer {
  margin-block-start: auto;
}

/*
 * Components
 */
.c-accordion {
  padding-block: var(--section-gap);
  background-color: var(--color-neutral-300);
}
.c-accordion__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2222222222rem 3.5555555556rem;
}
.c-accordion__list {
  inline-size: auto;
  background-color: var(--color-neutral-200);
  border-radius: 0.5555555556rem;
  overflow: hidden;
  list-style: none;
}
.c-accordion__item {
  position: relative;
}
.c-accordion__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  inset: auto 1.1111111111rem 0;
  display: block;
  block-size: 0.0555555556rem;
  background-color: var(--color-primary);
}
.c-accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3333333333rem 1.1111111111rem;
  cursor: pointer;
}
.c-accordion__title::marker, .c-accordion__title::-webkit-details-marker {
  display: none;
}
.c-accordion__icon {
  flex: 0 0 auto;
  color: var(--color-primary);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.c-accordion__item[open] .c-accordion__icon {
  transform: rotate(-90deg);
}
.c-accordion__content {
  margin: 0;
  padding: 0 1.1111111111rem 1.1111111111rem;
}
@media screen and (min-width: 55rem) {
  .c-accordion__container {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.c-anchor {
  margin-block-start: calc(var(--section-gap) * -1);
}

.c-card {
  display: flex;
  flex-direction: column;
  gap: 0.4444444444rem 4.4444444444rem;
  padding: 1.1111111111rem;
  color: var(--text-color);
  background-color: var(--theme-color);
  border-radius: 0.8888888889rem;
}
.c-card__image {
  aspect-ratio: 3/2;
  border-radius: 0.5555555556rem;
}
.c-card--testimonial .c-card__image {
  max-inline-size: 17.7777777778rem;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-inline: auto;
}
.c-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block: 0.6666666667rem;
}
.c-card--testimonial .c-card__content {
  flex-direction: column-reverse;
  gap: 0.4444444444rem;
}
.c-card__headline {
  margin-block-start: 0;
}
@media screen and (min-width: 55rem) {
  .c-card {
    flex-direction: row;
  }
  .c-card__image {
    inline-size: 50%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 75rem) {
  .c-card {
    padding: 2.2222222222rem;
  }
  .c-card__image {
    inline-size: 45%;
  }
}

.c-color-box {
  position: relative;
  display: block;
  padding-block: var(--section-gap);
  color: var(--text-color);
  text-decoration: none;
}
.c-color-box::after {
  content: "";
  position: absolute;
  inset: 0;
  margin-inline: auto;
  background-color: var(--theme-color);
  z-index: -1;
}
.c-color-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3333333333rem 3.5555555556rem;
}
.c-color-box__image {
  aspect-ratio: 3/2;
  border-radius: 1.1111111111rem;
}
.c-color-box__more {
  display: inline-block;
  margin-block-start: 0.8888888889rem;
}
@media screen and (min-width: 55rem) {
  .c-color-box__grid {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (min-width: 100rem) {
  .c-color-box + section[data-bg] {
    margin-block-start: 0 !important;
  }
  .c-color-box::after {
    max-inline-size: calc(var(--content-width) + 11.1111111111rem);
    border-radius: 1.1111111111rem;
  }
}

.c-footer {
  --link-color: var(--color-neutral-100);
  position: relative;
  padding-block: 3.1111111111rem 4.4444444444rem;
  background-color: var(--color-secondary);
  color: var(--color-neutral-100);
  overflow: hidden;
}
.c-footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3333333333rem;
}
.c-footer__info {
  display: flex;
  gap: 1.1111111111rem;
}
.c-footer__logo {
  margin-block-start: 0.2222222222rem;
}
.c-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.6666666667rem;
}
.c-footer__nav--social {
  flex-direction: row;
  gap: 0.8888888889rem;
}
.c-footer__social {
  display: flex;
  flex-direction: column;
  gap: 0.6666666667rem;
}
.c-footer__bg {
  position: absolute;
  inset: auto 0 -30% auto;
  opacity: 0.1;
}
@media screen and (min-width: 55rem) {
  .c-footer {
    padding-block: 5rem;
  }
  .c-footer__container {
    flex-direction: row;
    align-items: stretch;
    gap: 3.1111111111rem;
  }
  .c-footer__divider {
    min-inline-size: 0;
    block-size: auto;
    margin: 0;
  }
  .c-footer__info {
    gap: 1.7777777778rem;
  }
  .c-footer__logo {
    inline-size: 5.5555555556rem;
    block-size: 5.5555555556rem;
  }
  .c-footer__nav {
    min-inline-size: 6.6666666667rem;
  }
  .c-footer__bg {
    inset-block-end: -60%;
  }
}

.c-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.7777777778rem;
  padding-block: 0;
  color: var(--theme-color);
}
.c-header__image {
  aspect-ratio: 3/4;
}
@media screen and (min-width: 36rem) {
  .c-header__image {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 55rem) {
  .c-header__image {
    aspect-ratio: 16/9;
  }
  .c-header--default .c-header__headline {
    position: absolute;
    inset: 50% auto auto 0;
    inline-size: 50%;
    max-inline-size: 44.4444444444rem;
    padding: 2.6666666667rem 2.2222222222rem;
    background-color: color-mix(in srgb, var(--theme-color) 80%, transparent);
    color: var(--color-neutral-100);
    transform: translateY(-50%);
    border-radius: 0 1.1111111111rem 1.1111111111rem 0;
  }
}
@media screen and (min-width: 75rem) {
  .c-header--default {
    display: block;
  }
  .c-header__image {
    aspect-ratio: 21/9;
  }
  .c-header--default .c-header__headline {
    padding-inline: 5.3333333333rem;
  }
}

.c-icons__slider {
  margin-block-start: 3.1111111111rem;
}
.c-icons__slide {
  text-align: center;
  justify-items: center;
}
.c-icons svg {
  inline-size: 5.3333333333rem;
  block-size: 5.3333333333rem;
}
@media screen and (min-width: 55rem) {
  .c-icons__slider {
    margin-block-start: 7.1111111111rem;
  }
  .c-icons__list {
    /* stylelint-disable no-important */
    display: grid !important;
    /* stylelint-enable no-important */
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333rem 13.3333333333rem;
  }
}

.c-main-nav {
  --link-color: var(--color-neutral-100);
  position: fixed;
  inset-inline: 0;
  color: var(--color-primary);
  background-color: var(--color-neutral-100);
  box-shadow: 0 0 0.2222222222rem color-mix(in srgb, var(--color-neutral-500) 50%, transparent);
  z-index: 99;
  transition: all 0.5s ease;
  overflow: hidden;
}
.c-main-nav--active {
  block-size: 100dvh;
  color: var(--color-neutral-100);
  background-color: var(--color-primary);
}
.c-main-nav__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.7777777778rem;
  block-size: calc(100% - 1.7777777778rem);
  padding-block: 0.8888888889rem;
}
.c-main-nav--active .c-main-nav__logo {
  display: none;
}
.c-main-nav__logo--mono {
  display: none;
}
.c-main-nav--active .c-main-nav__logo--mono {
  display: block;
}
.c-main-nav__button {
  position: absolute;
  inset: 1.1111111111rem 1.1111111111rem auto auto;
  display: flex;
  color: inherit;
}
.c-main-nav--active .c-main-nav__icon {
  display: none;
}
.c-main-nav__icon--close {
  display: none;
}
.c-main-nav--active .c-main-nav__icon--close {
  display: block;
}
.c-main-nav__list {
  display: none;
  flex-direction: column;
  gap: 1.3333333333rem 2.2222222222rem;
  margin: 2.2222222222rem 0;
  padding: 0;
}
.c-main-nav--active .c-main-nav__list {
  display: flex;
}
.c-main-nav__item {
  list-style: none;
}
.c-main-nav__link {
  font-size: var(--font-size-h1);
  text-decoration-line: none;
}
.c-main-nav__link--active {
  text-decoration-line: underline;
}
.c-main-nav__card {
  --link-color: var(--color-neutral-800);
  display: none;
  margin-block-start: auto;
  padding: 1.1111111111rem;
  align-self: stretch;
  color: var(--color-neutral-800);
  background-color: var(--color-neutral-100);
  border-radius: 0.5555555556rem;
}
.c-main-nav--active .c-main-nav__card {
  display: block;
}
.c-main-nav__card-title {
  margin-block-start: 0;
}
@media screen and (min-width: 55rem) {
  .c-main-nav__link {
    font-size: var(--font-size-h2);
  }
}
@media screen and (min-width: 75rem) {
  .c-main-nav {
    --link-color: var(--color-neutral-800);
  }
  .c-main-nav__container {
    flex-direction: row;
    align-items: center;
    padding-block: 1.1111111111rem;
  }
  .c-main-nav__button {
    display: none;
  }
  .c-main-nav__list {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .c-main-nav__link {
    font-size: var(--font-size-small);
  }
  .c-main-nav__card {
    display: block;
    padding: 0;
  }
  .c-main-nav__card *:not(.c-main-nav__cta) {
    display: none;
  }
  .c-main-nav__cta {
    margin: 0;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 0.6666666667rem;
  padding: 0;
  list-style: none;
}
.c-pagination__item {
  display: flex;
  inline-size: 2rem;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  color: var(--color-neutral-100);
  background-color: var(--color-primary-light);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  border-radius: 100%;
}
.c-pagination__item[aria-current] {
  color: var(--color-neutral-100);
  background-color: var(--color-primary);
}

.c-parallax {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.c-parallax__image {
  --parallax-offset: 0;
  position: absolute;
  min-block-size: 100%;
  transform: translateY(var(--parallax-offset)) scale(1.5);
}
@media screen and (min-width: 55rem) {
  .c-parallax {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 75rem) {
  .c-parallax {
    aspect-ratio: 21/9;
  }
}

.c-quote {
  position: relative;
  padding-block: calc(var(--section-gap) * 2);
  color: var(--color-neutral-100);
}
.c-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-primary);
  opacity: 0.8;
  z-index: -1;
}
.c-quote__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  block-size: 100%;
}
.c-quote__citation {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

.c-slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  inset-block: auto 0;
  inset-inline: var(--content-padding);
  margin-inline: auto;
  max-inline-size: 22.2222222222rem;
}
.c-slider__arrow {
  position: static;
  inline-size: 2.2222222222rem;
  block-size: 2.2222222222rem;
  background: none;
  transform: none;
  opacity: 1;
}
.c-slider__arrow svg {
  fill: var(--color-primary);
  block-size: 1.3333333333rem;
  inline-size: 1.3333333333rem;
}
.c-slider__pagination {
  position: static;
  margin-block-start: 2.2222222222rem;
}
.c-slider__page {
  block-size: 1rem;
  inline-size: 1rem;
  margin: 0.5555555556rem 0.3333333333rem;
  background-color: var(--color-primary-light);
}
.c-slider__page.is-active {
  background-color: var(--color-primary);
  transform: none;
}

/*
 * Trumps
 */
.u-text-bold {
  font-weight: var(--font-weight-bold);
}

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

.u-text-end {
  text-align: end;
}
