@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;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct box sizing in Firefox.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

/**
 * 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 and Firefox.
 */
details {
  display: block;
}

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

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

:root {
  --max-body-width: 1920px;
  --max-container-width: 1310px;
  --max-content-width: 1268px;
  --font-sans: "Helvetica Neue", Arial, sans-serif;
  --font-condensed: "Helvetica Neue Condensed", "Arial Narrow", Arial, sans-serif;
  --color-primary: #ECA936;
  --color-secondary: #FFFFFF;
  --color-text: #3F3F3F;
  --color-text-light: #F7F7F7;
  --color-bg: #FFFFFF;
  --color-bg-light: #F7F7F7;
  --color-bg-dark: #3F3F3F;
  --color-border: #3F3F3F;
  --section-spacing: 5rem;
  --container-width: 79.25rem;
  --button-color: #3F3F3F;
  --button-bg-color: #ECA936;
  --button-bg-color-hover: #D59424;
  --footer-font-color: #FFFFFF;
  --footer-bg-color: #3F3F3F;
  --form-placeholder-color: #3F3F3F;
  --form-border-color: #C9C9C9;
  --font-size-lg: 1rem;
  --font-size-xl: 1.125rem;
  --spacing-3xs: 12px;
  --spacing-2xs: 16px;
  --spacing-xs: 20px;
  --spacing-sm: 24px;
  --spacing-md: 32px;
  --spacing-lg: 24px;
  --spacing-xl: 26px;
  --spacing-2xl: 26px;
  --spacing-4xl: 36px;
  --spacing-6xl: 40px;
  --radius-lg: 10px;
  --radius-xl: 20px;
  --hsf-background__background-color: #fff;
}
@media screen and (min-width: 1024px) {
  :root {
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.375rem;
    --spacing-lg: 44px;
    --spacing-xl: 48px;
    --spacing-2xl: 52px;
    --spacing-4xl: 72px;
    --spacing-6xl: 100px;
    --radius-lg: 20px;
    --radius-xl: 40px;
  }
}
:root {
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #ECA936;
  --swiper-bullet-color-active: #ECA936;
  --swiper-pagination-color: #ECA936;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 36px;
  --swiper-pagination-bullet-width: 36px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #3F3F3F;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

.bg-light-grey {
  background-color: var(--color-bg-light);
}

.bg-white {
  background-color: var(--color-bg);
}

.pipe {
  color: var(--button-bg-color);
}

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

body #CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount {
  color: white;
}
body #CybotCookiebotDialog .CybotExternalLinkArrow {
  width: auto;
}
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: var(--color-text);
}

:root {
  --icon-arrow-forward: url('../images/icons/arrow-forward.svg');
  --icon-arrow-forward-hover: url('../images/icons/arrow-forward-hover.svg');
  --icon-arrow-dark: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3e%3cpath%20d='M7.16177%205.29412H0V4.11765H7.16177L3.86765%200.82353L4.70588%200L9.41177%204.70588L4.70588%209.41177L3.86765%208.58824L7.16177%205.29412Z'%20fill='%23373737'/%3e%3c/svg%3e");
  --icon-phone: url('../images/icons/phone.svg');
}

.phone-icon {
  position: relative;
  text-decoration: none;
  padding-left: 57px;
  font-weight: 700;
  color: inherit;
  line-height: 48px;
  padding-top: 2px;
  margin-bottom: 0;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .phone-icon {
    font-size: 36px;
  }
}
.phone-icon:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 10px;
  background: var(--color-bg-dark) var(--icon-phone) center no-repeat;
  background-size: 30px 30px;
}
.bg-dark .phone-icon:before {
  background-color: var(--button-bg-color);
}
.phone-icon:hover {
  color: var(--button-bg-color-hover);
}
.phone-icon:hover:before {
  background-color: var(--button-bg-color-hover);
}

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */
body {
  line-height: 1.4;
  color: var(--color-text);
  overflow-wrap: break-word;
  font-family: var(--font-sans, sans-serif);
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */
html[lang^=ja] body,
html[lang^=zh] body,
html[lang^=ko] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */
a {
  cursor: pointer;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--font-condensed, sans-serif);
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  hyphens: auto;
}
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
  font-weight: 700;
  text-transform: uppercase;
}
h1 > p, .h1 > p,
h2 > p, .h2 > p,
h3 > p, .h3 > p,
h4 > p, .h4 > p,
h5 > p, .h5 > p,
h6 > p, .h6 > p {
  margin: 0;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.14;
}
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}

h2,
.h2 {
  font-size: 2.5rem;
  line-height: 1.14;
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 3.125rem;
  }
}

h3,
.h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 2.75rem;
  }
}

h4,
.h4 {
  font-size: 1.375rem;
}
@media screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5,
.text-xl,
.reference-band__label {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  h5,
  .h5,
  .text-xl,
  .reference-band__label {
    font-size: 1.375rem;
  }
}

h6,
.h6,
.text-lg {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  h6,
  .h6,
  .text-lg {
    font-size: 1.375rem;
  }
}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}

