/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** ------------------------------------------------------
*   Theme settings
* ---------------------------------------------------- **/
/* enable/disable debug mode */
/** ------------------------------------------------------
*   Breakpoint variables
* ---------------------------------------------------- **/
:root {
  --xs: 25em;
  --sm: 35em;
  --md: 48em;
  --lg: 60em;
  --xl: 80em;
  --xxl: 90em;
  --huge: 105em;
  --max: 120em;
}

/** --------------------------------------------------
*   Mixins
*
*   TABLE OF CONTENT
*   container         Create a container (also works with classes, check 3_base/_containers.scss)
*                     => @include @include mixins.container(--xs, 1.5em);
*   grid              Grid <3 (Also works with classes, check out 3_base/_grid.scss)
*                     => @include @include mixins.grid(3, 1.5em);
*   font              Style via typography set (family, weight, size, line-height and spacing)
*                     => @include mixins.font('text-small');
*   debug             Debug a specific element in Drupal (should not be used manually)
*   Bulk transition   Transition multiple properties at once
*                     => @include transition(.8s, cubic-bezier(.5, 0, 0, 1), 0s, transform, background-color);
*   Media queries     ...
*
*   -------------------------------------------------- **/
/* Container: @include @include mixins.container(--xs, 1.5em);
   ---------------------------------------------------- */
/* Grid: @include @include mixins.grid(3, 1.5em);
   ---------------------------------------------------- */
/* Font: @include mixins.font('text-small');
   ---------------------------------------------------- */
/* Debugging with labels (based on Drupal)
   ---------------------------------------------------- */
/*
* Media Queries
*/
/** ------------------------------------------------------
*   Debug mode
* ---------------------------------------------------- **/
/* stylelint-disable */
/* Variables */
/* Debug mode */
@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__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;
} /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! 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;
}

/** ------------------------------------------------------
*   Theme fonts
* ---------------------------------------------------- **/
/* TWKLausanne
   ---------------------------------------------------- */
@font-face {
  font-family: TWKLausanne;
  src: url("../fonts/TWKLausanne/TWKLausanne-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
/** ------------------------------------------------------
*   Generic variables
* ---------------------------------------------------- **/
:root {
  /* General spacer - used on containers etc. */
  --spacer-default: 1.6rem;
  /*  Animation cubics */
  --cubic-default: cubic-bezier(0.5, 0, 0, 1);
  --cubic-bounce: cubic-bezier(0.5, 0, 0.5, 1.5);
  /*  Border radius */
  --radius-default: 0.8rem;
  --radius-large: 4rem;
  /*  Shadows */
  --shadow-default: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  --shadow-light: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
}

/** ------------------------------------------------------
*   Color variables
* ---------------------------------------------------- **/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-01: var(--color-white);
  --color-02: var(--color-black);
  --color-03: #474440;
  --color-04: #918f8c;
  --color-05: #bcbab5;
  --color-06: #eae7e0;
  --color-07: #f0efed;
  --color-08: #f5f4f3;
  --color-09: #ece9e4;
  --color-theme-logo: var(--color-03);
  --color-theme-background: var(--color-01);
  --color-theme-text: var(--color-04);
  --color-theme-text-light: var(--color-05);
  --color-theme-title: var(--color-03);
}

:root {
  /*
  * Title fonts - Desktop
  */
  --title-1000-desktop-size: 7.2rem;
  --title-1000-desktop-lineheight: 8rem;
  --title-1000-desktop-spacing: -1%;
  --title-900-desktop-size: 4.8rem;
  --title-900-desktop-lineheight: 4.8rem;
  --title-900-desktop-spacing: -0.05rem;
  --title-800-desktop-size: 4rem;
  --title-800-desktop-lineheight: 4.8rem;
  --title-800-desktop-spacing: 0;
  --title-700-desktop-size: 3.2rem;
  --title-700-desktop-lineheight: 4rem;
  --title-700-desktop-spacing: 0;
  --title-600-desktop-size: 2.5rem;
  --title-600-desktop-lineheight: 3.2rem;
  --title-600-desktop-spacing: 0;
  --title-500-desktop-size: 2rem;
  --title-500-desktop-lineheight: 2.4rem;
  --title-500-desktop-spacing: 0;
  --title-400-desktop-size: 1.6rem;
  --title-400-desktop-lineheight: 2.4rem;
  --title-400-desktop-spacing: 0;
  --title-300-desktop-size: 1.4rem;
  --title-300-desktop-lineheight: 1.6rem;
  --title-300-desktop-spacing: 0;
  /*
  * Title fonts - Mobile
  */
  --title-1000-mobile-size: 3.8rem;
  --title-1000-mobile-lineheight: 4rem;
  --title-1000-mobile-spacing: -1%;
  --title-900-mobile-size: 3rem;
  --title-900-mobile-lineheight: 3.2rem;
  --title-800-mobile-size: 2.6rem;
  --title-800-mobile-lineheight: 3.2rem;
  --title-800-mobile-spacing: 0;
  --title-700-mobile-size: 2.3rem;
  --title-700-mobile-lineheight: 2.4rem;
  --title-700-mobile-spacing: 0;
  --title-600-mobile-size: 2rem;
  --title-600-mobile-lineheight: 2.4rem;
  --title-600-mobile-spacing: 0;
  --title-500-mobile-size: 1.8rem;
  --title-500-mobile-lineheight: 2.4rem;
  --title-500-mobile-spacing: 0;
  --title-400-mobile-size: 1.5rem;
  --title-400-mobile-lineheight: 2.4rem;
  --title-400-mobile-spacing: 0;
  --title-300-mobile-size: 1.4rem;
  --title-300-mobile-lineheight: 1.6rem;
  --title-300-mobile-spacing: 0;
  /*
  * Text fonts - Desktop
  */
  --text-x-large-desktop-size: 2.6rem;
  --text-x-large-desktop-lineheight: 4rem;
  --text-x-large-desktop-spacing: 0;
  --text-large-desktop-size: 1.8rem;
  --text-large-desktop-lineheight: 3.2rem;
  --text-large-desktop-spacing: 0;
  --text-standard-desktop-size: 1.6rem;
  --text-standard-desktop-lineheight: 2.4rem;
  --text-standard-desktop-spacing: 0;
  --text-small-desktop-size: 1.3rem;
  --text-small-desktop-lineheight: 2rem;
  --text-small-desktop-spacing: 0;
  --intro-label-desktop-size: 1.2rem;
  --intro-label-desktop-lineheight: 1.6rem;
  --intro-label-desktop-spacing: 0;
  /*
  * Text fonts - Mobile
  */
  --text-x-large-mobile-size: 2.2rem;
  --text-x-large-mobile-lineheight: 3.2rem;
  --text-x-large-mobile-spacing: 0;
  --text-large-mobile-size: 1.6rem;
  --text-large-mobile-lineheight: 2.4rem;
  --text-large-mobile-spacing: 0;
  --text-standard-mobile-size: 1.2rem;
  --text-standard-mobile-lineheight: 1.6rem;
  --text-standard-mobile-spacing: 0;
  --text-small-mobile-size: 1rem;
  --text-small-mobile-lineheight: 1.6rem;
  --text-small-mobile-spacing: 0;
  --intro-label-mobile-size: 1rem;
  --intro-label-mobile-lineheight: 1.6rem;
  --intro-label-mobile-spacing: 0;
  /*
  * Form fonts - Desktop
  */
  --label-desktop-size: 1.6rem;
  --label-desktop-lineheight: 2.4rem;
  --label-desktop-spacing: 0;
  --floating-label-desktop-size: 1.2rem;
  --floating-label-desktop-lineheight: 1.6rem;
  --floating-label-desktop-spacing: 0;
  --input-label-desktop-size: 1.4rem;
  --input-label-desktop-lineheight: 2.4rem;
  --input-label-desktop-spacing: 0;
  /*
  * Form fonts - Mobile
  */
  --label-mobile-size: 1.2rem;
  --label-mobile-lineheight: 1.6rem;
  --label-mobile-spacing: 0;
  --floating-label-mobile-size: 1rem;
  --floating-label-mobile-lineheight: 1.6rem;
  --floating-label-mobile-spacing: 0;
  --input-label-mobile-size: 1.2rem;
  --input-label-mobile-lineheight: 1.6rem;
  --input-label-mobile-spacing: 0;
  /*
  * CTA fonts - Desktop
  */
  --cta-text-desktop-size: 1.6rem;
  --cta-text-desktop-lineheight: 1.6rem;
  --cta-text-desktop-spacing: 0;
  /*
  * CTA fonts - Mobile
  */
  --cta-text-mobile-size: 1.2rem;
  --cta-text-mobile-lineheight: 1.6rem;
  --cta-text-mobile-spacing: 0;
}

/** ------------------------------------------------------
*   Keyframe animations
*
*   TABLE OF CONTENT
*   circle-loop:  Let item make a complete 360
*
* ---------------------------------------------------- **/
/* Let item make a complete 360
   ---------------------------------------------------- */
@keyframes circle-loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/** ------------------------------------------------------
*   General default styling
* ---------------------------------------------------- **/
/* Make sure the page never scrolls horizontally
   ---------------------------------------------------- */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

/* Default page styling
   ---------------------------------------------------- */
body {
  font-family: TWKLausanne, sans-serif;
  font-size: 1.6rem;
  background-color: var(--color-01);
  color: var(--color-02);
  overflow: visible;
}

select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
}

