@charset "UTF-8";
/*! 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;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/**
 * Swiper 6.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 4, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 500;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.masonry__item {
  width: 100%;
}
.masonry__item--2 {
  width: 100%;
}
.masonry__gutter {
  width: 5%;
}
.masonry__sizer {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry__item--2 {
    width: 42.5%;
  }
  .masonry__sizer {
    width: 42.5%;
  }
}
/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

/*! purgecss start ignore */
html {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

picture img {
  clip-path: inset(0.5px);
}

@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

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

p {
  margin: 0;
}

*, *:active, *:focus {
  outline: none !important;
}

html body.german-bionic #LeadboosterContainer {
  bottom: 0 !important;
  z-index: 10000 !important;
}

html body.german-bionic.near-bottom #LeadboosterContainer {
  bottom: 68px !important;
}

@font-face {
  font-family: "Formular";
  src: url("../../fonts/formular/formular-light.eot");
  src: url("../../fonts/formular/formular-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/formular/formular-light.woff2") format("woff2"), url("../../fonts/formular/formular-light.woff") format("woff"), url("../../fonts/formular/formular-light.ttf") format("truetype"), url("../../fonts/formular/formular-light.svg#Formular-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../../fonts/formular/formular-regular.eot");
  src: url("../../fonts/formular/formular-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/formular/formular-regular.woff2") format("woff2"), url("../../fonts/formular/formular-regular.woff") format("woff"), url("../../fonts/formular/formular-regular.ttf") format("truetype"), url("../../fonts/formular/formular-regular.svg#Formular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse";
  src: url("../../fonts/suisse/SuisseIntl-Light-WebM.eot");
  src: url("../../fonts/suisse/SuisseIntl-Light-WebM.eot?#iefix") format("embedded-opentype"), url("../../fonts/suisse/SuisseIntl-Light-WebM.woff2") format("woff2"), url("../../fonts/suisse/SuisseIntl-Light-WebM.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse";
  src: url("../../fonts/suisse/SuisseIntl-Regular-WebM.eot");
  src: url("../../fonts/suisse/SuisseIntl-Regular-WebM.eot?#iefix") format("embedded-opentype"), url("../../fonts/suisse/SuisseIntl-Regular-WebM.woff2") format("woff2"), url("../../fonts/suisse/SuisseIntl-Regular-WebM.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse";
  src: url("../../fonts/suisse/SuisseIntl-Medium-WebM.eot");
  src: url("../../fonts/suisse/SuisseIntl-Medium-WebM.eot?#iefix") format("embedded-opentype"), url("../../fonts/suisse/SuisseIntl-Medium-WebM.woff2") format("woff2"), url("../../fonts/suisse/SuisseIntl-Medium-WebM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Regular";
  src: url("../../fonts/regular/Regular-Book.woff");
  src: url("../../fonts/regular/Regular-Book.woff2") format("woff2"), url("../../fonts/regular/Regular-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "German-Bionic";
  src: url("../../fonts/icon-font/German-Bionic.eot?xs7ftr");
  src: url("../../fonts/icon-font/German-Bionic.eot?xs7ftr#iefix") format("embedded-opentype"), url("../../fonts/icon-font/German-Bionic.ttf?xs7ftr") format("truetype"), url("../../fonts/icon-font/German-Bionic.woff?xs7ftr") format("woff"), url("../../fonts/icon-font/German-Bionic.svg?xs7ftr#German-Bionic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "German-Bionic" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Arrow-Down:before {
  content: "";
}

.icon-Arrow-Right:before {
  content: "";
}

.icon-Checkmark:before {
  content: "";
}

.icon-Download:before {
  content: "";
}

.icon-Drop-Down-Outline:before {
  content: "";
}

.icon-Drop-Fill:before {
  content: "";
}

.icon-Error-Rate-Reduction:before {
  content: "";
}

.icon-Geld-Gespart:before {
  content: "";
}

.icon-Incident-Improvement:before {
  content: "";
}

.icon-Increase-Oder-Pickings:before {
  content: "";
}

.icon-Increase-Team:before {
  content: "";
}

.icon-Kilos:before {
  content: "";
}

.icon-LInkedIn:before {
  content: "";
}

.icon-Play-Video:before {
  content: "";
}

.icon-Plus:before {
  content: "";
}

.icon-Productivity-Gains:before {
  content: "";
}

.icon-Search:before {
  content: "";
}

.icon-Sick-Day-Reduction:before {
  content: "";
}

.icon-Slide-Down:before {
  content: "";
}

.icon-Twitter:before {
  content: "";
}

.button {
  padding: 1.4rem 2.4rem 1.5rem 2.4rem;
  border-radius: 2.35rem;
  border: 1px solid #ff6b4f;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ff6b4f;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.button--black {
  border: 1px solid #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.button--inline {
  display: inline-flex;
}
.button--uppercase {
  text-transform: uppercase;
}
.button--reset-mobile {
  border: none;
  padding: 0;
}
.button--dark {
  background-color: rgba(26, 26, 26, 0.8);
  border: none;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}
.button--white {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.button--light-grey {
  background-color: #f5f6fa;
  color: #000000;
  border-color: #f5f6fa;
}

@media (min-width: 768px) {
  .button {
    transition: all 0.3s ease;
  }
  .button:hover {
    background-color: #ff6b4f;
    color: #ffffff;
  }
  .button--black {
    transition: all 0.3s ease;
  }
  .button--black:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .button--white {
    transition: all 0.3s ease;
  }
  .button--white:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .button--reset-mobile {
    border: 1px solid #ffffff;
    padding: 1.4rem 2.4rem 1.5rem 2.4rem;
  }
  .button--dark {
    transition: all 0.3s ease;
  }
  .button--dark:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

.bio_reveal {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  backface-visibility: hidden;
  pointer-events: none;
}
.bio_reveal[data-delay="1"] {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.bio_reveal[data-delay="2"] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.bio_reveal[data-delay="3"] {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.bio_reveal[data-delay="4"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.bio_reveal[data-delay="5"] {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.bio_reveal[data-delay="6"] {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.bio_reveal[data-delay="7"] {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.bio_reveal[data-delay="8"] {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.bio_reveal[data-delay="9"] {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.bio_reveal[data-delay="10"] {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.bio_reveal_alpha {
  opacity: 0;
}

.bio_reveal_fromTop {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.bio_reveal_fromBottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.bio_reveal_fromRight {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
  opacity: 0;
}

.bio_reveal_fromRightBig {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  opacity: 0;
}

.bio_reveal_fromLeft {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
}

.bio_reveal_show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.vertical-hover-animation {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.vertical-hover-animation > * {
  transition: transform 0.3s ease-out;
  display: flex;
  flex-wrap: nowrap;
}
.vertical-hover-animation > *:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .vertical-hover-animation:hover > *:first-child {
    transform: translateY(-100%);
  }
  .vertical-hover-animation:hover > *:last-child {
    transform: translateY(0);
  }
}
.animated-arrow {
  width: 1rem;
  height: 0.1rem;
  background-color: #979797;
  position: relative;
}
.animated-arrow:before, .animated-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.1rem;
  background-color: #979797;
  transform-origin: right;
  transition: transform 0.3s ease-out 0.3s;
}
.animated-arrow--large {
  width: 1.4rem;
}
.animated-arrow--large:before, .animated-arrow--large:after {
  width: 0.8rem;
}
.animated-arrow:before {
  transform: rotate(40deg);
}
.animated-arrow:after {
  transform: rotate(-40deg);
}

@media (min-width: 768px) {
  .animated-arrow:before, .animated-arrow:after {
    width: 0.6rem;
    transform: rotate(0);
    margin-bottom: 0.2rem;
  }
  .animated-arrow--large {
    width: 1.3rem;
  }
  .animated-arrow--large:before, .animated-arrow--large:after {
    width: 0.7rem;
  }
  .animated-arrow:hover:before {
    transform: rotate(45deg);
  }
  .animated-arrow:hover:after {
    transform: rotate(-45deg);
  }
}
.custom-checkbox {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 1.7rem;
  border: 0.1rem solid #000000;
  position: relative;
  cursor: pointer;
}
.custom-checkbox:before {
  content: "";
  font-family: "German-Bionic";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-46%, -46%);
  color: #000000;
  font-weight: 700;
  display: none;
  font-size: 0.9rem;
}
.custom-checkbox--black {
  border: 0.1rem solid #ffffff;
}
.custom-checkbox--black:before {
  color: #ffffff;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.7rem;
  height: 1.7rem;
  z-index: 5;
  flex: 0 0 1.7rem;
  cursor: pointer;
}

input[type=checkbox]:checked ~ .custom-checkbox:before {
  display: block;
}

@media (min-width: 768px) {
  .custom-checkbox:before {
    transform: translate(-37%, -46%);
  }
}
.custom-radiobutton {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border: 0.1rem solid #000000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.custom-radiobutton:before {
  content: "";
  font-family: "German-Bionic";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  display: none;
}
.custom-radiobutton--black {
  border: 0.1rem solid #ffffff;
}
.custom-radiobutton--black:before {
  background-color: #ffffff;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  z-index: 5;
  cursor: pointer;
}

input[type=radio]:checked ~ .custom-radiobutton:before {
  display: block;
}

.video-header {
  position: relative;
  margin-top: -8rem;
}
.video-header__media-content-wrapper {
  position: relative;
}
.video-header__image {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: transform 1.2s ease;
}
.video-header__image--scaled {
  transform: scale(1.2);
  transition: transform 0s ease-out;
}
.video-header__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.video-header__image picture img {
  object-fit: cover;
}
.video-header__video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  padding: 0 0 56.25vw;
  position: relative;
}
.video-header__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1.2s ease;
  width: 100%;
  height: 100%;
}
.video-header__video--scaled iframe {
  transform: scale(1.2);
  transition: transform 0s ease-out;
}
.video-header__video--desktop {
  display: none;
}
.video-header__meta-wrapper {
  position: absolute;
  left: 2rem;
  bottom: 5.2rem;
}
.video-header__meta-wrapper--center {
  left: 50%;
  bottom: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
}
.video-header__meta-wrapper--center .video-header__headline {
  width: 100%;
  font-family: "Formular", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
  text-align: center;
}
.video-header__meta-wrapper--center .video-header__cta-button {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0.8rem 2.3rem 0.8rem 2.4rem;
}
.video-header__meta-wrapper--center .video-header__cta-icon {
  display: none;
}
.video-header__headline {
  width: calc(100% - 4rem);
  margin: 0;
  font-family: "Formular", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.15;
  color: #ffffff;
}
.video-header__headline br {
  display: none;
}
.video-header__headline picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-header__headline picture img {
  width: calc(100vw - 4rem);
}
.video-header__cta {
  margin-top: 1.5rem;
}
.video-header__cta-button {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #ffffff;
  width: max-content;
}
.video-header__cta-icon {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.video-header__scroll-to-button {
  display: none;
}
.video-header__video-volume-control {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 10;
  transition: all 0.3s ease;
}
.video-header__video-volume-control:hover {
  background-color: #ffffff;
  color: #000000;
}
.video-header__tuv {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem 1.1rem;
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  background-color: #1a1a1a;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}
.video-header__tuv-logo {
  width: 5.6rem;
  flex: 0 0 5.6rem;
}
.video-header__tuv-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
  margin-left: 2rem;
}
.video-header__tuv-text br {
  display: none;
}

@media (min-width: 768px) {
  .video-header {
    margin-top: -8.8rem;
  }
  .video-header__video--desktop {
    display: block;
  }
  .video-header__video--mobile {
    display: none;
  }
  .video-header__meta-wrapper {
    left: 8rem;
    bottom: 10rem;
  }
  .video-header__meta-wrapper--center {
    width: calc(100% / 12 * 8);
    left: 50%;
    bottom: initial;
    top: 50%;
  }
  .video-header__meta-wrapper--center .video-header__headline {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
  }
  .video-header__meta-wrapper--center .video-header__cta .button {
    border: 0.1rem solid #FFFFFF;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .video-header__meta-wrapper--center .video-header__cta .button:hover {
    background-color: transparent;
    color: #FFFFFF;
  }
  .video-header__headline {
    width: 50vw;
    margin-bottom: 3rem;
    font-family: "Formular", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #ffffff;
  }
  .video-header__headline picture img {
    width: 48rem;
  }
  .video-header__cta-button {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
  }
  .video-header__cta-icon {
    display: none;
  }
  .video-header__scroll-to-button, .video-header__video-volume-control {
    position: absolute;
    right: 8rem;
    bottom: 5rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  .video-header__scroll-to-button:hover, .video-header__video-volume-control:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .video-header__video-volume-control {
    right: auto;
    left: 8rem;
    z-index: 10;
  }
  .video-header__tuv {
    width: auto;
    position: absolute;
    bottom: 5rem;
    left: 4.1rem;
    padding: 0.8rem 1.2rem 0.4rem 0.7rem;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 1rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .video-header__tuv.out {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .video-header__tuv-text {
    margin-left: 1.5rem;
  }
  .video-header__tuv-text br {
    display: unset;
  }
}
@media (min-width: 1300px) {
  .video-header__headline br {
    display: unset;
  }
}
.text-tabs {
  background-color: #ffffff;
  padding-top: 9.6rem;
  padding-bottom: 8.2rem;
}
.text-tabs--black {
  background-color: #000000;
}
.text-tabs--black .text-tabs__headline {
  color: #ffffff;
}
.text-tabs--black .text-tabs__tab--active .text-tabs__tab-headline {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  color: #f5f6fa;
}
.text-tabs--black .text-tabs__tab--active .text-tabs__tab-number {
  font-family: "Formular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: 1px;
  color: #ffffff;
}
.text-tabs--black .text-tabs__tab-number {
  font-family: "Formular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: 1px;
  color: #979797;
}
.text-tabs--black .text-tabs__tab-line-progress {
  background-color: #ffffff;
}
.text-tabs--black .text-tabs__content-item-text {
  font-family: "Suisse", sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.text-tabs--black .text-tabs__content-item-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #ffffff;
}
.text-tabs--black .text-tabs__mobile-content-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.text-tabs--black .text-tabs__mobile-content-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #ffffff;
}
.text-tabs__headline {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 2.3rem;
  padding-left: 1rem;
}
.text-tabs__tabs-wrapper {
  padding: 0 1rem;
}
.text-tabs__tab {
  display: flex;
  flex-direction: column;
}
.text-tabs__tab:last-child {
  margin-bottom: 0;
}
.text-tabs__tab:last-child .text-tabs__mobile-content {
  margin-bottom: 0;
}
.text-tabs__tab--active .text-tabs__tab-headline {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  color: #000000;
}
.text-tabs__tab--active .text-tabs__tab-number {
  font-family: "Formular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: 1px;
  color: #000000;
}
.text-tabs__tab--active .text-tabs__tab-line {
  display: block;
}
.text-tabs__tab--active .text-tabs__mobile-content-text, .text-tabs__tab--active .text-tabs__mobile-content-link {
  display: flex;
}
.text-tabs__tab--active .text-tabs__mobile-content-discover {
  display: none;
}
.text-tabs__tab-state-wrapper {
  display: flex;
  align-items: center;
  height: min-content;
  position: relative;
  margin-bottom: 1.5rem;
  opacity: 1;
  transform: translateY(0);
}
.text-tabs__tab-number {
  font-family: "Formular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: 1px;
  color: #000000;
  margin-right: 0.5rem;
  order: 1;
}
.text-tabs__tab-line {
  width: 3rem;
  background-color: #979797;
  margin-right: 0.9rem;
  display: none;
}
.text-tabs__tab-line-progress {
  height: 1px;
  background-color: #000000;
  order: 0;
  width: 0;
}
.text-tabs__tab-headline {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  color: #979797;
}
.text-tabs__mobile-content {
  margin-top: 1.4rem;
  margin-bottom: 6rem;
}
.text-tabs__mobile-content-text {
  margin-bottom: 1.5rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
  display: none;
}
.text-tabs__mobile-content-link {
  align-items: baseline;
  display: none;
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #000000;
}
.text-tabs__mobile-content-link-icon {
  margin-left: 1.2rem;
  font-size: 1.6rem;
}
.text-tabs__mobile-content-discover {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #979797;
  display: flex;
  align-items: baseline;
}
.text-tabs__mobile-content-discover-icon {
  margin-left: 0.8rem;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .text-tabs {
    padding-top: 18.8rem;
    padding-bottom: 23.8rem;
  }
  .text-tabs--black .text-tabs__tab--active .text-tabs__tab-headline {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
  }
  .text-tabs--black .text-tabs__content-item-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .text-tabs--black .text-tabs__content-item-link {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #979797;
  }
  .text-tabs--black .text-tabs__content-item-link:hover {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .text-tabs--black .text-tabs__content-item-link:hover .text-tabs__content-item-link-icon {
    transform: translateX(30%);
  }
  .text-tabs__headline {
    padding-left: 11rem;
  }
  .text-tabs__tabs-wrapper {
    padding: 0;
  }
  .text-tabs__tab {
    margin-bottom: 3.6rem;
    flex-direction: row;
  }
  .text-tabs__tab--active .text-tabs__tab-headline {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #000000;
  }
  .text-tabs__tab--active .text-tabs__tab-number {
    opacity: 1;
  }
  .text-tabs__tab--active .text-tabs__tab-line {
    opacity: 1;
  }
  .text-tabs__tab-state-wrapper {
    margin-bottom: 0;
    top: 20px;
  }
  .text-tabs__tab-state-wrapper.bio_reveal_fromBottom {
    transform: translateY(20px);
    opacity: 0;
  }
  .text-tabs__tab-state-wrapper.bio_reveal_show {
    opacity: 1;
    transform: translateY(0);
  }
  .text-tabs__tab-number {
    order: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .text-tabs__tab-line {
    display: block;
    order: 1;
    width: 7rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-right: 1.1rem;
  }
  .text-tabs__tab-headline {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #979797;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .text-tabs__content-wrapper {
    position: relative;
  }
  .text-tabs__content-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .text-tabs__content-item-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 1.5rem;
  }
  .text-tabs__content-item-link {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #979797;
    display: flex;
    align-items: baseline;
  }
  .text-tabs__content-item-link:hover {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .text-tabs__content-item-link-icon {
    margin-left: 1.2rem;
    font-size: 1.6rem;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
}
.inline-image {
  margin-bottom: 4.9rem;
  width: 100%;
}

@media (min-width: 768px) {
  .inline-image {
    width: calc(100% / 12 * 10);
    margin: 0 auto 13.3rem auto;
  }
}
.text-block {
  padding-bottom: 6rem;
  padding-top: 7.9rem;
  background-color: #FFFFFF;
}
.text-block--black {
  padding-bottom: 17.6rem;
  padding-top: 0;
  background-color: #000000;
}
.text-block--black .text-block__headline {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #f5f6fa;
}
.text-block--black .text-block__content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.text-block--black .text-block__content .editor-styles__underline:before {
  background-color: #ffffff;
}
.text-block__headline {
  margin-bottom: 4.5rem;
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
}
.text-block__headline br {
  display: none;
}
.text-block__content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0 1rem;
}
.text-block__content .editor-styles__underline:before {
  background-color: #000000;
}
.text-block__link {
  margin: 5.4rem auto 0 auto;
  padding: 1.4rem 2.2rem 1.5rem 2.2rem;
  width: max-content;
}

@media (min-width: 768px) {
  .text-block {
    padding-top: 18.2rem;
    padding-bottom: 14.7rem;
  }
  .text-block--black {
    padding-top: 0;
    padding-bottom: 26.2rem;
  }
  .text-block--black .text-block__headline {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
  }
  .text-block--black .text-block__content {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
  }
  .text-block__headline {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    margin-bottom: 7.7rem;
  }
  .text-block__headline br {
    display: unset;
  }
  .text-block__content {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    padding: 0;
  }
  .text-block__link {
    margin-top: 6.7rem;
  }
}
.kpi-teaser {
  padding-bottom: 9rem;
}
.kpi-teaser--no-numbers .kpi-teaser__featured-kpi {
  margin-bottom: 4.7rem;
}
.kpi-teaser--new {
  padding-top: 4rem;
}
.kpi-teaser--new .kpi-teaser__mobile-link {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 0;
}
.kpi-teaser--new .kpi-teaser__featured-kpi {
  margin-bottom: 7.5rem;
}
.kpi-teaser--new .kpi-teaser__featured-kpi-value {
  margin-bottom: 0.5rem;
}
.kpi-teaser__wrapper {
  padding: 0 1rem;
}
.kpi-teaser__title {
  font-family: "Formular", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 0.93;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 2.2rem;
}
.kpi-teaser__title br {
  display: none;
}
.kpi-teaser__text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 2.8rem;
}
.kpi-teaser__featured-kpi {
  margin-bottom: 2.5rem;
}
.kpi-teaser__featured-kpi .kpi-teaser__kpi-item-value {
  font-family: "Formular", sans-serif;
  font-size: 16rem;
  line-height: 0.56;
  letter-spacing: 2px;
  color: #f5f6fa;
  line-height: 1;
}
.kpi-teaser__featured-kpi .kpi-teaser__kpi-item-label-wrapper {
  align-items: center;
}
.kpi-teaser__featured-kpi .kpi-teaser__kpi-item-label-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.kpi-teaser__featured-kpi .kpi-teaser__kpi-item-label-icon {
  width: 4.4rem;
  flex: 0 0 4.4rem;
}
.kpi-teaser__kpi-item {
  flex: 0 0 calc(50% - 3rem);
}
.kpi-teaser__kpi-item-value {
  font-family: "Formular", sans-serif;
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #f5f6fa;
  margin-bottom: 0.3rem;
}
.kpi-teaser__kpi-item-label-wrapper {
  display: flex;
  align-items: center;
}
.kpi-teaser__kpi-item-label-icon {
  position: relative;
  width: 3.2rem;
  flex: 0 0 3.2rem;
  margin-right: 0.8rem;
}
.kpi-teaser__kpi-item-label-icon picture {
  display: flex;
  width: 100%;
}
.kpi-teaser__kpi-item-label-icon picture img {
  width: 100%;
  align-self: flex-start;
}
.kpi-teaser__kpi-item-label-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
  hyphens: auto;
}
.kpi-teaser__kpi-item-description {
  position: relative;
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-top: 0.9rem;
}
.kpi-teaser__regular-kpi-wrapper {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 7.5rem;
}
.kpi-teaser__bottom-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffffff;
}
.kpi-teaser__mobile-link {
  width: max-content;
  margin: 5.5rem auto 0 auto;
}

@media (min-width: 768px) {
  .kpi-teaser {
    padding-bottom: 19rem;
  }
  .kpi-teaser--no-numbers .kpi-teaser__featured-kpi {
    margin-bottom: 8.4rem;
    overflow: visible;
  }
  .kpi-teaser--no-numbers .kpi-teaser__regular-kpi-wrapper {
    grid-gap: 8.4rem 3rem;
  }
  .kpi-teaser--no-numbers .kpi-teaser__kpi-item-label-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .kpi-teaser--new {
    padding-top: 10rem;
  }
  .kpi-teaser__wrapper {
    padding: 0;
  }
  .kpi-teaser__left-wrapper {
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .kpi-teaser__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
    margin-bottom: 4.5rem;
  }
  .kpi-teaser__title br {
    display: unset;
  }
  .kpi-teaser__text {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 5rem;
  }
  .kpi-teaser__featured-kpi {
    margin-bottom: 8rem;
  }
  .kpi-teaser__featured-kpi .kpi-teaser__kpi-item-label-wrapper {
    align-items: flex-start;
  }
  .kpi-teaser__featured-kpi .kpi-teaser__kpi-item-label-text {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
  }
  .kpi-teaser__featured-kpi .kpi-teaser__kpi-item-label-icon {
    width: 4.8rem;
    flex: 0 0 4.8rem;
    top: 3px;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .kpi-teaser__kpi-item-label-icon {
    width: 4.8rem;
    flex: 0 0 4.8rem;
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .kpi-teaser__kpi-item-label-text {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .kpi-teaser__kpi-item {
    flex: 0 0 calc(50% - 2.5rem);
    overflow: hidden;
    position: relative;
  }
  .kpi-teaser__kpi-item--hover .kpi-teaser__kpi-item-label-wrapper {
    transition: transform 0.3s ease, opacity 0.1s ease;
  }
  .kpi-teaser__kpi-item--hover .kpi-teaser__kpi-item-description {
    transition: bottom 0.3s ease, transform 0.3s ease;
  }
  .kpi-teaser__kpi-item--hover:hover {
    overflow: visible;
  }
  .kpi-teaser__kpi-item--hover:hover .kpi-teaser__kpi-item-label-wrapper {
    transform: translateY(-100%);
    opacity: 0;
  }
  .kpi-teaser__kpi-item--hover:hover .kpi-teaser__kpi-item-description {
    bottom: 100%;
  }
  .kpi-teaser__kpi-item-value {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    line-height: 1.13;
    letter-spacing: 1px;
    color: #f5f6fa;
    margin-bottom: 0.9rem;
  }
  .kpi-teaser__kpi-item-description {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
  }
  .kpi-teaser__link {
    border-radius: 23.5px;
    background-color: #1a1a1a;
    text-transform: uppercase;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    padding: 1.5rem 2.2rem;
    width: max-content;
    transition: all 0.3s ease;
  }
  .kpi-teaser__link:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
}
@media (min-width: 992px) {
  .kpi-teaser__featured-kpi .kpi-teaser__kpi-item-value {
    font-family: "Formular", sans-serif;
    font-size: 30rem;
    line-height: 1;
    color: #ffffff;
    font-size: 20rem;
  }
}
@media (min-width: 1400px) {
  .kpi-teaser__featured-kpi .kpi-teaser__kpi-item-value {
    font-family: "Formular", sans-serif;
    font-size: 30rem;
    line-height: 1;
    color: #ffffff;
  }
}
.relevance {
  margin-bottom: 11.3rem;
}
.relevance--smart-safety {
  padding-top: 6rem;
  padding-bottom: 8rem;
  margin-bottom: 0;
}
.relevance__images-wrapper {
  position: relative;
  margin-bottom: 3.4rem;
}
.relevance__image {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 0s;
  padding: 0 1rem;
}
.relevance__image--active {
  transition-delay: 0.6s;
}
.relevance__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #f5f6fa;
  margin-bottom: 5rem;
}
.relevance__title--smart-safety {
  margin-bottom: 2.5rem;
}
.relevance__sub-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 3.5rem;
  text-align: center;
}
.relevance__accordion-wrapper {
  width: 100%;
  padding: 0 0.5rem;
}
.relevance__accordion-tab {
  margin-bottom: 2.3rem;
}
.relevance__accordion-tab:last-child {
  margin-bottom: 0;
}
.relevance__accordion-tab-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-bottom: 1px solid #393838;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  text-transform: uppercase;
}
.relevance__accordion-tab-title--active .relevance__accordion-tab-title-icon {
  transform: rotate(45deg);
}
.relevance__accordion-tab-title-icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.relevance__accordion-tab-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 0.5rem;
}
.relevance__accordion-tab-content {
  padding-top: 0.5rem;
  padding-bottom: 2.1rem;
}
.relevance__accordion-tab-content-description {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 2.9rem;
}
.relevance__accordion-tab-content-reasons {
  display: grid;
  grid-gap: 2.9rem;
}
.relevance__accordion-tab-content-reason {
  flex: 0 0 100%;
  grid-gap: 1.4rem;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
}
.relevance__tab-content-reason-circle {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #ff6b4f;
  position: relative;
  top: 0.5rem;
}
.relevance__accordion-tab-content-reason-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.relevance__tab-text-content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.relevance__tab-text-content ul {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}
.relevance__tab-text-content ul li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.relevance__tab-text-content ul li:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #ff6b4f;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.relevance__tab-link-wrapper {
  margin-top: 2.6rem;
}

@media (min-width: 768px) {
  .relevance {
    margin-bottom: 28.2rem;
  }
  .relevance--smart-safety {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .relevance--smart-safety {
    margin-bottom: 0;
  }
  .relevance__images-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .relevance__right-wrapper {
    padding-right: 3rem;
  }
  .relevance__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 6.4rem;
  }
  .relevance__title--smart-safety {
    margin-bottom: 2rem;
  }
  .relevance__sub-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    text-align: left;
  }
  .relevance__tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 4.1rem;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #393838;
    padding-bottom: 1.1rem;
  }
  .relevance__tab {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #979797;
    flex: 1 1 0px;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .relevance__tab--active {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
  }
  .relevance__tab-animated-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0.1rem;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  .relevance__tab-icon {
    display: none;
  }
  .relevance__tabs-content-wrapper {
    position: relative;
  }
  .relevance__tab-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition-delay: 0s;
  }
  .relevance__tab-content--active {
    display: block;
    transition-delay: 0.6s;
  }
  .relevance__tab-content-description {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 3.2rem;
  }
  .relevance__tab-content-reasons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem 4rem;
  }
  .relevance__tab-content-reason {
    display: grid;
    grid-gap: 1.4rem;
    grid-auto-flow: column;
    justify-content: start;
  }
  .relevance__tab-content-reason-text {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .relevance__image {
    padding: 0;
  }
  .relevance__image--active {
    transition-delay: 0.75s;
  }
  .relevance__tab-text-content {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
}
.cta-facts {
  padding-bottom: 8rem;
}
.cta-facts__wrapper {
  padding: 0 1rem;
}
.cta-facts__title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.18;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5.3rem;
}
.cta-facts__values-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 5.1rem;
}
.cta-facts__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.8rem;
  height: 100%;
}
.cta-facts__value:last-child {
  margin-bottom: 0;
}
.cta-facts__value-number {
  font-family: "Formular", sans-serif;
  font-size: 5rem;
  line-height: 1.08;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.4rem;
}
.cta-facts__value-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-facts__value-label-icon {
  flex: 0 0 3.6rem;
  width: 3.6rem;
  margin-right: 1.2rem;
}
.cta-facts__value-label-icon picture {
  display: flex;
  width: 100%;
}
.cta-facts__value-label-icon picture img {
  width: 100%;
  align-self: flex-start;
}
.cta-facts__value-label-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: relative;
  top: 2px;
}
.cta-facts__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4rem;
}
.cta-facts__links-wrapper {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
}
.cta-facts__link {
  height: 100%;
}

@media (min-width: 768px) {
  .cta-facts {
    padding-bottom: 20rem;
  }
  .cta-facts__wrapper {
    padding: 0;
  }
  .cta-facts__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 12.1rem;
  }
  .cta-facts__value-number {
    font-family: "Formular", sans-serif;
    font-size: 6rem;
    line-height: 1.13;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-size: 5rem;
    margin-bottom: 1.6rem;
  }
  .cta-facts__value-label-text {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .cta-facts__value-label-icon {
    flex: 0 0 4.8rem;
    width: 4.8rem;
  }
  .cta-facts__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5.6rem;
  }
  .cta-facts__links-wrapper {
    grid-gap: 3rem;
  }
}
@media (min-width: 1100px) {
  .cta-facts__values-wrapper {
    flex-direction: row;
    margin-bottom: 6.2rem;
  }
  .cta-facts__value {
    margin-bottom: 0;
  }
}
@media (min-width: 1250px) {
  .cta-facts__value-number {
    font-family: "Formular", sans-serif;
    font-size: 6rem;
    line-height: 1.13;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
  }
}
.cta-video {
  position: relative;
  padding-bottom: 16.9rem;
  background-color: #ffffff;
}
.cta-video--black {
  background-color: #000000;
}
.cta-video__content-wrapper {
  position: relative;
  height: 100%;
}
.cta-video__video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cta-video__video--mobile {
  height: 133.77vw;
}
.cta-video__video--mobile iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56.25vh;
  height: 100%;
  transform: translate(-50%, -50%);
}
.cta-video__video--desktop {
  display: none;
}
.cta-video__video--desktop iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.cta-video__video--9-16 {
  height: 177.77vw;
}
.cta-video__video--9-16 iframe {
  width: 56.25vh;
}
.cta-video__video--1-1 {
  height: 100vw;
}
.cta-video__video--1-1 iframe {
  height: 100vh;
}
.cta-video__video--16-9 {
  height: 56.25vw;
}
.cta-video__video--16-9 iframe {
  width: 100vw;
}
.cta-video__title {
  padding: 0 2rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-top: 2.3rem;
}
.cta-video__links {
  display: grid;
  grid-gap: 2rem;
  grid-auto-flow: column;
  padding: 0 2rem;
}
.cta-video__link {
  position: relative;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #979797;
  display: flex;
  align-items: center;
}
.cta-video__link .label {
  margin-right: 0.9rem;
}
.cta-video__play-icon-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: url("../../img/play_video_white.svg") 80 80, pointer;
}
.cta-video__play-icon {
  font-size: 8rem;
  color: #ffffff;
}
.cta-video__text-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cta-video__text-wrapper--top-left {
  display: block;
  top: 5.7rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 5.7rem);
}
.cta-video__text-wrapper--top-left .cta-video__headline {
  font-family: "Formular", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 0.93;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.cta-video__text-wrapper--top-left .cta-video__subheadline {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.cta-video__overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  z-index: 10000;
}
.cta-video__overlay--opened {
  transform: translateY(0);
}
.cta-video__overlay-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.cta-video__overlay-video iframe {
  width: 100%;
  height: 100%;
}
.cta-video__overlay-close-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 4rem;
  color: #ffffff;
  cursor: pointer;
  transform: rotate(45deg);
}
.cta-video__bottom-link {
  width: 100%;
  background-color: #ffd936;
  padding: 2.3rem 6.6rem 2.1rem;
  text-align: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  display: block;
}
.cta-video__bottom-link:hover span {
  left: 0.6rem;
}
.cta-video__bottom-link span {
  margin-left: 0.4rem;
  display: inline;
  font-size: 1.7rem;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}

@media (min-width: 768px) {
  .cta-video {
    padding-bottom: 28.7rem;
  }
  .cta-video--modular .cta-video__absolute-block {
    position: absolute;
    left: 4rem;
    top: 5.7rem;
  }
  .cta-video--modular .cta-video__title {
    margin-bottom: 4rem;
    position: static;
  }
  .cta-video--modular .cta-video__links {
    position: static;
  }
  .cta-video__content-wrapper {
    overflow: hidden;
  }
  .cta-video__video--desktop {
    display: block;
    padding-top: 56.25%;
  }
  .cta-video__video--mobile {
    display: none;
  }
  .cta-video__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
    text-align: left;
    position: absolute;
    top: 5.7rem;
    left: 4rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .cta-video__links {
    position: absolute;
    top: 20.2rem;
    left: 4rem;
    grid-gap: 3rem;
    justify-content: start;
    padding: 0;
  }
  .cta-video__link {
    background-color: rgba(26, 26, 26, 0.8);
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1.4rem 2.4rem 1.5rem 2.4rem;
    border-radius: 23.5px;
    transition: all 0.3s ease;
  }
  .cta-video__link:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cta-video__link:before {
    display: none;
  }
  .cta-video__link .icon {
    display: none;
  }
  .cta-video__link .label {
    margin-right: 0;
  }
  .cta-video__text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-video__text-wrapper--top-left {
    display: block;
    left: 4rem;
    top: 5.8rem;
    width: calc(100% / 12 * 4);
    height: calc(100% - 5.8rem);
  }
  .cta-video__text-wrapper--top-left .cta-video__headline {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2.2rem;
  }
  .cta-video__text-wrapper--top-left .cta-video__subheadline {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .cta-video__headline {
    display: block;
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
  }
  .cta-video__play-icon {
    display: none;
  }
  .cta-video__bottom-link {
    padding: 2.5rem 2.4rem 2.4rem;
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-video__bottom-link span {
    margin-left: 1rem;
  }
}
.job-offers {
  padding-top: 7.9rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.job-offers--black {
  background-color: #000000;
}
.job-offers__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 7.5rem;
}
.job-offers__title br {
  display: none;
}
.job-offers__table {
  width: 100%;
  margin-bottom: 5.6rem;
}
.job-offers__table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2rem;
  grid-template-rows: auto auto;
  border-bottom: 0.1rem solid #e3e3e3;
}
.job-offers__table-row--headline {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  padding-bottom: 0.6rem;
  text-transform: uppercase;
}
.job-offers__table-row--desktop {
  display: none;
}
.job-offers__table-row--content {
  grid-gap: 0.9rem 1rem;
  padding: 1.6rem 0 1.5rem 0;
}
.job-offers__table-cell--desktop {
  display: none;
}
.job-offers__table-cell-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.job-offers__table-cell-employment {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
  grid-area: 2/1/3/1;
}
.job-offers__table-cell-location {
  font-family: "Suisse", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #979797;
  padding-right: 10%;
}
.job-offers__table-cell-icon {
  color: #000000;
  opacity: 1;
  grid-area: 1/2/1/3;
  font-size: 1.6rem;
  padding-top: 0.3rem;
}
.job-offers__table-footer-left {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.9rem;
}
.job-offers__table-footer-left br {
  display: none;
}
.job-offers__table-footer-right {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
}
.job-offers__table-footer-right br {
  display: none;
}
.job-offers__empty {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}
.job-offers__empty br {
  display: none;
}

@media (min-width: 768px) {
  .job-offers {
    padding-top: 8.2rem;
    padding-bottom: 26.8rem;
  }
  .job-offers__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    margin-bottom: 12rem;
  }
  .job-offers__title br {
    display: unset;
  }
  .job-offers__table {
    margin-bottom: 9.1rem;
  }
  .job-offers__table-row {
    grid-template-columns: 5fr 3fr 4fr 3rem;
    grid-template-rows: 1fr;
    grid-gap: 2rem;
    transition: all 0.3s ease;
  }
  .job-offers__table-row--headline {
    padding-bottom: 2.1rem;
  }
  .job-offers__table-row--desktop {
    display: grid;
  }
  .job-offers__table-row--mobile {
    display: none;
  }
  .job-offers__table-row--content {
    padding: 2.5rem 0;
  }
  .job-offers__table-row--content:hover {
    border-color: #000000;
  }
  .job-offers__table-row--content:hover .job-offers__table-cell-icon {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease;
  }
  .job-offers__table-cell--desktop {
    display: block;
  }
  .job-offers__table-cell-title {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .job-offers__table-cell-employment {
    grid-area: 1/2/1/3;
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #979797;
  }
  .job-offers__table-cell-icon {
    font-size: 2.3rem;
    opacity: 0;
    transform: translateX(50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    grid-area: 1/4/1/5;
    padding-top: 0;
  }
  .job-offers__table-footer-left {
    margin-bottom: 0;
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .job-offers__table-footer-left br {
    display: unset;
  }
  .job-offers__table-footer-right {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .job-offers__table-footer-right br {
    display: unset;
  }
  .job-offers__empty {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
  }
  .job-offers__empty br {
    display: unset;
  }
}
.m-board {
  background-color: #ffffff;
  padding-top: 7.7rem;
  padding-bottom: 12rem;
}
.m-board--black {
  background-color: #000000;
}
.m-board__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  text-align: center;
  color: #000000;
  margin-bottom: 1.5rem;
}
.m-board__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #979797;
  margin-bottom: 5rem;
}
.m-board__management {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.m-board__management-item {
  margin-bottom: 6.1rem;
}
.m-board__management-item:last-child {
  margin-bottom: 0;
}
.m-board__management-item-image {
  margin-bottom: 2.5rem;
}
.m-board__management-item-data {
  position: relative;
}
.m-board__management-item-name {
  font-family: "Suisse", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.7rem;
}
.m-board__management-item-position {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 1.1rem;
}
.m-board__management-item-read-more-wrapper {
  position: relative;
}
.m-board__management-item-read-more-wrapper--active .m-board__management-item-read-more {
  display: none;
}
.m-board__management-item-read-more-wrapper--active .m-board__management-item-description-wrapper-mobile {
  opacity: 1;
}
.m-board__management-item-read-more {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  width: max-content;
  position: relative;
  text-transform: uppercase;
}
.m-board__management-item-read-more:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  height: 0.1rem;
  width: 100%;
  background-color: #000000;
}
.m-board__management-item-description-wrapper-mobile {
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #979797;
  height: 0;
}
.m-board__management-item-description-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.m-board__management-item-description {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #979797;
}
.m-board__management-item-data-overlay {
  display: none;
}
.m-board__management-item-icon-link {
  margin-top: 0.9rem;
  display: block;
  width: max-content;
}
.m-board__management-item-icon-link .icon {
  font-size: 1.9rem;
  color: #979797;
}

@media (min-width: 768px) {
  .m-board {
    padding-top: 9.1rem;
    padding-bottom: 19.2rem;
  }
  .m-board__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #000000;
    text-align: left;
    margin-bottom: 10rem;
  }
  .m-board__description {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    text-align: left;
    margin-bottom: 10rem;
  }
  .m-board__management {
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }
  .m-board__management-item {
    flex: 0 0 21vw;
    overflow: hidden;
    margin-bottom: 0;
  }
  .m-board__management-item-name {
    border-bottom: 0.1rem solid #e3e3e3;
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
  }
  .m-board__management-item-position {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #979797;
    margin-bottom: 1.2rem;
  }
  .m-board__management-item-data-overlay {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    padding-top: 2.5rem;
  }
  .m-board__management-item-read-more-wrapper {
    display: none;
  }
}
.image-slider {
  width: 100%;
  padding-bottom: 8.3rem;
}
.image-slider .swiper-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.image-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
  max-width: 75vw;
}
.image-slider__cursor {
  display: none;
}
.image-slider__slide-wrapper {
  height: 100%;
  position: relative;
  border-radius: 0.6rem;
}
.image-slider__slide-wrapper:hover .image-slider__slide-description-wrapper {
  opacity: 1;
}
.image-slider__slide-image figcaption {
  display: none;
}
.image-slider__slide-image picture {
  display: flex;
}
.image-slider__slide-image picture img {
  height: 60vh;
  object-fit: cover;
  border-radius: 0.6rem;
  width: auto;
}
.image-slider__slide-description-wrapper {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-slider__slide-description {
  position: absolute;
  width: 80%;
  bottom: 1.6rem;
  left: 2.3rem;
  font-family: "Suisse", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.image-slider__footer {
  display: flex;
  justify-content: space-between;
  padding: 2.6rem 0 0 0;
}
.image-slider__footer-navigation {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.7rem;
}
.image-slider__footer-navigation-icon {
  line-height: 0;
  height: 1.7rem;
}
.image-slider__footer-navigation-icon--prev {
  transform: rotate(180deg);
  margin-right: 1.6rem;
}
.image-slider .socials-list--black img.white {
  display: block;
}
.image-slider .socials-list--black img.dark, .image-slider .socials-list--black img.black {
  display: none;
}

@media (min-width: 768px) {
  .image-slider {
    padding-bottom: 5rem;
    position: relative;
  }
  .image-slider .swiper-container {
    padding-right: 0;
  }
  .image-slider .swiper-container picture img {
    height: 50rem;
  }
  .image-slider__cursor {
    position: absolute;
    z-index: 100;
    top: -2rem;
    left: -2rem;
    pointer-events: none;
    opacity: 0.9;
    display: block;
    background-color: white;
    border-radius: 100%;
  }
  .image-slider__cursor.left .left {
    display: block;
  }
  .image-slider__cursor.right .right {
    display: block;
  }
  .image-slider__cursor img {
    width: 6rem;
    display: none;
  }
  .image-slider__footer {
    display: none;
  }
}
.locations {
  background-color: #ffffff;
  padding-bottom: 1.2rem;
}
.locations__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 7.3rem;
}
.locations__item--active .locations__item-description {
  opacity: 1;
}
.locations__item--active .locations__item-type {
  opacity: 0;
}
.locations__item-title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  text-align: center;
  color: #000000;
  margin-bottom: 1.4rem;
  transition: font-size 0.3s ease-out;
}
.locations__item-description-wrapper {
  position: relative;
  width: 100%;
}
.locations__item-description {
  width: 100%;
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  text-align: center;
  color: #979797;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.locations__item-type {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #979797;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.locations__item-type-text {
  margin-right: 0.3rem;
}
.locations__item-type-icon {
  font-size: 1.1rem;
}

@media (min-width: 820px) {
  .locations {
    padding-bottom: 10rem;
  }
  .locations__item {
    margin-bottom: 0;
    justify-content: space-between;
    transition: padding-top 0.3s ease-out;
  }
  .locations__item:hover {
    padding-top: 0.5rem;
  }
  .locations__item:hover .locations__item-title {
    font-size: 4rem;
  }
  .locations__item:hover .locations__item-type {
    opacity: 0 !important;
  }
  .locations__item:hover .locations__item-description {
    opacity: 1 !important;
  }
  .locations__item-title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    font-size: 5.33rem;
    margin-bottom: 0.1rem;
  }
  .locations__item-description {
    pointer-events: auto;
    opacity: 0 !important;
  }
  .locations__item-description {
    position: relative;
    margin-bottom: 4rem;
  }
  .locations__item-type {
    position: absolute;
    top: 2.9rem;
    left: 0;
    width: 100%;
    opacity: 1 !important;
  }
  .locations__item-type-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .locations__item:hover .locations__item-title {
    font-size: 5.33rem;
  }
  .locations__item-title {
    font-size: 6.66rem;
  }
}
.ih-image {
  padding-bottom: 9rem;
}
.ih-image__images-column-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.ih-image__images-wrapper {
  margin-bottom: 5.4rem;
}
.ih-image__images-image {
  display: none;
}
.ih-image__images-image--active {
  display: block;
}
.ih-image__headline {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #f5f6fa;
  margin-bottom: 5rem;
}
.ih-image__accordion-tab {
  margin-bottom: 2.4rem;
}
.ih-image__accordion-tab:last-child {
  margin-bottom: 0;
}
.ih-image__accordion-tab--active .ih-image__accordion-tab-title-icon span:last-child {
  transform: rotate(180deg);
}
.ih-image__accordion-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-bottom: 0.1rem solid #393838;
  padding: 0 0.4rem;
}
.ih-image__accordion-tab-title-icon {
  font-size: 1rem;
  position: relative;
  width: 1.4rem;
  height: 0.1rem;
}
.ih-image__accordion-tab-title-icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.ih-image__accordion-tab-title-icon span:last-child {
  transform: rotate(90deg);
}
.ih-image__accordion-tab-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.ih-image__accordion-tab-content {
  padding-top: 2.5rem;
  padding-bottom: 2.3rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .ih-image {
    padding-bottom: 18.7rem;
  }
  .ih-image__images-wrapper {
    margin-bottom: 9.5rem;
  }
  .ih-image__headline {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 8.5rem;
  }
  .ih-image__tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.2rem;
  }
  .ih-image__tabs-tab {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #979797;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    border-bottom: 0.1rem solid #393838;
    transition: all 0.3s ease;
    padding: 0 1.2rem 0.9rem 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
  }
  .ih-image__tabs-tab:first-child {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .ih-image__tabs-tab:last-child {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }
  .ih-image__tabs-tab--active {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    border-bottom: 0.1rem solid #ffffff;
  }
  .ih-image__tab-content {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 3.2rem;
    display: none;
  }
  .ih-image__tab-content--active {
    display: block;
  }
}
.kpi-list {
  padding-bottom: 5.5rem;
}
.kpi-list__item {
  margin-bottom: 3rem;
  overflow: hidden;
}
.kpi-list__item-number-wrapper {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.kpi-list__item-number {
  font-family: "Formular", sans-serif;
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #f5f6fa;
  margin-bottom: 0.7rem;
}
.kpi-list__item-mobile-icon {
  width: 5rem;
  flex: 0 0 5rem;
  margin-left: 0.8rem;
}
.kpi-list__item-label-wrapper {
  display: flex;
  align-items: center;
}
.kpi-list__item-label-icon picture {
  display: flex;
  width: 100%;
}
.kpi-list__item-label-icon picture img {
  width: 100%;
  align-self: center;
}
.kpi-list__item-label-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.kpi-list__item-label-text br {
  display: none;
}
.kpi-list__item-description-wrapper {
  overflow: hidden;
  transition: height 0.3s ease;
  max-width: 280px;
}
.kpi-list__item-description {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-top: 0.9rem;
}
.kpi-list__bottom-text {
  margin-top: 3rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffffff;
}

@media (min-width: 768px) {
  .kpi-list {
    padding-bottom: 9.2rem;
  }
  .kpi-list__item {
    margin-bottom: 9rem;
  }
  .kpi-list__item-number {
    font-family: "Formular", sans-serif;
    font-size: 16rem;
    line-height: 0.56;
    letter-spacing: 2px;
    color: #f5f6fa;
    font-size: 10rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .kpi-list__item-label-icon {
    width: 6.4rem;
    flex: 0 0 6.4rem;
    margin-right: 1rem;
  }
  .kpi-list__item-label-text {
    font-family: "Formular", sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: -1px;
    color: #ffffff;
  }
  .kpi-list__item-label-text br {
    display: unset;
  }
  .kpi-list__item-description-wrapper {
    height: 0;
    max-width: 440px;
  }
  .kpi-list__item-description {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 2.6rem;
  }
  .kpi-list__bottom-text {
    margin-top: 0rem;
  }
}
@media (min-width: 1200px) {
  .kpi-list__item-number {
    font-family: "Formular", sans-serif;
    font-size: 16rem;
    line-height: 0.56;
    letter-spacing: 2px;
    color: #f5f6fa;
    line-height: 1;
  }
}
.video-slider {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.video-slider__videos-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.video-slider__video-single-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-slider__video-single-wrapper--active {
  opacity: 1;
}
.video-slider__video--desktop {
  display: none;
}
.video-slider__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177vh;
  height: 56.25vw;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.video-slider__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5.3rem 2rem;
  overflow: hidden;
}
.video-slider__content-item {
  transition: all 0.3s ease;
  padding-left: 1.8rem;
  position: relative;
  flex-grow: 0;
  cursor: pointer;
  margin-bottom: 1.7rem;
}
.video-slider__content-item:last-child {
  margin-bottom: 0;
}
.video-slider__content-item--active {
  flex-grow: 1;
}
.video-slider__content-item--active .video-slider__content-item-title {
  font-family: "Formular", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.15;
  color: #ffffff;
}
.video-slider__content-item:first-child {
  margin-top: 0 !important;
}
.video-slider__content-item:last-child {
  margin-bottom: 0 !important;
}
.video-slider__content-item-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0.2rem;
  background-color: #393838;
}
.video-slider__content-item-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #ffffff;
}
.video-slider__content-item-title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.18;
  color: #979797;
}
.video-slider__content-item-description-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.video-slider__content-item-description {
  position: relative;
  width: 100%;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-top: 2.1rem;
}
.video-slider__video-image {
  width: 100%;
  height: 100%;
}
.video-slider__video-image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.video-slider__video-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .video-slider {
    margin-bottom: 14rem;
    flex-direction: row;
  }
  .video-slider__videos-wrapper {
    flex: 0 0 50%;
    order: 1;
    padding-bottom: 0;
  }
  .video-slider__video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .video-slider__video--desktop {
    display: block;
  }
  .video-slider__video--mobile {
    display: none;
  }
  .video-slider__video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .video-slider__content-wrapper {
    flex: 0 0 50%;
    order: 0;
    padding: 8.7rem 0 8.7rem 8rem;
  }
  .video-slider__content-item {
    padding-left: 4rem;
    padding-right: 7.9rem;
    transition: 0.3s all ease;
    margin-bottom: 1.7rem;
  }
  .video-slider__content-item--active {
    margin-bottom: 8.1em;
    margin-top: 6.4rem;
  }
  .video-slider__content-item--active .video-slider__content-item-title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
  }
  .video-slider__content-item-title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #979797;
  }
  .video-slider__content-item-description {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-top: 3.3rem;
  }
}
.testimonials-slider {
  padding-top: 7.7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.testimonials-slider--black {
  background-color: #000000;
}
.testimonials-slider__header {
  margin-bottom: 2rem;
}
.testimonials-slider__slider-count {
  display: none;
}
.testimonials-slider__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  margin-bottom: 1.3rem;
  padding: 0 1rem;
}
.testimonials-slider__headline {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #979797;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e3e3e3;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.testimonials-slider__all-testimonials {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ff6b4f;
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}
.testimonials-slider__all-testimonials-icon {
  font-size: 1.7rem;
  margin-left: 0.8rem;
}
.testimonials-slider__slider-wrapper .swiper-container {
  padding: 0 1.5rem;
}
.testimonials-slider__slider-wrapper .swiper-container .swiper-wrapper {
  flex-direction: row;
}
.testimonials-slider__slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  display: none;
}
.testimonials-slider__slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:first-child {
  display: block;
}
.testimonials-slider__slider-wrapper .swiper-container .swiper-wrapper .single-testimonial {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .testimonials-slider {
    padding-top: 8.7rem;
    padding-bottom: 9.6rem;
  }
  .testimonials-slider__header {
    margin-bottom: 7.8rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .testimonials-slider__title {
    margin-bottom: 2rem;
    padding: 0;
  }
  .testimonials-slider__headline {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .testimonials-slider__slider-count {
    display: block;
    width: 6rem;
    height: 6rem;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    position: relative;
  }
  .testimonials-slider__slider-count-circle-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible !important;
    transform: rotate(275deg);
  }
  .testimonials-slider__slider-count-circle {
    stroke: #ff6b4f;
    stroke-width: 2px;
    fill: transparent;
    stroke-dashoffset: 180;
    stroke-dasharray: 180;
    animation: 5s circletimer linear forwards;
  }
  .testimonials-slider__slider-count-circle--animation {
    animation: 5s circletimer2 linear forwards;
  }
  .testimonials-slider__slider-count-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: black;
  }
  .testimonials-slider__slider-wrapper .swiper-container {
    padding: 0 12rem;
  }
  .testimonials-slider__slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
  }
  .testimonials-slider__slider-wrapper .swiper-container .swiper-wrapper .single-testimonial {
    padding-left: 0;
    padding-right: 0;
  }
}
@keyframes circletimer {
  0% {
    stroke-dashoffset: 185;
    stroke-dasharray: 185;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 185;
  }
}
@keyframes circletimer2 {
  0% {
    stroke-dashoffset: 185;
    stroke-dasharray: 185;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 185;
  }
}
.article-preview {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e3e3e3;
  display: block;
  color: #000000;
}
.article-preview__image {
  margin-bottom: 2rem;
}
.article-preview__image picture {
  display: flex;
  width: 100%;
}
.article-preview__image picture img {
  width: 100%;
  align-self: flex-start;
  border-radius: 0.3rem;
  object-fit: cover;
}
.article-preview__badges {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.article-preview__badges span {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  background-color: #ffd936;
  border-radius: 0.5rem;
  padding: 0.3rem 0.5rem;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.article-preview__badges span:last-child {
  margin-right: 0;
}
.article-preview__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.8rem;
}
.article-preview__title .relevanssi-query-term {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #ff6b4f;
}
.article-preview__abstract {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
}
.article-preview__abstract .relevanssi-query-term {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #ff6b4f;
}
.article-preview__date {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
}
.article-preview__event-meta {
  margin-bottom: 0.7rem;
}
.article-preview__event-meta-dates {
  font-family: "Formular", sans-serif;
  font-size: 5.2rem;
  line-height: 1.12;
  letter-spacing: -0.52px;
  margin-bottom: 1rem;
}
.article-preview__event-meta-month {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.17;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  background-color: #ffd936;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.7rem;
  width: max-content;
}
.article-preview__event-meta-location {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  color: #979797;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .article-preview {
    display: flex;
    padding-bottom: 2rem;
  }
  .article-preview:hover .vertical-hover-animation > *:first-child {
    transform: translateY(-100%);
  }
  .article-preview:hover .vertical-hover-animation > *:last-child {
    transform: translateY(0);
  }
  .article-preview:hover .animated-arrow:before {
    transform: rotate(45deg);
  }
  .article-preview:hover .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .article-preview__event-meta {
    flex: 0 0 24rem;
    width: 24rem;
    margin-right: 4rem;
  }
  .article-preview__badges {
    margin-bottom: 1.4rem;
  }
  .article-preview__badges span {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.17;
    letter-spacing: 0.72px;
    padding: 0.6rem 1.2rem;
  }
  .article-preview__image {
    flex: 0 0 24rem;
    width: 24rem;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .article-preview__title {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
    margin-bottom: 1rem;
  }
  .article-preview__title .relevanssi-query-term {
    font-family: "Suisse", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.5px;
    color: #ff6b4f;
  }
  .article-preview__abstract {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 0.45rem;
    margin-bottom: 0.6rem;
  }
  .article-preview__read-more {
    font-family: "Suisse", sans-serif;
    font-size: 1.1rem;
    line-height: 1.27;
    letter-spacing: 1.1px;
    color: #979797;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .article-preview__read-more-text {
    margin-right: 0.5rem;
  }
}
.featured-post {
  display: flex;
  flex-direction: column;
}
.featured-post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
.featured-post__badges {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.featured-post__badge {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #ffd936;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.featured-post__badge:last-child {
  margin-right: 0;
}
.featured-post__date {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
}
.featured-post__image {
  margin-bottom: 2rem;
}
.featured-post__image picture {
  display: flex;
  height: 100%;
}
.featured-post__image picture img {
  max-height: 60vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.featured-post__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.4rem;
}
.featured-post__abstract {
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #979797;
  margin-bottom: 1rem;
}
.featured-post__read-more {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  color: #979797;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.featured-post__read-more .animated-arrow {
  background-color: #979797;
}
.featured-post__read-more .animated-arrow:before, .featured-post__read-more .animated-arrow:after {
  background: #979797;
}
.featured-post__read-more-text {
  margin-right: 0.5rem;
}
.featured-post__read-more-mobile {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  position: relative;
  width: max-content;
}

@media (min-width: 768px) {
  .featured-post:hover .vertical-hover-animation > *:first-child {
    transform: translateY(-100%);
  }
  .featured-post:hover .vertical-hover-animation > *:last-child {
    transform: translateY(0);
  }
  .featured-post:hover .animated-arrow:before {
    transform: rotate(45deg);
  }
  .featured-post:hover .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .featured-post__meta {
    order: 2;
    margin-bottom: 1.25rem;
  }
  .featured-post__title {
    order: 1;
    margin-bottom: 1.2rem;
  }
  .featured-post__abstract {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
    order: 3;
    margin-bottom: 0;
  }
  .featured-post__badge {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.17;
    letter-spacing: 0.72px;
    padding: 0.6rem 1.2rem;
  }
  .featured-post__read-more .animated-arrow {
    top: -0.1rem;
  }
}
.news-teaser {
  background-color: #ffffff;
  padding-top: 7.7rem;
  padding-bottom: 8rem;
}
.news-teaser--black {
  background-color: #000000;
}
.news-teaser .article-preview__badge--news {
  display: none;
}
.news-teaser__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  padding-bottom: 0.9rem;
  border-bottom: 0.1rem solid #e3e3e3;
}
.news-teaser__testimonials-part {
  margin-bottom: 6.7rem;
}
.news-teaser__testimonials-part .news-teaser__title {
  margin-bottom: 2rem;
}
.news-teaser__testimonials-list, .news-teaser__news-list {
  margin-bottom: 1.4rem;
}
.news-teaser__testimonials-list .single-testimonial {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e3e3e3;
}
.news-teaser__link-all {
  display: block;
}
.news-teaser__link-all-animation-element {
  display: flex;
  align-items: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  color: #000000;
}
.news-teaser__link-all-animation-element .animated-arrow {
  margin-left: 0.8rem;
  background-color: #000000;
}
.news-teaser__link-all-animation-element .animated-arrow:before, .news-teaser__link-all-animation-element .animated-arrow:after {
  background-color: #000000;
}

@media (min-width: 768px) {
  .news-teaser {
    padding-top: 8.8rem;
    padding-bottom: 19rem;
  }
  .news-teaser__title {
    padding-bottom: 1.8rem;
  }
  .news-teaser__testimonials-part {
    margin-bottom: 0;
  }
  .news-teaser__testimonials-part .news-teaser__title {
    margin-bottom: 3rem;
  }
  .news-teaser__testimonials-list, .news-teaser__news-list {
    margin-bottom: 2.35rem;
  }
  .news-teaser__testimonials-list .single-testimonial {
    padding-bottom: 2.45rem;
  }
  .news-teaser__link-all .news-teaser__link-all-animation-element:first-child .animated-arrow:before {
    transform: rotate(45deg);
  }
  .news-teaser__link-all .news-teaser__link-all-animation-element:first-child .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .news-teaser__link-all:hover .news-teaser__link-all-animation-element:first-child .animated-arrow:before, .news-teaser__link-all:hover .news-teaser__link-all-animation-element:first-child .animated-arrow:after {
    transform: rotate(0);
  }
  .news-teaser__link-all:hover .news-teaser__link-all-animation-element:last-child .animated-arrow:before {
    transform: rotate(45deg);
  }
  .news-teaser__link-all:hover .news-teaser__link-all-animation-element:last-child .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .news-teaser__link-all-animation-element .animated-arrow {
    margin-left: 1rem;
  }
}
.logo-slider {
  background-color: #ffffff;
  padding-top: 2.2rem;
  padding-bottom: 2.7rem;
  border-top: 0.1rem solid #e3e3e3;
  position: relative;
}
.logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logo-slider--black {
  background-color: #000000;
}
.logo-slider--white .logo-slider__headline {
  color: #000000;
}
.logo-slider__headline {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  margin-bottom: 6.2rem;
  max-width: 60%;
  hyphens: auto;
}
.logo-slider__logo {
  display: block;
  height: 4rem;
  text-align: center;
}
.logo-slider__logo img {
  height: 100%;
  object-fit: cover;
}
.logo-slider__next-slide {
  display: none;
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}

@media (min-width: 768px) {
  .logo-slider--has-headline {
    padding-bottom: 8rem;
  }
  .logo-slider__headline {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #000000;
    padding: 4.5rem 0 0.5rem;
  }
  .logo-slider__next-slide {
    display: none;
  }
}
.faq {
  padding-top: 0.2rem;
  background-color: #ffffff;
}
.faq--black {
  background-color: #000000;
}
.faq__title {
  display: none;
}
.faq__item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.faq__item-title-text {
  padding-right: 2.2rem;
  max-width: 28rem;
}
.faq__item {
  border-bottom: 0.1rem solid #000000;
  padding: 1.6rem 0 1.3rem 0;
}
.faq__item--opened .faq__item-state-icon {
  transform: rotate(45deg);
}
.faq__item-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq__item-content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
  padding-top: 0.9rem;
}
.faq__item-state-icon {
  width: 1.8rem;
  flex: 0 0 1.8rem;
  position: relative;
  transition: transform 0.3s ease;
  top: 14px;
}
.faq__item-state-line {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #000000;
}
.faq__item-state-line:last-child {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .faq {
    padding-top: 2.2rem;
    padding-bottom: 10rem;
  }
  .faq__title {
    display: block;
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #000000;
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid #000000;
  }
  .faq__item {
    padding: 2.9rem 0 2.5rem 0;
  }
  .faq__item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #000000;
    align-items: center;
  }
  .faq__item-title-text {
    max-width: 89rem;
  }
  .faq__item-content {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #979797;
    padding-top: 0.9rem;
  }
  .faq__item-state-icon {
    width: 2.4rem;
    flex: 0 0 2.4rem;
    top: 0;
  }
}
.press-downloads {
  background-color: #ffffff;
  padding-top: 7.7rem;
  padding-bottom: 9rem;
}
.press-downloads--black {
  background-color: #000000;
}
.press-downloads .press-contact {
  margin-bottom: 6.7rem;
}
.press-downloads__socials {
  display: none;
}