.text a,
.CookieDeclaration a,
.module-section a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--button-bg-color);
}
.text a:hover, .text a:active, .text a:focus,
.CookieDeclaration a:hover,
.CookieDeclaration a:active,
.CookieDeclaration a:focus,
.module-section a:hover,
.module-section a:active,
.module-section a:focus {
  color: var(--button-bg-color);
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  text-decoration: none;
  font-weight: 700;
  white-space: normal;
  color: var(--button-color);
  background-color: var(--button-bg-color);
  border: solid 1px var(--button-bg-color);
  padding: 14px var(--spacing-xl);
}
button:hover, button:focus, button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  background-color: var(--button-bg-color-hover);
}
button.secondary, button--secondary,
.button.secondary,
.button--secondary,
.hs-button.secondary,
.hs-button--secondary {
  background-color: var(--color-secondary);
}
button.dark, button--dark,
.button.dark,
.button--dark,
.hs-button.dark,
.hs-button--dark {
  background-color: var(--color-bg-dark);
  border-color: var(--color-bg-dark);
  color: var(--color-text-light);
}
button.dark:hover, button.dark:focus, button.dark:active, button--dark:hover, button--dark:focus, button--dark:active,
.button.dark:hover,
.button.dark:focus,
.button.dark:active,
.button--dark:hover,
.button--dark:focus,
.button--dark:active,
.hs-button.dark:hover,
.hs-button.dark:focus,
.hs-button.dark:active,
.hs-button--dark:hover,
.hs-button--dark:focus,
.hs-button--dark:active {
  background-color: var(--button-bg-color-hover);
  border-color: var(--button-bg-color-hover);
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.button-area {
  display: flex;
  gap: 24px;
  margin-top: auto;
}
.centered > .button-area {
  justify-content: center;
}

.button--text-link {
  position: relative;
  color: inherit;
  padding: 4px 40px 3px 0;
  background-color: transparent;
  border-width: 0 0 2px;
}
.button--text-link:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 0;
  background: var(--icon-arrow-forward) 0 0 no-repeat;
  background-size: contain;
}
.button--text-link:hover, .button--text-link:active, .button--text-link:focus {
  background-color: transparent;
  border-color: var(--button-bg-color-hover);
}
.button--text-link:hover:after, .button--text-link:active:after, .button--text-link:focus:after {
  background-image: var(--icon-arrow-forward-hover);
}

.text-link {
  position: relative;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 40px 3px 0;
  display: inline-block;
  background-color: inherit;
  border-bottom: solid 2px var(--button-bg-color);
}

.text-link:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 0;
  background: var(--icon-arrow) 0 0 no-repeat;
  background-size: contain;
}

.text-link:hover,
.text-link:active,
.text-link:focus {
  border-color: var(--color-primary-hover);
}

.text-link:hover:after,
.text-link:active:after,
.text-link:focus:after {
  background-image: var(--icon-arrow-hover);
}

/* Fields */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: var(--form-placeholder-color);
}

:root {
  --hsf-field-input__border-color: #CDCDCD;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */
form legend {
  font-size: 0.875rem;
}

/* Inputs */
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-size: 1rem;
}
/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */
td,
th {
  vertical-align: top;
}

/* Table header */
thead th {
  vertical-align: bottom;
}

/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .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-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

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

.slider-holder {
  position: relative;
}

.swiper-bt-prev,
.swiper-bt-next {
  margin-top: -40px;
  top: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
  height: 40px;
  width: 40px;
  background: var(--button-bg-color);
}
.swiper-bt-prev:hover,
.swiper-bt-next:hover {
  background: var(--button-bg-color-hover);
}
.swiper-bt-prev:after,
.swiper-bt-next:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 10px;
  height: 10px;
  background: var(--icon-arrow-dark) 0 0 no-repeat;
  background-size: contain;
}

.swiper-bt-prev:after {
  transform: rotate(180deg);
}

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

.swiper-pagination {
  left: 0;
  top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
}

/* CSS variables */
:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

.body-wrapper {
  max-width: var(--max-body-width);
  margin-inline: auto;
}

.body-container-wrapper {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-top: 168px;
}
@media screen and (max-width: 1023px) {
  .body-container-wrapper {
    padding-top: 80px;
  }
}

/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12 {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */
@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * 11 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * 10 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * 9 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * 8 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * 7 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * 6 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * 5 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * 4 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * 3 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * 2 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * 1 * var(--column-width-multiplier) / 100);
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* Header DND sections */
.header .dnd-section {
  padding: 0;
}

/* Header container */
.header {
  max-width: var(--max-body-width);
  margin-inline: auto;
  position: fixed;
  z-index: 12;
  width: 100%;
  background-color: #fff;
}
.header__container {
  max-width: var(--max-container-width);
  margin-inline: auto;
  padding: 0 24px;
  height: 114px;
}
@media screen and (max-width: 1023px) {
  .header__container {
    flex-direction: row;
    display: flex;
    height: 80px;
  }
}
.header__column {
  position: relative;
}

.header {
  /* Navigation skipper */
}
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:hover, .header__skip:focus, .header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
.header {
  /* Logo */
}
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 100%;
    max-width: 150px;
    padding: 10px 0;
  }
}
.header__logo img {
  max-width: 100%;
}
.header__navigation {
  display: block;
  background-color: var(--color-bg-light);
}
@media screen and (min-width: 1024px) {
  .header__navigation {
    display: flex;
    justify-content: space-around;
  }
}

.kl-navbar__mobile {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .kl-navbar__mobile {
    display: none;
  }
}