/* Project color specific selections and default box sizing
   ---------------------------------------------------- */
* {
  box-sizing: border-box;
  outline-offset: 6px;
}

.text-column__text {
  overflow: hidden;
  transition: height 0.6s ease;
}
.text-column__text.hide {
  height: 0;
}

.container .container {
  max-width: 100%;
}

/** ------------------------------------------------------
*   Containers
* ---------------------------------------------------- **/
.container {
  width: var(--xxl);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--xs {
  width: var(--xs);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--sm {
  width: var(--sm);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--md {
  width: var(--md);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--lg {
  width: var(--lg);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--xl {
  width: var(--xl);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--xxl {
  width: var(--xxl);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}
.container--huge {
  width: var(--huge);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
}

/** ------------------------------------------------------
*   Grid layouts
* ---------------------------------------------------- **/
/* 3 Defaults to 3 equal columns and gap of 1.5em
   ---------------------------------------------------- */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  /* 3 column grids
     ---------------------------------------------------- */
  /* 2 column grids
     ---------------------------------------------------- */
}
.grid--50-25-25 {
  grid-template-columns: 2fr 1fr 1fr;
}
.grid--25-50-25 {
  grid-template-columns: 1fr 2fr 1fr;
}
.grid--25-25-50 {
  grid-template-columns: 1fr 1fr 2fr;
}
.grid--50-50 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--33-67 {
  grid-template-columns: 1fr 2fr;
}
.grid--67-33 {
  grid-template-columns: 2fr 1fr;
}
.grid--25-75 {
  grid-template-columns: 1fr 3fr;
}
.grid--75-25 {
  grid-template-columns: 3fr 1fr;
}

/** ------------------------------------------------------
*   Default form
* ---------------------------------------------------- **/
input:not([type=submit]),
textarea,
select {
  font-family: var(--form-input-mobile-family), sans-serif;
  font-weight: var(--form-input-mobile-weight);
  font-size: var(--form-input-mobile-size);
  line-height: var(--form-input-mobile-lineheight);
  letter-spacing: var(--form-input-mobile-spacing);
  display: block;
  outline: none;
  width: 100%;
  padding: 1em 1.25em;
  border-radius: var(--radius-small);
  border: 1px solid var(--color-border-basic);
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 48em) {
  input:not([type=submit]),
  textarea,
  select {
    font-family: var(--form-input-desktop-family), sans-serif;
    font-weight: var(--form-input-desktop-weight);
    font-size: var(--form-input-desktop-size);
    line-height: var(--form-input-desktop-lineheight);
    letter-spacing: var(--form-input-desktop-spacing);
  }
}

textarea {
  resize: none;
}

label {
  font-family: var(--form-label-mobile-family), sans-serif;
  font-weight: var(--form-label-mobile-weight);
  font-size: var(--form-label-mobile-size);
  line-height: var(--form-label-mobile-lineheight);
  letter-spacing: var(--form-label-mobile-spacing);
  display: block;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 48em) {
  label {
    font-family: var(--form-label-desktop-family), sans-serif;
    font-weight: var(--form-label-desktop-weight);
    font-size: var(--form-label-desktop-size);
    line-height: var(--form-label-desktop-lineheight);
    letter-spacing: var(--form-label-desktop-spacing);
  }
}

.form-item {
  display: block;
  margin-bottom: 1.5em;
}
.form-item .description {
  font-family: var(--text-small-mobile-family), sans-serif;
  font-weight: var(--text-small-mobile-weight);
  font-size: var(--text-small-mobile-size);
  line-height: var(--text-small-mobile-lineheight);
  letter-spacing: var(--text-small-mobile-spacing);
  font-style: italic;
  margin: 0.25em 0;
}
@media screen and (min-width: 48em) {
  .form-item .description {
    font-family: var(--text-small-desktop-family), sans-serif;
    font-weight: var(--text-small-desktop-weight);
    font-size: var(--text-small-desktop-size);
    line-height: var(--text-small-desktop-lineheight);
    letter-spacing: var(--text-small-desktop-spacing);
  }
}

.recaptcha {
  margin: 0 0 3rem 0;
}

/* User forms
   ---------------------------------------------------- */
.user-container {
  width: 60rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}
.user-container form {
  margin-right: 0;
  margin-left: 0;
}

.user-pass .form-item + p {
  margin-top: -2rem;
  margin-bottom: 2em;
  font-style: italic;
  font-size: 1.4rem;
}

.profile {
  margin: 2rem;
}

/** ------------------------------------------------------
*   Default typography
* ---------------------------------------------------- **/
h1 {
  font-family: var(--title-900-mobile-family), sans-serif;
  font-weight: var(--title-900-mobile-weight);
  font-size: var(--title-900-mobile-size);
  line-height: var(--title-900-mobile-lineheight);
  letter-spacing: var(--title-900-mobile-spacing);
}
@media screen and (min-width: 48em) {
  h1 {
    font-family: var(--title-900-desktop-family), sans-serif;
    font-weight: var(--title-900-desktop-weight);
    font-size: var(--title-900-desktop-size);
    line-height: var(--title-900-desktop-lineheight);
    letter-spacing: var(--title-900-desktop-spacing);
  }
}

h2 {
  font-family: var(--title-800-mobile-family), sans-serif;
  font-weight: var(--title-800-mobile-weight);
  font-size: var(--title-800-mobile-size);
  line-height: var(--title-800-mobile-lineheight);
  letter-spacing: var(--title-800-mobile-spacing);
}
@media screen and (min-width: 48em) {
  h2 {
    font-family: var(--title-800-desktop-family), sans-serif;
    font-weight: var(--title-800-desktop-weight);
    font-size: var(--title-800-desktop-size);
    line-height: var(--title-800-desktop-lineheight);
    letter-spacing: var(--title-800-desktop-spacing);
  }
}

h3 {
  font-family: var(--title-700-mobile-family), sans-serif;
  font-weight: var(--title-700-mobile-weight);
  font-size: var(--title-700-mobile-size);
  line-height: var(--title-700-mobile-lineheight);
  letter-spacing: var(--title-700-mobile-spacing);
}
@media screen and (min-width: 48em) {
  h3 {
    font-family: var(--title-700-desktop-family), sans-serif;
    font-weight: var(--title-700-desktop-weight);
    font-size: var(--title-700-desktop-size);
    line-height: var(--title-700-desktop-lineheight);
    letter-spacing: var(--title-700-desktop-spacing);
  }
}

h4 {
  font-family: var(--title-600-mobile-family), sans-serif;
  font-weight: var(--title-600-mobile-weight);
  font-size: var(--title-600-mobile-size);
  line-height: var(--title-600-mobile-lineheight);
  letter-spacing: var(--title-600-mobile-spacing);
}
@media screen and (min-width: 48em) {
  h4 {
    font-family: var(--title-600-desktop-family), sans-serif;
    font-weight: var(--title-600-desktop-weight);
    font-size: var(--title-600-desktop-size);
    line-height: var(--title-600-desktop-lineheight);
    letter-spacing: var(--title-600-desktop-spacing);
  }
}

h5 {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
}
@media screen and (min-width: 48em) {
  h5 {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}

h6 {
  font-family: var(--title-400-mobile-family), sans-serif;
  font-weight: var(--title-400-mobile-weight);
  font-size: var(--title-400-mobile-size);
  line-height: var(--title-400-mobile-lineheight);
  letter-spacing: var(--title-400-mobile-spacing);
}
@media screen and (min-width: 48em) {
  h6 {
    font-family: var(--title-400-desktop-family), sans-serif;
    font-weight: var(--title-400-desktop-weight);
    font-size: var(--title-400-desktop-size);
    line-height: var(--title-400-desktop-lineheight);
    letter-spacing: var(--title-400-desktop-spacing);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-theme-title);
}

p {
  font-family: var(--text-standard-mobile-family), sans-serif;
  font-weight: var(--text-standard-mobile-weight);
  font-size: var(--text-standard-mobile-size);
  line-height: var(--text-standard-mobile-lineheight);
  letter-spacing: var(--text-standard-mobile-spacing);
}
@media screen and (min-width: 48em) {
  p {
    font-family: var(--text-standard-desktop-family), sans-serif;
    font-weight: var(--text-standard-desktop-weight);
    font-size: var(--text-standard-desktop-size);
    line-height: var(--text-standard-desktop-lineheight);
    letter-spacing: var(--text-standard-desktop-spacing);
  }
}

a {
  --color: (--color-04);
  transition: color 0.3s ease;
  color: var(--color);
  text-decoration: none;
}
a:hover, a:focus {
  --color: var(--color-03);
}

/** --------------------------------------------------
*   HEADER components
*
*   TABLE OF CONTENTS
*   Variables
*   Header container
*   Branding logo
*   Navigation part
*   Mobile buttons
*   Mobile close icon
*   Hambuger icon
*
*   -------------------------------------------------- */
/* Variables
   ---------------------------------------------------- */
/* Header container
   ---------------------------------------------------- */
.region--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1.8rem 0;
}
.region--header.revert .region--header__button,
.region--header.revert .region--header__logo svg {
  color: var(--color-08);
}
.region--header.revert .stripe {
  background-color: var(--color-08);
}
.no-header .region--header {
  position: sticky;
}
@media screen and (min-width: 60em) {
  .region--header {
    padding: 2.4rem 0;
  }
}
.region--header__button {
  color: var(--color-theme-text);
  padding: 0;
  text-transform: uppercase;
  outline: none;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 60em) {
  .region--header__button {
    margin: 0 7.2rem 0 0;
  }
}
.region--header__button > *:not(:last-child) {
  display: block;
  margin: 0 0 0.9rem 0;
}
.region--header__button .stripe {
  width: 4rem;
  height: 0.52rem;
  background-color: var(--color-theme-logo);
  transition: transform 0.4s var(--cubic-default);
  box-shadow: 0rem 0rem 0.1rem var(--color-03);
}
.region--header__button:hover :nth-child(3) {
  transform: translateY(-0.3rem);
}
.region--header__button:hover :nth-child(2) {
  transform: translateY(0.3rem);
}
.region--header__logo {
  margin: 1rem 0 0 0;
  display: inline;
  transition: all 0.6s var(--cubic-default);
}
.region--header__logo.hide {
  transform: translateX(-5rem);
  opacity: 0;
  pointer-events: none;
}
.region--header__logo svg {
  display: block;
  height: 3.2rem;
  width: auto;
  color: var(--color-theme-logo);
  transition: color 0.3s ease;
}
.region--header__navigation {
  position: fixed;
  inset: 0;
  background-color: var(--color-03);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s var(--cubic-default);
}
@media screen and (min-width: 60em) {
  .region--header__navigation {
    margin: 0;
  }
}
.region--header__navigation.active {
  opacity: 1;
  pointer-events: auto;
}
.region--header__navigation .container {
  padding: 6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.region--header__navigation__upper {
  display: flex;
  justify-content: space-between;
}
.region--header__navigation__upper button {
  outline: none;
  border: none;
  background: transparent;
}
.region--header__navigation__bottom svg {
  width: 100%;
}
.region--header__navigation__bottom svg path {
  transition: fill 0.6s var(--cubic-default);
  fill: var(--color-04);
}
.region--header__navigation__bottom svg path:hover {
  fill: var(--color-01);
}
.toolbar-fixed .region--header {
  position: relative;
}

.region--header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 48em) {
  .region--header__inner {
    justify-content: flex-start;
    flex-direction: row;
  }
}

/** --------------------------------------------------
*   FOOTER components
*
*   TABLE OF CONTENTS
*   Variables
*   General
*   Main Footer
*   Logo
*   Address
*   Meta
*   Make It Fly
*
*   -------------------------------------------------- */
/* Variables
   ---------------------------------------------------- */
/* General
   ---------------------------------------------------- */
.region--footer {
  color: var(--color-01);
  background-color: var(--color-03);
}

/* Company logo
   ---------------------------------------------------- */
.region--footer__logo svg {
  display: block;
  height: 1.9rem;
  width: auto;
  color: var(--color-01);
  transition: color 0.3s ease;
}
.region--footer__logo:hover svg, .region--footer__logo:focus svg {
  color: var(--color-04);
}

/* top
   ---------------------------------------------------- */
.region--footer__top {
  position: relative;
  padding: 2.4rem 0;
}
@media screen and (min-width: 48em) {
  .region--footer__top {
    padding: 4rem 0;
  }
}
.region--footer__top__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 48em) {
  .region--footer__top__inner {
    gap: 2.4rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* Main footer
   ---------------------------------------------------- */
.region--footer__main {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.4rem;
  padding: 6.4rem 0;
}
@media screen and (min-width: 48em) {
  .region--footer__main {
    grid-template-columns: 2fr 2fr minmax(33.33%, 31.2rem);
  }
}
@media screen and (min-width: 80em) {
  .region--footer__main {
    grid-template-columns: 1fr 3fr minmax(auto, 31.2rem);
  }
}
.region--footer__main__contact p,
.region--footer__main__contact .field {
  color: var(--color-05);
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 17rem;
}
.region--footer__main__contact .field {
  max-width: 16rem;
  margin-bottom: 2em;
}
.region--footer__main__contact mark {
  background-color: transparent;
  color: var(--color-01);
}
.region--footer__main__contact a:hover, .region--footer__main__contact a:focus {
  color: var(--color-01);
}

/* bottom
   ---------------------------------------------------- */
.region--footer__bottom {
  padding: 2.2rem 0;
  color: var(--color-04);
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  gap: 1rem 2rem;
}
@media screen and (min-width: 48em) {
  .region--footer__bottom {
    align-items: flex-end;
    flex-direction: row;
  }
}
.region--footer__bottom a:hover, .region--footer__bottom a:focus {
  color: var(--color-01);
}
.region--footer__bottom__legal {
  font-size: 1.3rem;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem 2rem;
}
.region--footer__bottom__legal a {
  display: inline-block;
  padding: 0.7rem 0;
}
.region--footer__bottom__legal .menu-item--active-trail a {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .region--footer__bottom__legal {
    align-items: center;
    flex-direction: row;
  }
  .region--footer__bottom__legal a {
    padding: 0;
  }
}
.region--footer__bottom__legal .stripes {
  flex: 0 0 100%;
}
.region--footer__bottom__legal .stripes svg {
  display: block;
  width: 20.3rem;
  height: auto;
  color: var(--color-white);
  margin-bottom: 2.2rem;
}

.region--footer__legal__rights {
  margin-right: 1rem;
  padding: 0.7rem 0;
}
@media screen and (min-width: 48em) {
  .region--footer__legal__rights {
    padding: 0;
  }
}

/* Make It Fly
   ---------------------------------------------------- */
.region--footer__makeitfly__link {
  font-size: 1.3rem;
}
.region--footer__makeitfly__link svg {
  height: 1.4rem;
  width: auto;
}

/** --------------------------------------------------
*   MENU components
*
*   TABLE OF CONTENTS
*   Variables
*   Main menu
*   Social footer menu
*   Footer menu
*
*   -------------------------------------------------- */
/* Variables
   ---------------------------------------------------- */
.menu--main {
  width: 100%;
  counter-reset: section;
}
.menu--main .menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 48em) {
  .menu--main .menu {
    flex-direction: row;
    gap: 7.8rem;
  }
}
.menu--main .menu > .menu-item {
  display: block;
  padding: 0;
  transition: background-color 0.3s ease;
}
.menu--main .menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-basic4);
}
.menu--main .menu > .menu-item > a.btn {
  margin: 1.5em;
}
.menu--main .menu > .menu-item > a:not(.btn) {
  display: block;
  position: relative;
  padding: 1.5em;
  color: var(--color-accent1);
  border: none;
  text-decoration: none;
  font-size: var(--cta-nav-mobile-size);
  line-height: var(--cta-nav-mobile-line-height);
}
.menu--main .menu > .menu-item:hover, .menu--main .menu > .menu-item:focus {
  background-color: var(--color-accent2);
}
.menu--main .menu > .menu-item a:hover, .menu--main .menu > .menu-item a:focus {
  opacity: 0.65;
}
.menu--main .menu > .menu-item.menu-item--active-trail a {
  opacity: 0.5;
}
.menu--main .menu > .menu-item {
  font-size: 3.2rem;
  color: var(--color-01);
}
.menu--main .menu > .menu-item:not(:last-child) {
  border-bottom: none;
}
.menu--main .menu > .menu-item > a.btn {
  margin: 0;
}
.menu--main .menu > .menu-item > a:not(.btn) {
  padding: 0;
  font-size: var(--cta-nav-desktop-size);
  line-height: var(--cta-nav-desktop-line-height);
  transition: color 0.6s var(--cubic-default), opacity 0.2s ease;
  position: relative;
}
.menu--main .menu > .menu-item > a:not(.btn)::after {
  content: "0" counter(section);
  counter-increment: section;
  font-size: 1.4rem;
  position: absolute;
  inset: -0.4rem -2rem auto auto;
}
.menu--main .menu > .menu-item > a:not(.btn):hover, .menu--main .menu > .menu-item > a:not(.btn):focus {
  color: var(--color-accent2);
}
.menu--main .menu > .menu-item > a:not(.btn):hover::after, .menu--main .menu > .menu-item > a:not(.btn):focus::after {
  opacity: 1;
  transform: none;
}
.menu--main .menu > .menu-item:hover, .menu--main .menu > .menu-item:focus {
  background-color: transparent;
}

/* Social footer menu
   ---------------------------------------------------- */
.menu--social > ul {
  display: flex;
  margin: 0 0 0.5rem 0;
}
.menu--social li {
  margin-right: 2rem;
}
.menu--social li a {
  display: block;
}
.menu--social li a:hover svg, .menu--social li a:focus svg {
  fill: var(--color-accent2);
}
.menu--social li svg {
  display: block;
  width: 2rem;
  height: auto;
  fill: var(--color-accent1);
  transition: fill 0.3s ease;
}

/** ------------------------------------------------------
*   Buttons
*
*   TABLE OF CONTENTS
*   Default button
*
* ---------------------------------------------------- **/
/* Default button
   ---------------------------------------------------- */
.btn {
  --padding: 1.1rem 4rem;
  --color: var(--color-01);
  --background: var(--color-04);
  --border: var(--background);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
  border-radius: var(--radius-large);
  padding: var(--padding);
  color: var(--color);
  background-color: var(--background);
  border: 0.1rem solid var(--border);
  /* Styles
     ---------------------------------------------------- */
  /* Special states
     ---------------------------------------------------- */
}
.btn svg {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.is-active {
  --color: var(--color-01);
  --background: var(--color-03);
}
.btn--icon {
  --color: var(--color-04);
  --background: transparent;
  --border: var(--color);
  padding: 0.8rem;
  width: 4rem;
  height: 4rem;
}
.btn--icon.plus-to-arrow {
  position: relative;
  transition: all 0.25s ease;
}
.btn--icon.plus-to-arrow svg {
  display: none;
}
.btn--icon.plus-to-arrow::before, .btn--icon.plus-to-arrow::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.1rem;
  background-color: var(--color);
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}
.btn--icon.plus-to-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn--icon.plus-to-arrow:hover, .btn--icon.plus-to-arrow.open {
  --color: var(--color-04);
  --background: transparent;
  --border: var(--color);
}
.btn--icon.plus-to-arrow:hover::after, .btn--icon.plus-to-arrow.open::after {
  transform: translate(-50%, -18%) rotate(45deg);
  height: 1.2rem;
}
.btn--icon.plus-to-arrow:hover::before, .btn--icon.plus-to-arrow.open::before {
  transform: translate(-50%, -82%) rotate(-45deg);
  height: 1.2rem;
}
.btn--icon.plus-to-arrow.open {
  transform: rotate(-90deg);
}
.btn--secondary {
  --color: var(--color-04);
  --background: transparent;
  --border: var(--color-04);
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active, .btn--secondary.active, .btn--secondary.is-active {
  --color: var(--color-01);
  --background: var(--color-04);
}
.btn--secondary--white {
  --color: var(--color-01);
  --border: var(--color-01);
  --background: transparent;
}
.btn--secondary--white:hover, .btn--secondary--white:focus, .btn--secondary--white:active, .btn--secondary--white.active, .btn--secondary--white.is-active {
  --background: var(--color-01);
  --color: var(--color-03);
}
.btn--light {
  --color: var(--color-04);
  --background: var(--color-06);
  --border: var(--color-06);
}
.btn:disabled, .btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/** --------------------------------------------------
*   Tooltip
*   -------------------------------------------------- */
.has-tooltip,
[data-tooltip] {
  position: relative;
  border-bottom: 1px solid var(--color-basic4);
}
.has-tooltip span,
[data-tooltip] span {
  display: block;
  position: absolute;
  top: -0.8rem;
  padding: 0.5rem 1.25rem;
  font-size: var(--font-size-smaller);
  font-weight: normal;
  left: 50%;
  transform: translate(-50%, calc(-100% + 1rem));
  color: var(--color-basic1);
  background-color: var(--color-basic2);
  white-space: nowrap;
  text-indent: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  border-radius: var(--radius-small);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.has-tooltip span::after,
[data-tooltip] span::after {
  content: "";
  height: 1px;
  width: 1px;
  border-top: 0.5rem solid var(--color-basic2);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -2px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.has-tooltip:hover, .has-tooltip:focus,
[data-tooltip]:hover,
[data-tooltip]:focus {
  border-bottom: 1px solid var(--color-accent2);
}
.has-tooltip:hover span, .has-tooltip:focus span,
[data-tooltip]:hover span,
[data-tooltip]:focus span {
  opacity: 1;
  transform: translate(-50%, -100%);
}

/** ------------------------------------------------------
*   A11Y components
*
*   TABLE OF CONTENTS
*   skip link
*
* ---------------------------------------------------- **/
/* skip link
   ---------------------------------------------------- */
.skip-link {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border: 0.2rem solid;
}
.skip-link:active, .skip-link:focus {
  outline: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 505;
}

.text-columns {
  display: flex;
  gap: 2.2rem;
  overflow-x: scroll;
  margin: 0 -1.5em;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (min-width: 48em) {
  .text-columns {
    display: grid;
    gap: 2.4rem;
    margin: unset;
  }
}
.text-columns::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 48em) {
  .text-columns--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
  }
}
@media screen and (min-width: 48em) {
  .text-columns--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 60em) {
  .text-columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .text-columns--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 60em) {
  .text-columns--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 60em) {
  .text-columns--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.text-columns .text-column {
  flex: 1 0 calc(50% - 2.2rem - 1em);
  display: flex;
  flex-flow: column wrap;
}
.text-columns .text-column:first-child {
  margin-left: 1em;
}
.text-columns .text-column:last-child {
  margin-right: 1em;
}
@media screen and (min-width: 48em) {
  .text-columns .text-column {
    width: auto;
  }
}
.text-columns .text-column__title {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  border-top: 0.1rem solid var(--color-theme-title);
  padding: 4.2rem 0;
}
@media screen and (min-width: 48em) {
  .text-columns .text-column__title {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.text-columns .text-column__text__teaser {
  margin: 0 0 2.6rem 0;
}
.text-columns .text-column .text-column__btn {
  margin-top: auto;
}
.text-columns .text-column img {
  display: block;
  margin: 1.4rem 0;
}

form {
  color: var(--color-theme-text-light);
}
form input:not([type=submit]),
form textarea,
form select {
  display: block;
  outline: none;
  width: 100%;
}
form .form-item label {
  margin: 0 0 1rem 0;
}
form .form-item input,
form .form-item textarea {
  background-color: transparent;
}
form .form-item input {
  border-bottom: 1px solid var(--color-theme-text-light);
}
form .form-item textarea {
  min-height: 17.5rem;
  border: 1px solid var(--color-theme-text-light);
  border-radius: var(--radius-default);
}
form .form-item:not(.js-form-type-textarea):not(.js-form-type-privacy-policy-checkbox) {
  position: relative;
}
form .form-item:not(.js-form-type-textarea):not(.js-form-type-privacy-policy-checkbox) label {
  position: absolute;
  inset: 50% auto auto auto;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.6s var(--cubic-default);
}
form .form-item:not(.js-form-type-textarea):not(.js-form-type-privacy-policy-checkbox) label.active {
  transform: translateY(-3.5rem);
}

/*
*   Overrides the style of SPLIDE
*/
.splide__arrows {
  display: flex;
  align-items: center;
  margin: 0 0 2.4rem 0;
}
.splide__arrows button {
  background: transparent;
  border: unset;
}
.splide__arrows p {
  display: inline;
  margin: 0 2.4rem;
}

/** ------------------------------------------------------
*   Google maps block
* ---------------------------------------------------- **/
.block-inline-blockgoogle-map .field--name-field-address {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.block-inline-blockgoogle-map .field--name-field-address iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.block-social-media-block .menu {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.block-social-media-block .menu a {
  display: flex;
  justify-content: center;
  height: 1.8rem;
  width: 1.8rem;
  transition: color 0.3s ease;
}
.block-social-media-block .menu a:hover, .block-social-media-block .menu a:focus {
  color: var(--color-04);
}
.block-social-media-block .menu svg {
  display: block;
  height: 1.8rem;
  width: auto;
}

.block-menu.menu--disclaimer .menu {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem 2rem;
}
@media screen and (min-width: 48em) {
  .block-menu.menu--disclaimer .menu {
    align-items: center;
    flex-direction: row;
  }
}

.block-menu.menu--footer .menu {
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}
.block-menu.menu--footer .menu a:hover, .block-menu.menu--footer .menu a:focus {
  color: var(--color-04);
}
.block-menu.menu--footer .menu .menu-item--active-trail a {
  color: var(--color-04);
}

.block-footer-seo-block svg {
  margin-bottom: 2.4rem;
}
.block-footer-seo-block p {
  font-size: 1.3rem;
  line-height: 1.54;
  color: var(--color-05);
}
.block-footer-seo-block p strong {
  display: block;
  margin-bottom: 0.5em;
  color: var(--color-01);
}
.block-footer-seo-block a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1.2em;
  color: var(--color-04);
  letter-spacing: 0.2em;
}
.block-footer-seo-block a:hover, .block-footer-seo-block a:focus {
  color: var(--color-01);
}

.block-cta-block {
  position: relative;
  z-index: 1;
  min-height: 44.8rem;
  margin: 12rem auto;
  border-radius: var(--radius-default);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5.4rem 3.2rem;
}
@media screen and (min-width: 48em) {
  .block-cta-block {
    align-items: center;
    padding: 0;
  }
  .block-cta-block::after {
    display: none;
  }
}
.block-cta-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.block-cta-block .content {
  width: 100%;
  max-width: 108rem;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .block-cta-block .content {
    width: calc(100% - 14rem);
  }
}
.block-cta-block h2,
.block-cta-block h3 {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .block-cta-block h2,
  .block-cta-block h3 {
    font-size: 4.8rem;
  }
}
.block-cta-block h2 {
  color: var(--color-03);
  margin-bottom: 0.2rem;
  display: inline;
}
.block-cta-block h3 {
  color: var(--color-01);
  display: inline-flex;
}
.block-cta-block a {
  margin-top: 2.8rem;
}
.block-cta-block p {
  max-width: 54rem;
  margin: 2.4rem 0 0 0;
  color: var(--color-01);
}
@media screen and (min-width: 48em) {
  .block-cta-block p {
    color: var(--color-04);
  }
}
.block-cta-block .image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -2;
  transform: scale(3.5);
  inset: 28px auto auto 410px;
}
@media screen and (min-width: 48em) {
  .block-cta-block .image img {
    inset: 0;
    object-fit: cover;
    transform: scale(2);
    transform: scaleX(-1);
  }
}

.block-views-blockproducts-block-large-teaser h2 {
  margin: 0 0 6rem 0;
}

.block-views-blockevents-block-events h2 {
  font-family: var(--title-900-mobile-family), sans-serif;
  font-weight: var(--title-900-mobile-weight);
  font-size: var(--title-900-mobile-size);
  line-height: var(--title-900-mobile-lineheight);
  letter-spacing: var(--title-900-mobile-spacing);
  margin: 0 0 6rem 0;
}
@media screen and (min-width: 48em) {
  .block-views-blockevents-block-events h2 {
    font-family: var(--title-900-desktop-family), sans-serif;
    font-weight: var(--title-900-desktop-weight);
    font-size: var(--title-900-desktop-size);
    line-height: var(--title-900-desktop-lineheight);
    letter-spacing: var(--title-900-desktop-spacing);
  }
}
.block-views-blockevents-block-events .view-content {
  display: flex;
  gap: 2.4rem;
}
.block-views-blockevents-block-events .view-content .views-row {
  flex: 1;
}

/** ------------------------------------------------------
*   Field media image
* ---------------------------------------------------- **/
.field--name-field-media-image img {
  display: block;
  width: 100%;
  height: auto;
}

/** ------------------------------------------------------
*   Drupal hacks ( ° ͜ʖ͡°)
* ---------------------------------------------------- **/
/* If you comment next line, it fucks up the scroll */
#drupal-live-announce {
  display: none;
}

#toolbar-administration {
  position: relative;
  z-index: 1003;
}

/** ------------------------------------------------------
*   Admin toolbar
* ---------------------------------------------------- **/
#toolbar-bar li {
  margin-top: 0;
}
#toolbar-bar a {
  border: none;
}

.toolbar-oriented .toolbar-bar {
  position: fixed;
}

.glb-toolbar--small {
  border-top: 1px solid var(--color-gray);
  box-shadow: none;
  top: auto !important; /* stylelint-disable-line declaration-no-important */
  bottom: 0;
}
.glb-toolbar--extended {
  z-index: 1000;
}

/** ------------------------------------------------------
*   Local tasks bar
* ---------------------------------------------------- **/
.block-local-tasks-block {
  background: var(--color-05);
}
.block-local-tasks-block .container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 48em) {
  .block-local-tasks-block .container {
    max-width: 100%;
  }
}
.block-local-tasks-block .tabs {
  display: flex;
  flex-flow: column wrap;
}
.block-local-tasks-block .tabs li {
  margin-bottom: 0.1rem;
}
.block-local-tasks-block .tabs li a {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  border: none;
  color: var(--color-03);
  font-size: 1.3rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.block-local-tasks-block .tabs li:hover a, .block-local-tasks-block .tabs li:focus a, .block-local-tasks-block .tabs li.active a, .block-local-tasks-block .tabs li.is-active a {
  background: var(--color-04);
  color: var(--color-01);
}
@media screen and (min-width: 48em) {
  .block-local-tasks-block .tabs {
    flex-direction: row;
  }
  .block-local-tasks-block .tabs li {
    margin-bottom: 0;
  }
  .block-local-tasks-block .tabs a {
    font-size: 1.4rem;
  }
}

/** ------------------------------------------------------
*   Messages
* ---------------------------------------------------- **/
.dialog-off-canvas-main-canvas .messages {
  padding: 0 2em;
  border: none;
  /* Remove long error messages */
}
.dialog-off-canvas-main-canvas .messages > * {
  padding: 1em 0;
}
.dialog-off-canvas-main-canvas .messages .backtrace {
  display: none;
}

.container--messages {
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0.8rem;
  z-index: 1000;
}
.container--messages .messages {
  border-radius: 0;
}

.site-wrapper {
  background-color: var(--color-theme-background);
  color: var(--color-theme-text);
}
.site-wrapper[data-theme=light], .site-wrapper[data-theme=white] {
  --color-theme-background: var(--color-08);
  --color-theme-text: var(--color-04);
  --color-theme-text-light: var(--color-05);
  --color-theme-btn: var(--color-04);
  --color-theme-logo: var(--color-03);
}
.site-wrapper[data-theme=light] h1,
.site-wrapper[data-theme=light] h2,
.site-wrapper[data-theme=light] h3,
.site-wrapper[data-theme=light] h4,
.site-wrapper[data-theme=light] h5,
.site-wrapper[data-theme=light] h6, .site-wrapper[data-theme=white] h1,
.site-wrapper[data-theme=white] h2,
.site-wrapper[data-theme=white] h3,
.site-wrapper[data-theme=white] h4,
.site-wrapper[data-theme=white] h5,
.site-wrapper[data-theme=white] h6 {
  --color-theme-title: var(--color-03);
}
.site-wrapper[data-theme=white] {
  --color-theme-background: var(--color-01);
}
.site-wrapper[data-theme=dark] {
  --color-theme-background: var(--color-03);
  --color-theme-text: var(--color-05);
  --color-theme-text-light: var(--color-08);
  --color-theme-btn: var(--color-05);
  --color-theme-logo: var(--color-08);
}
.site-wrapper[data-theme=dark] h1,
.site-wrapper[data-theme=dark] h2,
.site-wrapper[data-theme=dark] h3,
.site-wrapper[data-theme=dark] h4,
.site-wrapper[data-theme=dark] h5,
.site-wrapper[data-theme=dark] h6 {
  --color-theme-title: var(--color-08);
}

.node--type-basic-page--full__header {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr auto 1fr;
  max-height: 96vh;
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header {
    grid-template-rows: 1fr min-content 1fr;
    height: 66.66vw;
  }
}
.node--type-basic-page--full__header.no-image {
  height: auto;
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header.no-image {
    height: 20vw;
  }
}
.node--type-basic-page--full__header.no-image .node--type-basic-page--full__header__content {
  padding: 3.2rem 0;
}
.node--type-basic-page--full__header.no-image h1 {
  margin: 0 0 1.2rem;
  position: relative;
  color: var(--color-03);
}
[data-theme=dark] .node--type-basic-page--full__header.no-image h1 {
  color: var(--color-08);
}
.node--type-basic-page--full__header.no-image h1::before {
  content: "";
  position: absolute;
  inset: 50% auto auto -11.2rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 0.5rem;
  background: var(--color-03);
}
[data-theme=dark] .node--type-basic-page--full__header.no-image h1::before {
  background: var(--color-08);
}
.node--type-basic-page--full__header.no-image h2 {
  font-family: var(--title-800-mobile-family), sans-serif;
  font-weight: var(--title-800-mobile-weight);
  font-size: var(--title-800-mobile-size);
  line-height: var(--title-800-mobile-lineheight);
  letter-spacing: var(--title-800-mobile-spacing);
  color: var(--color-05);
  margin: 0 0 2.8rem;
  max-width: 76rem;
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header.no-image h2 {
    font-family: var(--title-800-desktop-family), sans-serif;
    font-weight: var(--title-800-desktop-weight);
    font-size: var(--title-800-desktop-size);
    line-height: var(--title-800-desktop-lineheight);
    letter-spacing: var(--title-800-desktop-spacing);
  }
}
.node--type-basic-page--full__header.no-image p {
  color: var(--color-03);
}
.node--type-basic-page--full__header.no-image figure {
  display: none;
}
.node--type-basic-page--full__header h1 {
  color: var(--color-01);
  margin: 0 0 2.8rem;
  font-family: var(--title-1000-mobile-family), sans-serif;
  font-weight: var(--title-1000-mobile-weight);
  font-size: var(--title-1000-mobile-size);
  line-height: var(--title-1000-mobile-lineheight);
  letter-spacing: var(--title-1000-mobile-spacing);
  max-width: 68.8rem;
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header h1 {
    font-family: var(--title-1000-desktop-family), sans-serif;
    font-weight: var(--title-1000-desktop-weight);
    font-size: var(--title-1000-desktop-size);
    line-height: var(--title-1000-desktop-lineheight);
    letter-spacing: var(--title-1000-desktop-spacing);
  }
}
.node--type-basic-page--full__header h2 {
  font-family: var(--title-800-mobile-family), sans-serif;
  font-weight: var(--title-800-mobile-weight);
  font-size: var(--title-800-mobile-size);
  line-height: var(--title-800-mobile-lineheight);
  letter-spacing: var(--title-800-mobile-spacing);
  margin-bottom: 4rem;
  color: var(--color-06);
  max-width: 76rem;
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header h2 {
    font-family: var(--title-800-desktop-family), sans-serif;
    font-weight: var(--title-800-desktop-weight);
    font-size: var(--title-800-desktop-size);
    line-height: var(--title-800-desktop-lineheight);
    letter-spacing: var(--title-800-desktop-spacing);
  }
}
.node--type-basic-page--full__header p {
  color: var(--color-01);
  margin: 0 0 2.4rem;
}
.node--type-basic-page--full__header__content {
  position: relative;
  z-index: 2;
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header__content .text {
    margin: 0 0 0 11.2rem;
  }
}
.node--type-basic-page--full__header__content .text > p {
  max-width: 76rem;
}
@media screen and (max-width: 48em) {
  .node--type-basic-page--full__header__content {
    padding: 10rem 0;
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .node--type-basic-page--full__header__content {
    display: flex;
    align-items: center;
  }
}
.node--type-basic-page--full__header__image {
  position: relative;
  grid-area: 1/1/4/2;
  background-color: var(--color-04);
}
.node--type-basic-page--full__header__image img {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.large-teaser {
  padding: 4rem 2rem;
  background-color: var(--color-01);
  border-radius: var(--radius-default);
  position: relative;
}
@media screen and (min-width: 48em) {
  .large-teaser {
    padding: 12rem 0 8rem 11.2rem;
  }
}
.large-teaser__image {
  display: none;
}
@media screen and (min-width: 60em) {
  .large-teaser__image {
    position: absolute;
    inset: auto 0 0 auto;
    display: block;
    height: 100%;
    max-width: 60%;
  }
  .large-teaser__image > .field__item,
  .large-teaser__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.large-teaser__content {
  max-width: 53rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 60em) {
  .large-teaser__content {
    max-width: 30%;
  }
}
[data-theme=dark] .large-teaser__content h2,
[data-theme=dark] .large-teaser__content h3,
[data-theme=dark] .large-teaser__content h4 {
  --color-theme-title: var(--color-03);
}
.large-teaser__content__title {
  font-family: var(--title-700-mobile-family), sans-serif;
  font-weight: var(--title-700-mobile-weight);
  font-size: var(--title-700-mobile-size);
  line-height: var(--title-700-mobile-lineheight);
  letter-spacing: var(--title-700-mobile-spacing);
  margin: 0 0 2.4rem 0;
}
@media screen and (min-width: 48em) {
  .large-teaser__content__title {
    font-family: var(--title-700-desktop-family), sans-serif;
    font-weight: var(--title-700-desktop-weight);
    font-size: var(--title-700-desktop-size);
    line-height: var(--title-700-desktop-lineheight);
    letter-spacing: var(--title-700-desktop-spacing);
  }
}
.large-teaser__content__description {
  margin: 0 0 3.2rem 0;
}
.large-teaser__content__benefits h4 {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .large-teaser__content__benefits h4 {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.large-teaser__content__benefits .benefits {
  margin: 1.6rem 0 0 0;
}
.large-teaser__content__benefits .benefits__item {
  position: relative;
  padding: 1.2rem 0 1.2rem 5rem;
  border-top: 0.1rem solid var(--color-06);
}
.large-teaser__content__benefits .benefits__item:last-child {
  border-bottom: 0.1rem solid var(--color-06);
}
.large-teaser__content__benefits .benefits__item svg {
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
.large-teaser__content__link {
  margin: 3.2rem 0 0 0;
}

.node--events {
  border-top: 0.1rem solid var(--color-theme-text);
}
.node--events h2 {
  font-family: var(--title-700-mobile-family), sans-serif;
  font-weight: var(--title-700-mobile-weight);
  font-size: var(--title-700-mobile-size);
  line-height: var(--title-700-mobile-lineheight);
  letter-spacing: var(--title-700-mobile-spacing);
  margin: 4.2rem 0;
}
@media screen and (min-width: 48em) {
  .node--events h2 {
    font-family: var(--title-700-desktop-family), sans-serif;
    font-weight: var(--title-700-desktop-weight);
    font-size: var(--title-700-desktop-size);
    line-height: var(--title-700-desktop-lineheight);
    letter-spacing: var(--title-700-desktop-spacing);
  }
}
.node--events__date {
  margin: 0 0 4.2rem 0;
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
}

.paragraph {
  margin: 0 auto;
}
.paragraph .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.paragraph.background--light-grey {
  background-color: var(--color-08);
}
.paragraph.background--dark-grey {
  background-color: var(--color-07);
}

.paragraph--text .container {
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .paragraph--text .container {
    padding-left: 14.2rem;
  }
}
.paragraph--text__title {
  font-family: var(--title-900-mobile-family), sans-serif;
  font-weight: var(--title-900-mobile-weight);
  font-size: var(--title-900-mobile-size);
  line-height: var(--title-900-mobile-lineheight);
  letter-spacing: var(--title-900-mobile-spacing);
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 48em) {
  .paragraph--text__title {
    font-family: var(--title-900-desktop-family), sans-serif;
    font-weight: var(--title-900-desktop-weight);
    font-size: var(--title-900-desktop-size);
    line-height: var(--title-900-desktop-lineheight);
    letter-spacing: var(--title-900-desktop-spacing);
  }
}
.paragraph--text__text {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  max-width: 45rem;
}
@media screen and (min-width: 48em) {
  .paragraph--text__text {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.paragraph--text.style-large p {
  font-family: var(--title-800-mobile-family), sans-serif;
  font-weight: var(--title-800-mobile-weight);
  font-size: var(--title-800-mobile-size);
  line-height: var(--title-800-mobile-lineheight);
  letter-spacing: var(--title-800-mobile-spacing);
  max-width: 76rem;
}
@media screen and (min-width: 48em) {
  .paragraph--text.style-large p {
    font-family: var(--title-800-desktop-family), sans-serif;
    font-weight: var(--title-800-desktop-weight);
    font-size: var(--title-800-desktop-size);
    line-height: var(--title-800-desktop-lineheight);
    letter-spacing: var(--title-800-desktop-spacing);
  }
}

.paragraph--text-centered .container {
  padding: 12rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.paragraph--text-centered .container h2 {
  font-family: var(--title-900-mobile-family), sans-serif;
  font-weight: var(--title-900-mobile-weight);
  font-size: var(--title-900-mobile-size);
  line-height: var(--title-900-mobile-lineheight);
  letter-spacing: var(--title-900-mobile-spacing);
  max-width: 85rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .paragraph--text-centered .container h2 {
    font-family: var(--title-900-desktop-family), sans-serif;
    font-weight: var(--title-900-desktop-weight);
    font-size: var(--title-900-desktop-size);
    line-height: var(--title-900-desktop-lineheight);
    letter-spacing: var(--title-900-desktop-spacing);
  }
}
.paragraph--text-centered.type--small {
  gap: 1.6rem;
}
.paragraph--text-centered.type--small .paragraph--text-centered__text {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .paragraph--text-centered.type--small .paragraph--text-centered__text {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.paragraph--text-centered__text {
  font-family: var(--title-800-mobile-family), sans-serif;
  font-weight: var(--title-800-mobile-weight);
  font-size: var(--title-800-mobile-size);
  line-height: var(--title-800-mobile-lineheight);
  letter-spacing: var(--title-800-mobile-spacing);
  margin: 0 0 3.2rem 0;
  max-width: 85rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .paragraph--text-centered__text {
    font-family: var(--title-800-desktop-family), sans-serif;
    font-weight: var(--title-800-desktop-weight);
    font-size: var(--title-800-desktop-size);
    line-height: var(--title-800-desktop-lineheight);
    letter-spacing: var(--title-800-desktop-spacing);
  }
}
.paragraph--text-centered a {
  font-family: var(----cta-text-mobile-family), sans-serif;
  font-weight: var(----cta-text-mobile-weight);
  font-size: var(----cta-text-mobile-size);
  line-height: var(----cta-text-mobile-lineheight);
  letter-spacing: var(----cta-text-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .paragraph--text-centered a {
    font-family: var(----cta-text-desktop-family), sans-serif;
    font-weight: var(----cta-text-desktop-weight);
    font-size: var(----cta-text-desktop-size);
    line-height: var(----cta-text-desktop-lineheight);
    letter-spacing: var(----cta-text-desktop-spacing);
  }
}

.paragraph--media-full-width {
  width: var(--max);
  max-width: calc(100% - (1.5em * 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 40rem;
  max-width: 100%;
}
.paragraph--media-full-width img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--media-full-width video {
  width: 100%;
  object-fit: cover;
  max-height: 40rem;
}

.paragraph--widget {
  overflow-x: hidden;
}
.paragraph--widget__header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 6.4rem 0;
  gap: 2.4rem;
}
.paragraph--widget__header a {
  display: none;
}
@media screen and (min-width: 48em) {
  .paragraph--widget__header a {
    display: inline-flex;
  }
}
.paragraph--widget__header h2 {
  font-family: var(--title-900-mobile-family), sans-serif;
  font-weight: var(--title-900-mobile-weight);
  font-size: var(--title-900-mobile-size);
  line-height: var(--title-900-mobile-lineheight);
  letter-spacing: var(--title-900-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .paragraph--widget__header h2 {
    font-family: var(--title-900-desktop-family), sans-serif;
    font-weight: var(--title-900-desktop-weight);
    font-size: var(--title-900-desktop-size);
    line-height: var(--title-900-desktop-lineheight);
    letter-spacing: var(--title-900-desktop-spacing);
  }
}
.paragraph--widget__content .block-views-blockproducts-block-teaser img {
  max-height: 44.8rem;
  height: 100%;
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: var(--radius-default);
  transition: all 0.6s var(--cubic-default);
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .teaser__image {
  position: relative;
  overflow: hidden;
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .teaser__image:hover img {
  transform: scale(1.1);
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .teaser__image a {
  position: absolute;
  inset: 0;
  z-index: 1000;
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .view-content {
  display: flex;
  gap: 2.4rem;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding: 1.5em;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .view-content::-webkit-scrollbar {
  display: none;
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .view-content .views-row {
  flex: 1 0 80%;
  scroll-snap-align: start;
}
@media screen and (min-width: 48em) {
  .paragraph--widget__content .block-views-blockproducts-block-teaser .view-content .views-row {
    flex: unset;
  }
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .view-content .views-row h3 {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  margin: 2.4rem 0 0.8rem 0;
}
@media screen and (min-width: 48em) {
  .paragraph--widget__content .block-views-blockproducts-block-teaser .view-content .views-row h3 {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.paragraph--widget__content .block-views-blockproducts-block-teaser .view-content .views-row p {
  max-width: 90%;
}
@media screen and (min-width: 48em) {
  .paragraph--widget__content .block-views-blockproducts-block-teaser .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.paragraph--widget__content .splide__track {
  overflow: visible;
}
.paragraph--widget__link-mobile a {
  margin: 6rem auto 0 auto;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 48em) {
  .paragraph--widget__link-mobile {
    display: none;
  }
}

.paragraph--two-images .container {
  display: grid;
  gap: 1.57rem;
}
@media screen and (min-width: 48em) {
  .paragraph--two-images .container {
    grid-template-columns: 2fr 1fr;
  }
}
.paragraph--two-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-default);
}
.paragraph--two-images section:nth-child(2) {
  display: none;
}
@media screen and (min-width: 48em) {
  .paragraph--two-images section:nth-child(2) {
    display: block;
  }
}
.paragraph--two-images section:nth-child(2) img {
  height: 80%;
}

.paragraph--list-bullet-blocks__title {
  font-family: var(--title-700-mobile-family), sans-serif;
  font-weight: var(--title-700-mobile-weight);
  font-size: var(--title-700-mobile-size);
  line-height: var(--title-700-mobile-lineheight);
  letter-spacing: var(--title-700-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .paragraph--list-bullet-blocks__title {
    font-family: var(--title-700-desktop-family), sans-serif;
    font-weight: var(--title-700-desktop-weight);
    font-size: var(--title-700-desktop-size);
    line-height: var(--title-700-desktop-lineheight);
    letter-spacing: var(--title-700-desktop-spacing);
  }
}
.paragraph--list-bullet-blocks__text {
  color: var(--color-05);
  margin: 2.4rem 0 6rem 0;
  max-width: 64.8rem;
}
.paragraph--list-bullet-blocks .field__items {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 48em) {
  .paragraph--list-bullet-blocks .field__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 60em) {
  .paragraph--list-bullet-blocks .field__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 80em) {
  .paragraph--list-bullet-blocks .field__items {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 90em) {
  .paragraph--list-bullet-blocks .field__items {
    grid-template-columns: repeat(8, 1fr);
  }
}
.paragraph--list-bullet-blocks .field__items > .field__item {
  border-radius: var(--radius-default);
  padding: 2.4rem;
  min-height: 19.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--color-05);
  background-color: var(--color-08);
  transition: all 0.2s var(--cubic-default);
}
.paragraph--list-bullet-blocks .field__items > .field__item:hover {
  box-shadow: var(--shadow-light);
}
[data-theme=light] .paragraph--list-bullet-blocks .field__items > .field__item {
  background-color: var(--color-01);
}
.paragraph--list-bullet-blocks .field__items > .field__item .field--name-field-extra-info {
  color: var(--color-02);
  word-break: break-word;
}
.paragraph--list-bullet-blocks.background--light-grey h2, .paragraph--list-bullet-blocks.background--dark-grey h2 {
  color: var(--color-03);
}
.paragraph--list-bullet-blocks.background--light-grey .field__item {
  background-color: var(--color-01);
}

.paragraph--text-columns__title {
  font-family: var(--title-700-mobile-family), sans-serif;
  font-weight: var(--title-700-mobile-weight);
  font-size: var(--title-700-mobile-size);
  line-height: var(--title-700-mobile-lineheight);
  letter-spacing: var(--title-700-mobile-spacing);
  margin: 0 1.5rem 3rem 1.5rem;
}
@media screen and (min-width: 48em) {
  .paragraph--text-columns__title {
    font-family: var(--title-700-desktop-family), sans-serif;
    font-weight: var(--title-700-desktop-weight);
    font-size: var(--title-700-desktop-size);
    line-height: var(--title-700-desktop-lineheight);
    letter-spacing: var(--title-700-desktop-spacing);
  }
}
.paragraph--text-columns .text-column__text {
  margin: 0 0 1.2rem;
}
.paragraph--text-columns .text-column__btn {
  margin: 0 0 2.4rem;
}

.paragraph--contact {
  display: grid;
  padding: 10rem 0;
  color: var(--color-theme-text-light);
}
@media screen and (min-width: 60em) {
  .paragraph--contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
.paragraph--contact p {
  color: var(--color-theme-title);
}
.paragraph--contact__form, .paragraph--contact__contact {
  border-top: 0.1rem solid var(--color-theme-text);
  padding: 2.4rem 0;
}
.paragraph--contact__form p {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  max-width: 33.5rem;
  margin: 0 0 3.15rem;
}
@media screen and (min-width: 48em) {
  .paragraph--contact__form p {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.paragraph--contact__form .form-actions {
  margin: 4rem 0 0 0;
}
.paragraph--contact__form .privacy-policy-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.paragraph--contact__form .privacy-policy-checkbox-wrapper input {
  width: auto;
  margin: 0 0.8rem 0 0;
}
.paragraph--contact__form .privacy-policy-checkbox-wrapper label {
  display: none;
}
.paragraph--contact__form .privacy-policy-checkbox-wrapper * {
  font-size: 1.4rem;
  display: block;
  margin: 0;
  color: var(--color-theme-text-light);
  text-transform: lowercase;
}
.paragraph--contact__form .privacy-policy-checkbox-wrapper p {
  margin: 0 0.4rem 0 0;
}
.paragraph--contact__form .privacy-policy-checkbox-wrapper p::first-letter {
  text-transform: uppercase;
}
.paragraph--contact__contact {
  margin: 0;
}
.paragraph--contact__contact__title {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  margin: 0 0 3.15rem;
}
@media screen and (min-width: 48em) {
  .paragraph--contact__contact__title {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
@media screen and (min-width: 60em) {
  .paragraph--contact__contact {
    margin: 0 0 0 13.6rem;
  }
}
.paragraph--contact__contact a {
  margin: 0 0 4rem 0;
}
.paragraph--contact__contact__info {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 60em) {
  .paragraph--contact__contact__info {
    margin: 12rem 0 0 0;
  }
}
.paragraph--contact__contact__info p {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .paragraph--contact__contact__info p {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.paragraph--contact__contact__info p + div {
  font-family: var(--text-large-mobile-family), sans-serif;
  font-weight: var(--text-large-mobile-weight);
  font-size: var(--text-large-mobile-size);
  line-height: var(--text-large-mobile-lineheight);
  letter-spacing: var(--text-large-mobile-spacing);
  margin: 0.8rem 0 2rem 0;
}
@media screen and (min-width: 48em) {
  .paragraph--contact__contact__info p + div {
    font-family: var(--text-large-desktop-family), sans-serif;
    font-weight: var(--text-large-desktop-weight);
    font-size: var(--text-large-desktop-size);
    line-height: var(--text-large-desktop-lineheight);
    letter-spacing: var(--text-large-desktop-spacing);
  }
}

.paragraph--office {
  position: relative;
  padding: 0 0 0 6rem;
  margin: 0 0 4rem 0;
}
.paragraph--office svg {
  position: absolute;
  inset: 0;
}

.paragraph--list-slider__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 6.4rem 0;
  position: relative;
  height: 5rem;
}
.paragraph--list-slider__header .btn {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 48em) {
  .paragraph--list-slider__header .btn {
    margin: 0;
    position: absolute;
    inset: 11.4rem 0 auto auto;
    z-index: 100;
  }
}

.paragraph--slider-block {
  margin: 0;
  position: relative;
  background-color: var(--color-09);
  border-radius: var(--radius-default);
  min-height: 60rem;
  overflow: hidden;
}
.paragraph--slider-block__text {
  position: absolute;
  inset: 5.4rem auto auto 4rem;
  max-width: 25.6rem;
}
@media screen and (min-width: 48em) {
  .paragraph--slider-block__text {
    inset: 50% auto auto 5.6rem;
    transform: translateY(-50%);
  }
}
.paragraph--slider-block__text h2 {
  margin: 0 0 2rem 0;
}
[data-theme=dark] .paragraph--slider-block__text h2 {
  --color-theme-title: var(--color-03);
}
[data-theme=dark] .paragraph--slider-block__text p {
  color: var(--color-04);
}
.paragraph--slider-block img {
  display: block;
  position: absolute;
  bottom: 0;
  height: 60%;
  width: auto;
  object-fit: cover;
}
@media screen and (min-width: 48em) {
  .paragraph--slider-block img {
    margin-left: auto;
    position: unset;
  }
}
.paragraph--slider-block video {
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 48em) {
  .paragraph--slider-block video {
    inset: 0 0 0 auto;
    height: 100%;
    width: 70%;
  }
}

.combined-layout-block .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.combined-layout-block > .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.combined-layout-block .paragraph--text .container {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.combined-layout-block .paragraph--text .container p,
.combined-layout-block .paragraph--text .container h2 {
  text-align: center;
}

.formulation-block__text, .formulation-block__title {
  max-width: 65rem;
}
.formulation-block__text {
  margin: 0.8rem 0 6rem 0;
}
.formulation-block__items {
  display: flex;
  gap: 2.4rem;
  overflow-x: scroll;
  margin: 0 -1.5em;
  scroll-snap-type: x mandatory;
  scroll-padding: 1.5em;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.formulation-block__items::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 48em) {
  .formulation-block__items {
    display: grid;
    row-gap: 4.8rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
@media screen and (min-width: 60em) {
  .formulation-block__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.formulation-block__item {
  flex: 1 0 80%;
  scroll-snap-align: start;
}
.formulation-block__item:first-child {
  margin: 0 0 0 1.5em;
}
.formulation-block__item:last-child {
  margin: 0 1.5em 0 0;
}
@media screen and (min-width: 48em) {
  .formulation-block__item:first-child, .formulation-block__item:last-child,
  .formulation-block__item scroll-snap-align {
    margin: unset;
  }
}
.formulation-block__item .formulation {
  display: grid;
  gap: 2.6rem;
}
.formulation-block__item .formulation img {
  height: 36.7rem;
  width: 100%;
  border-radius: var(--radius-default);
  object-fit: cover;
}
.formulation-block__item .formulation h3 {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
}
@media screen and (min-width: 48em) {
  .formulation-block__item .formulation h3 {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}

.paragraph-certifications h2 {
  font-family: var(--title-700-mobile-family), sans-serif;
  font-weight: var(--title-700-mobile-weight);
  font-size: var(--title-700-mobile-size);
  line-height: var(--title-700-mobile-lineheight);
  letter-spacing: var(--title-700-mobile-spacing);
  margin: 0 1.5rem 4rem 1.5rem;
}
@media screen and (min-width: 48em) {
  .paragraph-certifications h2 {
    font-family: var(--title-700-desktop-family), sans-serif;
    font-weight: var(--title-700-desktop-weight);
    font-size: var(--title-700-desktop-size);
    line-height: var(--title-700-desktop-lineheight);
    letter-spacing: var(--title-700-desktop-spacing);
  }
}
.paragraph-certifications img {
  display: block;
  margin: 1.4rem 0;
}
.paragraph-certifications .field__items.field--name-field-certification {
  display: flex;
  gap: 2.4rem;
  overflow-x: scroll;
  margin: 0 -1.5em;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (min-width: 48em) {
  .paragraph-certifications .field__items.field--name-field-certification {
    gap: 2.4rem;
    margin: unset;
  }
}
.paragraph-certifications .field__items.field--name-field-certification::-webkit-scrollbar {
  display: none;
}
.paragraph-certifications .field__items.field--name-field-certification > .field__item {
  flex: 1 0 calc(50% - 2.2rem - 1.5em);
}
.paragraph-certifications .field__items.field--name-field-certification > .field__item:first-child {
  margin-left: 1.5em;
}
.paragraph-certifications .field__items.field--name-field-certification > .field__item:last-child {
  margin-right: 1.5em;
}
@media screen and (min-width: 48em) {
  .paragraph-certifications .field__items.field--name-field-certification > .field__item {
    width: auto;
    flex: 1;
  }
}
.paragraph-certifications .paragraph-certification-block {
  height: 100%;
}
.paragraph-certifications .paragraph-certification-block__title {
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  border-top: 0.1rem solid var(--color-theme-title);
  margin: 0;
  padding: 4.2rem 0 0 0;
  height: 11.4rem;
}
@media screen and (min-width: 48em) {
  .paragraph-certifications .paragraph-certification-block__title {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.paragraph-certifications .paragraph-certification-block__content {
  height: calc(100% - 11.4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.paragraph-certifications .paragraph-certification-block__content img {
  height: 100%;
  object-fit: cover;
}

.teaser-large__navigation {
  display: flex;
  gap: 2.4rem;
  margin: 0 0 5.2rem 0;
}
.teaser-large__navigation__item {
  padding: 2.1rem 0 0 0;
  border-top: 0.1rem solid var(--color-theme-text-light);
  flex: 1;
}
.teaser-large__navigation__item button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--color-theme-text-light);
  font-family: var(--title-500-mobile-family), sans-serif;
  font-weight: var(--title-500-mobile-weight);
  font-size: var(--title-500-mobile-size);
  line-height: var(--title-500-mobile-lineheight);
  letter-spacing: var(--title-500-mobile-spacing);
  transition: opacity 0.6s var(--cubic-default);
}
@media screen and (min-width: 48em) {
  .teaser-large__navigation__item button {
    font-family: var(--title-500-desktop-family), sans-serif;
    font-weight: var(--title-500-desktop-weight);
    font-size: var(--title-500-desktop-size);
    line-height: var(--title-500-desktop-lineheight);
    letter-spacing: var(--title-500-desktop-spacing);
  }
}
.teaser-large__navigation__item button:hover {
  color: var(--color-theme-text-dark);
}
[data-theme=dark] .teaser-large__navigation__item button {
  color: var(--color-05);
  opacity: 0.5;
}
[data-theme=dark] .teaser-large__navigation__item button:hover {
  opacity: 1;
}
.teaser-large__navigation__item button.is-active {
  color: var(--color-theme-title);
}
[data-theme=dark] .teaser-large__navigation__item button.is-active {
  color: var(--color-08);
  opacity: 1;
}

/** --------------------------------------------------
*
*   Make It Fly Theme
*
*   TABLE OF CONTENT
*   Utility:         All helpers/utility classes/functions/...
*   1. Resets:       Resets all default styling (reset, normalize)
*   2. Variables:    List of all variables (mostly CSS variables, but also SASS from Figma import)
*   3. Base:         Basic styles of common elements (containers, typography, forms, ...)
*   4. Components:   Hard set components (header, footer, button, ...)
*   5. Drupal:       Specific styles/fixes for Drupal
*
*   -------------------------------------------------- **/