@media (min-width: 768px) {
  .press-downloads {
    padding-top: 8.7rem;
    padding-bottom: 4.8rem;
  }
  .press-downloads .press-contact {
    margin-bottom: 0;
  }
  .press-downloads__socials {
    margin-top: 12.8rem;
    display: block;
  }
  .press-downloads__socials .socials-list {
    font-size: 2.3rem;
  }
  .press-downloads__socials .socials-list--black img {
    width: 2.3rem;
  }
  .press-downloads__socials .socials-list--black img.white {
    display: block;
  }
  .press-downloads__socials .socials-list--black img.dark, .press-downloads__socials .socials-list--black img.black {
    display: none;
  }
  .press-downloads__socials .socials-list a {
    margin-right: 1.8rem;
  }
}
.downloads--black .downloads__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.downloads--black .downloads__item-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.downloads__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  margin-bottom: 0.8rem;
}
.downloads__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #979797;
}
.downloads__item {
  padding: 0;
  border-bottom: 0.1rem solid #979797;
}
.downloads__item .downloads__item-link {
  padding: 2rem 0;
}
.downloads__item--expansible {
  padding: 2rem 0;
}
.downloads__item--expansible .downloads__item-link {
  padding: 0;
}
.downloads__item--opened .downloads__item-title-icon-line:last-child {
  transform: rotate(0);
}
.downloads__item-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.downloads__item-title {
  padding-right: 2rem;
}
.downloads__item-icon-download {
  font-size: 1.4rem;
}
.downloads__item-title-icon-state {
  flex: 0 0 2rem;
  width: 2rem;
  height: 0.1rem;
  position: relative;
}
.downloads__item-title-icon-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: #ffffff;
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.downloads__item-title-icon-line:last-child {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .downloads--black .downloads__item-link {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .downloads__title {
    margin-bottom: 2rem;
  }
  .downloads__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    padding-bottom: 2.6rem;
  }
  .downloads__item {
    padding: 0;
  }
  .downloads__item .downloads__item-link {
    padding: 2.9rem 0;
  }
  .downloads__item--expansible {
    padding: 2.9rem 0;
  }
  .downloads__item--expansible .downloads__item-link {
    padding: 0;
  }
  .downloads__item:hover .downloads__item-title {
    transform: translateX(20px);
  }
  .downloads__item-link {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .downloads__item-title {
    transition: transform 0.3s ease;
  }
  .downloads__item-icon-download {
    font-size: 2rem;
  }
  .downloads__item-content-sub-item-title {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
}
.press-contact .editor-styles__underline:before {
  background-color: #000000;
}
.press-contact--black .press-contact__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.press-contact--black .press-contact__text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.press-contact--black .editor-styles__underline:before {
  background-color: #ffffff;
}
.press-contact__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  margin-bottom: 0.8rem;
}
.press-contact__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 3.4rem;
}
.press-contact__text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
}
.press-contact__text p {
  margin-bottom: 3.4rem;
}
.press-contact__text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .press-contact--black .press-contact__text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .press-contact__title {
    margin-bottom: 2rem;
  }
  .press-contact__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    margin-bottom: 2rem;
  }
  .press-contact__text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .press-contact__text p {
    margin-bottom: 1.9rem;
  }
}
.downloads-grid__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.downloads-grid__item-wrapper {
  position: relative;
  height: 100%;
}
.downloads-grid__item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: min-content;
  margin-bottom: 5.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.downloads-grid__item picture {
  display: flex;
  height: 100%;
}
.downloads-grid__item picture img {
  width: 100%;
  height: auto;
  align-self: center;
  object-fit: contain;
  border-radius: 6px;
}
.downloads-grid__item-overlay {
  position: relative;
  margin-top: 1.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.downloads-grid__item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-right: 2rem;
}
.downloads-grid__item-download-icon {
  color: #ffffff;
  font-size: 1.5rem;
  padding-top: 0.2rem;
}