.navbar__content {
  background-color: var(--color-bg-light);
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .navbar__content {
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    left: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .navbar__content.navbar--active {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

/* Search bar */
.header__search {
  padding: 0 1rem;
  width: auto;
}

.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .header__search label {
    margin: 0 1rem 0 0;
  }
  .header__search .hs-search-field__input {
    width: auto;
  }
}
@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}
/* Language switcher */
.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }
  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }
  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }
  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }
  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
  .header__language-switcher .hs-language-switcher__menu {
    display: block;
    box-shadow: none !important;
    background: transparent;
  }
  .header__language-switcher .hs-language-switcher__menu a {
    font-size: 20px !important;
  }
  .header__language-switcher .hs-language-switcher__button {
    display: none;
  }
}
/* Mobile toggles */
@media (max-width: 767px) {
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__navigation--toggle:after {
    content: "Menu";
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__language-switcher--toggle:after {
    content: "Language";
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__search--toggle:after {
    content: "Search";
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  color: var(--footer-font-color);
  background-color: var(--footer-bg-color);
  --hsf-background__background-color: var(--color-bg-light);
}
.footer-logo__logo {
  display: inline-block;
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.footer a {
  color: var(--footer-font-color);
  text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
  text-decoration: underline;
}
.footer__top {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(3, auto);
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
  }
}
.footer .menu {
  list-style: none;
  padding: 0;
}
.footer-navs {
  display: flex;
  flex-direction: row;
  gap: 12%;
  justify-content: center;
}
.footer-navs ul {
  flex-direction: column;
}
.footer-address {
  text-align: center;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (min-width: 768px) {
  .footer-address {
    text-align: left;
  }
}
.footer .form-title {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

footer .footer-address {
  grid-column: 1;
  grid-row: 1;
}

footer .footer-logo {
  margin-bottom: 36px;
}

footer .footer-navs .headline {
  font-weight: 700;
  margin-bottom: 8px;
}

footer .newsletter {
  grid-column: 1;
  grid-row: 3;
  margin-inline: auto;
}

footer .get-newsletter {
  max-width: 300px;
  background: #fff;
  color: var(--color-text);
  padding: 26px 30px;
}

footer .get-newsletter .headline {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.375rem;
}

.footer .get-newsletter .hs-email label {
  display: none;
}

footer .get-newsletter button {
  width: 100%;
  cursor: pointer;
}

footer .get-newsletter input {
  width: 100%;
  padding: 12px 8px;
  margin-bottom: 12px;
}

footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: solid 1px #fff;
}

footer .footer-copyright {
  width: 100%;
}

footer .footer-meta {
  width: 100%;
}

footer .footer-meta ul {
  width: 100%;
}

@media (min-width: 640px) {
  footer .newsletter {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  footer .footer-bottom {
    margin-top: 36px;
  }
  footer .footer-copyright {
    order: 1;
  }
  footer .footer-meta {
    order: 2;
  }
  footer .footer-meta ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 32px;
  }
}
@media (min-width: 864px) {
  footer .newsletter {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }
  footer .footer-bottom {
    margin-top: 72px;
    border-top: solid 1px #fff;
    justify-content: space-between;
  }
  footer .footer-copyright {
    width: auto;
  }
  footer .footer-meta {
    width: auto;
  }
}
@media (min-width: 1024px) {
  footer .footer-navs .headline {
    margin-bottom: 24px;
  }
  footer .newsletter {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }
}
section[id] {
  scroll-margin-top: 168px;
}

.section--container {
  max-width: var(--max-container-width);
  padding: var(--spacing-2xl, 24px) 24px;
  margin-inline: auto;
}
.section--container.pb-0 {
  padding-bottom: 0;
}
.section--max {
  margin-inline: auto;
}
.section--max .inner {
  max-width: var(--max-container-width);
  padding: var(--spacing-2xl, 24px) 24px;
  margin-inline: auto;
}
.section--max.pb-0 .inner {
  padding-bottom: 0;
}
.section .inner.small {
  max-width: 838px;
}

.navbar__wrapper {
  display: flex;
  justify-content: center;
  gap: 21px;
  list-style: none;
  margin: 0;
  padding: 5px 20px;
}
@media screen and (max-width: 1023px) {
  .navbar__wrapper {
    display: block;
    padding: 0;
  }
}
.navbar__item {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .navbar__item {
    border-bottom: 1px solid #d8dee7;
  }
}
@media screen and (min-width: 1024px) {
  .navbar__item--depth-1 {
    position: static;
  }
}
.navbar__item--open > .navbar__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .navbar__item--open > .navbar__submenu {
    max-height: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar__item:hover > .navbar__submenu, .navbar__item:focus-within > .navbar__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.navbar__item--has-submenu > .navbar__link {
  padding-right: 37px;
}
.navbar__item--has-submenu > .navbar__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  width: 9px;
  height: 9px;
  border-left: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .navbar__item--has-submenu > .navbar__row > .navbar__link::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--button-bg-color);
    border-bottom: 2px solid var(--button-bg-color);
    transform: rotate(45deg) translateY(-2px);
  }
}
.navbar__row {
  display: flex;
  align-items: center;
}
.navbar__link {
  position: relative;
  display: block;
  padding: 10px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s linear;
}
.navbar__link:hover, .navbar__link:focus, .navbar__link:active, .navbar__link--active-link, .navbar__link--active-branch {
  border-bottom-color: var(--color-primary);
}
.navbar__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background-color: var(--color-bg);
  border: 1px solid #d8dee7;
  box-shadow: 0 10px 28px rgba(19, 43, 70, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, max-height 0.25s ease;
}
.navbar__submenu .navbar__item {
  width: 100%;
}
.navbar__submenu .navbar__link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .navbar__submenu .navbar__link {
    padding: 0 24px 0 0;
  }
  .navbar__submenu .navbar__link:hover {
    border-bottom: 2px solid var(--button-bg-color-hover);
  }
}
.navbar__submenu .navbar__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  background: var(--icon-arrow-forward) center/contain no-repeat;
  transform: translateY(-50%);
}
.navbar__submenu .navbar__submenu {
  top: -9px;
  left: 100%;
}
@media screen and (max-width: 1023px) {
  .navbar__submenu {
    position: static;
    max-height: 0;
    min-width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    transform: none;
  }
}
.navbar {
  /*
   * Desktop Mega Menu
   * First submenu level is full-width and fills 3 rows per column.
   */
}
@media screen and (min-width: 1024px) {
  .navbar__item--depth-1 > .navbar__submenu--level-2 {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 10px 36px;
    margin: 0;
    padding: 24px calc(50% - 302px) 80px;
    background-color: var(--color-bg-light);
    border: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 100;
  }
  .navbar__item--depth-1:hover > .navbar__link, .navbar__item--depth-1:focus-within > .navbar__link, .navbar__item--depth-1.navbar__item--open > .navbar__link {
    border-bottom-color: var(--color-primary);
  }
  .navbar__item--depth-1:hover > .navbar__submenu--level-2, .navbar__item--depth-1:focus-within > .navbar__submenu--level-2, .navbar__item--depth-1.navbar__item--open > .navbar__submenu--level-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    justify-content: start;
  }
  .navbar__item--depth-1 > .navbar__submenu--level-2 .navbar__item {
    width: auto;
  }
  .navbar__item--depth-1 > .navbar__submenu--level-2 .navbar__link::after {
    right: 0;
  }
  .navbar__item--depth-1 > .navbar__submenu--level-2 .navbar__submenu {
    position: static;
    display: none;
  }
}
.navbar__child-toggle {
  display: none;
}
.navbar__child-toggle-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-left: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}
.navbar__child-toggle--open .navbar__child-toggle-icon {
  transform: rotate(135deg);
}
@media screen and (max-width: 1023px) {
  .navbar__link, .navbar__item--has-submenu > .navbar__link {
    padding: 14px 48px 14px 24px;
  }
  .navbar__child-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .navbar__submenu .navbar__link, .navbar__submenu .navbar__item--has-submenu > .navbar__link {
    padding-inline: 36px;
  }
  .navbar__submenu .navbar__submenu .navbar__link, .navbar__submenu .navbar__submenu .navbar__item--has-submenu > .navbar__link {
    padding-left: 56px;
  }
}
.navbar .hamburger {
  min-width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.15s linear, filter 0.15s linear;
}
.navbar .hamburger:focus {
  outline: none;
}
.navbar .hamburger-box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 19px;
}
.navbar .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -1.5px;
}
.navbar .hamburger-inner, .navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: var(--button-color);
  transition: transform 0.15s ease;
}
.navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
  content: "";
  display: block;
}
.navbar .hamburger-inner::before {
  top: -8px;
}
.navbar .hamburger-inner::after {
  bottom: -8px;
}
.navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

button.navbar__mobile-toggle {
  flex: 1;
  text-align: right;
  background: none;
  border: 0;
  cursor: pointer;
}
button.navbar__mobile-toggle::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 9px;
  height: 9px;
  border-left: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
  transition: transform 0.2s ease;
}
button.navbar__mobile-toggle:hover, button.navbar__mobile-togglefocus {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  button.navbar__mobile-toggle {
    display: none;
  }
}

/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}
/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .blog-listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  background: var(--color-bg-light);
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
}
.blog-card__image-link {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card__content {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
}
.blog-card__title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-card__author {
  font-size: 0.75rem;
}

.blog-post__container a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--button-bg-color);
}
.blog-post__container a:hover, .blog-post__container a:active, .blog-post__container a:focus {
  color: var(--button-bg-color);
}
.blog-post__container .button-area .button:hover, .blog-post__container .button-area .button:active, .blog-post__container .button-area .button:focus {
  color: var(--button-color);
}

.hs-pagination {
  margin-top: -24px;
  padding-bottom: 24px;
}
.hs-pagination__link-text, .hs-pagination__link--number {
  color: var(--color-text) !important;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.hs-pagination__link-text:hover, .hs-pagination__link--number:hover {
  border-bottom: 2px solid var(--button-bg-color-hover);
}
.hs-pagination__link--active {
  border-bottom: 2px solid var(--button-bg-color);
}
.hs-pagination__link-icon {
  border-bottom: 2px solid transparent;
}
.hs-pagination__link-icon:hover {
  border-bottom: 2px solid var(--button-bg-color-hover);
}
.hs-pagination__link-icon svg {
  fill: var(--color-text) !important;
}

.e-n-accordion {
  display: none;
}

.contact .inner {
  padding: var(--spacing-6xl) var(--spacing-sm);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "image";
}
@media screen and (min-width: 768px) {
  .contact .inner {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "content image";
  }
}
@media screen and (min-width: 1024px) {
  .contact .inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content image";
  }
}
.contact__content {
  grid-area: content;
}
.contact__media {
  grid-area: image;
  display: flex;
  flex-flow: column wrap;
  gap: var(--spacing-xs);
  align-items: center;
}
.contact .person__image {
  max-width: 140px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .contact .person__image {
    max-width: 248px;
  }
}
.contact .person__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 50% 0;
}
.contact .person__text {
  font-family: var(--font-condensed, sans-serif);
  font-size: 18px;
  font-weight: 300;
}
.contact .person__name {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .contact .person__name {
    font-size: 22px;
  }
}

.contact-split {
  --hsf-background__padding: 0;
  --hsf-module__vertical-spacing: 0;
}
.contact-split.bg-light {
  background: var(--color-bg-light);
}
.contact-split.bg-dark {
  background: var(--color-bg-dark);
  color: #fff;
}
.contact-split .form-title {
  display: none;
}
.contact-split__grid {
  display: grid;
  gap: 24px;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .contact-split__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-split__content .text {
  margin-bottom: var(--spacing-sm);
}
.contact-split__form .hsfc-TextareaInput {
  min-height: 200px;
}
.contact-split__form .hs-submit {
  margin-top: 16px;
  grid-column: 1/-1;
}
.contact-split__form .hs-form-field {
  margin-bottom: 8px;
}
.contact-split__form .hs-input {
  width: 100%;
  min-height: 20px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  background: #fff;
  color: var(--color-text);
}
.contact-split__form textarea.hs-input {
  width: 100% !important;
  min-height: 11rem;
  resize: vertical;
}
.contact-split__form .hs-message,
.contact-split__form .hs-fieldtype-textarea {
  grid-column: 1/-1;
}
.contact-split__form input[type=checkbox] {
  accent-color: var(--button-bg-color);
}
.contact-split__form a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--button-bg-color);
}
.contact-split__form a:hover, .contact-split__form a:active, .contact-split__form a:focus {
  color: var(--button-bg-color);
}
.contact-split fieldset.form-columns-1 input[type=text].hs-input,
.contact-split fieldset.form-columns-1 input[type=email].hs-input {
  width: 100% !important;
}