@media (min-width: 768px) {
  .downloads-grid__items {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
  }
  .downloads-grid__item {
    width: auto;
    height: 33.6rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    margin-bottom: 4rem;
  }
  .downloads-grid__item:hover .downloads-grid__item-overlay {
    opacity: 1;
  }
  .downloads-grid__item picture img {
    width: auto;
    height: 100%;
  }
  .downloads-grid__item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 0;
    display: block;
  }
  .downloads-grid__item-title {
    position: absolute;
    left: 2.5rem;
    top: 2rem;
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .downloads-grid__item-download-icon {
    position: absolute;
    bottom: 2.6rem;
    left: 2.6rem;
    font-size: 2.2rem;
    padding-top: 0;
  }
}
.comparison-table {
  margin-bottom: 8.4rem;
}
.comparison-table--black .comparison-table__row--header .comparison-table__cell {
  font-family: "Suisse", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  background-color: #393838;
}
.comparison-table--black .comparison-table__row--header .comparison-table__cell--table-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #ff6b4f;
  text-align: left;
  text-transform: none;
  background-color: transparent;
  padding: 0;
}
.comparison-table--black .comparison-table__cell {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}
.comparison-table--black .comparison-table__cell--row-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: left;
}
.comparison-table--3 .comparison-table__row {
  grid-template-columns: 1fr 1fr 1fr;
}
.comparison-table--3 .comparison-table__cell--large {
  grid-area: 1/1/1/4;
}
.comparison-table__row {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.2rem 1rem;
  padding-top: 1.4rem;
  border-bottom: 0.1rem solid #ffffff;
  transition: border-bottom 0.3s ease;
}
.comparison-table__row--header {
  align-items: center;
  grid-gap: 0.8rem 0.4rem;
  border-bottom: none;
  padding-top: 0;
}
.comparison-table__row--header .comparison-table__cell {
  border-top: none;
}
.comparison-table__row--header .comparison-table__cell--table-title {
  justify-content: flex-start;
}
.comparison-table__row--header .comparison-table__cell--featured {
  color: #ff6b4f !important;
}
.comparison-table__cell {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.1rem solid #393838;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-table__cell--row-title {
  text-align: left;
  cursor: default;
  padding: 0;
  border-top: none;
  justify-content: flex-start;
}
.comparison-table__cell--table-title {
  text-align: left;
}
.comparison-table__cell--large {
  grid-area: 1/1/1/3;
}
.comparison-table__cell-content {
  position: relative;
  display: inline;
}
.comparison-table__cell-tooltip {
  display: none;
}
.comparison-table__cell-value {
  color: #ffffff;
}
.comparison-table__cell-value--bullet {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #393838;
  border-radius: 50%;
}
.comparison-table__cell-value--featured {
  color: #ff6b4f;
}

@media (min-width: 768px) {
  .comparison-table {
    margin-bottom: 19.2rem;
  }
  .comparison-table--black .comparison-table__row--header .comparison-table__cell {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
  }
  .comparison-table--black .comparison-table__row--header .comparison-table__cell--featured {
    background-color: #515151;
  }
  .comparison-table--black .comparison-table__row--header .comparison-table__cell--table-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: left;
  }
  .comparison-table--black .comparison-table__cell--row-title {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .comparison-table--3 .comparison-table__row {
    grid-template-columns: 4fr 2fr 2fr 2fr;
  }
  .comparison-table__row {
    grid-template-columns: 4fr 3fr 3fr;
    grid-gap: 0 2.5rem;
    border-bottom: 0.1rem solid #393838;
    padding: 0;
  }
  .comparison-table__row--header {
    border-bottom: 0.1rem solid #ffffff;
    padding: 0;
  }
  .comparison-table__row--header .comparison-table__cell {
    padding: 0 0 2.1rem 0;
  }
  .comparison-table__row:hover {
    border-bottom: 0.1rem solid #ffffff;
  }
  .comparison-table__cell {
    padding: 3rem 0 2.7rem 0;
    border-top: none;
    height: 100%;
  }
  .comparison-table__cell--large {
    grid-area: 1/1/1/1 !important;
  }
  .comparison-table__cell--featured {
    background-color: #515151;
  }
  .comparison-table__cell-content:hover .comparison-table__cell-tooltip {
    opacity: 1;
  }
  .comparison-table__cell-tooltip {
    display: block;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translate(100%, -50%);
    max-width: 31.5rem;
    width: max-content;
    background-color: #1a1a1a;
    padding: 1.1rem 1.5rem 1rem 1.5rem;
    hyphens: auto;
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 15;
  }
}
.plans-overview {
  margin-bottom: 10.2rem;
}
.plans-overview__switcher {
  display: grid;
  grid-gap: 1.8rem;
  justify-content: center;
  margin: 0 auto 5.5rem auto;
  grid-template-columns: 1fr auto 1fr;
}
.plans-overview__switcher--active .plans-overview__switcher-item--left .plans-overview__switcher-item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
}
.plans-overview__switcher--active .plans-overview__switcher-item--left .plans-overview__switcher-item-subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plans-overview__switcher--active .plans-overview__switcher-item--right .plans-overview__switcher-item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plans-overview__switcher--active .plans-overview__switcher-item--right .plans-overview__switcher-item-subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
}
.plans-overview__switcher--active .plans-overview__switcher-toggle-circle {
  left: calc(100% - 0.2rem);
  transform: translateX(-100%);
}
.plans-overview__switcher-item {
  padding-top: 0.4rem;
}
.plans-overview__switcher-item--left .plans-overview__switcher-item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plans-overview__switcher-item--left .plans-overview__switcher-item-subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plans-overview__switcher-item--right .plans-overview__switcher-item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
}
.plans-overview__switcher-item--right .plans-overview__switcher-item-subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
}
.plans-overview__switcher-toggle {
  width: 6.4rem;
  height: 3.2rem;
  background-color: #393838;
  border-radius: 1.6rem;
  padding: 0.1rem;
  position: relative;
  cursor: pointer;
}
.plans-overview__switcher-toggle-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 0.2rem;
  transition: all 0.3s ease;
}
.plans-overview__gdpr-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plans-overview__gdpr-text em {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ff6b4f;
  font-style: normal;
}

@media (min-width: 768px) {
  .plans-overview {
    margin-bottom: 21.3rem;
  }
  .plans-overview__switcher {
    margin-bottom: 11.2rem;
  }
  .plans-overview__switcher--active .plans-overview__switcher-item--left .plans-overview__switcher-item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.5px;
    color: #979797;
  }
  .plans-overview__switcher--active .plans-overview__switcher-item--left .plans-overview__switcher-item-subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #979797;
  }
  .plans-overview__switcher--active .plans-overview__switcher-item--right .plans-overview__switcher-item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .plans-overview__switcher--active .plans-overview__switcher-item--right .plans-overview__switcher-item-subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .plans-overview__switcher-item {
    padding-top: 0;
  }
  .plans-overview__switcher-item--left {
    text-align: right;
  }
  .plans-overview__switcher-item--left .plans-overview__switcher-item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .plans-overview__switcher-item--left .plans-overview__switcher-item-subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .plans-overview__switcher-item--right .plans-overview__switcher-item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.5px;
    color: #979797;
  }
  .plans-overview__switcher-item--right .plans-overview__switcher-item-subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #979797;
  }
  .plans-overview__plans-list {
    margin-bottom: 11.4rem;
  }
  .plans-overview__plans-list .plan-preview {
    height: 100%;
  }
  .plans-overview__gdpr-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .plans-overview__gdpr-text em {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ff6b4f;
    font-style: normal;
  }
}
.plan-preview {
  padding: 3.9rem 2rem 5rem 2rem;
  margin-bottom: 6rem;
  background-color: rgba(57, 56, 56, 0.4);
  border-radius: 2px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}
.plan-preview--black .plan-preview__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  color: #f5f6fa;
}
.plan-preview--black .plan-preview__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plan-preview--black .plan-preview__benefits-item-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.plan-preview--black .plan-preview__price {
  font-family: "Formular", sans-serif;
  font-size: 5rem;
  line-height: 1.08;
  letter-spacing: 1px;
  color: #ffffff;
}
.plan-preview--black .plan-preview__price-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
}
.plan-preview--featured {
  background-color: #515151;
}
.plan-preview__title {
  margin-bottom: 1.4rem;
}
.plan-preview__description {
  margin-bottom: 1.5rem;
}
.plan-preview__benefits {
  margin-bottom: 1.2rem;
}
.plan-preview__benefits-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.9rem;
}
.plan-preview__benefits-item:last-child {
  margin-bottom: 0;
}
.plan-preview__benefits-item-icon {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 1.4rem;
  border-radius: 50%;
  border: 0.1rem solid #ff6b4f;
  margin-right: 1.3rem;
  position: relative;
  top: 0.6rem;
}
.plan-preview__benefits-item-text {
  position: relative;
  top: 2px;
}
.plan-preview__prices-wrapper {
  margin-bottom: 0.8rem;
}
.plan-preview__prices-wrapper .plan-preview__price--second {
  display: none;
}
.plan-preview__prices-wrapper--second-active .plan-preview__price {
  display: none;
}
.plan-preview__prices-wrapper--second-active .plan-preview__price--second {
  display: block;
}
.plan-preview__price-featured-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ff6b4f;
  margin-bottom: 0.9rem;
}
.plan-preview__price-text {
  margin-bottom: 2.6rem;
}
.plan-preview__link {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  width: max-content;
}

@media (min-width: 768px) {
  .plan-preview {
    padding: 3.7rem 3rem 5.1rem 3.1rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .plan-preview--black .plan-preview__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #ffffff;
  }
  .plan-preview--black .plan-preview__description {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .plan-preview--black .plan-preview__benefits-item-text {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .plan-preview--black .plan-preview__price {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    line-height: 1.13;
    letter-spacing: 1px;
    color: #f5f6fa;
  }
  .plan-preview--black .plan-preview__price-text {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
  }
  .plan-preview__title {
    margin-bottom: 1.3rem;
  }
  .plan-preview__benefits {
    margin-bottom: 2.3rem;
  }
  .plan-preview__benefits-item {
    margin-bottom: 1.2rem;
  }
  .plan-preview__benefits-item-text {
    top: 1px;
  }
  .plan-preview__prices-wrapper {
    margin-bottom: 0.5rem;
  }
  .plan-preview__price-featured-text {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #ff6b4f;
    margin-bottom: 0.8rem;
  }
  .plan-preview__price-text {
    margin-bottom: 2.4rem;
  }
}
.pc-tables__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #f5f6fa;
  margin-bottom: 4.4rem;
}

@media (min-width: 768px) {
  .pc-tables__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 9.6rem;
  }
}
.form-prerequisites {
  margin-bottom: 7.6rem;
}
.form-prerequisites__text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.form-prerequisites__text--upper {
  margin-bottom: 1.9rem;
}
.form-prerequisites__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.9rem;
}
.form-prerequisites__list li {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.8rem;
}
.form-prerequisites__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #ff6b4f;
  border-radius: 50%;
}
.form-prerequisites__list li:last-child {
  margin-bottom: 0;
}
.form-prerequisites__required-text {
  font-family: "Suisse", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #979797;
}