.content-cta .inner {
  display: flex;
  align-items: stretch;
  gap: 32px;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .content-cta .inner {
    flex-direction: row;
  }
}
.content-cta__main {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-cta__main {
    flex: 1 1 auto;
  }
}
.content-cta .paragraph + .paragraph {
  margin-top: 32px;
}
.content-cta .text + .button {
  margin-top: 34px;
  display: block;
  text-align: center;
}
.content-cta__box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-cta__box {
    flex: 0 0 300px;
  }
}
.content-cta__box .cta-box {
  background-color: var(--color-bg-dark);
  color: #fff;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .content-cta__box .cta-box {
    position: sticky;
    top: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .content-cta__box .cta-box {
    top: 182px;
  }
}
.content-cta__box .cta-box .headline {
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-overlay {
  position: relative;
}
.cta-overlay .image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
}
.cta-overlay .image-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.cta-overlay .inner {
  position: relative;
}
.cta-overlay .inner .text {
  margin-bottom: 32px;
}
.cta-overlay--spotlight .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-overlay .layer {
  width: 100%;
  padding: 40px 24px;
}
.cta-overlay .layer.centered {
  text-align: center;
}
.cta-overlay--spotlight .layer {
  background-color: rgba(255, 255, 255, var(--cta-overlay-opacity, 0.88));
}
.cta-overlay--dark .layer {
  color: var(--color-text-light);
  background-color: rgba(55, 55, 55, var(--cta-overlay-opacity, 0.88));
}
@media screen and (min-width: 768px) {
  .cta-overlay .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .cta-overlay .layer {
    border-radius: var(--radius-lg) var(--radius-lg) 0 var(--radius-lg);
    padding: 80px 60px 86px;
    max-width: calc(66% - 12px);
  }
  .cta-overlay .inner {
    padding: var(--spacing-6xl, 40px) 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cta-overlay .inner.lay-left {
    justify-content: flex-start;
  }
  .cta-overlay .inner.lay-left .layer {
    border-radius: var(--radius-lg) var(--radius-lg) 0 var(--radius-lg);
  }
  .cta-overlay .inner.lay-right {
    justify-content: flex-end;
  }
  .cta-overlay .inner.lay-right .layer {
    border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-overlay .layer {
    max-width: calc(50% - 12px);
  }
}

.img-layer-dark .layer .wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.img-layer-dark .layer .wysiwyg + .button {
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .img-layer-dark {
    padding: 0 24px;
  }
  .img-layer-dark .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .img-layer-dark .image-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .img-layer-dark .inner {
    padding: var(--Spacing-6xl) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .img-layer-dark .inner.lay-left {
    justify-content: flex-start;
  }
  .img-layer-dark .inner.lay-right {
    justify-content: flex-end;
  }
  .img-layer-dark .layer {
    max-width: 678px;
    border-radius: var(--Radius-lg) var(--Radius-lg) 0 var(--Radius-lg);
    padding: 80px 60px 86px;
  }
  .img-layer-dark .inner.lay-left .layer {
    max-width: calc(66% - 12px);
  }
  .img-layer-dark .inner.lay-right .layer {
    max-width: calc(66% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .img-layer-dark .inner.lay-left .layer,
  .img-layer-dark .inner.lay-right .layer {
    max-width: calc(50% - 12px);
  }
}
.faq .headline {
  margin: 0 auto 36px;
  text-align: center;
}
.faq .inner {
  max-width: 886px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 12px;
}
.faq__item[open] summary::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq__question {
  padding: 28px 64px 28px 32px;
  font-weight: 700;
  font-size: var(--font-size-lg, 18px);
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 18px 80px 16px 32px;
  background-color: var(--color-bg-light);
  border: none;
  cursor: pointer;
  margin-bottom: 0;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after, .faq__question::before {
  content: "";
  position: absolute;
  right: var(--spacing-md);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: var(--button-bg-color);
  transition: transform 0.2s ease;
}
.faq__question::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq__content {
  padding: 30px 32px 34px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}
.faq__answer {
  overflow: hidden;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}
.faq__answer a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--button-bg-color);
}
.faq__answer a:hover, .faq__answer a:active, .faq__answer a:focus {
  color: var(--button-bg-color);
}
.faq__item[open] .faq__content {
  grid-template-rows: 1fr;
}

.hero-banner__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media screen and (min-width: 768px) {
  .hero-banner__inner {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "text image";
  }
  .hero-banner__inner.img-left {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "image text";
  }
}
@media screen and (min-width: 1024px) {
  .hero-banner__inner, .hero-banner__inner.img-left {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-banner__content {
  grid-area: text;
  align-self: center;
}
.hero-banner__content .text {
  margin-bottom: 32px;
}
.hero-banner__media {
  position: relative;
  grid-area: image;
}
.hero-banner__image {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: var(--radius-xl);
}
@media screen and (min-width: 768px) {
  .hero-banner__image {
    height: 100%;
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-xl) 0;
  }
  .img-left .hero-banner__image {
    border-radius: var(--radius-xl) var(--radius-xl) 0 var(--radius-xl);
  }
}
.hero-banner__logo-holder {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .hero-banner__logo-holder {
    padding: 33px 33px 46px;
  }
}
.hero-banner__logo-holder.bg-light {
  background-color: rgba(255, 255, 255, var(--hero-logo-opacity, 0.82));
}
.hero-banner__logo-holder.bg-dark {
  background-color: rgba(55, 55, 55, var(--hero-logo-opacity, 0.82));
}
.hero-banner__logo {
  display: block;
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .hero-banner__inner.img-left .hero-banner__image {
    border-radius: var(--radius-xl) var(--radius-xl) 0 var(--radius-xl);
  }
}

.icon-cards {
  background: var(--color-bg-light);
}
.icon-cards.bg-dark {
  background: var(--color-bg-dark);
  color: #fff;
}
.icon-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg, 24px);
}
@media screen and (min-width: 768px) {
  .icon-cards__grid {
    grid-template-columns: repeat(6, 1fr);
    row-gap: var(--spacing-lg, 44px);
  }
}
.icon-cards__grid .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .icon-cards__grid .item:last-child:nth-child(3n+1) {
    grid-column: 3/5;
  }
  .icon-cards__grid .item:nth-last-child(2):nth-child(3n-2) {
    grid-column: 2/4;
  }
  .icon-cards__grid .item:last-child:nth-child(3n+2) {
    grid-column: 4/6;
  }
}
.icon-cards__grid .item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.icon-cards__grid .item {
  /*
  &:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
  }

  &:last-child:after {
    display: none;
  }

  @include up(md) {
    &:nth-last-child(2):nth-child(3n + 2):after,
    &:nth-last-child(2):nth-child(3n - 2):after,
    &:nth-last-child(3):nth-child(3n + 1):after {
      display: none;
    }
  }*/
}

.teaser-3 {
  padding: var(--spacing-4xl) 24px;
  background: var(--farben-grau_dunkel);
  color: #fff;
}

.teaser-3.v-light {
  background: var(--farben-grau_hell);
  color: var(--farben-grau_dunkel);
}

.teaser-3 .intro-area {
  margin-bottom: 30px;
}

.teaser-3 .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.teaser-3 .item:not(:first-child) {
  padding-top: var(--spacing-4xl);
}

.teaser-3 .item:not(:last-child) {
  padding-bottom: var(--spacing-4xl);
}

.teaser-3 .item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.teaser-3.v-light .item:not(:last-child):after {
  background: var(--farben-grau_dunkel);
}

.teaser-3 .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .teaser-3 .intro-area {
    margin-bottom: 45px;
  }
  .teaser-3.view-two .item:nth-child(2) {
    padding-top: 0;
  }
  .teaser-3.view-two .item:nth-last-child(2):nth-child(odd) {
    padding-bottom: 0;
  }
  .teaser-3.view-two .item:nth-last-child(2):nth-child(odd):after {
    display: none;
  }
  .teaser-3.view-three .inner > .row {
    row-gap: var(--spacing-2xl);
  }
  .teaser-3.view-three .item:not(:first-child) {
    padding-top: 0;
  }
  .teaser-3.view-three .item:not(:last-child) {
    padding-bottom: 0;
  }
  .teaser-3.view-three .item:not(:last-child):after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-3 .inner > .row {
    row-gap: var(--spacing-2xl);
  }
  .teaser-3 .item:not(:first-child) {
    padding-top: 0;
  }
  .teaser-3 .item:not(:last-child) {
    padding-bottom: 0;
  }
  .teaser-3 .item:not(:last-child):after {
    display: none;
  }
}
.image-text .inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media screen and (min-width: 768px) {
  .image-text .inner {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "text image";
  }
  .image-text .inner.img-left {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "image text";
  }
}
@media screen and (min-width: 1024px) {
  .image-text .inner, .image-text .inner.img-left {
    grid-template-columns: 1fr 1fr;
  }
}
.image-text__content {
  grid-area: text;
}
.image-text__content .text {
  margin-bottom: 32px;
}
.image-text__media {
  position: relative;
  grid-area: image;
}
.image-text__image {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: var(--radius-xl);
}
@media screen and (min-width: 768px) {
  .image-text__image {
    height: 100%;
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-xl) 0;
  }
  .img-left .image-text__image {
    border-radius: var(--radius-xl) var(--radius-xl) 0 var(--radius-xl);
  }
}
.image-text__logo-holder {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .image-text__logo-holder {
    padding: 33px 33px 46px;
  }
}
.image-text__logo-holder.bg-light {
  background-color: rgba(255, 255, 255, var(--hero-logo-opacity, 0.82));
}
.image-text__logo-holder.bg-dark {
  background-color: rgba(55, 55, 55, var(--hero-logo-opacity, 0.82));
}
.image-text__logo {
  display: block;
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .image-text__inner.img-left .hero-banner__image {
    border-radius: var(--radius-xl) var(--radius-xl) 0 var(--radius-xl);
  }
}

.image-slider.init .slider-holder {
  position: relative;
}

.image-slider .swiper.swiper-initialized {
  padding-bottom: 42px;
  width: calc(100% - 64px);
}

.image-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-slider .swiper-slide figure {
  width: 100%;
  margin: 0;
}

.image-slider .slider__media {
  aspect-ratio: 634/327;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-slider .slider__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-slider figcaption {
  width: 100%;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  color: rgba(55, 55, 55, 0.5);
}

.image-slider .swiper-bt-prev,
.image-slider .swiper-bt-next {
  display: none;
}

.image-slider.init .swiper-bt-prev,
.image-slider.init .swiper-bt-next {
  display: block;
}

.image-slider .swiper-bt-prev,
.image-slider .swiper-bt-next {
  left: -16px;
  margin-top: -42px;
}

.image-slider .swiper-bt-next {
  left: auto;
  right: -16px;
}

@media screen and (min-width: 1440px) {
  .image-slider .swiper,
  .image-slider .swiper.swiper-initialized {
    width: 100%;
  }
  .image-slider .swiper-bt-prev,
  .image-slider .swiper-bt-next {
    left: -50px;
  }
  .image-slider .swiper-bt-next {
    left: auto;
    right: -50px;
  }
}
.intro.pb-0 {
  padding-bottom: 0;
}
.intro__area {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.intro__area .text {
  max-width: 838px;
}

.inner.centered .intro__area {
  align-items: center;
  text-align: center;
}

.job-vacancies {
  max-width: 886px;
}
.job-vacancies .headline {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .job-vacancies .headline {
    margin-bottom: 38px;
  }
}
.job-vacancies .job-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--spacing-3xs, 12px);
}
.job-vacancies .job-inner {
  background-color: var(--color-bg-light);
  padding: 11px 45px 10px 24px;
  position: relative;
}
.job-vacancies .job-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 24px;
  width: 15px;
  height: 15px;
  border-right: 2px solid var(--button-bg-color);
  border-bottom: 2px solid var(--button-bg-color);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .job-vacancies .job-inner {
    padding: 11px 60px 10px 30px;
  }
  .job-vacancies .job-inner:after {
    right: 36px;
  }
}
.job-vacancies .job-inner .area {
  color: rgba(55, 55, 55, 0.5);
  margin-bottom: 4px;
}
.job-vacancies .job-title {
  font-size: var(--font-size-xl, 18px);
  font-weight: 700;
}
.job-vacancies .job-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.job-vacancies .job-item:hover .job-inner:after {
  border-color: var(--button-bg-color-hover);
}
.job-vacancies .job-item:hover .job-inner .job-title {
  color: var(--button-bg-color-hover);
}