@media (min-width: 768px) {
  .form-prerequisites {
    margin-bottom: 18.6rem;
  }
  .form-prerequisites__text {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 1.9rem;
  }
  .form-prerequisites__list li {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-left: 3.4rem;
    margin-bottom: 1.9rem;
  }
  .form-prerequisites__list li:before {
    top: 0.9rem;
  }
}
.modular-form {
  padding: 0 1rem 2.5rem 1rem;
}
.modular-form__page {
  flex-wrap: wrap;
  display: none;
}
.modular-form__page--active {
  display: flex;
}
.modular-form__field {
  flex: 0 0 100%;
  margin-bottom: 3.7rem;
}
.modular-form__field .error {
  color: #ff6b4f;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .modular-form {
    padding: 0 0 10.8rem 0;
  }
  .modular-form__field {
    flex: 0 0 50%;
    margin-bottom: 11.5rem;
  }
  .modular-form__field--full {
    flex: 0 0 100%;
  }
}
.press-awards {
  background-color: #000000;
  padding-top: 7.6rem;
  padding-bottom: 8rem;
}
.press-awards .awards {
  margin-bottom: 6.7rem;
}
.press-awards__socials-wrapper {
  display: flex;
  align-items: baseline;
}
.press-awards__socials-wrapper a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}
.press-awards__socials-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-right: 0.7rem;
}
.press-awards .socials-list--black img.white {
  display: block;
}
.press-awards .socials-list--black img.dark, .press-awards .socials-list--black img.black {
  display: none;
}

@media (min-width: 768px) {
  .press-awards {
    padding-top: 8.7rem;
    padding-bottom: 18.9rem;
  }
  .press-awards .awards {
    margin-bottom: 0;
  }
  .press-awards__socials-wrapper a {
    font-size: 2rem;
  }
  .press-awards__socials-title {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-right: 1.2rem;
  }
}
.awards__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.awards__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 3.4rem;
}
.awards__list {
  padding: 0;
  list-style: none;
}
.awards__list-item {
  position: relative;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.awards__list-item:last-child {
  margin-bottom: 0;
}
.awards__list-item-content {
  padding-left: 3rem;
}
.awards__list-item-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #ffd936;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .awards__title {
    margin-bottom: 2rem;
  }
  .awards__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    margin-bottom: 1.9rem;
  }
  .awards__list-item {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 0.4rem;
  }
  .awards__list-item:hover .awards__list-item-content {
    transform: translateX(20px);
  }
  .awards__list-item-content {
    padding-left: 3.4rem;
    transition: transform 0.3s ease;
  }
}
.press-list__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #ffffff;
  padding-bottom: 0.9rem;
  border-bottom: 0.1rem solid #979797;
}
.press-list__items {
  padding: 0;
  margin: 0 0 1.4rem 0;
  list-style: none;
}
.press-list__item {
  padding: 1.6rem 0 1.3rem 0.5rem;
  border-bottom: 0.1rem solid #979797;
}
.press-list__item-link {
  display: block;
}
.press-list__item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.press-list__item-title-icon {
  color: #ffffff;
  margin-left: 0.3rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
.press-list__item-read-more-wrapper {
  display: none;
}
.press-list__link-all {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #979797;
  display: flex;
  align-items: baseline;
}
.press-list__link-all-text {
  margin-right: 0.8rem;
}
.press-list__link-all-icon {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .press-list__title {
    padding-bottom: 2.9rem;
  }
  .press-list__items {
    margin-bottom: 2.8rem;
  }
  .press-list__item-read-more-wrapper {
    display: flex;
    height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
  }
  .press-list__item-read-more {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #979797;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    height: max-content;
  }
  .press-list__item-read-more span {
    display: block;
  }
  .press-list__item-read-more-text {
    margin-right: 0.5rem;
  }
  .press-list__item-read-more-link {
    font-size: 1.7rem;
  }
  .press-list__item {
    padding: 2.9rem 0 2.5rem 0.7rem;
  }
  .press-list__item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .press-list__item-title-icon {
    display: none;
  }
  .press-list__link-all {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #979797;
    display: flex;
    transition: color 0.3s ease;
  }
  .press-list__link-all .icon-Arrow-Right {
    transition: transform 0.3s ease;
  }
  .press-list__link-all:hover {
    color: #FFFFFF;
  }
  .press-list__link-all:hover .icon-Arrow-Right {
    transform: translateX(30%);
  }
}
.thank-you {
  padding-bottom: 8rem;
}
.thank-you--black .thank-you__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #f5f6fa;
}
.thank-you--black .thank-you__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}
.thank-you--black .thank-you__content {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.thank-you__content-wrapper {
  width: 100%;
  padding: 0 1rem;
}
.thank-you__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 5.8rem;
}
.thank-you__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 5.9rem;
}
.thank-you__content {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 6.2rem;
}
.thank-you__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thank-you__content ul li {
  position: relative;
  display: flex;
  align-self: flex-start;
  margin-bottom: 1.9rem;
}
.thank-you__content ul li:before {
  content: "";
  position: relative;
  margin-right: 1.9rem;
  margin-top: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 50%;
  border: 0.1rem solid #ff6b4f;
}
.thank-you__content ul li:last-child {
  margin-bottom: 0;
}
.thank-you__content p, .thank-you__content ul {
  margin-bottom: 1.8rem;
}
.thank-you__content p:last-child, .thank-you__content ul:last-child {
  margin-bottom: 0;
}
.thank-you__content > p:last-child {
  margin-top: 4rem;
}
.thank-you__content a {
  position: relative;
}
.thank-you__content a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .thank-you--black .thank-you__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
  }
  .thank-you--black .thank-you__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
  }
  .thank-you--black .thank-you__content {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .thank-you__content-wrapper {
    padding: 0;
  }
  .thank-you__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
  }
  .thank-you__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
  }
  .thank-you__content {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 4.7rem;
}

@media (min-width: 768px) {
  .block-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 6rem;
  }
}
.display-testimonial {
  padding-bottom: 8.1rem;
}
.display-testimonial:last-child {
  padding-bottom: 0;
}
.display-testimonial__quote {
  margin-bottom: 2.1rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}
.display-testimonial__author {
  display: flex;
  justify-content: center;
  align-items: center;
}
.display-testimonial__avatar {
  margin-right: 2rem;
}
.display-testimonial__avatar img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.display-testimonial__name, .display-testimonial__position {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #979797;
}
@media (min-width: 768px) {
  .display-testimonial {
    padding-bottom: 16.8rem;
  }
  .display-testimonial__quote {
    margin-bottom: 2.8rem;
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
  }
}
.section-headline {
  margin-bottom: 5.4rem;
}
.section-headline__text {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.18;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .section-headline {
    margin-bottom: 6.9rem;
  }
  .section-headline__text {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    text-align: center;
    color: #ffffff;
  }
}
.inline-media {
  margin-bottom: 5.28rem;
  text-align: center;
}

@media (min-width: 768px) {
  .inline-media {
    margin-bottom: 7.3rem;
  }
}
.header-image {
  margin-bottom: 3rem;
}

.lab-news {
  background-color: #FFFFFF;
  padding: 4.7rem 0 9.1rem;
}
.lab-news .archive-page__articles-load-more {
  color: #000000;
}
.lab-news .archive-page__block-title {
  color: #000000;
}
.lab-news__headline {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  margin-bottom: 1.3rem;
}
.lab-news__abstract {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 5.1rem;
}
.lab-news .article-preview__badges {
  display: none;
}
.lab-news .featured-post__badges {
  display: none;
}

@media (min-width: 768px) {
  .lab-news {
    padding: 7.1rem 0 20rem;
  }
  .lab-news__abstract {
    margin-bottom: 8.3rem;
  }
  .lab-news .article-preview {
    grid-template-rows: auto;
    grid-gap: 0 2.5rem;
    padding-bottom: 2.1rem;
  }
  .lab-news .article-preview__image {
    margin-bottom: 0;
  }
  .lab-news .masonry__item {
    margin-bottom: 0;
  }
}
.lab-news-preview {
  display: block;
  margin-bottom: 5.5rem;
}
.lab-news-preview__image {
  margin-bottom: 2.4rem;
}
.lab-news-preview__title {
  display: block;
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.6rem;
}
.lab-news-preview__title .relevanssi-query-term {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #ff6b4f;
}
.lab-news-preview__author {
  display: block;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
  margin-bottom: 0.8rem;
}
.lab-news-preview__abstract {
  display: block;
  margin-bottom: 0.9rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
}
.lab-news-preview__abstract .relevanssi-query-term {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #ff6b4f;
}

@media (min-width: 768px) {
  .lab-news-preview {
    margin-bottom: 12rem;
  }
  .lab-news-preview__image {
    margin-bottom: 3.4rem;
  }
  .lab-news-preview__title {
    margin-bottom: 1.6rem;
  }
  .lab-news-preview__author {
    margin-bottom: 1.8rem;
  }
}
.golden-features {
  background-color: #ffd936;
  padding-top: 5.6rem;
  padding-bottom: 5.4rem;
}
.golden-features__intro-headline {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 1.8rem;
  text-align: center;
}
.golden-features__intro-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-bottom: 5rem;
}
.golden-features__headline {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.golden-features__items {
  padding: 0 1rem;
}
.golden-features__item {
  width: 100%;
  margin-bottom: 2.4rem;
}
.golden-features__item:last-child {
  margin-bottom: 0;
}
.golden-features__item-icon {
  margin: 0 auto 2.2rem;
  width: 4.8rem;
  height: 4.8rem;
}
.golden-features__item-icon picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.golden-features__item-icon picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.golden-features__item-title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin-bottom: 1.7rem;
}
.golden-features__item-description {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}

@media (min-width: 768px) {
  .golden-features {
    padding-bottom: 8rem;
  }
  .golden-features--new .golden-features__intro-headline {
    margin-bottom: 4.9rem;
  }
  .golden-features--new .golden-features__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .golden-features--new .golden-features__item-icon {
    margin-right: 1.2rem;
    margin-bottom: 0;
  }
  .golden-features--new .golden-features__item-title {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .golden-features--new .golden-features__item-description {
    margin-top: 2.4rem;
    flex: 0 0 100%;
  }
  .golden-features__intro-headline {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000000;
    margin-bottom: 3.9rem;
  }
  .golden-features__intro-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    margin-bottom: 7.4rem;
  }
  .golden-features__headline {
    margin-bottom: 5rem;
  }
  .golden-features__items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .golden-features__item {
    flex: 33.33333%;
    max-width: 33.33333%;
    padding: 0 1.5rem;
  }
  .golden-features__item-icon {
    margin: 0 0 2.9rem;
  }
  .golden-features__item-title {
    font-family: "Formular", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 2.2rem;
    text-align: left;
  }
  .golden-features__item-description {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
    text-align: left;
  }
}
.sv-header-image {
  position: relative;
}
.sv-header-image__image-wrapper {
  padding-bottom: 150%;
}
.sv-header-image__image-wrapper figcaption {
  display: none;
}
.sv-header-image__image-wrapper picture {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sv-header-image__image-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv-header-image__centered-block {
  display: none;
}

@media (min-width: 768px) {
  .sv-header-image__image-wrapper {
    padding-bottom: 0;
  }
  .sv-header-image__image-wrapper picture {
    position: relative;
    height: auto;
  }
  .sv-header-image__image-wrapper picture img {
    height: auto;
  }
  .sv-header-image__centered-block {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 4.1rem;
  }
  .sv-header-image__title {
    width: 80rem;
    margin-bottom: 2.8rem;
  }
  .sv-header-image__subtitle {
    font-family: "Formular", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
  }
}
.header-link {
  background-color: #e3fc03;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}
.header-link .icon {
  margin-left: 0.8rem;
  padding: 0.6rem;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1.2rem;
  overflow: hidden;
}
.header-link .icon:before {
  display: block;
}

@media (min-width: 768px) {
  .header-link {
    padding: 1.5rem 4.1rem 1.4rem;
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
  }
  .header-link:hover .icon:before {
    animation: arrow-anim 0.6s forwards;
  }
  .header-link .icon {
    margin-left: 1rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
}
@keyframes arrow-anim {
  0% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(2.6rem);
  }
  53.0001% {
    transform: translateY(-2.6rem);
  }
  100% {
    transform: translateY(0);
  }
}
.sv-images-slider__title {
  display: none;
}
.sv-images-slider__slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.sv-images-slider__navigation-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.sv-images-slider__navigation-arrow--left {
  left: 1rem;
}
.sv-images-slider__navigation-arrow--left .icon {
  transform: rotate(180deg);
}
.sv-images-slider__navigation-arrow--right {
  right: 1rem;
}
.sv-images-slider__navigation-arrow .icon {
  display: block;
  font-size: 1.2rem;
  border-radius: 50%;
  padding: 1.4rem;
  background-color: #ffffff;
}
.sv-images-slider__slide figcaption {
  display: none;
}
.sv-images-slider__slide picture {
  display: flex;
}

@media (min-width: 768px) {
  .sv-images-slider__title {
    display: block;
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    color: #000000;
    margin-bottom: 10.5rem;
  }
  .sv-images-slider__slider-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .sv-images-slider__slider-wrapper .swiper-container {
    border-radius: 0.6rem;
  }
  .sv-images-slider__slider-wrapper .swiper-container .swiper-wrapper {
    align-items: stretch;
  }
  .sv-images-slider__slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .sv-images-slider__navigation-arrow--left {
    left: 2rem;
  }
  .sv-images-slider__navigation-arrow--right {
    right: 2rem;
  }
  .sv-images-slider__navigation-arrow .icon {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .sv-images-slider__slide {
    height: 100%;
  }
  .sv-images-slider__slide picture {
    height: 100%;
  }
  .sv-images-slider__slide picture img {
    height: 100%;
    object-fit: cover;
  }
}
.features-list {
  background-color: #d2d2d2;
  padding: 2.3rem 2rem 3rem;
  border-radius: 0.6rem;
}
.features-list__title {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 2rem;
}
.features-list__list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-list__list-item {
  position: relative;
  padding-bottom: 1.9rem;
  padding-left: 3rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.features-list__list-item:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #e3fc03;
  z-index: 2;
}
.features-list__list-item:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  height: 100%;
  width: 0.1rem;
  z-index: 1;
  background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.1rem 0.4rem;
  background-repeat: repeat-y;
}
.features-list__list-item:last-child {
  padding-bottom: 0;
}
.features-list__list-item:last-child:after {
  display: none;
}
.features-list__logo {
  margin-top: 2.4rem;
}
.features-list__logo img {
  width: 11.6rem;
}

@media (min-width: 768px) {
  .features-list {
    padding: 3rem 4rem 4rem;
  }
  .features-list__title {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 11.9rem;
  }
  .features-list__list-item {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
    padding-left: 5.5rem;
    padding-bottom: 2.4rem;
  }
  .features-list__logo {
    margin-top: 5.1rem;
  }
  .features-list__logo img {
    width: 17.5rem;
  }
}
.sv-steps__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 4rem;
  padding: 0 2.1rem;
}
.sv-steps .swiper-container {
  padding: 0 2rem;
}
.sv-steps__step {
  min-height: 48rem;
  padding: 2rem;
  background-color: #e3fc03;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  margin-right: 2rem;
  box-sizing: border-box;
}
.sv-steps__step--overlay .sv-steps__step-overlay {
  transform: translateY(0);
}
.sv-steps__step--overlay .sv-steps__step-overlay-switcher .icon {
  transform: rotate(45deg);
}
.sv-steps__step-number {
  display: flex;
  align-items: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.sv-steps__step-number:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: #ffffff;
  margin-right: 1rem;
}
.sv-steps__step-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.4rem;
}
.sv-steps__step-content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.sv-steps__step-overlay-switcher {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #daf200;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-steps__step-overlay-switcher .icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.sv-steps__step-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 4.9rem);
  padding: 0 2rem 2rem;
  z-index: 2;
  background-color: #e3fc03;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sv-steps__step-overlay-content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}

@media (min-width: 768px) {
  .sv-steps {
    padding: 0 8rem;
  }
  .sv-steps__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #000000;
    margin-bottom: 5.1rem;
  }
  .sv-steps__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .sv-steps__grid-item {
    flex: 0 0 calc((100% / 3) - (5rem / 3));
    margin-right: 2.5rem;
  }
  .sv-steps__grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .sv-steps__step {
    margin-right: 0;
    min-height: 52rem;
    height: 36.112vw;
    max-height: 70vh;
  }
  .sv-steps__step-number:before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .sv-steps__step-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 2.1rem;
  }
  .sv-steps__step-content {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    color: #000000;
  }
  .sv-steps__step-overlay-switcher {
    cursor: pointer;
  }
  .sv-steps__step-overlay-switcher .icon {
    font-size: 1.6rem;
  }
  .sv-steps__step-overlay-content {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000;
  }
}
.benefits-video__video-wrapper {
  width: 100%;
  display: flex;
}
.benefits-video__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-video__content {
  display: flex;
  flex-direction: column;
  padding: 5rem 2rem 7rem;
  width: 100%;
  background-color: #ffffff;
  z-index: 20;
}
.benefits-video__label {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  width: max-content;
  margin-bottom: 2.3rem;
  padding: 0.6rem 1.3rem 0.5rem 1.5rem;
  border-radius: 2.2rem;
  background-color: #e3fc03;
}
.benefits-video__common-benefits {
  padding-bottom: 3.7rem;
}
.benefits-video__common-benefits-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.benefits-video__common-benefits-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.benefits-video__common-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits-video__common-benefits-list li {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 1.8rem;
  display: flex;
}
.benefits-video__common-benefits-list li:last-child {
  margin-bottom: 0;
}
.benefits-video__common-benefits-list li:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e3fc03;
  border-radius: 100%;
  margin-right: 1.5rem;
  flex: 0 0 1.2rem;
  position: relative;
  top: 0.5rem;
}
.benefits-video__single-benefits {
  margin-top: auto;
}
.benefits-video__single-benefit-wrapper {
  border-bottom: 0.1rem solid #000000;
  margin-bottom: 2.4rem;
}
.benefits-video__single-benefit-wrapper:last-child {
  margin-bottom: 0;
}
.benefits-video__single-benefit-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.benefits-video__single-benefit-title .label {
  padding-right: 1rem;
}
.benefits-video__single-benefit-title .icon {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.benefits-video__single-benefit-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.benefits-video__single-benefit-content {
  padding-bottom: 7.1rem;
  padding-top: 2rem;
}
.benefits-video__single-benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits-video__single-benefit-list li {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 1.2rem;
  padding-left: 2.7rem;
  position: relative;
}
.benefits-video__single-benefit-list li:last-child {
  margin-bottom: 0;
}
.benefits-video__single-benefit-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: #e3fc03;
}

@media (min-width: 992px) {
  .benefits-video__content-sizer {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
  }
  .benefits-video__content-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .benefits-video__video-wrapper {
    height: 100%;
  }
  .benefits-video__video-wrapper video {
    width: 100%;
    height: 100%;
  }
  .benefits-video__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 4rem 3.8rem 0 4rem;
    width: calc(100% / 12 * 8);
    max-width: 100rem;
    min-width: 40rem;
    border-radius: 0.6rem;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    background-color: rgba(236, 236, 236, 0.25);
  }
  .benefits-video__label {
    margin-bottom: 3rem;
  }
  .benefits-video__common-benefits {
    padding-bottom: 8.2rem;
  }
  .benefits-video__common-benefits-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 2.1rem;
  }
  .benefits-video__common-benefits-list li {
    margin-bottom: 2.3rem;
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .benefits-video__common-benefits-list li:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    top: 0.7rem;
  }
  .benefits-video__single-benefit-wrapper {
    border-top: 0.1rem solid #000000;
    border-bottom: none;
    margin-bottom: 0;
  }
  .benefits-video__single-benefit-title {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 3.2rem 0 3.1rem;
  }
  .benefits-video__single-benefit-title .label {
    padding-right: 2rem;
  }
  .benefits-video__single-benefit-title .icon {
    font-size: 2rem;
  }
  .benefits-video__single-benefit-content {
    padding-top: 0;
  }
  .benefits-video__single-benefit-list li {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000;
  }
}
.animated-line {
  padding: 1.1rem 0 0.9rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  background-color: #e3fc03;
  overflow: hidden;
  display: flex;
}
.animated-line__content {
  width: max-content;
  display: flex;
  animation: row-transition 20s linear infinite;
}
.animated-line__content span {
  width: 50vw;
  display: inline-block;
  text-align: left;
}

@keyframes row-transition {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (min-width: 768px) {
  .animated-line {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    padding: 1.5rem 0 1.4rem;
  }
  .animated-line__content span {
    width: 33vw;
  }
}
.product-preorder {
  padding: 0 2rem;
}
.product-preorder__image {
  width: 75%;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  margin-bottom: 2.4rem;
}
.product-preorder__image picture {
  width: 100%;
}
.product-preorder__image picture img {
  width: 100%;
}
.product-preorder__title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.7rem;
}
.product-preorder__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 2.4rem;
}
.product-preorder__button {
  display: block;
  width: max-content;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  border: 0.1rem solid #000000;
  padding: 1.5rem 2.3rem 1.4rem 2.4rem;
  border-radius: 2.35rem;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (min-width: 768px) {
  .product-preorder {
    padding: 0;
    display: flex;
  }
  .product-preorder__image {
    flex: 0 0 calc(100% / 12 * 2);
    width: calc(100% / 12 * 2);
    margin-left: calc(100% / 12 * 2);
  }
  .product-preorder__content {
    margin-left: calc(100% / 12);
    flex: 0 0 calc(100% / 12 * 4);
    width: calc(100% / 12 * 4);
  }
  .product-preorder__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000000;
    text-align: left;
    margin-bottom: 2.2rem;
  }
  .product-preorder__description {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 3.2rem;
  }
  .product-preorder__button {
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .product-preorder__button:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.white-paper-link {
  padding: 2.3rem 2rem 2.1rem;
  background-color: #000000;
  border-top: 0.1rem solid #ffffff;
}
.white-paper-link__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.4rem;
  padding: 0 15%;
  hyphens: manual;
  -webkit-hyphens: manual;
}
.white-paper-link__link {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #979797;
  color: #979797;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.white-paper-link__link .icon {
  font-size: 1.6rem;
  margin-left: 0.9rem;
}

@media (min-width: 768px) {
  .white-paper-link {
    padding: 4rem 2rem 4.1rem;
    border-top: none;
  }
  .white-paper-link__title {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .white-paper-link__link {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #979797;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    width: max-content;
  }
  .white-paper-link__link:hover {
    color: #ffffff;
  }
  .white-paper-link__link:hover .icon {
    transform: translateX(25%);
  }
  .white-paper-link__link .icon {
    font-size: 1.7rem;
    margin-left: 1rem;
    transition: transform 0.3s ease;
  }
}
.cookie-warning {
  position: fixed;
  z-index: 9999999999;
  width: calc(100% - 8rem);
  left: 4rem;
  bottom: 4rem;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 7rem;
}
.cookie-warning__container {
  padding: 0 3rem;
}
.cookie-warning__read-more {
  text-decoration: underline;
  font-weight: 500;
}
.cookie-warning__bottom-row {
  text-align: right;
}
.cookie-warning__bottom-row .button {
  margin-right: 1.5rem;
}
.cookie-warning__bottom-row .button:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .cookie-warning {
    width: calc(100% - 4.5rem);
    left: 2.25rem;
    padding: 3.25rem 0;
    line-height: 3rem;
    text-align: center;
  }
  .cookie-warning__bottom-row {
    text-align: center;
  }
  .cookie-warning__bottom-row .button {
    margin: 1.5rem 0 0 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 8.8rem;
  z-index: 9999;
}
.header--hidden {
  transform: translateY(-100%) !important;
}
.header--opened {
  z-index: 10002;
}
.header--white .header__current-lang span {
  color: #000000;
}
.header--black .header__main-content-wrapper {
  background-color: #000000;
}
.header--black .header__current-lang {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.header--black .header__language-switcher-list {
  background-color: #ffffff;
  color: #000000;
}
.header__main-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.7rem 2rem 1.6rem;
  position: relative;
  z-index: 9999;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.header__main-menu {
  display: none;
}
.header__logo {
  display: block;
}
.header__logo img {
  height: 3.8rem;
}
.header__meta {
  display: none;
}
.header__lang-wrapper {
  color: #ffffff;
  position: relative;
  margin: 0 2rem 0 3.5rem;
}
.header__lang-wrapper--opened .header__language-switcher-list {
  transform: translateY(150%) translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}
.header__current-lang {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
}
.header__language-switcher-list {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #e3e3e3;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: -1;
}
.header__mobile-social-links .socials-list--black .dark, .header__mobile-social-links .socials-list--black .black {
  display: none;
}
.header__mobile-social-links .socials-list--black .white {
  display: block;
}

@media (min-width: 900px) {
  .header {
    border-bottom: 0.1rem solid transparent;
  }
  .header--desktop-menu {
    background-color: #ffffff;
    border-bottom: 0.1rem solid #393838;
  }
  .header--desktop-menu .header-hover-menu {
    opacity: 1;
    pointer-events: auto;
    background-color: #ffffff;
  }
  .header--desktop-menu .header-hover-menu__main-overlay {
    opacity: 1;
  }
  .header__main-content-wrapper {
    padding: 2rem 4rem;
  }
  .header--black.header--desktop-menu {
    background-color: #000000;
  }
  .header--black.header--desktop-menu .header-hover-menu {
    background-color: #000000;
  }
  .header__main-menu {
    display: flex;
    padding: 0 3rem;
  }
  .header__main-menu .sub-menu {
    display: none;
  }
  .header__meta {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 900px) {
  .header--black .header-menu .menu-item {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
  }

  .header-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-menu .menu-item {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin-right: 3.7rem;
  }
  .header-menu .menu-item:last-child {
    margin-right: 0;
  }
  .header-menu .menu-item a {
    display: block;
    transition: transform 0.3s ease-out;
  }
  .header-menu .menu-item a:last-child {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
  }
  .header-menu .menu-item:hover a:first-child {
    transform: translateY(-100%);
  }
  .header-menu .menu-item:hover a:last-child {
    transform: translateY(0);
  }
}
.ios .header__mobile-menu {
  padding-top: 10rem;
  padding-bottom: 12rem;
}

.header--black .header__mobile-menu {
  background-color: #000000;
}
.header--black .header__mobile-menu .header__mobile-menu-nav .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 1px;
  color: #ffffff;
}
.header--black .header__mobile-menu .header__mobile-menu-nav .menu-item .sub-menu .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
}
.header--black .header__mobile-menu-state-icon-line {
  background-color: #ffffff;
}
.header--opened .header__mobile-menu {
  transform: translateY(0);
}
.header--opened .header__mobile-menu-state-icon-line:first-child {
  margin-bottom: 0;
  transform: rotate(45deg) translateY(1px);
}
.header--opened .header__mobile-menu-state-icon-line:last-child {
  transform: rotate(-45deg);
}
.header__mobile-menu-state-icon {
  position: fixed;
  top: 3rem;
  right: 2rem;
  height: 4rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.header__mobile-menu-state-icon-line {
  background-color: #000000;
  height: 1px;
  width: 3rem;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.header__mobile-menu-state-icon-line:first-child {
  margin-bottom: 0.9rem;
}
.header__mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9998;
  padding: 9rem 2rem 0 2rem;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow: auto;
}
.header__mobile-menu .button--white {
  border-color: #000000;
}
.header__mobile-menu-upper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.header__mobile-menu-lower ul {
  margin: 0;
  padding: 1.7rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #979797;
}
.header__mobile-menu-lower ul li {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.3px;
  color: #979797;
  text-transform: uppercase;
}
.header__mobile-request-button {
  margin-bottom: 1.2rem;
}
.header__mobile-request-button .button {
  width: max-content;
}
.header__mobile-lang-wrapper {
  position: relative;
}
.header__mobile-lang-wrapper--active .header__mobile-language-switcher-list {
  opacity: 1;
  pointer-events: auto;
}
.header__mobile-lang-wrapper--active .header__mobile-current-lang {
  opacity: 0;
}
.header__mobile-language-switcher-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.header__mobile-current-lang {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 1.4rem;
}
.header__mobile-current-lang .icon-Drop-Fill {
  font-size: 0.6rem;
  right: 0;
  position: absolute;
}
.header__mobile-meta-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}
.header__mobile-menu-nav {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.header__mobile-menu-nav .menu-item {
  flex: 0 0 50%;
  font-family: "Suisse", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 3rem;
}
.header__mobile-menu-nav .menu-item:nth-child(2n) {
  padding-left: 4rem;
}
.header__mobile-menu-nav .menu-item > a {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.header__mobile-menu-nav .sub-menu {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  list-style: none;
}
.header__mobile-menu-nav .sub-menu .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}
.header__mobile-menu-nav .sub-menu .menu-item:nth-child(n) {
  padding-left: 0;
}
.header__mobile-menu-nav .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .ios .header__mobile-menu {
    padding-bottom: 0;
  }

  .header__mobile-menu {
    display: none;
  }
  .header__mobile-menu-state-icon {
    display: none;
  }
}
.language-switcher {
  padding: 0;
  margin: 0;
  list-style: none;
}
.language-switcher li {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
  text-transform: uppercase;
  position: relative;
  padding-right: 1.4rem;
  white-space: nowrap;
}
.language-switcher li.language--current {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
}
.language-switcher li.language--current .icon-Drop-Fill {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 0.6rem;
}
.language-switcher li a.flag-link {
  width: 2rem;
}
.language-switcher li a.flag-link img {
  width: 100%;
}
.language-switcher li:last-child {
  margin-bottom: 0;
}
.language-switcher--black li.language--current {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .language-switcher li {
    padding-right: 0;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
  }
}
.footer {
  padding-top: 6rem;
}
.footer--black {
  background-color: #000000;
}
.footer--black .footer__nav .footer-menu .menu-item, .footer--black .footer__nav .news-menu .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.footer--black .footer__news-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.footer--black .footer__socials-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.footer__logo {
  margin-bottom: 5.5rem;
}
.footer__logo .logo--black {
  display: block;
}
.footer__logo img {
  height: 4rem;
}
.footer__nav--news-section {
  width: 50%;
}
.footer__nav .footer-menu, .footer__nav .news-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer__nav .footer-menu .menu-item, .footer__nav .news-menu .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 4.2rem;
}
.footer__nav .footer-menu .menu-item:nth-child(2n), .footer__nav .news-menu .menu-item:nth-child(2n) {
  overflow: hidden;
}
.footer__nav .footer-menu .menu-item .sub-menu, .footer__nav .news-menu .menu-item .sub-menu {
  margin: 1.3rem 0 0 0;
  padding: 0;
  list-style: none;
}
.footer__nav .footer-menu .menu-item .sub-menu .menu-item, .footer__nav .news-menu .menu-item .sub-menu .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
  margin-bottom: 1.3rem;
  flex: 0 0 100%;
  width: 100%;
}
.footer__nav .footer-menu .menu-item .sub-menu .menu-item:nth-child(n), .footer__nav .news-menu .menu-item .sub-menu .menu-item:nth-child(n) {
  padding-left: 0;
}
.footer__nav .footer-menu .menu-item .sub-menu .menu-item:last-child, .footer__nav .news-menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer__nav .news-menu .menu-item {
  flex: 0 0 100%;
}
.footer__right {
  width: 100%;
  display: flex;
}
.footer__news-wrapper {
  flex: 0 0 50%;
  order: 1;
  padding-left: 2.5rem;
}
.footer__news-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.footer__news-featured {
  display: none;
}
.footer__socials-wrapper {
  flex: 0 0 50%;
  order: 0;
  display: flex;
  flex-direction: column;
}
.footer__socials-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.footer__socials-links {
  color: #979797;
}
.footer__socials-links .socials-list--black {
  color: #979797;
}
.footer__bottom {
  padding: 1.7rem 0 1.7rem 0;
  margin: 0 0.6rem;
  border-top: 1px solid #979797;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.9rem;
}
.footer__bottom-copyright {
  display: none;
}
.footer__bottom-meta-menu {
  width: 100%;
}
.footer__bottom-meta-menu .footer-meta-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__bottom-meta-menu .footer-meta-menu .menu-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.3px;
  color: #979797;
  text-transform: uppercase;
  margin-right: 1.7rem;
}
.footer__bottom-meta-menu .footer-meta-menu .menu-item:last-child {
  margin-right: 0;
}