.single-image {
  padding: var(--spacing-xl) var(--spacing-sm);
}

.single-image .image__holder {
  margin: 0 auto;
  width: 100%;
  max-height: 240px;
}

.logo-image img {
  width: revert-layer;
}

.logo-slider .inner {
  padding-inline: 60px;
}
.logo-slider.bg-light-grey {
  background: var(--color-bg-light);
}
.logo-slider .headline {
  text-align: center;
  margin-bottom: 32px;
}
.logo-slider .swiper-horizontal {
  padding-bottom: 35px;
}
.logo-slider .swiper-bt-prev,
.logo-slider .swiper-bt-next {
  left: -50px;
}
.logo-slider .swiper-bt-next {
  left: auto;
  right: -50px;
}
.logo-slider .slider-holder {
  position: relative;
  padding: 0;
}
.logo-slider .swiper-wrapper {
  justify-content: space-between;
}
.logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.logo-slider .swiper-slide img {
  max-height: 68px;
  max-width: 170px;
}
.logo-slider.b-w .swiper-slide img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg, 24px);
}
@media screen and (min-width: 768px) {
  .numbers__grid {
    grid-template-columns: repeat(6, 1fr);
    row-gap: var(--spacing-lg, 44px);
  }
}
.numbers__grid .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  grid-column: span 2;
}
.numbers__grid .number {
  font-family: var(--font-condensed, sans-serif);
  font-weight: 700;
  color: var(--button-bg-color);
  margin-bottom: 12px;
}
.numbers__grid .text {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .numbers__grid .text {
    font-size: 1.375rem;
  }
}

.numbers .inner > .row {
  row-gap: var(--spacing-4xl);
}

@media screen and (min-width: 1024px) {
  .numbers .item {
    width: initial;
  }
  .numbers .number {
    margin-bottom: 20px;
  }
}
.reference-band {
  background: var(--color-bg-dark);
  color: var(--color-text-light);
}
.reference-band .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--max-content-width);
  margin-inline: auto;
  padding: var(--spacing-md) 24px;
  gap: var(--spacing-4xl);
}
.reference-band__value a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--button-bg-color);
}
.reference-band__value a:hover, .reference-band__value a:active, .reference-band__value a:focus {
  color: var(--button-bg-color);
}
.reference-band__value p:last-child {
  margin-bottom: 0;
}

.teaser-grid > .inner > .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .teaser-grid > .inner > .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.teaser-grid .item {
  width: 100%;
  grid-column: span 2;
}
.teaser-grid .teaser {
  display: flex;
  flex-direction: column;
  background: var(--color-bg-light);
}
.teaser-grid .image {
  width: 100%;
  position: relative;
}
.teaser-grid .image img {
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.teaser-grid .keywords {
  margin-bottom: 14px;
}
.teaser-grid .content {
  padding: 44px 32px 44px;
}
.teaser-grid .text {
  margin-bottom: 20px;
}
.teaser-grid .button-area {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .teaser-grid .teaser {
    flex-direction: row;
    min-height: 330px;
    height: 100%;
    gap: 24px;
  }
  .teaser-grid .image,
  .teaser-grid .content {
    width: 50%;
    align-self: center;
    height: 100%;
  }
  .teaser-grid .image img {
    position: absolute;
    height: 100%;
  }
  .teaser-grid .content {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
}

.teaser-list .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .teaser-list .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.teaser-list .item {
  width: 100%;
  grid-column: span 2;
}
.teaser-list .teaser {
  display: flex;
  flex-direction: column;
  background: var(--color-bg-light);
  height: 100%;
}
.teaser-list .image {
  width: 100%;
  position: relative;
}
.teaser-list .image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.teaser-list .keywords {
  margin-bottom: 14px;
}
.teaser-list .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px 32px 44px;
}
.teaser-list .text {
  margin-bottom: 20px;
}
.teaser-list .button-area {
  margin-top: auto;
}

.teaser-steps.bg-light-grey {
  background: var(--color-bg-light);
}
.teaser-steps .steps__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-sm);
}
@media screen and (min-width: 1024px) {
  .teaser-steps .steps__holder {
    grid-template-columns: repeat(6, 1fr);
  }
}
.teaser-steps .card {
  grid-column: span 2;
  text-align: center;
  background: var(--color-bg-dark);
  color: #fff;
  padding: var(--spacing-lg) var(--spacing-md);
  width: 100%;
}
.teaser-steps .card-step {
  font-weight: 700;
  margin-bottom: 26px;
}
.teaser-steps .card-text p:last-child {
  margin-bottom: 0;
}

.teaser-slider .headline {
  text-align: center;
}
.teaser-slider .swiper-bt-prev,
.teaser-slider .swiper-bt-next {
  left: -16px;
}
.teaser-slider .swiper-bt-next {
  left: auto;
  right: -16px;
}
.teaser-slider .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
}
.teaser-slider .swiper-slide .card {
  background: var(--color-bg-light);
  padding: var(--spacing-lg) var(--spacing-md);
  width: 100%;
  height: 100%;
  max-width: 407px;
  display: flex;
  flex-flow: column wrap;
}
.teaser-slider .swiper-slide .card .card-icon {
  margin-bottom: 14px;
}
.teaser-slider .swiper-slide .card .card-icon img {
  height: 50px;
  width: auto;
}
.teaser-slider .swiper.swiper-initialized {
  padding-bottom: 42px;
  width: calc(100% - 64px);
}

.teaser-slider .swiper-slide .card .card-button {
  margin-top: auto;
}

@media screen and (min-width: 1024px) {
  .teaser-slider .swiper-slide .slider__text {
    padding: 56px 52px 66px;
    font-size: 36px;
  }
}
.testimonials-slider.bg-light-grey {
  background: var(--color-bg-light);
}
.testimonials-slider .headline {
  text-align: center;
  margin-bottom: 42px;
}
.testimonials-slider .slider__text {
  padding: 28px 24px 36px;
  background: var(--button-bg-color);
  font-size: 22px;
  font-family: var(--font-condensed, sans-serif);
  text-align: center;
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 0;
}
@media screen and (min-width: 1024px) {
  .testimonials-slider .slider__text {
    padding: 56px 52px 66px;
    font-size: 36px;
  }
}

.testimonials-slider .swiper.swiper-initialized {
  width: calc(100% - 64px);
  padding-bottom: 36px;
}

.testimonials-slider .swiper-slide {
  height: auto;
}

.testimonials-slider .swiper-slide .quotation {
  max-width: 1052px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: var(--spacing-xs);
}

.testimonials-slider .swiper-slide .slider__text p {
  margin: 0;
}

.testimonials-slider .slider__person {
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-xs);
  align-items: center;
  flex: 0 0 auto;
}

.testimonials-slider .person__media {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
}

.testimonials-slider .person__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-slider .person__text {
  width: auto;
  flex: 1 1 0;
  font-family: var(--font-condensed, sans-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.32;
}

.testimonials-slider .person__text span {
  font-weight: 300;
  display: block;
}

.testimonials-slider .swiper-bt-prev,
.testimonials-slider .swiper-bt-next {
  display: none;
}

.testimonials-slider.init .swiper-bt-prev,
.testimonials-slider.init .swiper-bt-next {
  display: block;
}

.testimonials-slider .swiper-bt-prev,
.testimonials-slider .swiper-bt-next {
  left: -16px;
  margin-top: -100px;
}

.testimonials-slider .swiper-bt-next {
  left: auto;
  right: -16px;
}

@media screen and (min-width: 1024px) {
  .testimonials-slider .person__media {
    width: 108px;
    height: 108px;
  }
  .testimonials-slider .person__text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .testimonials-slider .swiper {
    width: 100%;
  }
  .testimonials-slider .swiper-bt-prev,
  .testimonials-slider .swiper-bt-next {
    left: -50px;
  }
  .testimonials-slider .swiper-bt-next {
    left: auto;
    right: -50px;
  }
}
.text-icon-list .inner {
  max-width: 1052px;
  margin-inline: auto;
}
.text-icon-list .feature {
  display: grid;
  gap: var(--spacing-sm);
  grid-template-columns: 60px auto;
  grid-template-rows: auto auto;
  margin-bottom: 24px;
}
.text-icon-list .feature p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .text-icon-list .feature {
    grid-template-columns: 1fr 190px;
    margin-bottom: 0;
  }
}
.text-icon-list .feature__content {
  grid-column: 1/span 2;
  grid-row-start: 2;
}
@media screen and (min-width: 768px) {
  .text-icon-list .feature__content {
    grid-row-start: 1;
    grid-column: 1/span 1;
  }
}
.text-icon-list .feature__image {
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .text-icon-list .feature__image {
    grid-column-start: 2;
    grid-row-start: 1;
    padding: 10px 15px;
  }
}
.text-icon-list .feature__image img {
  max-height: 160px;
  object-fit: contain;
}
.text-icon-list .feature__image--svg img {
  max-height: 80px;
}
@media screen and (min-width: 768px) {
  .text-icon-list .feature__image--svg {
    padding: 10px 30px;
  }
}

.text-block {
  padding: var(--spacing-2xl) 24px;
}
.text-block.pb-0 {
  padding-bottom: 0;
}
.text-block .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.text-block .centered {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text-block .half-width {
    width: calc(50% - 12px);
  }
}

.headline-text.pb-0 {
  padding-bottom: 0;
}

.headline-text .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .headline-text .text.half-width {
    width: calc(50% - 12px);
  }
}
/* For content that needs to be visually hidden but stay visible for screenreaders */
.sr-only,
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* Blog post */
.blog-post {
  margin: 0 auto;
  padding: var(--spacing-2xl, 24px) 24px;
  max-width: 838px;
}
.blog-post__feature-image {
  margin-bottom: var(--spacing-md);
}
.blog-post__feature-image img {
  border-radius: var(--radius-xl) var(--radius-xl) var(--radius-xl) 0;
  width: 100%;
  height: auto;
  max-height: 596px;
  object-fit: cover;
}
.blog-post .headline p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
}
.blog-post__intro-text {
  font-size: 22px;
  margin-bottom: var(--spacing-md);
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */
.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 33.3333333333%;
  }
}
.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  align-items: center;
  text-align: center;
}
.error-page__preheader {
  font-size: 1.25rem;
  margin-bottom: 1.4rem;
  color: red;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type=submit] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */
.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */
#hs-membership-form a[class*=show-password] {
  font-size: 0.75rem;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}