@media (max-width: 440px) {
  .footer__bottom-meta-menu .footer-meta-menu .menu-item {
    margin-right: 1rem;
    font-size: 2.3vw;
  }
}
@media (max-width: 768px) {
  .footer--white .footer__request-demo-mobile {
    border: 0.1rem solid #000000;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
  }
  .footer__request-demo-mobile {
    display: block;
    width: max-content;
    padding: 1.5rem 2.3rem 1.4rem 2.4rem;
    border: 0.1rem solid #ffffff;
    border-radius: 2.35rem;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    flex: 0 0 auto;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: auto;
    margin-bottom: 2.1rem;
  }
  .footer__nav > .footer-menu > li {
    cursor: pointer;
  }
  .footer__nav > .footer-menu > li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 10.1rem;
  }
  .footer--white .footer__nav > .footer-menu > li:nth-child(3) {
    border: 0.1rem solid #000000;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .footer--white .footer__nav > .footer-menu > li:nth-child(3):hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer__logo img {
    height: 4.8rem;
  }
  .footer__nav .footer-menu .menu-item, .footer__nav .news-menu .menu-item {
    margin-bottom: 3.1rem;
  }
  .footer__nav .footer-menu .menu-item:nth-child(2n), .footer__nav .news-menu .menu-item:nth-child(2n) {
    padding-left: 7.8rem;
  }
  .footer__nav > .footer-menu > li {
    cursor: pointer;
  }
  .footer__nav > .footer-menu > li:nth-child(3) {
    padding: 1.5rem 2.3rem 1.4rem 2.4rem;
    border: 0.1rem solid #ffffff;
    border-radius: 2.35rem;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    width: max-content;
    flex: 0 0 auto;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .footer__nav > .footer-menu > li:nth-child(3):hover {
    background-color: #FFFFFF;
    color: #000000;
  }
  .footer__news-wrapper {
    padding-left: 6.8rem;
    order: 0;
  }
  .footer__news-featured {
    display: block;
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.5px;
    color: #979797;
  }
  .footer__socials-wrapper {
    order: 1;
    flex: 0;
    padding-bottom: 0.2rem;
    display: block;
  }
  .footer__socials-title {
    margin-bottom: 0.8rem;
    margin-top: 0;
  }
  .footer__bottom {
    margin-top: 6.6rem;
    padding-bottom: 4rem;
  }
  .footer__bottom-copyright {
    display: block;
    font-family: "Suisse", sans-serif;
    font-size: 1.1rem;
    line-height: 1.27;
    letter-spacing: 1.3px;
    color: #979797;
    text-transform: uppercase;
  }
  .footer__bottom-meta-menu {
    width: max-content;
  }
  .footer__right {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3.1rem;
  }
  .footer__request-demo-mobile {
    display: none;
  }
}
.headroom {
  will-change: transform;
  transition: transform 200ms ease-out, background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-bottom 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--top .header__main-content-wrapper {
  background-color: transparent;
}
.headroom--top .header__main-content-wrapper--black .header__main-content-wrapper {
  background-color: transparent;
}
.headroom--not-top .header__mobile-menu {
  transform: translateY(calc(-100% + 8rem));
}
.headroom--not-top.header--opened .header__mobile-menu {
  transform: translateY(0);
}
.single-testimonial {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e3e3e3;
  display: block;
}
.single-testimonial__image {
  margin-bottom: 2rem;
  width: 100%;
}
.single-testimonial__image-aspect-ratio {
  padding-top: 56.25%;
  position: relative;
}
.single-testimonial__image-aspect-ratio picture {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-testimonial__image-aspect-ratio picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-testimonial__badges {
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
}
.single-testimonial__badges span {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  color: #000000;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #ffd936;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.single-testimonial__badges span:last-child {
  margin-right: 0;
}
.single-testimonial__text {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0.8rem;
}
.single-testimonial__date {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #979797;
}

@media (min-width: 768px) {
  .single-testimonial {
    border-bottom: none;
    padding-bottom: 0;
  }
  .single-testimonial:hover .vertical-hover-animation > *:first-child {
    transform: translateY(-100%);
  }
  .single-testimonial:hover .vertical-hover-animation > *:last-child {
    transform: translateY(0);
  }
  .single-testimonial:hover .animated-arrow:before {
    transform: rotate(45deg);
  }
  .single-testimonial:hover .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .single-testimonial__badges {
    margin-bottom: 1.5rem;
  }
  .single-testimonial__badges span {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.17;
    letter-spacing: 0.72px;
    padding: 0.6rem 1.2rem;
  }
  .single-testimonial__read-more {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #979797;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .single-testimonial__read-more-text {
    margin-right: 0.5rem;
  }
}
.testimonials-archive__header {
  margin-bottom: 18.6rem;
}
.testimonials-archive__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
}
.testimonials-archive__description {
  font-family: "Suisse", sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #979797;
}
.testimonials-archive__content {
  grid-gap: 2rem 0;
  margin-bottom: 12.1rem;
  display: grid;
  grid-template-columns: 1fr;
}
.testimonials-archive__load-more {
  margin: auto;
  padding: 1.4rem 2.4rem 1.5rem 2.4rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  border: 0.1rem solid #000000;
  border-radius: 23.5px;
  width: max-content;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .testimonials-archive__content {
    grid-gap: 12.1rem 0;
    grid-template-columns: repeat(2, calc(100% / 12 * 5));
  }
  .testimonials-archive__load-more:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.header-hover-menu {
  display: none;
}

@media (min-width: 900px) {
  .header-hover-menu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 9rem;
    z-index: 9997;
    color: #ffffff;
    padding-top: 5.5rem;
    padding-bottom: 5rem;
    pointer-events: none;
    background-color: transparent;
    transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header-hover-menu--black .header-hover-menu__item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .header-hover-menu__main-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    transform: translateY(100%);
  }
  .header-hover-menu__items-wrapper {
    position: relative;
    width: 100%;
    height: 3.2rem;
  }
  .header-hover-menu__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
  }
  .header-hover-menu__items.bio_reveal {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .header-hover-menu__items.bio_reveal_show {
    pointer-events: auto;
  }
  .header-hover-menu__item {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0.5rem;
  }
  .header-hover-menu__item:first-child {
    margin-left: 0;
  }
  .header-hover-menu__item-title {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
}
.socials-list {
  display: flex;
  font-size: 1.7rem;
  color: #000000;
  align-items: center;
}
.socials-list img {
  width: 1.9rem;
  position: relative;
  top: 0.1rem;
}
.socials-list img.white, .socials-list img.dark {
  display: none;
}
.socials-list--black {
  color: #ffffff;
}
.socials-list--black img.black {
  display: none;
}
.socials-list--black img.dark {
  display: block;
}
.socials-list--black img.white {
  display: none;
}
.socials-list a {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.socials-list a:last-child {
  margin-right: 0;
}
.socials-list a span {
  display: block;
}
.socials-list a span.icon-Twitter {
  padding-top: 0.2rem;
}

@media (min-width: 768px) {
  .socials-list {
    color: #979797;
  }
  .socials-list--black {
    color: #ffffff;
  }
  .socials-list--black img.white {
    display: block;
  }
  .socials-list--black img.dark, .socials-list--black img.black {
    display: none;
  }
  .socials-list img.dark {
    display: block;
  }
  .socials-list img.white, .socials-list img.black {
    display: none;
  }
}
/*.ios {
  .load-overlay {
    height: calc(100vh - 6rem);
  }
}*/
.load-overlay {
  position: fixed;
  z-index: 10001;
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.load-overlay--black {
  background-color: #000000;
}
.load-overlay--hidden {
  animation: overlayAnimation 0.6s ease forwards;
}
.load-overlay__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
}
.load-overlay__logo img {
  width: 22rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.load-overlay__logo--in img {
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 768px) {
  .ios .load-overlay {
    height: 100vh;
  }

  .load-overlay__logo img {
    width: 32rem;
  }
}
@keyframes logoAnimationIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoAnimationOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes overlayAnimation {
  0% {
    height: 100vh;
  }
  100% {
    height: 0;
  }
}
.animated-number {
  position: relative;
}
.animated-number__fake {
  opacity: 0;
}
.animated-number__real {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
}

.fair-cta {
  position: fixed;
  right: 1.4rem;
  width: calc(100% - 2.8rem);
  top: 9.7rem;
  background-color: rgba(26, 26, 26, 0.9);
  border-radius: 0.5rem;
  color: #FFFFFF;
  transform: translateX(100rem);
  transition: transform 0.3s ease;
  overflow: hidden;
}
.fair-cta--visible {
  transform: translateX(0);
}
.fair-cta__close {
  position: absolute;
  z-index: 10;
  width: 2rem;
  cursor: pointer;
  top: 0.8rem;
  right: 1.4rem;
}
.fair-cta__image {
  display: none;
}
.fair-cta__content {
  position: relative;
  padding: 0.9rem 2rem 1.5rem;
}
.fair-cta__step {
  display: none;
}
.fair-cta__step--active {
  display: block;
}
.fair-cta__step-headline {
  font-family: "Suisse", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
.fair-cta__step-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.fair-cta__step-button {
  background-color: #ff6b4f;
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 1px;
  border: 0;
  padding: 0.7rem 0.5rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 15rem;
  text-align: left;
}
.fair-cta__form {
  display: block;
  width: 100%;
}
.fair-cta__input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  margin-bottom: 1.2rem;
  padding-bottom: 0.2rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border-radius: 0;
}
.fair-cta ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #979797;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}
.fair-cta__success-icon {
  background-color: #ff6b4f;
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 768px) {
  .fair-cta {
    display: flex;
    width: 45.5rem;
    right: 5.8rem;
    top: auto;
    bottom: 9.1rem;
  }
  .fair-cta__image {
    display: flex;
    flex: 0 0 30%;
  }
  .fair-cta__image picture {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .fair-cta__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 1rem 0;
  }
  .fair-cta__content {
    flex: 0 0 70%;
  }
}
.apogee-cta {
  position: fixed;
  right: 1.4rem;
  width: calc(100% - 2.8rem);
  bottom: 3rem;
  background-color: rgba(26, 26, 26, 0.9);
  border-radius: 0.5rem;
  color: #FFFFFF;
  transform: translateX(100rem);
  transition: transform 0.3s ease;
  overflow: hidden;
  z-index: 10007 !important;
  max-width: 45.5rem;
}
.apogee-cta--visible {
  transform: translateX(0);
}
.apogee-cta__close {
  position: absolute;
  z-index: 10;
  width: 2rem;
  cursor: pointer;
  top: 0.8rem;
  right: 1.4rem;
}
.apogee-cta__content {
  position: relative;
  padding: 0.9rem 2rem 1.5rem;
}
.apogee-cta__step {
  display: none;
}
.apogee-cta__step--active {
  display: block;
}
.apogee-cta__step-headline {
  font-family: "Suisse", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
.apogee-cta__step-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.apogee-cta__step-button {
  background-color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 1px;
  border: 0;
  padding: 0.7rem 0.5rem;
  border-radius: 0.5rem;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  margin-top: 0.6rem;
}
.apogee-cta__form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.apogee-cta__input {
  display: block;
  width: calc(50% - 1rem);
  flex: 0 0 calc(50% - 1rem);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  margin-bottom: 1.2rem;
  padding-bottom: 0.2rem;
  color: #FFFFFF;
  font-size: 1.1rem;
  border-radius: 0;
  letter-spacing: 1px;
}
.apogee-cta ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #979797;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase;
}
.apogee-cta__success-icon {
  background-color: #ff6b4f;
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 768px) {
  .apogee-cta {
    display: flex;
    width: 45.5rem;
    right: 3rem;
    bottom: 3rem;
  }
  .apogee-cta__content {
    flex: 0 0 100%;
  }
}
.smart-vest-shop-widget {
  margin-bottom: -10rem;
}
.smart-vest-shop-widget__product {
  margin-bottom: 10rem;
}

.sv-product [data-price-string]:before {
  content: attr(data-price-string);
  margin-right: 0.5rem;
}
.sv-product select {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: unset;
  -webkit-appearance: none;
  padding-right: 1.5rem !important;
}
.sv-product .triangle {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.4rem 0 0.4rem;
  border-color: #000000 transparent transparent transparent;
  margin-left: 0.5rem;
  pointer-events: none;
}
.sv-product.error .sv-product__submit {
  opacity: 0.7;
}
.sv-product__header {
  margin-bottom: 1.7rem;
}
.sv-product__header picture {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 2.2rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  width: 60%;
}
.sv-product__header picture img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.sv-product__header h3 {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
}
.sv-product__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 2.3rem;
}
.sv-product__options {
  margin-bottom: 2.1rem;
}
.sv-product__option {
  display: flex;
  align-items: center;
  padding: 1rem 0.7rem;
  border-top: 0.1rem solid #000000;
}
.sv-product__option--select-with-label .sv-product__option-title {
  flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
}
.sv-product__option--select-with-label[data-field=vests].error .items-total-number {
  color: #ff6b4f;
}
.sv-product__option--select-with-label[data-field=vests].error .sv-product__option-sizes-trigger {
  color: #ff6b4f;
  font-weight: 400;
}
.sv-product__option--select-with-label[data-field=vests].error .sv-product__option-sizes-popup-error {
  display: block;
}
.sv-product__option-number {
  background-color: #d2d2d2;
  width: 3rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  margin-right: 1rem;
  border-radius: 0.6rem;
}
.sv-product__option-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-align: left;
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
  text-overflow: ellipsis;
}
.sv-product__option-select-number {
  flex: 0 0 15%;
  text-align: right;
  position: relative;
}
.sv-product__option-select-number select {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: none;
}
.sv-product__option-sizes {
  position: relative;
  flex: 0 0 33%;
  white-space: nowrap;
  margin-left: auto;
}
.sv-product__option-sizes-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 2rem;
}
.sv-product__option-sizes-popup {
  position: absolute;
  top: calc(100% + 1.1rem);
  right: 0;
  width: calc(100vw - 34px);
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  opacity: 0;
  padding: 0.9rem 1.6rem 1.5rem 1.5rem;
  border-radius: 0.6rem;
  background-color: #ffffff;
  z-index: 20;
}
.sv-product__option-sizes-popup.visible {
  pointer-events: auto;
  opacity: 1;
}
.sv-product__option-sizes-popup-title {
  margin-bottom: 1.4rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-align: left;
  flex: 0 0 100%;
  white-space: initial;
  padding-right: 2rem;
}
.sv-product__option-sizes-popup-title .items-options-details {
  color: #979797;
  text-transform: uppercase;
}
.sv-product__option-sizes-popup-title .items-total-number {
  font-weight: 400;
}
.sv-product__option-sizes-popup-select-wrapper {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 2rem;
  flex: 0 0 calc(33.33333333% - 2rem);
  max-width: calc(33.3333333% - 2rem);
  cursor: pointer;
}
.sv-product__option-sizes-popup-select-wrapper select {
  background-color: #e3fc03;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  border: none;
  padding: 0 0.5rem 0 0.6rem;
  border-radius: 0.6rem;
  cursor: pointer;
}
.sv-product__option-sizes-popup-select-wrapper label {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 1rem;
}
.sv-product__option-sizes-popup-select-wrapper:last-child {
  margin-right: 0;
}
.sv-product__option-sizes-popup-select-area {
  position: relative;
}
.sv-product__option-sizes-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 1.3rem 2rem;
}
.sv-product__option-sizes-popup-close span {
  font-size: 1rem;
  transform: rotate(45deg);
  display: block;
}
.sv-product__option-sizes-popup-error {
  flex: 0 0 100%;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  color: #ff6b4f;
  text-align: left;
  display: none;
}
.sv-product__option-sizes-popup-error span {
  font-weight: 700;
}
.sv-product__option-subtotal {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  margin-left: auto;
  display: none;
}
.sv-product__review {
  display: flex;
  align-items: center;
  background-color: #d2d2d2;
  border-radius: 0.6rem;
  margin-bottom: 2.2rem;
}
.sv-product__review-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.sv-product__review-amount input {
  background-color: transparent;
  border: none;
  user-select: none;
  pointer-events: none;
  width: 2.8rem;
  text-align: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}
.sv-product__review-amount-action {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  padding: 1rem 0.5rem;
  user-select: none;
}
.sv-product__review-name {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  padding: 1.4rem;
  flex: 1 1 auto;
  text-align: center;
  border-left: 0.1rem solid #ffffff;
  border-right: 0.1rem solid #ffffff;
}
.sv-product__review-price {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  font-weight: normal;
  padding: 0 1rem;
}
.sv-product__submit {
  background-color: #e3fc03;
  border-radius: 0.6rem;
  width: 100%;
  padding: 1.6rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sv-product select {
    cursor: pointer;
  }
  .sv-product__header {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .sv-product__header picture {
    margin-right: 4rem;
    margin-bottom: 0;
    width: auto;
  }
  .sv-product__header picture img {
    width: 12.5rem;
  }
  .sv-product__header h3 {
    font-family: "Formular", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #000000;
  }
  .sv-product__option-sizes {
    flex: 0 0 25%;
    margin-left: 0;
  }
  .sv-product__option-sizes-popup {
    width: 35rem;
    top: 100%;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  .sv-product__option-subtotal {
    display: block;
  }
  .sv-product__description {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 3.3rem;
  }
}
.simple-page {
  padding-top: 8rem;
}
.simple-page__content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.simple-page--no-template {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10.9rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.simple-page--no-template .editor-styles__simple-page--black-label1 {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 2rem;
}
.simple-page--no-template .editor-styles__simple-page--black4-medium {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 4rem;
  padding-top: 2rem;
}
.simple-page--no-template .editor-styles__simple-page--black4-medium:first-child {
  padding-top: 0;
}
.simple-page--no-template p {
  margin-bottom: 4.5rem;
}
.simple-page--black {
  background-color: #000000;
  color: #FFFFFF;
}
.simple-page__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
  margin-top: 1.1rem;
  margin-bottom: 4.6rem;
  hyphens: auto;
}
.simple-page__map-wrapper {
  margin-top: 4.6rem;
}
.simple-page .locations-map__headline-mobile {
  display: none;
}

@media (min-width: 768px) {
  .simple-page {
    padding-top: 8.8rem;
  }
  .simple-page__content-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .simple-page__content-wrapper--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .simple-page__content-wrapper--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .simple-page__content-wrapper--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .simple-page__content-wrapper--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .simple-page__content-wrapper--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .simple-page--no-template {
    padding-top: 18.9rem;
    padding-left: 0;
    padding-right: 0;
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .simple-page--no-template__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    margin-top: 9.4rem;
    margin-bottom: 13.9rem;
  }
  .simple-page__title {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    margin-bottom: 13.9rem;
  }
  .simple-page__map-wrapper {
    margin-top: 14rem;
  }
}
main {
  min-height: 100vh;
}

.single-article-page {
  padding-top: 8rem;
}

.single-article {
  padding: 0 1rem;
}
.single-article__title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin-bottom: 3.3rem;
  margin-top: 0;
}
.single-article__meta {
  display: flex;
  align-items: center;
  margin-bottom: 3.4rem;
}
.single-article__type {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.single-article__type span {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.17;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  background-color: #ffd936;
}
.single-article__date {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  color: #979797;
}
.single-article__abstract {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  text-align: center;
  margin-bottom: 3rem;
}
.single-article__abstract ul {
  text-align: left;
}

.simple-page--black .single-article__title, .simple-page--black .single-article__abstract {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .single-article-page {
    padding-top: 14.8rem;
  }

  .single-article {
    padding: 0;
  }
  .single-article__title {
    font-family: "Formular", sans-serif;
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.38px;
    margin-bottom: 4rem;
  }
  .single-article__meta {
    justify-content: center;
    margin-bottom: 4.3rem;
  }
  .single-article__abstract {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: center;
    margin-bottom: 9.1rem;
  }
}
.archive-page {
  padding-top: 12.4rem;
}
.archive-page .press-downloads {
  margin-top: 11rem;
}
.archive-page .testimonials-archive {
  padding-bottom: 10.4rem;
}
.archive-page__headline {
  margin-bottom: 6.3rem;
}
.archive-page__not-found {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 2.8rem;
}
.archive-page__back-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
}
.archive-page__back-link a {
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid #000000;
}
.archive-page__search-filter {
  margin-bottom: 2.5rem;
}
.archive-page__filter--opened .archive-page__filter-label-current-category {
  display: none;
}
.archive-page__filter--opened .archive-page__filter-list-wrapper {
  height: 100vh;
}
.archive-page__filter-label {
  display: flex;
  align-items: center;
}
.archive-page__filter-label-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-right: 0.8rem;
}
.archive-page__filter-label-current-category {
  display: flex;
  align-items: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.archive-page__filter-label-current-category-icon {
  font-size: 1.2rem;
  margin-left: 0.9rem;
  margin-bottom: 0.4rem;
}
.archive-page__filter-list-wrapper {
  position: absolute;
  left: -1rem;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  height: 0;
  z-index: 9997;
  overflow: hidden;
  transition: height 0.3s ease;
}
.archive-page__filter-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 5rem 0;
  list-style: none;
  background-color: #ffffff;
  margin: -1px 0 0 0;
  width: 100%;
}
.archive-page__filter-list-item {
  padding-left: 2rem;
  width: 100%;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
}
.archive-page__filter-list-item--active {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.archive-page__filter-list-item a {
  padding-top: 1.6rem;
  padding-bottom: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #e3e3e3;
}
.archive-page__filter-list-item--active a {
  border-bottom: 0.1rem solid #000000;
}
.archive-page__filter-list-item--active .archive-page__filter-list-item-state-icon {
  display: block;
}
.archive-page__filter-list-item-state-icon {
  font-size: 1rem;
  display: none;
}
.archive-page__search-trigger {
  display: flex;
  align-items: center;
}
.archive-page__search-trigger .icon-Search {
  font-size: 1.5rem;
}
.archive-page__search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9997;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.archive-page__search--opened {
  transform: translateY(0);
}
.archive-page__search-input-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30vh;
  left: 2rem;
  width: calc(100% - 4rem);
}
.archive-page__search-input {
  display: block;
  border: none;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #e3e3e3;
  width: 100%;
  transition: border-bottom 0.3s ease;
  padding-right: 2.6rem;
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
}
.archive-page__search-input::placeholder {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
}
.archive-page__search-input:focus {
  border-bottom: 0.1rem solid #000000;
}
.archive-page__search-icon {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5rem);
  transform: translateY(-50%);
}
.archive-page__search-icon .icon-Search {
  font-size: 1.8rem;
}
.archive-page__block-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  padding-bottom: 1.1rem;
  border-bottom: 0.1rem solid #e3e3e3;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.archive-page__featured-article {
  margin-bottom: 11.4rem;
}
.archive-page__featured-article-wrapper {
  margin-top: 2rem;
  padding: 0 1rem;
}
.archive-page__articles {
  margin-bottom: 1.4rem;
}
.archive-page__articles .single-testimonial {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e3e3e3;
}
.archive-page__articles-list {
  padding: 0 1rem;
}
.archive-page__articles-load-more-wrapper {
  padding: 0 0.5rem;
}
.archive-page__articles-load-more {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.archive-page__articles-load-more .animated-arrow {
  background-color: #000000;
}
.archive-page__articles-load-more .animated-arrow:before, .archive-page__articles-load-more .animated-arrow:after {
  background-color: #000000;
}
.archive-page__articles-load-more-text {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .archive-page {
    padding-top: 17.3rem;
  }
  .archive-page .masonry__item--2:nth-child(1), .archive-page .masonry__item--2:nth-child(2) {
    border-top: 0.1rem solid #e3e3e3;
  }
  .archive-page .press-downloads {
    margin-top: 14rem;
  }
  .archive-page .testimonials-archive {
    padding-bottom: 20rem;
  }
  .archive-page__headline {
    margin-bottom: 8.4rem;
  }
  .archive-page__not-found {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000000;
  }
  .archive-page__back-link {
    display: none;
  }
  .archive-page__search-filter {
    margin-bottom: 10rem;
  }
  .archive-page__filter {
    position: relative;
  }
  .archive-page__filter-list-wrapper {
    position: relative;
    left: 0;
    width: min-content;
    background-color: transparent;
    height: min-content;
  }
  .archive-page__filter-list {
    flex-direction: row;
    padding: 0;
  }
  .archive-page__filter-list-item {
    padding: 0;
    margin-right: 2rem;
    width: max-content;
  }
  .archive-page__filter-list-item:last-child {
    margin-right: 0;
  }
  .archive-page__filter-list-item a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .archive-page__filter-list-item--active a {
    border-bottom: 0.1rem solid #000000;
  }
  .archive-page__filter-list-item--active .archive-page__filter-list-item-state-icon {
    display: none;
  }
  .archive-page__filter-list-item-state-icon {
    display: none;
  }
  .archive-page__search {
    height: min-content;
    position: relative;
    width: min-content;
    transform: translateY(0);
  }
  .archive-page__search-input-wrapper {
    position: relative;
    width: min-content;
    top: 0;
    left: 0;
  }
  .archive-page__search-input {
    width: 15vw;
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
  }
  .archive-page__search-input::placeholder {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
  }
  .archive-page__search-icon {
    cursor: pointer;
  }
  .archive-page__featured-article {
    position: sticky;
    left: 0;
    top: 8.8rem;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  .archive-page__featured-article-wrapper {
    margin-top: 0;
    padding: 0;
  }
  .archive-page__articles-list {
    padding: 0;
  }
  .archive-page__articles {
    margin-bottom: 2.3rem;
  }
  .archive-page__articles--padding-left {
    padding-left: 2rem;
  }
  .archive-page__articles .single-testimonial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 1.9rem 2.5rem;
  }
  .archive-page__articles .single-testimonial__image {
    grid-area: 2/1/2/2;
    margin-bottom: 0;
  }
  .archive-page__articles .single-testimonial__badges {
    grid-area: 1/1/1/3;
    margin-bottom: 0;
  }
  .archive-page__articles .single-testimonial__meta-wrapper {
    grid-area: 2/2/2/3;
  }
  .archive-page__articles-load-more-wrapper {
    padding: 0;
  }
  .archive-page__articles-load-more-wrapper .archive-page__articles-load-more:first-child .animated-arrow:before {
    transform: rotate(45deg);
  }
  .archive-page__articles-load-more-wrapper .archive-page__articles-load-more:first-child .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .archive-page__articles-load-more-wrapper:hover .archive-page__articles-load-more:first-child .animated-arrow:before, .archive-page__articles-load-more-wrapper:hover .archive-page__articles-load-more:first-child .animated-arrow:after {
    transform: rotate(0);
  }
  .archive-page__articles-load-more-wrapper:hover .archive-page__articles-load-more:last-child .animated-arrow:before {
    transform: rotate(45deg);
  }
  .archive-page__articles-load-more-wrapper:hover .archive-page__articles-load-more:last-child .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .archive-page__articles-load-more {
    padding-left: 2rem;
  }
  .archive-page__block-title {
    margin-left: 0;
    margin-right: 0;
  }
  .archive-page__block-title--no-border {
    border-bottom: none;
  }
}
.downloads-area-page {
  padding-top: 10.9rem;
}
.downloads-area-page .press-downloads {
  margin-top: 5.5rem;
}
.downloads-area-page .text-block--download {
  padding-bottom: 2.9rem;
}
.downloads-area-page .text-block--download p {
  text-align: center;
}

@media (min-width: 768px) {
  .downloads-area-page {
    padding-top: 15.4rem;
  }
  .downloads-area-page .press-downloads {
    margin-top: 16rem;
  }
  .downloads-area-page .text-block--download {
    padding-bottom: 8.9rem;
  }
  .downloads-area-page .text-block--download .text-block__headline {
    margin-bottom: 2.7rem;
  }
  .downloads-area-page .text-block--download .text-block__content {
    max-width: 67rem;
    margin: auto;
  }
}
.page-pricing {
  padding-top: 10.9rem;
}
.page-pricing .text-block--discover {
  padding-bottom: 5.1rem;
}
.page-pricing .text-block--discover .text-block__headline {
  margin-bottom: 4.5rem;
}
.page-pricing .comparison-table:last-child {
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .page-pricing {
    padding-top: 18.2rem;
  }
  .page-pricing .text-block--discover {
    padding-bottom: 10.6rem;
  }
  .page-pricing .text-block--discover .text-block__headline {
    margin-bottom: 5.6rem;
  }
}
.page-template-page-request-demo .header {
  background-color: #000000 !important;
}

.request-demo-page {
  padding-top: 10.9rem;
}
.request-demo-page .text-block {
  padding-bottom: 4.5rem;
}
.request-demo-page .text-block__content {
  text-align: center;
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .request-demo-page {
    padding-top: 18.2rem;
  }
  .request-demo-page .text-block {
    padding-bottom: 5.9rem;
  }
  .request-demo-page .text-block__content {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
  }
}
.page-solution {
  padding-top: 10rem;
}
.page-solution .text-tabs--benefits {
  padding-top: 8.6rem;
}
.page-solution .text-block--black.text-block--kpi .text-block__content {
  color: #ffffff;
}
.page-solution .text-block--kpi {
  padding-top: 7.7rem;
  padding-bottom: 2.9rem;
}
.page-solution .text-block--kpi .text-block__content {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 1.9rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
}
.page-solution .text-block--kpi-additional {
  padding-top: 0;
  padding-bottom: 6.5rem;
}
.page-solution .text-block--kpi-additional .text-block__content {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .page-solution {
    padding-top: 17.4rem;
  }
  .page-solution .text-block--black.text-block--kpi .text-block__content {
    color: #ffffff;
  }
  .page-solution .text-block--kpi {
    padding-top: 13.2rem;
    padding-bottom: 5.6rem;
  }
  .page-solution .text-block--kpi .text-block__content {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-size: 2.9rem;
    line-height: 4.2rem;
    letter-spacing: 0.5px;
  }
  .page-solution .text-block--kpi-additional {
    padding-top: 0;
    padding-bottom: 12.2rem;
  }
  .page-solution .text-block--kpi-additional .text-block__content {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 2.6rem;
    letter-spacing: 1px;
  }
  .page-solution .text-tabs--benefits {
    padding-bottom: 18.8rem;
  }
}
.page-about {
  padding-top: 16.5rem;
}
.page-about .text-block--tools {
  padding-bottom: 11.7rem;
}
.page-about .text-block--tools .text-block__headline {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 7.5rem;
}
.page-about .cta-video--tools {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-about {
    padding-top: 26.2rem;
  }
  .page-about .text-block--tools {
    padding-bottom: 18.6rem;
  }
  .page-about .text-block--tools .text-block__headline {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 7.7rem;
  }
  .page-about .cta-video--tools {
    padding-bottom: 0;
  }
}
.page-home .text-tabs {
  padding-top: 8.6rem;
}
.page-home .cta-video__subheadline {
  display: none;
}

@media (max-width: 768px) {
  .page-home .video-header__headline {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .page-home .text-tabs {
    padding-top: 18.8rem;
  }
  .page-home .cta-video__subheadline {
    display: block;
  }
}
.page-thank-you {
  padding-top: 10.9rem;
}

@media (min-width: 768px) {
  .page-thank-you {
    padding-top: 18.2rem;
  }
}
.flexible-content-page .logo-slider {
  margin-bottom: 8.1rem;
}

@media (min-width: 768px) {
  .flexible-content-page .logo-slider {
    margin-bottom: 6.7rem;
  }
}
.page-fifth-generation {
  padding-top: 8rem;
}
.page-fifth-generation .image-slider {
  padding-top: 9rem;
}
.page-fifth-generation .cta-facts {
  padding-top: 9rem;
}
.page-fifth-generation .ih-image__headline {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #f5f6fa;
}
.page-fifth-generation .cta-video__subheadline {
  display: none;
}

@media (min-width: 768px) {
  .page-fifth-generation {
    padding-top: 8.8rem;
  }
  .page-fifth-generation .cta-facts {
    padding-top: 22.1rem;
  }
  .page-fifth-generation .image-slider {
    padding-top: 4rem;
  }
  .page-fifth-generation .cta-video {
    padding-bottom: 20rem;
  }
  .page-fifth-generation .relevance--smart-safety {
    padding-bottom: 20rem;
    padding-top: 0;
  }
  .page-fifth-generation .ih-image__headline {
    font-family: "Formular", sans-serif;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
  }
  .page-fifth-generation .cta-video__subheadline {
    display: block;
  }
}
.page-new-generation .cta-video {
  padding-bottom: 9rem;
}
.page-new-generation .cta-video__title {
  margin-top: 6rem;
}
.page-new-generation .kpi-teaser__mobile-link {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .page-new-generation .cta-video {
    padding-bottom: 28.7rem;
  }
  .page-new-generation .cta-video__title {
    margin-top: 0;
  }
}
.page-apogee-teaser {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10005;
}
.page-apogee-teaser__rotate {
  display: none;
  position: absolute;
  z-index: 10100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-apogee-teaser__rotate-img {
  width: 30%;
  margin-bottom: 2.2rem;
}
.page-apogee-teaser__rotate-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
}
.page-apogee-teaser__video-background {
  z-index: 5;
  position: absolute;
  top: -3vh;
  left: -3vw;
  overflow: hidden;
  width: 106vw;
  height: 106vh;
}
.page-apogee-teaser__video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}
@media (min-aspect-ratio: 16/9) {
  .page-apogee-teaser .page-apogee-teaser__video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .page-apogee-teaser .page-apogee-teaser__video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.page-apogee-teaser__cta-trigger {
  position: fixed;
  bottom: 3.1rem;
  right: 3rem;
  padding: 1rem;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10005 !important;
  transition: 0.3s ease;
  white-space: nowrap;
}
.page-apogee-teaser__cta-trigger--hidden {
  opacity: 0;
}
.page-apogee-teaser__video-sound-trigger {
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  z-index: 5;
  display: flex;
  border-radius: 5px;
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.page-apogee-teaser__video-sound-trigger--playing .page-apogee-teaser__video-sound--off {
  background-color: transparent;
  color: #ffffff;
}
.page-apogee-teaser__video-sound-trigger--playing .page-apogee-teaser__video-sound--on {
  background-color: #ffffff;
  color: #000000;
}
.page-apogee-teaser__video-sound {
  padding: 1rem;
  position: relative;
  height: 102%;
  top: -1%;
  width: 102%;
  white-space: nowrap;
}
.page-apogee-teaser__video-sound--off {
  background-color: #ffffff;
  color: #000000;
  left: -1%;
  border-radius: 0 5px 5px 0;
}
.page-apogee-teaser__video-sound--on {
  right: -1%;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px 0 0 5px;
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  .page-apogee-teaser__rotate {
    display: flex;
  }
}
.page-id-3037 .text-block, .page-id-2673 .text-block {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .page-id-3037 .text-block, .page-id-2673 .text-block {
    padding-bottom: 8rem;
  }
}
.page-template-page-home-new-us .relevance {
  padding-bottom: 12rem;
  margin-bottom: 0;
}
.page-template-page-home-new-us .inline-image {
  padding-top: 10rem;
}

@media (min-width: 768px) {
  .page-template-page-home-new-us .inline-image {
    padding-top: 20rem;
  }
}
.page-smart-vest {
  padding-top: 0;
  padding-bottom: 10rem;
}
.page-smart-vest.simple-page {
  background-color: #f5f6fa;
  color: #000000;
}
.page-smart-vest__header-link {
  margin-bottom: 3.9rem;
}
.page-smart-vest__features {
  margin-bottom: 8.9rem;
}
.page-smart-vest__features-list {
  padding: 0 2rem;
  margin-bottom: 10rem;
}
.page-smart-vest__features-title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 4rem;
}
.page-smart-vest__how-it-works {
  margin-bottom: 5rem;
}
.page-smart-vest__animated-line {
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  .page-smart-vest__header-link {
    margin-bottom: 15rem;
  }
  .page-smart-vest__features {
    display: flex;
    justify-content: space-between;
    padding: 0 4.1rem;
    margin-bottom: 13.7rem;
  }
  .page-smart-vest__features-title {
    display: none;
  }
  .page-smart-vest__features-slider {
    padding-top: 4.5rem;
    flex: 0 0 calc(100% / 12 * 7 - 1rem);
    width: calc(50% - 1rem);
    order: 1;
  }
  .page-smart-vest__features-list {
    flex: 0 0 calc(100% / 12 * 5 - 1rem);
    width: calc(50% - 1rem);
    padding: 0;
    margin-bottom: 0;
    order: 2;
  }
  .page-smart-vest__how-it-works {
    margin-bottom: 15rem;
  }
  .page-smart-vest__animated-line {
    margin-bottom: 13.8rem;
  }
}
.industry-page {
  padding-top: 18rem;
}
.industry-page__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.38px;
  text-align: left;
  color: #000000;
  margin-top: 0;
  margin-bottom: 2rem;
}
.industry-page__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #979797;
  color: #979797;
  margin-bottom: 5.2rem;
}
.industry-page__main-image {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.industry-page__main-image picture {
  display: flex;
  width: 100%;
}
.industry-page__main-image picture img {
  width: 100%;
  border-radius: 0.5rem;
}
.industry-page__main-slider {
  margin-bottom: 1.9rem;
}
.industry-page__main-slider.start .swiper-container:before {
  opacity: 0;
}
.industry-page__main-slider.start .industry-page__main-slider-navigation--prev {
  display: none;
}
.industry-page__main-slider.end .swiper-container:after {
  opacity: 0;
}
.industry-page__main-slider.end .industry-page__main-slider-navigation--next {
  display: none;
}
.industry-page__main-slider .swiper-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4rem;
  background-image: linear-gradient(to right, #fff 0%, rgba(217, 217, 217, 0) 100%);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.industry-page__main-slider .swiper-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4rem;
  background-image: linear-gradient(to left, #fff 0%, rgba(217, 217, 217, 0) 100%);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.industry-page__main-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: max-content;
}
.industry-page__main-slider .swiper-container .swiper-wrapper .swiper-slide figcaption {
  display: none;
}
.industry-page__main-slider .swiper-container .swiper-wrapper .swiper-slide picture {
  display: flex;
}
.industry-page__main-slider .swiper-container .swiper-wrapper .swiper-slide picture img {
  height: 15rem;
  object-fit: cover;
  border-radius: 0.5rem;
  width: auto;
}
.industry-page__main-slider-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 3;
  cursor: pointer;
}
.industry-page__main-slider-navigation:hover {
  opacity: 1;
}
.industry-page__main-slider-navigation--prev {
  left: 1.5rem;
}
.industry-page__main-slider-navigation--prev .icon {
  transform: scaleX(-1);
}
.industry-page__main-slider-navigation--next {
  right: 1.5rem;
}
.industry-page__main-slider-navigation .icon {
  font-size: 1.2rem;
}
.industry-page__main-slider-title {
  display: flex;
  align-items: center;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.17;
  letter-spacing: 0.72px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.industry-page__main-slider-title-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  z-index: 2;
  position: relative;
  margin-right: 1rem;
}
.industry-page__main-slider-title-icon:before, .industry-page__main-slider-title-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.4rem;
  border-radius: 0.1rem;
  border: solid 0.1rem #000000;
  background-color: #FFFFFF;
}
.industry-page__main-slider-title-icon:before {
  transform: translate(-57%, -64%);
}
.industry-page__main-slider-title-icon:after {
  transform: translate(-30%, -32%);
}
.industry-page__gallery-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 10000;
  padding: 10rem 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.industry-page__gallery-overlay--opened {
  opacity: 1;
  pointer-events: auto;
}
.industry-page__gallery-overlay .swiper-container {
  height: 30rem;
  max-height: 30rem;
  padding: 0 1rem;
}
.industry-page__gallery-overlay .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}
.industry-page__gallery-overlay-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
.industry-page__gallery-overlay-navigation:hover {
  opacity: 1;
}
.industry-page__gallery-overlay-navigation--prev {
  left: 2rem;
}
.industry-page__gallery-overlay-navigation--prev .icon {
  transform: scaleX(-1);
}
.industry-page__gallery-overlay-navigation--next {
  right: 2rem;
}
.industry-page__gallery-overlay-navigation .icon {
  font-size: 1.2rem;
}
.industry-page__gallery-overlay-close-button {
  position: absolute;
  top: 6rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.industry-page__gallery-overlay-close-button .icon {
  transform: rotate(45deg);
  font-size: 1.6rem;
}
.industry-page__gallery-overlay-image {
  height: 100%;
}
.industry-page__gallery-overlay-image picture {
  display: flex;
  height: 100%;
}
.industry-page__gallery-overlay-image picture img {
  height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 0.5rem;
}
.industry-page__main-image-gallery-icon {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  z-index: 2;
}
.industry-page__main-image-gallery-icon img {
  width: 1.2rem;
}
.industry-page__areas {
  margin-bottom: 5.3rem;
}
.industry-page__areas-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #000000;
  border-top: 0.1rem solid #000000;
  padding-top: 1.4rem;
  margin-bottom: 3.3rem;
}
.industry-page__area-item {
  margin-bottom: 3.3rem;
}
.industry-page__area-item-title {
  width: max-content;
  white-space: nowrap;
  background-color: #ffd936;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.17;
  letter-spacing: 0.72px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.4rem;
}
.industry-page__area-item-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #000000;
}
.industry-page__contact-box {
  margin-bottom: 5.4rem;
}
.industry-page__testimonials {
  margin-bottom: 5.4rem;
}
.industry-page__quotes {
  margin-bottom: 6rem;
}
.industry-page__testimonials-title, .industry-page__quotes-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #000000;
  margin-bottom: 0.3rem;
}
.industry-page__testimonials-slider-wrapper {
  position: relative;
}
.industry-page__testimonials-slider-navigation {
  display: none;
}
.industry-page__testimonials-slider-pagination {
  margin-top: 1.7rem;
}
.industry-page__testimonials-slider-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #e3e3e3;
  opacity: 1;
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}
.industry-page__testimonials-slider-pagination .swiper-pagination-bullet-active {
  background-color: #ffd936;
}
.industry-page__testimonials-slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.industry-page__testimonial {
  display: block;
}
.industry-page__testimonial-image {
  width: 100%;
  height: 25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.industry-page__testimonial-image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.industry-page__testimonial-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-page__testimonial-label {
  width: max-content;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.17;
  letter-spacing: 0.72px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  background-color: #ffd936;
  margin-bottom: 1.3rem;
}
.industry-page__testimonial-claim {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #000000;
  margin-bottom: 0.9rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.industry-page__testimonial-read-more {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
.industry-page__testimonial-read-more .icon {
  display: none;
}
.industry-page__testimonial-read-more-animation-element {
  align-items: center;
}
.industry-page__testimonial-read-more-animation-element:first-child .animated-arrow:before {
  transform: rotate(45deg);
}
.industry-page__testimonial-read-more-animation-element:first-child .animated-arrow:after {
  transform: rotate(-45deg);
}
.industry-page__testimonial-read-more-animation-element .animated-arrow {
  position: relative;
  top: -0.2rem;
  margin-left: 0.8rem;
  background-color: #000000;
}
.industry-page__testimonial-read-more-animation-element .animated-arrow:before, .industry-page__testimonial-read-more-animation-element .animated-arrow:after {
  background-color: #000000;
}
.industry-page__quotes-slider-wrapper {
  height: 50rem;
  background-color: #ffd936;
  border-radius: 0.5rem;
  padding: 2.8rem 2.7rem 1.5rem 1.5rem;
}
.industry-page__quotes-slider-wrapper .swiper-container {
  height: 100%;
}
.industry-page__quotes-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10;
  width: 50% !important;
}
.industry-page__quotes-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #f3c602;
  opacity: 1;
  margin: 0 0.5rem 0 0 !important;
}
.industry-page__quotes-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.industry-page__quotes-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.industry-page__quote-text {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  text-align: left;
  color: #000000;
  margin-bottom: 1.1rem;
}
.industry-page__quote-author {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-align: left;
  color: #000000;
}
.industry-page__quotes-navigations {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
.industry-page__quotes-navigations .icon {
  font-size: 1.6rem;
}
.industry-page__quotes-navigation--prev {
  margin-right: 1rem;
  transform: scaleX(-1);
}
.industry-page__more-slider-wrapper .swiper-container {
  padding: 0 1rem;
}
.industry-page__more-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #000000;
  border-top: 0.1rem solid #000000;
  padding-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.industry-page__more-slide {
  height: auto;
  box-sizing: border-box;
}
.industry-page__more-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 2.6rem;
  border-radius: 1rem;
  background-color: #f5f6fa;
}
.industry-page__more-item-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15.6rem;
}
.industry-page__more-item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #000000;
  padding-right: 2rem;
}
.industry-page__more-item-icon {
  flex: 0 0 4.8rem;
  width: 4.8rem;
  height: 4.8rem;
}
.industry-page__more-item-icon picture {
  display: flex;
  width: 100%;
}
.industry-page__more-item-icon picture img {
  width: 100%;
  clip-path: none;
  object-fit: contain;
}
.industry-page__more-item-description {
  margin-top: auto;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-align: left;
  color: #000000;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.industry-page__more-item-read-more {
  position: relative;
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .industry-page__more-slider-wrapper.slider-view .swiper-container {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .industry-page__sticky-wrapper {
    position: sticky;
    top: 9rem;
    margin-bottom: 9.3rem;
  }
  .industry-page__main-slider--mobile {
    display: none;
  }
  .industry-page__main-slider .swiper-container:before, .industry-page__main-slider .swiper-container:after {
    width: 5rem;
  }
  .industry-page__main-slider .swiper-container .swiper-wrapper .swiper-slide {
    cursor: pointer;
  }
  .industry-page__main-slider .swiper-container .swiper-wrapper .swiper-slide picture img {
    height: 20rem;
  }
  .industry-page__title {
    font-family: "Formular", sans-serif;
    font-size: 5.2rem;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.52px;
    text-align: left;
    color: #000000;
    margin-bottom: 2.3rem;
  }
  .industry-page__main-image {
    width: 100%;
    cursor: pointer;
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
  }
  .industry-page__main-image img {
    transition: transform 0.3s ease;
  }
  .industry-page__main-image:hover img {
    transform: scale(1.05);
  }
  .industry-page__main-slider-title {
    margin-bottom: 1rem;
    cursor: pointer;
    width: max-content;
    max-width: 100%;
  }
  .industry-page__description {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: left;
    color: #979797;
    margin-bottom: 8.4rem;
  }
  .industry-page__gallery-overlay .swiper-container {
    height: 80rem;
    max-height: calc(100% - 20rem);
    padding: 0 4rem;
  }
  .industry-page__gallery-overlay-navigation {
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .industry-page__gallery-overlay-navigation:hover {
    opacity: 1;
  }
  .industry-page__gallery-overlay-navigation--prev {
    left: 6rem;
  }
  .industry-page__gallery-overlay-navigation--next {
    right: 6rem;
  }
  .industry-page__gallery-overlay-navigation .icon {
    font-size: 1.6rem;
  }
  .industry-page__gallery-overlay-close-button {
    top: 3rem;
    right: 3rem;
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
  }
  .industry-page__gallery-overlay-close-button .icon {
    font-size: 2rem;
  }
  .industry-page__areas {
    margin-bottom: 0;
  }
  .industry-page__areas-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: left;
    color: #000000;
    border-bottom: 0.1rem solid #000000;
    border-top: none;
    padding-top: 0;
    margin-bottom: 4rem;
  }
  .industry-page__area-item-title {
    margin-bottom: 2.4rem;
  }
  .industry-page__contact-box {
    margin-bottom: 9.3rem;
  }
  .industry-page__testimonial:hover .vertical-hover-animation > *:first-child {
    transform: translateY(-100%);
  }
  .industry-page__testimonial:hover .vertical-hover-animation > *:last-child {
    transform: translateY(0);
  }
  .industry-page__testimonial:hover img {
    transform: scale(1.05);
  }
  .industry-page__testimonial:hover .industry-page__testimonial-read-more-animation-element:first-child .animated-arrow:before, .industry-page__testimonial:hover .industry-page__testimonial-read-more-animation-element:first-child .animated-arrow:after {
    transform: rotate(0);
  }
  .industry-page__testimonial:hover .industry-page__testimonial-read-more-animation-element:last-child .animated-arrow:before {
    transform: rotate(45deg);
  }
  .industry-page__testimonial:hover .industry-page__testimonial-read-more-animation-element:last-child .animated-arrow:after {
    transform: rotate(-45deg);
  }
  .industry-page__testimonial-read-more-animation-element .animated-arrow {
    top: 0;
    background-color: #979797;
  }
  .industry-page__testimonial-read-more-animation-element .animated-arrow:before, .industry-page__testimonial-read-more-animation-element .animated-arrow:after {
    background-color: #979797;
  }
  .industry-page__testimonials, .industry-page__quotes {
    margin-bottom: 10.7rem;
  }
  .industry-page__testimonials-title, .industry-page__quotes-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: left;
    color: #000000;
  }
  .industry-page__testimonials-slider-navigation {
    position: absolute;
    top: 22.4rem;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.3s ease;
  }
  .industry-page__testimonials-slider-navigation:hover {
    opacity: 1;
  }
  .industry-page__testimonials-slider-navigation--prev {
    left: 1rem;
  }
  .industry-page__testimonials-slider-navigation--prev .icon {
    transform: scaleX(-1);
  }
  .industry-page__testimonials-slider-navigation--next {
    right: 1rem;
  }
  .industry-page__testimonials-slider-navigation .icon {
    font-size: 1.4rem;
  }
  .industry-page__testimonial-image {
    height: 44.7rem;
    transform: translateZ(0);
  }
  .industry-page__testimonial-image picture img {
    transition: transform 0.3s ease;
  }
  .industry-page__testimonial-claim {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: left;
    color: #000000;
  }
  .industry-page__testimonial-read-more {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.17;
    letter-spacing: 0.72px;
    text-align: left;
    color: #979797;
    display: flex;
    align-items: center;
    color: #979797;
  }
  .industry-page__testimonial-read-more .icon {
    display: inline;
    margin-left: 0.4rem;
  }
  .industry-page__testimonials-slider-pagination {
    display: none;
  }
  .industry-page__quotes-slider-wrapper {
    height: 44.7rem;
    padding: 2rem 2.5rem;
  }
  .industry-page__quotes-pagination .swiper-pagination-bullet-active {
    background-color: #000000;
  }
  .industry-page__quotes-navigation {
    cursor: pointer;
  }
  .industry-page__quote-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.54px;
    text-align: left;
    color: #000000;
    margin-bottom: 1.8rem;
  }
  .industry-page__quote-author {
    font-family: "Suisse", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #000000;
  }
  .industry-page__more-slider-wrapper.slider-view .swiper-container {
    padding: 0 50px;
  }
  .industry-page__more-slider-wrapper:not(.slider-view) {
    padding: 0 50px;
  }
  .industry-page__more-slider-wrapper:not(.slider-view) .industry-page__more-slide {
    flex: 0 0 calc(100% / 4 - 6rem / 4);
    width: calc(100% / 4 - 6rem / 4);
    margin-right: 2rem;
    height: auto;
  }
  .industry-page__more-slider-wrapper:not(.slider-view) .industry-page__more-slide:nth-child(4n) {
    margin-right: 0;
  }
  .industry-page__more-slider-wrapper:not(.slider-view) .industry-page__more-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .industry-page__more-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: left;
    color: #000000;
    border-bottom: 0.1rem solid #000000;
    border-top: none;
    padding-top: 0;
    margin-bottom: 3rem;
  }
  .industry-page__more-item-title-wrapper {
    align-items: flex-start;
    margin-bottom: 10.4rem;
  }
  .industry-page__more-item {
    height: 100%;
    padding: 2rem 2rem 2.5rem 1rem;
    transition: background-color 0.3s ease;
  }
  .industry-page__more-item:hover {
    background-color: #EEEFF6;
  }
  .industry-page__more-item:hover .industry-page__more-item-description {
    transform: translateY(-3rem);
  }
  .industry-page__more-item:hover .industry-page__more-item-read-more {
    opacity: 1;
  }
  .industry-page__more-item-description {
    transition: transform 0.3s ease;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .industry-page__more-item-read-more {
    position: absolute;
    bottom: 2.5rem;
    left: 1rem;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.27;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
    margin-top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.page-resources {
  padding-top: 12.4rem;
}
.page-resources__headline {
  margin-bottom: 3.7rem;
}
.page-resources__top-stories {
  margin-bottom: 7.4rem;
}
.page-resources__top-stories-slider-wrapper.swiper-container {
  padding: 0 1rem;
}
.page-resources__top-stories-slider-pagination {
  margin-top: 1.7rem;
  bottom: 0 !important;
  position: relative !important;
}
.page-resources__top-stories-slider-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 0 !important;
  background-color: #e3e3e3 !important;
  opacity: 1 !important;
}
.page-resources__top-stories-slider-pagination .swiper-pagination-bullet-active {
  background-color: #ffd936 !important;
}
.page-resources__categories-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  margin-bottom: 1.3rem;
}
.page-resources__category {
  height: 100%;
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .page-resources {
    padding-top: 17.3rem;
  }
  .page-resources__headline {
    margin-bottom: 8.4rem;
  }
  .page-resources__top-stories {
    margin-bottom: 8.6rem;
    padding: 0 50px;
  }
  .page-resources__top-stories-slider-pagination {
    display: none;
  }
  .page-resources__top-stories-grid-wrapper {
    display: flex;
  }
  .page-resources__top-stories-item-wrapper {
    display: flex;
    flex: 0 0 calc(50% - 3rem);
    margin-right: 6rem;
  }
  .page-resources__top-stories-item-wrapper:last-child {
    margin-right: 0;
  }
  .page-resources__categories-title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin-bottom: 1.1rem;
  }
}
.category-page__more-categories {
  margin-top: 21rem;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .category-page__more-categories {
    margin-bottom: 8rem;
  }
}
body.apogee {
  background-color: #f6f8f9;
}
body.apogee .video-header__video--mobile {
  padding-bottom: 177vw;
}
body.apogee .video-header__video--mobile iframe {
  width: 177vh;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100% !important;
}
body.apogee .video-header__meta-wrapper {
  z-index: 2;
}
body.apogee .video-header__video-volume-control {
  display: none;
}
body.apogee .cta-bar {
  background-color: transparent;
  padding-bottom: 0;
}
body.apogee .cta-bar.light {
  margin-bottom: 4rem;
}
body.apogee .cta-bar.light .cta-bar__content {
  background-color: #ffffff;
}
body.apogee .cta-bar.light .cta-bar__link {
  background-color: #f5f6fa;
}

@media (max-width: 992px) {
  body.apogee .video-header__meta-wrapper {
    bottom: 4rem;
    top: initial;
    transform: translateX(-50%);
  }
  body.apogee .video-header__video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000000 100%);
  }
}
@media (min-width: 992px) {
  body.apogee .video-header__video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 51%);
  }
  body.apogee .text-block-new__title {
    font-family: "Formular", sans-serif;
    font-size: 5.2rem;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.52px;
  }
  body.apogee .cta-bar {
    margin-bottom: 18rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  body.apogee .cta-bar.light {
    margin-bottom: 18rem;
  }
  body.apogee .cta-bar.light .cta-bar__link:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.editor-styles__underline {
  position: relative;
}
.editor-styles__underline:before {
  content: "";
  height: 0.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editor-styles__article--default {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
}
.editor-styles__article--default strong {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 1.9rem;
}
.editor-styles__article--grey {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
}
.editor-styles__article--orange-quote {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ff6b4f;
}
.editor-styles__article--orange-small {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ff6b4f;
  text-align: center;
  font-weight: 400;
}
.editor-styles__text-block--small {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #000000;
}
.editor-styles__quote-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
}
.editor-styles__quote-underline {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  color: #979797;
  margin-top: 1.3rem;
}

@media (min-width: 768px) {
  .editor-styles__underline:before {
    bottom: -0.2rem;
  }
  .editor-styles__article--default {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .editor-styles__article--default strong {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #000000;
  }
  .editor-styles__article--grey {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
  }
  .editor-styles__article--orange-quote {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ff6b4f;
  }
  .editor-styles__text-block--small {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
  }
  .editor-styles__quote-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
  }
  .editor-styles__quote-underline {
    color: #000000;
    margin-top: 1.1rem;
  }
}
.dynamic-block:last-child .cta-bar {
  margin-bottom: 6rem;
}
.dynamic-block:last-child .image-slider {
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.dynamic-block .video-header {
  margin-bottom: 5.3rem;
}
.dynamic-block .text-block-new {
  margin-bottom: 5.1rem;
}
.dynamic-block .cta-video {
  padding-bottom: 0;
  margin-bottom: 6rem;
}
.dynamic-block .cta-bar {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.dynamic-block .text-tabs {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 6rem;
  margin-top: 5.6rem;
}
.dynamic-block .image-slider {
  padding: 0;
  margin-bottom: 3.1rem;
}
.dynamic-block .news-teaser {
  padding-top: 4.7rem;
  padding-bottom: 8rem;
}
.dynamic-block .logo-slider {
  margin-bottom: 0;
  padding: 2.2rem 0 2.6rem;
}
.dynamic-block .features-new {
  margin-bottom: 4.2rem;
  margin-top: 6rem;
}
.dynamic-block .press-awards {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 6.8rem;
}
.dynamic-block .image-slider {
  margin-bottom: 6.8rem;
}
.dynamic-block .job-offers {
  padding-top: 4.9rem;
  padding-bottom: 5.4rem;
}

@media (min-width: 992px) {
  .dynamic-block:last-child .cta-bar {
    margin-bottom: 1.5rem;
  }
  .dynamic-block:last-child .image-slider {
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
  .dynamic-block .video-header {
    margin-bottom: 13.8rem;
  }
  .dynamic-block .text-block-new {
    margin-bottom: 13.8rem;
  }
  .dynamic-block .cta-video {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .dynamic-block .cta-bar {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
  .dynamic-block .text-tabs {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 13.9rem;
    margin-top: 14.6rem;
  }
  .dynamic-block .image-slider {
    padding: 0;
    margin-bottom: 10rem;
  }
  .dynamic-block .news-teaser {
    padding-top: 8.7rem;
    padding-bottom: 14.1rem;
  }
  .dynamic-block .logo-slider {
    padding: 3.6rem 0 3.4rem;
  }
  .dynamic-block .features-new {
    margin-bottom: 14.6rem;
    margin-top: 19rem;
  }
  .dynamic-block .press-awards {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 19.3rem;
  }
  .dynamic-block .image-slider {
    margin-bottom: 3rem;
  }
  .dynamic-block .job-offers {
    padding-top: 12.4rem;
    padding-bottom: 10rem;
  }
}
.embedded-content-block {
  margin-bottom: 3rem;
}
.embedded-content-block__frame-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embedded-content-block__frame-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .embedded-content-block {
    margin-bottom: 8.6rem;
  }
}
.image-block {
  margin-bottom: 3.1rem;
}
.image-block__image {
  margin-bottom: 1rem;
}
.image-block__image picture {
  display: flex;
}
.image-block__image figcaption {
  display: none;
}
.image-block__caption {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  color: #979797;
}

@media (min-width: 768px) {
  .image-block {
    margin-bottom: 8.7rem;
  }
  .image-block__caption {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.14px;
  }
}
.link-block {
  margin-bottom: 3rem;
}
.link-block__link-wrapper {
  display: block;
  text-align: center;
}
.link-block__link {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ff6b4f;
  text-transform: uppercase;
  position: relative;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .link-block {
    margin-bottom: 8.6rem;
  }
  .link-block__link {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #ff6b4f;
    text-decoration: none;
  }
  .link-block__link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    height: 0.1rem;
    width: 100%;
    background-color: #ff6b4f;
  }
}
.article-text-block {
  margin-bottom: 8.5rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.article-text-block p {
  margin-bottom: 2.7rem;
}
.article-text-block p:last-child {
  margin-bottom: 0;
}
.article-text-block .editor-styles__article--default {
  margin-bottom: 2.7rem;
}
.article-text-block .editor-styles__article--grey {
  margin-bottom: 1.7rem;
}
.article-text-block .editor-styles__article--orange-quote {
  margin-bottom: 0.5rem;
}
.article-text-block .editor-styles__article--orange-small {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .article-text-block {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
  }
  .article-text-block p {
    margin-bottom: 3.5rem;
  }
  .article-text-block .editor-styles__article--default {
    margin-bottom: 3.5rem;
  }
  .article-text-block .editor-styles__article--grey {
    margin-bottom: 2.3rem;
  }
  .article-text-block .editor-styles__article--orange-quote {
    margin-bottom: 2.2rem;
  }
  .article-text-block .editor-styles__article--orange-small {
    margin-bottom: 1.5rem;
  }
}
.white-paper-download {
  padding: 2rem 2rem 4rem;
  background-color: #f5f6fa;
  border-radius: 0.6rem;
  margin-bottom: 8rem;
}
.white-paper-download__title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 2rem;
}
.white-paper-download__form-input-wrapper {
  margin-bottom: 2rem;
  width: 100%;
}
.white-paper-download__form-input-wrapper.error input {
  color: #ff6b4f;
  border-bottom-color: #ff6b4f;
}
.white-paper-download__input {
  background-color: transparent;
  border: none;
  border-bottom: 0.1rem solid #393838;
  width: 100%;
  padding-bottom: 0.2rem;
  border-radius: 0;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #979797;
  color: #000000;
}
.white-paper-download__input:last-child {
  margin-bottom: 0;
}
.white-paper-download__input::placeholder {
  color: #979797;
}
.white-paper-download__form-checkbox-wrapper {
  flex: 0 0 100%;
  margin-top: 2rem;
}
.white-paper-download__form-checkbox-wrapper.error label {
  color: #ff6b4f;
}
.white-paper-download__form-checkbox-wrapper label {
  display: flex;
  cursor: pointer;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 1.4rem;
}
.white-paper-download__form-checkbox-wrapper label a {
  text-decoration: underline;
}
.white-paper-download__form-checkbox-wrapper label .custom-checkbox {
  margin-right: 0.7rem;
  position: relative;
  top: 0.2rem;
}
.white-paper-download__form-submit {
  margin-top: 2rem;
  padding: 1.5rem 2.3rem 1.4rem 2.4rem;
  border-radius: 2.35rem;
  border: 0.1rem solid #000000;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  width: max-content;
}

@media (min-width: 768px) {
  .white-paper-download {
    padding: 3.4rem 3.8rem 4rem 3.9rem;
    margin-bottom: 8rem;
  }
  .white-paper-download__title {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #ffffff;
    color: #000000;
    margin-bottom: 1.8rem;
  }
  .white-paper-download__form {
    display: flex;
    flex-wrap: wrap;
  }
  .white-paper-download__form-input-wrapper {
    margin-bottom: 2.3rem;
    flex: 0 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
  .white-paper-download__form-input-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .white-paper-download__input {
    width: 100%;
  }
  .white-paper-download__form-checkbox-wrapper {
    margin-top: 0;
  }
  .white-paper-download__form-checkbox-wrapper label .custom-checkbox {
    top: 0;
  }
  .white-paper-download__form-submit {
    margin-top: 2rem;
    padding: 0.6rem 0.8rem 0.5rem 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .white-paper-download__form-submit:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.form-text {
  display: flex;
  flex-direction: column;
}
.form-text label {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 1.1rem;
}
.form-text input {
  background-color: transparent;
  border: none;
  border-bottom: 0.1rem solid #393838;
  padding-bottom: 0.8rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.form-text input::placeholder {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.form-text input:focus {
  border-bottom: 0.1rem solid #ffffff;
}

@media (min-width: 768px) {
  .form-text {
    padding-right: 2rem;
  }
  .form-text label {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
    margin-bottom: 1.1rem;
  }
  .form-text input {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-bottom: 1rem;
  }
  .form-text input::placeholder {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
}
.form-textarea {
  display: flex;
  flex-direction: column;
}
.form-textarea label {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
  margin-bottom: 1.1rem;
}
.form-textarea textarea {
  background-color: transparent;
  border: none;
  border-bottom: 0.1rem solid #393838;
  padding-bottom: 1rem;
  resize: none;
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.form-textarea textarea::placeholder {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.form-textarea textarea:focus {
  border-bottom: 0.1rem solid #ffffff;
}

@media (min-width: 768px) {
  .form-textarea {
    padding-right: 2rem;
  }
  .form-textarea label {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
    margin-bottom: 1.7rem;
  }
  .form-textarea textarea {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  .form-textarea textarea::placeholder {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
}
.form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 2rem;
}
.form-footer__conditions {
  flex: 0 0 100%;
  margin-bottom: 3.7rem;
}
.form-footer__condition {
  display: block;
}
.form-footer__condition--hidden {
  display: none;
}
.form-footer__condition-row {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #979797;
  display: flex;
  align-items: center;
  margin-bottom: 2.7rem;
}
.form-footer__condition-row:last-child {
  margin-bottom: 0;
}
.form-footer__condition-row--active {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.form-footer__condition-row label {
  margin-left: 1rem;
}
.form-footer__action {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.7rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.form-footer__action-button {
  background-color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  border: none;
  border-radius: 23.5px;
  padding: 1.5rem 2.3rem 1.4rem 2.4rem;
  text-transform: uppercase;
  cursor: pointer;
  height: max-content;
  width: max-content;
  margin: 0 1rem;
}
.form-footer__action-button--hidden {
  display: none;
}
.form-footer__action-button:focus {
  outline: none;
}
.form-footer__pagination {
  flex: 0 0 100%;
}
.form-footer__pagination-bar {
  position: relative;
  width: 100%;
  height: 0.3rem;
  background-color: #979797;
  border-radius: 1px;
  margin-bottom: 1.6rem;
}
.form-footer__pagination-bar-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  transition: width 0.3s ease;
}
.form-footer__pagination-page {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .form-footer {
    padding-right: 0;
  }
  .form-footer__conditions {
    flex: 0 0 calc(65% - (9.8rem / 2));
    margin-bottom: 9.8rem;
    padding-right: 1rem;
    order: 1;
  }
  .form-footer__conditions--hidden {
    order: 3;
  }
  .form-footer__condition-row {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #979797;
  }
  .form-footer__condition-row--active {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .form-footer__action {
    flex: 0 0 calc(35% - (9.8rem / 2));
    display: flex;
    justify-content: flex-end;
    margin-bottom: 9.8rem;
    order: 2;
  }
  .form-footer__pagination {
    order: 3;
  }
  .form-footer__pagination--moved {
    order: 1;
    flex: 0 0 50%;
    padding-top: 1rem;
  }
  .form-footer__pagination-bar {
    width: 25vw;
  }
  .form-footer__pagination-page {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    color: #ffffff;
  }
}
.form-checkbox__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 4.5rem;
}
.form-checkbox__title .error {
  font-size: 1.7rem;
}
.form-checkbox__option-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2.9rem;
}
.form-checkbox__option-wrapper:last-child {
  margin-bottom: 0;
}
.form-checkbox__option-wrapper .custom-checkbox {
  margin-right: 1.2rem;
}
.form-checkbox__option-wrapper label {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.form-radiobutton__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 4.5rem;
}
.form-radiobutton__title .error {
  font-size: 1.7rem;
}
.form-radiobutton__option-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2.9rem;
}
.form-radiobutton__option-wrapper:last-child {
  margin-bottom: 0;
}
.form-radiobutton__option-wrapper .custom-radiobutton {
  margin-right: 1.2rem;
}
.form-radiobutton__option-wrapper label {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.simple-page--white .text-block-new__title, .simple-page--white .text-block-new__text, .simple-page--apogee .text-block-new__title, .simple-page--apogee .text-block-new__text {
  color: #000000;
}

.text-block-new__title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.18;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4.7rem;
}
.text-block-new__title.new {
  font-family: "Regular", sans-serif;
  font-size: 4rem;
  line-height: 3.3rem;
  letter-spacing: 0;
  text-transform: unset;
}
.text-block-new__text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}

@media (min-width: 992px) {
  .text-block-new__title {
    font-family: "Formular", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
  }
  .text-block-new__title.new {
    font-family: "Regular", sans-serif;
    font-size: 8rem;
    line-height: 0.8;
    letter-spacing: -0.3rem;
    text-transform: unset;
  }
  .text-block-new__text {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
  }
}
@media (min-width: 1400px) {
  .text-block-new__title {
    max-width: 1000px;
  }
}
.cta-bar {
  padding: 0 1.1rem;
  margin-bottom: 1.1rem;
  background-color: #ffffff;
}
.cta-bar.dark {
  background-color: #000000;
}
.cta-bar.dark .cta-bar__content {
  background-color: #1a1a1a;
}
.cta-bar.dark .cta-bar__title {
  color: #FFFFFF;
}
.cta-bar.yellow {
  background-color: #000000;
}
.cta-bar.yellow .cta-bar__content {
  background-color: #ffd936;
}
.cta-bar.yellow .cta-bar__link {
  background-color: #ffd936;
  border: 0.1rem solid #1a1a1a;
}
.cta-bar__content {
  background-color: #f5f6fa;
  padding: 1.4rem 1.5rem 2rem;
  border-radius: 0.5rem;
}
.cta-bar__title {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 3.4rem;
}
.cta-bar__link {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  border-radius: 2.35rem;
  background-color: #ffffff;
  border: 0.1rem solid #ffffff;
  padding: 0.6rem 0.9rem 0.5rem 1.1rem;
  display: block;
  width: max-content;
  max-width: 100%;
}

@media (min-width: 992px) {
  .cta-bar {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .cta-bar.dark .cta-bar__link:hover {
    background-color: #1a1a1a;
  }
  .cta-bar.yellow .cta-bar__link:hover {
    background-color: #1a1a1a;
    color: #ffd936;
  }
  .cta-bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
  }
  .cta-bar__title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 0;
    padding-right: 3rem;
  }
  .cta-bar__link {
    white-space: nowrap;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
    padding: 1.5rem 2.3rem 1.4rem 2.4rem;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .cta-bar__link:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
}
.detail-page-links {
  margin-bottom: 8rem;
}
.detail-page-links__slider-wrapper .swiper-container {
  padding: 0 1rem;
}
.detail-page-links__page {
  overflow: hidden;
}
.detail-page-links__page-image {
  aspect-ratio: 22/29;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
  position: relative;
}
.detail-page-links__page-image picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.detail-page-links__page-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-page-links__link .label {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.detail-page-links__link .icon {
  display: none;
}
.detail-page-links__link .link-tag {
  display: block;
  width: max-content;
  background-color: #1a1a1a;
  font-family: "Suisse", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  border-radius: 2.35rem;
  padding: 0.5rem 0.9rem;
  margin-top: 0.6rem;
  text-transform: uppercase;
}
.detail-page-links__navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem;
  padding-right: 1rem;
}
.detail-page-links__navigation-arrow {
  font-size: 1.6rem;
}
.detail-page-links__navigation-arrow--left {
  margin-right: 1.4rem;
}
.detail-page-links__navigation-arrow--left span {
  display: inline-block;
  transform: rotate(180deg);
}
.detail-page-links__page-description {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 2.6rem 2rem 2.3rem 1.8rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.detail-page-links__page-description-mobile {
  display: block;
  margin-top: 1.5rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .detail-page-links.double .detail-page-links__item {
    max-width: calc(34% - 20rem / 3);
  }
  .detail-page-links.double .detail-page-links__item:nth-child(3n) {
    margin-right: 10rem;
  }
  .detail-page-links.double .detail-page-links__item:nth-child(2n) {
    margin-right: 0;
  }
  .detail-page-links__page {
    border-radius: 0.5rem;
  }
  .detail-page-links__page:hover .detail-page-links__page-image picture img {
    transform: scale(1.05);
  }
  .detail-page-links__page:hover .detail-page-links__page-description {
    opacity: 1;
    pointer-events: auto;
  }
  .detail-page-links__page:hover .detail-page-links__link .icon:before {
    transform: translateX(10%);
  }
  .detail-page-links__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 8rem;
    margin-bottom: -8rem;
  }
  .detail-page-links__item {
    width: 100%;
    max-width: calc((100% / 3) - (20rem / 3));
    margin-right: 10rem;
    margin-bottom: 8rem;
  }
  .detail-page-links__item:last-child {
    margin-right: 0;
  }
  .detail-page-links__item:nth-child(3n) {
    margin-right: 0;
  }
  .detail-page-links__page-image {
    aspect-ratio: 36/48;
    transform: translateZ(0);
    margin-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  @supports not (aspect-ratio: 36/48) {
    .detail-page-links__page-image {
      height: min(33vw, 600px);
    }
  }
  .detail-page-links__page-image picture img {
    transition: transform 0.3s ease;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  .detail-page-links__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 2rem;
    background-color: #1a1a1a;
  }
  .detail-page-links__link .label {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 0;
  }
  .detail-page-links__link .icon {
    border-radius: 100%;
    background-color: #FFFFFF;
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #000000;
  }
  .detail-page-links__link .icon:before {
    transition: transform 0.3s ease;
  }
  .detail-page-links__link .link-tag {
    display: none;
  }
  .detail-page-links__page-description-mobile {
    display: none;
  }
  .detail-page-links__navigation {
    display: none;
  }
}
.features-new.dark .features-new__title, .features-new.dark .features-new__item-title, .features-new.dark .features-new__item-text {
  color: #000000;
}
.features-new.show-all .features-new__item-wrapper {
  display: block;
}
.features-new__title {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 2rem;
  margin-bottom: 2.4rem;
}
.features-new__item {
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features-new__item-icon {
  margin-bottom: 2.2rem;
}
.features-new__item-icon img {
  width: 4.8rem;
}
.features-new__item-title {
  font-family: "Formular", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.18;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.9rem;
}
.features-new__item-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 992px) {
  .features-new__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    text-align: center;
    color: #ffffff;
    text-transform: unset;
    padding: 0 2rem;
    margin-bottom: 11rem;
    width: calc(100% / 2);
    margin-left: auto;
    margin-right: auto;
  }
  .features-new__item {
    margin-bottom: 4.4rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .features-new__item-icon {
    flex: 0 0 4.8rem;
    margin-bottom: 1.9rem;
    margin-right: 2.2rem;
  }
  .features-new__item-title {
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.9rem;
    flex: 0 0 calc(100% - 7rem);
  }
  .features-new__item-text {
    font-family: "Suisse", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: left;
  }
}
.text-image-multiple {
  background-color: #FFFFFF;
  padding-top: 4.7rem;
  padding-bottom: 5.1rem;
  margin-bottom: 1.5rem;
}
.text-image-multiple__title {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #000000;
  margin-bottom: 1.2rem;
}
.text-image-multiple__description {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: #979797;
  color: #979797;
  margin-bottom: 5rem;
}
.text-image-multiple__block-image {
  margin-bottom: 2.3rem;
}
.text-image-multiple__block-image picture {
  display: flex;
}
.text-image-multiple__block-image picture img {
  width: 100%;
}
.text-image-multiple__block-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 5.1rem;
}

@media (min-width: 992px) {
  .text-image-multiple {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
  .text-image-multiple__title {
    font-family: "Formular", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -1.2px;
    color: #000000;
    margin-bottom: 10rem;
  }
  .text-image-multiple__description {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #979797;
    margin-bottom: 10rem;
  }
  .text-image-multiple__block-text {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 10rem;
  }
  .text-image-multiple__block-image {
    margin-bottom: 10rem;
  }
}
.locations-map {
  position: relative;
  margin-top: 6.7rem;
}
.locations-map__headline-mobile {
  font-family: "Formular", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.locations-map__map-container {
  width: 100%;
  height: calc(70vh - 8.8rem);
  background-color: grey;
}
.locations-map__location-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 10rem));
}
.locations-map__navigation {
  width: max-content;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  background-color: #1a1a1a;
  padding: 1.1rem 1.5rem 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
}
.locations-map__navigation-item {
  font-family: "Suisse", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-right: 2rem;
}
.locations-map__navigation-item span {
  position: relative;
  display: block;
  width: max-content;
}
.locations-map__navigation-item span:before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  display: none;
}
.locations-map__navigation-item:last-child {
  margin-right: 0;
}
.locations-map__navigation-item--title {
  display: none;
}
.locations-map__navigation-item--location {
  cursor: pointer;
}
.locations-map__navigation-item.active span:before {
  display: block;
}

@media (min-width: 992px) {
  .locations-map {
    margin-top: 3rem;
  }
  .locations-map__headline-mobile {
    display: none;
  }
  .locations-map__map-container {
    height: calc(80vh - 8.8rem);
  }
  .locations-map__location-info {
    left: 4rem !important;
    top: 4rem !important;
    transform: none;
  }
  .locations-map__navigation {
    padding: 1.9rem 2.5rem;
    bottom: 3rem;
  }
  .locations-map__navigation-item {
    font-family: "Suisse", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-right: 3rem;
  }
  .locations-map__navigation-item span:before {
    bottom: 0.4rem;
  }
  .locations-map__navigation-item--location:hover span:before {
    display: block;
  }
  .locations-map__navigation-item--title {
    display: block;
  }
}
.map-location-info {
  background-color: #ffd936;
  border-radius: 0.5rem;
  padding: 1.6rem 2rem 1.4rem;
  display: none;
  flex-direction: column;
  min-height: 24rem;
  width: 26rem;
  position: relative;
}
.map-location-info--visible {
  display: flex;
}
.map-location-info__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  cursor: pointer;
}
.map-location-info__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.map-location-info__tag {
  font-family: "Suisse", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.map-location-info__tag:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #000000;
  margin-right: 0.8rem;
}
.map-location-info__lower-tag {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex !important;
  align-items: center;
}
.map-location-info__content {
  margin-top: auto;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #ffffff;
  color: #000000;
}
.map-location-info__content span, .map-location-info__content a {
  display: block;
}
.map-location-info__content-address {
  margin-bottom: 0.8rem;
}
.map-location-info__additional-info {
  margin-top: 0.8rem;
  display: none;
}
.map-location-info__additional-info.visible {
  display: block;
}

@media (min-width: 992px) {
  .map-location-info {
    display: flex;
    min-height: 32rem;
  }
  .map-location-info__close {
    display: none;
  }
}
.quotes {
  background-color: #FFFFFF;
  color: #000000;
  padding: 7rem 0 6rem;
  margin: 0 0 1.5rem;
}
.quotes--collapsed .quotes__quote-wrapper {
  display: none;
}
.quotes--collapsed .quotes__quote-wrapper:nth-child(1), .quotes--collapsed .quotes__quote-wrapper:nth-child(2), .quotes--collapsed .quotes__quote-wrapper:nth-child(3) {
  display: block;
}
.quotes--collapsed .quotes__quote-wrapper:nth-child(3) .quotes__quote {
  border-bottom: none;
}
.quotes--collapsed .quotes__show-more-wrapper {
  display: flex;
}
.quotes__quote-wrapper:last-child .quotes__quote {
  border-bottom: none;
}
.quotes__quote {
  padding: 3rem 0;
  border-bottom: 1px solid #e3e3e3;
}
.quotes__quote-logo {
  margin-bottom: 3rem;
}
.quotes__quote-logo picture img {
  height: 6rem;
}
.quotes__quote-statement {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.quotes__quote-statement strong {
  font-weight: 500;
}
.quotes__quote-link-wrapper {
  margin-bottom: 1.5rem;
}
.quotes__quote-link {
  font-family: "Suisse", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #979797;
}
.quotes__quote-link span {
  margin-left: 0.5rem;
  position: relative;
  top: 0.1rem;
}
.quotes__show-more-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .quotes {
    padding: 7rem 0 3rem;
    position: relative;
    top: -1.5rem;
    margin: 0;
  }
  .quotes__swiper-wrapper {
    position: relative;
  }
  .quotes__swiper-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5rem;
    width: 1rem;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 10;
  }
  .quotes__swiper-wrapper .swiper-container, .quotes__swiper-wrapper .swiper-slide {
    height: auto;
  }
  .quotes__swiper-navigation-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
  }
  .quotes__swiper-navigation-item {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #f5f6fa;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .quotes__swiper-navigation-item--prev {
    margin-right: 1.5rem;
  }
  .quotes__swiper-navigation-item--prev span {
    transform: rotate(180deg);
  }
  .quotes__quote {
    padding: 3rem 3rem 1.5rem;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .quotes__quote:hover .quotes__quote-link {
    color: #979797;
    top: 0;
  }
  .quotes__quote-link-wrapper {
    margin-top: auto;
    margin-bottom: 0;
  }
  .quotes__show-more-wrapper {
    display: none;
  }
  .quotes__quote-link {
    font-family: "Suisse", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: 0.5px;
    color: #979797;
    color: #FFFFFF;
    transition: 0.3s ease;
    position: relative;
    top: 1.5rem;
  }
}
.industries-banner {
  background-color: #ffd936;
}
.industries-banner__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.industries-banner__list-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 0.1rem solid #000000;
}
.industries-banner__list-item:last-child {
  border-bottom: none;
}
.industries-banner__list-item-icon {
  margin-right: 0.8rem;
}
.industries-banner__list-item-icon picture {
  display: flex;
}
.industries-banner__list-item-icon picture img {
  width: 3.2rem;
}
.industries-banner__list-item-title {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-align: left;
  color: #000000;
  margin-right: 0.8rem;
}
.industries-banner__list-item-link-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #000000;
  position: relative;
  top: 0.1rem;
}

@media (min-width: 992px) {
  .industries-banner {
    padding: 1.4rem;
  }
  .industries-banner__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .industries-banner__list-item {
    margin-right: 5rem;
    padding: 0;
    border-bottom: none;
  }
  .industries-banner__list-item:last-child {
    margin-right: 0;
  }
  .industries-banner__list-item-link-icon {
    top: 0;
  }
}
.industries-overview {
  margin-top: 4.9rem;
}
.industries-overview__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.38px;
  text-align: left;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.industries-overview__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #979797;
  margin-bottom: 5rem;
}
.industries-overview__box {
  height: 100%;
  padding-bottom: 6rem;
}
.industries-overview__industry {
  display: flex;
  flex-direction: column;
  background-color: #f5f6fa;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.industries-overview__industry-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.industries-overview__industry-image-sizer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.industries-overview__industry-image-sizer picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.industries-overview__industry-image-sizer picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industries-overview__industry-content {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 2.2rem;
}
.industries-overview__industry-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.7rem;
}
.industries-overview__industry-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  text-align: left;
  color: #000000;
  padding-right: 1.5rem;
  margin: 0;
}
.industries-overview__industry-icon {
  flex: 0 0 4.8rem;
}
.industries-overview__industry-icon picture {
  display: flex;
}
.industries-overview__industry-icon picture img {
  width: 4.8rem;
}
.industries-overview__industry-description {
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #000000;
  display: -webkit-box;
  margin-top: auto;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2rem;
}
.industries-overview__industry-read-more {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
.industries-overview__last-box {
  height: 100%;
}
.industries-overview__last-box .industries-contact-box {
  height: 100%;
}

@media (min-width: 992px) {
  .industries-overview {
    margin-top: 9rem;
    margin-bottom: 4rem;
  }
  .industries-overview__title {
    font-family: "Formular", sans-serif;
    font-size: 5.2rem;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.52px;
    text-align: left;
    color: #000000;
    margin-bottom: 9.1rem;
  }
  .industries-overview__description {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    text-align: left;
    color: #979797;
    margin-bottom: 9.1rem;
  }
  .industries-overview__industry {
    transform: translateZ(0);
  }
  .industries-overview__industry:hover .industries-overview__industry-description {
    transform: translateY(-3rem);
  }
  .industries-overview__industry:hover .industries-overview__industry-image img {
    transform: scale(1.05);
  }
  .industries-overview__industry:hover .industries-overview__industry-read-more {
    opacity: 1;
  }
  .industries-overview__industry-content {
    padding: 1.4rem 1.5rem 3rem;
  }
  .industries-overview__industry-title-wrapper {
    margin-bottom: 7.4rem;
  }
  .industries-overview__industry-description {
    transition: transform 0.3s ease;
    margin-bottom: 0;
  }
  .industries-overview__industry-read-more {
    position: absolute;
    bottom: 3rem;
    left: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.27;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
  }
  .industries-overview__industry-image-sizer picture img {
    transition: transform 0.3s ease;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.industries-contact-box {
  padding: 1.8rem 1rem 2.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffd936;
  border-radius: 0.5rem;
  overflow: hidden;
}
.industries-contact-box--single {
  background-color: #f5f6fa;
}
.industries-contact-box--single .industries-contact-box__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  text-align: left;
  color: #000000;
}
.industries-contact-box--single .industries-contact-box__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #000000;
}
.industries-contact-box__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
.industries-contact-box__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  text-align: left;
  color: #000000;
  padding-right: 1.1rem;
}
.industries-contact-box__icon {
  flex: 0 0 4.8rem;
}
.industries-contact-box__icon picture {
  display: flex;
}
.industries-contact-box__icon picture img {
  width: 4.8rem;
}
.industries-contact-box__description {
  margin-top: auto;
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #000000;
  margin-bottom: 1.5rem;
}
.industries-contact-box__link {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .industries-contact-box {
    padding: 1.4rem 1.5rem 3.7rem;
    min-height: 30rem;
  }
  .industries-contact-box:hover .industries-contact-box__description {
    transform: translateY(-3rem);
  }
  .industries-contact-box:hover .industries-contact-box__link {
    opacity: 1;
  }
  .industries-contact-box--single {
    transition: background-color 0.3s ease;
  }
  .industries-contact-box--single:hover {
    background-color: #EEEFF6;
  }
  .industries-contact-box--single .industries-contact-box__title {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
    text-align: left;
    color: #000000;
  }
  .industries-contact-box--single .industries-contact-box__description {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
    text-align: left;
    color: #000000;
  }
  .industries-contact-box--single .industries-contact-box__title-wrapper {
    margin-bottom: 6rem;
  }
  .industries-contact-box__title-wrapper {
    margin-bottom: 3.7rem;
  }
  .industries-contact-box__description {
    transition: transform 0.3s ease;
    margin-bottom: 0;
  }
  .industries-contact-box__link {
    position: absolute;
    bottom: 3.7rem;
    left: 1.5rem;
    font-family: "Suisse", sans-serif;
    font-size: 1.2rem;
    line-height: 1.27;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.box-slider {
  margin-bottom: 2rem;
}
.box-slider__images-slider {
  width: 100%;
  margin-bottom: 2rem;
}
.box-slider__images-slider-sizer {
  position: relative;
  width: 100%;
  padding-bottom: 123%;
}
.box-slider__images-slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.box-slider__images-slider-content .swiper-container {
  height: 100%;
}
.box-slider__images-slider-content .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.box-slider__images-slider-content .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.box-slider__slider-image {
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.box-slider__slider-image picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.box-slider__slider-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  clip-path: unset;
}
.box-slider__images-slider-progress {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  width: calc(100% - 2rem);
  display: flex;
  z-index: 20;
}
.box-slider__images-slider-progress-line {
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.25);
  flex: 1 1 auto;
  margin-right: 2rem;
}
.box-slider__images-slider-progress-line:last-child {
  margin-right: 0;
}
.box-slider__images-slider-progress-line-inner {
  height: 100%;
  width: 0;
  background-color: #ffffff;
}
.box-slider__content-box {
  width: 100%;
  height: 100%;
  background-color: #ffd936;
  padding: 2.3rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-slider__content-box-logo {
  margin-bottom: 13.4rem;
}
.box-slider__content-box-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
}
.box-slider__content-box-text.short {
  max-height: 20rem;
  overflow: hidden;
}
.box-slider__content-box-mobile-read-more {
  display: none;
  margin-top: 1.8rem;
}
.box-slider__content-box-mobile-read-more.visible {
  display: flex;
}
.box-slider__content-box-mobile-read-more-label {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  margin-right: 1rem;
}
.box-slider__content-box-mobile-read-more-icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f3c602;
  border-radius: 100%;
  transition: transform 0.3s ease;
}
.box-slider__content-box-mobile-read-more-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 0.1rem;
  transform: translate(-50%, -50%);
  background-color: #000000;
}
.box-slider__content-box-mobile-read-more-icon span:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media (min-width: 992px) {
  .box-slider {
    margin-bottom: 12rem;
  }
  .box-slider__images-slider {
    margin-bottom: 0;
  }
  .box-slider__images-slider-sizer {
    padding-bottom: 100%;
  }
  .box-slider__images-slider-progress {
    top: 1.6rem;
    left: 2rem;
    width: calc(100% - 4rem);
  }
  .box-slider__content-box {
    padding: 2.3rem 4rem 3.3rem;
  }
  .box-slider__content-box-logo {
    margin-bottom: 0;
  }
  .box-slider__slider-image picture img {
    border-radius: 0;
  }
  .box-slider__content-box-mobile-read-more {
    display: none;
  }
}
._icon-boxes {
  margin-bottom: 4rem;
}
._icon-boxes__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.54px;
  margin-bottom: 4.2rem;
}
._icon-boxes__slider-wrapper .swiper-container {
  padding: 0 1rem;
}
._icon-boxes__slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: max-content;
  box-sizing: border-box;
}
._icon-boxes__box {
  width: 90vw;
}
._icon-boxes__box-sizer {
  position: relative;
  padding-bottom: 140%;
}
._icon-boxes__box-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd936;
  padding: 1.3rem 2rem 2rem;
  border-radius: 0.5rem;
}
._icon-boxes__box-content.opened ._icon-boxes__box-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
._icon-boxes__box-content.opened ._icon-boxes__box-icon {
  opacity: 0;
  pointer-events: none;
}
._icon-boxes__box-content.opened ._icon-boxes__box-switch-icon {
  transform: rotate(45deg);
}
._icon-boxes__box-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  margin-bottom: 3.8rem;
}
._icon-boxes__box-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(3rem);
  pointer-events: none;
}
._icon-boxes__box-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._icon-boxes__box-text ul li {
  padding: 1rem 0;
  border-top: 0.1rem solid #000000;
}
._icon-boxes__box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8rem);
  transition: opacity 0.3s ease;
}
._icon-boxes__box-icon picture {
  display: flex;
  align-items: center;
}
._icon-boxes__box-icon picture img {
  width: 100%;
}
._icon-boxes__box-switch-icon {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: #f3c602;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
._icon-boxes__box-switch-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: 0.1rem;
  transform: translate(-50%, -50%);
  background-color: #000000;
}
._icon-boxes__box-switch-icon span:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}
._icon-boxes__nav {
  display: none;
}

@media (min-width: 992px) {
  ._icon-boxes {
    margin-bottom: 6rem;
  }
  ._icon-boxes__title {
    font-family: "Formular", sans-serif;
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.38px;
    margin-bottom: 4.8rem;
  }
  ._icon-boxes__box {
    width: 22vw;
  }
  ._icon-boxes__box-text {
    font-size: 1.6rem;
  }
  ._icon-boxes__box-sizer {
    padding-bottom: 120%;
  }
  ._icon-boxes__slider-wrapper .swiper-container {
    padding: 0 4rem;
  }
  ._icon-boxes__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  ._icon-boxes__nav-icon {
    margin-right: 1.5rem;
    cursor: pointer;
  }
  ._icon-boxes__nav-icon:last-child {
    margin-right: 0;
  }
  ._icon-boxes__nav-icon img {
    width: 5rem;
  }
}
@media (min-width: 1400px) {
  ._icon-boxes__box-text {
    font-size: 1.8rem;
  }
}
.overlay-image {
  position: relative;
  margin-bottom: 8rem;
}
.overlay-image.opened .overlay-image__overlay-text, .overlay-image.opened .overlay-image__overlay-sources {
  display: block;
}
.overlay-image.opened .overlay-image__read-more {
  display: none;
}
.overlay-image__container {
  position: relative;
}
.overlay-image__image {
  position: relative;
  width: 100%;
}
.overlay-image__image picture {
  display: flex;
}
.overlay-image__image picture img {
  width: 100%;
  height: 42.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
  clip-path: none;
}
.overlay-image__preview-content {
  display: none;
}
.overlay-image__read-more {
  display: flex;
}
.overlay-image__read-more-label {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  margin-right: 1rem;
}
.overlay-image__read-more-icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f3c602;
  border-radius: 100%;
  transition: transform 0.3s ease;
}
.overlay-image__read-more-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 0.1rem;
  transform: translate(-50%, -50%);
  background-color: #000000;
}
.overlay-image__read-more-icon span:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.overlay-image__overlay {
  width: 100%;
  padding: 0 1rem;
  margin-top: 2.3rem;
  border-radius: 0.5rem;
}
.overlay-image__overlay-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  margin-bottom: 1.6rem;
}
.overlay-image__overlay-text {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  margin-bottom: 2rem;
  display: none;
}
.overlay-image__overlay-sources {
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  display: none;
}
.overlay-image__overlay-sources strong {
  font-family: "Suisse", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}
.overlay-image__overlay-sources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.overlay-image__overlay-sources ul li {
  padding: 1rem 0;
  border-top: 0.1rem solid #000000;
}
.overlay-image__close-icon {
  display: none;
}

@media (min-width: 992px) {
  .overlay-image {
    margin-bottom: 6rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .overlay-image.opened .overlay-image__overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .overlay-image__preview-content {
    margin-top: 2.3rem;
    padding: 0 2rem;
  }
  .overlay-image__title {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin-bottom: 1.6rem;
  }
  .overlay-image__read-more {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: max-content;
  }
  .overlay-image__image {
    border-radius: 0;
  }
  .overlay-image__image picture img {
    height: auto;
    object-fit: initial;
  }
  .overlay-image__preview-content {
    position: absolute;
    left: 4rem;
    top: 3.3rem;
    width: 33%;
    display: block;
  }
  .overlay-image__title {
    font-family: "Suisse", sans-serif;
    font-size: 3.2rem;
    line-height: 4.4rem;
    letter-spacing: 0.64px;
    color: #ffffff;
    margin-bottom: 1.3rem;
  }
  .overlay-image__read-more-label {
    color: #ffffff;
  }
  .overlay-image__read-more-icon {
    width: 3rem;
    height: 3rem;
  }
  .overlay-image__read-more-icon span {
    width: 1.5rem;
  }
  .overlay-image__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffd936;
    padding: 3.3rem 4rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    margin-top: 0;
  }
  .overlay-image__overlay-title {
    font-family: "Suisse", sans-serif;
    font-size: 3.2rem;
    line-height: 4.4rem;
    letter-spacing: 0.64px;
    margin-bottom: 3.6rem;
  }
  .overlay-image__overlay-text {
    margin-bottom: 6rem;
  }
  .overlay-image__close-icon {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    background-color: #f3c602;
    border-radius: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
  }
  .overlay-image__close-icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    height: 0.1rem;
    transform: translate(-50%, -50%);
    background-color: #000000;
  }
  .overlay-image__close-icon span:last-child {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.inline-video {
  margin-bottom: 4rem;
}
.inline-video__video video {
  width: 100%;
}
.inline-video__video-caption {
  margin-top: 1rem;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  color: #979797;
}
.inline-video__text {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  margin-top: 2.8rem;
}

@media (min-width: 992px) {
  .inline-video {
    margin-bottom: 8.8rem;
  }
  .inline-video__text {
    font-family: "Suisse", sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.54px;
    text-align: center;
    margin-top: 5rem;
  }
}
.poi-facts {
  margin-bottom: 3rem;
}
.poi-facts__container {
  background-color: #ffffff;
  padding: 4rem 0 2rem;
  border-radius: 0.5rem;
}
.poi-facts__left {
  padding: 0 1rem;
  margin-top: 3.3rem;
}
.poi-facts__title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  margin-bottom: 2.6rem;
}
.poi-facts__subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #979797;
  margin-bottom: 3.3rem;
}
.poi-facts__subtitle br {
  display: none;
}
.poi-facts__facts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.poi-facts__facts li {
  display: flex;
  font-family: "Suisse", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  padding: 1.5rem 0.8rem;
  border-top: 0.1rem solid #000000;
}
.poi-facts__facts li img {
  width: 2.5rem;
  height: max-content;
  margin-right: 2rem;
}
.poi-facts__image {
  position: relative;
}
.poi-facts__image picture {
  display: flex;
  width: 100%;
}
.poi-facts__image picture img {
  width: 100%;
  border-radius: 0.5rem;
}
.poi-facts__image-poi {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.poi-facts__image-poi.opened {
  z-index: 20;
}
.poi-facts__image-poi.opened .poi-facts__image-poi-text {
  opacity: 1;
  pointer-events: auto;
}
.poi-facts__image-poi-circle {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #ffd936;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.poi-facts__image-poi-text {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 1rem);
  width: 32.7rem;
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #ffd936;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.poi-facts__mobile-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32.7rem;
  max-width: 90vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #ffd936;
  font-family: "Suisse", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.14px;
  z-index: 12;
}
.poi-facts__mobile-text.visible {
  opacity: 1;
  pointer-events: auto;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, 1rem) scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@media (min-width: 992px) {
  .poi-facts {
    margin-bottom: 11rem;
  }
  .poi-facts__container {
    padding: 7rem 0;
  }
  .poi-facts__left {
    padding-left: 4rem;
    padding-right: 0;
    margin-top: 0;
  }
  .poi-facts__title {
    font-family: "Suisse", sans-serif;
    font-size: 3.2rem;
    line-height: 4.4rem;
    letter-spacing: 0.64px;
    margin-bottom: 2.3rem;
  }
  .poi-facts__subtitle {
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
  }
  .poi-facts__subtitle br {
    display: initial;
  }
  .poi-facts__facts li {
    align-items: center;
    font-family: "Suisse", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.18px;
    padding: 2.2rem 0.4rem;
  }
  .poi-facts__facts li img {
    width: 3rem;
    margin-right: 1.5rem;
  }
  .poi-facts__mobile-text {
    display: none !important;
  }
}
.use-cases {
  margin-bottom: 8rem;
}
.use-cases__headline {
  font-family: "Suisse", sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.54px;
  margin-bottom: 4.8rem;
  margin-top: 0;
  padding: 0 1rem;
}
.use-cases__items .swiper-container {
  padding: 0 1rem;
}
.use-cases__items .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.use-cases__item {
  overflow: hidden;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 1.8rem 1.2rem 3rem;
  position: relative;
  box-sizing: border-box;
}
.use-cases__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #ffd936;
}
.use-cases__item-title {
  font-family: "Suisse", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.44px;
  color: #000000;
  margin-bottom: 8.4rem;
}
.use-cases__item-image {
  width: 100%;
}
.use-cases__item-image picture {
  display: flex;
}
.use-cases__item-image picture img {
  width: 100%;
}
.use-cases__mobile-progress {
  display: flex;
  padding: 0 4rem;
  margin-top: 4rem;
}
.use-cases__mobile-progress-line {
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.25);
  flex: 1 1 auto;
  margin-right: 1rem;
}
.use-cases__mobile-progress-line:last-child {
  margin-right: 0;
}
.use-cases__mobile-progress-line.active {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .use-cases {
    margin-bottom: 14rem;
  }
  .use-cases__desktop-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4rem;
    margin-bottom: -2rem;
  }
  .use-cases__item-wrapper {
    flex: 0 0 calc(25% - 6rem / 4);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .use-cases__item-wrapper:nth-child(4n) {
    margin-right: 0;
  }
  .use-cases__item {
    padding: 1.8rem 2rem 4rem;
  }
  .use-cases__mobile-progress-line {
    display: none;
  }
}
.resource-headline__title {
  font-family: "Formular", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: -0.38px;
  margin: 0 0 1.4rem;
}
.resource-headline__description {
  font-family: "Suisse", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.18px;
  color: #979797;
}

@media (min-width: 768px) {
  .resource-headline__title {
    font-family: "Formular", sans-serif;
    font-size: 5.2rem;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.52px;
    margin-bottom: 0;
  }
  .resource-headline__description {
    font-family: "Suisse", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.44px;
  }
}
/*! purgecss end ignore */
