/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: impuls-ndo_macros and/or _macros.css needs to be imported into each stylesheet
where macros are used and not included here
*/

/* Generic
This is where reset, normalize, variables & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
:root {
  /* COLORS */
  --black: #000;
  --white: #FFF;
  --brand-primary: #003851;
  --brand-primary-70: #4d7485;
  --brand-primary-50: #809ca8;
  --brand-primary-30: #b3c3cb;
  --brand-primary-10: #e6ebee;
  --brand-secondary: #97BF0D;
  --brand-secondary-70: #B6D256;
  --brand-secondary-50: #CBDF86;
  --brand-secondary-30: #E0ECB6;
  --brand-secondary-10: #F5F9E7;
  --text-color-dark: var(--brand-primary);
  --text-color-green: var(--brand-secondary);
  --text-color-light: var(--white);
  --background-color-dark: var(--brand-primary);
  --background-color-light: var(--white);
  --extra-color-bright-blue: #475F75;
  --extra-color-bright-grey: #F3F4F5;
  --extra-color-bright-grey-2: #F8F8F9;
  --extra-color-gold: #AB9044;
  --accent-aubergine: #7E184F;
  --accent-aubergine-70: #A45D83;
  --accent-aubergine-50: #BE8BA7;
  --accent-aubergine-30: #D8B9CA;
  --accent-aubergine-10: #F2E7ED;
  --accent-orange: #F6A800;
  --accent-orange-70: #F9C24C;
  --accent-orange-50: #FAD37F;
  --accent-orange-30: #FCE5B2;
  --accent-orange-10: #FEF6E5;
  --accent-red: #C50E1F;
  --accent-red-70: #D65F60;
  --accent-red-50: #E28D8D;
  --accent-red-30: #EEBABB;
  --accent-red-10: #F9E8E8;
  --alert-error: #721C24;
  --alert-error-bg: #F8D7DA;
  --alert-error-border: #F5C6CB;
  --alert-success: #155724;
  --alert-success-bg: #d4edda;
  --alert-success-border: #c3e6cb;
  --alert-notification: #0C5460;
  --alert-notification-bg: #d1ecf1;
  --alert-notification-border: #bee5eb;
  /* SPACING - 8-point-grid-system */
  --spacing-2xs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 16px;
  --spacing-m: 24px;
  --spacing-l: 32px;
  --spacing-xl: 40px;
  --spacing-2xl: 48px;
  --spacing-3xl: 56px;
  --spacing-4xl: 80px;
  /* GUTTER / COLUMN-GAP */
  --gutter-xs: var(--spacing-m);
  --gutter-s: var(--spacing-m);
  --gutter-m: var(--spacing-l);
  --gutter-l: var(--spacing-2xl);
  /* DIMENSIONS */
  --fullwidth: 100%;
  --page-max-width: calc(var(--breakpoint-l) - (var(--spacing-m) * 2));
  --body-min-height: 100.0196%;
  /* BREAKPOINTS */
  --breakpoint-s: 480px;
  --breakpoint-m: 1024px;
  --breakpoint-l: 1280px;
  /* TYPOGRAPHY */
  --base-font-size: 16px;
  --base-line-height: 1.5;
  --common-line-height: 1.2;
  --base-font-family: "OpenSans-Regular", Arial, sans-serif;
  --base-font-family--bold: "OpenSans-Bold", Arial, sans-serif;
  --heading-font-family: "RobotoSlab-Bold", serif;
  --heading-font-family--medium: "RobotoSlab-Medium", serif;
  --heading-font-family--semibold: "RobotoSlab-SemiBold", serif;
  /* MARGINS */
  --margin-zero-auto: 0 auto;
  /* SCROLLBAR */
  --scrollbar-width: 4px;
  --scrollbar-track-bg: transparent;
  --scrollbar-thumb-bg: var(--brand-primary-30);
  --scrollbar-thumb-hover-bg: var(--brand-primary-50);
}

/* Objects */
*:focus-visible {
  border: 1px solid transparent !important;
  border-left: 0.075rem solid var(--white) !important;
  border-right: 0.075rem solid var(--white) !important;
  border-radius: 8px;
  outline: 2px solid var(--black) !important;
  outline-offset: 2px !important;
  -moz-outline-radius: 12px;
}

html, body {
  height: var(--body-min-height);
  min-height: var(--body-min-height);
  scroll-behavior: smooth;
}

body {
  background-color: var(--background-color-light);
  color: var(--text-color-dark);
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: var(--margin-zero-auto);
  /* for Firefox */
  scrollbar-width: var(--scrollbar-width);
  scrollbar-color: var(--scrollbar-thumb-bg) var(--scrollbar-track-bg);
  width: var(--fullwidth);
}

body:has(.hs-blog-post), html {
  scroll-padding-top: 15rem;
}

@media (min-width: 768px) {
  body:has(.hs-blog-post), html {
    scroll-padding-top: 14rem;
  }
}

body.panel-open {
  overflow: hidden;
  position: static;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.body-wrapper {
  height: var(--body-min-height);
  min-height: var(--body-min-height);
  width: var(--fullwidth);
}

main {
  background-color: var(--background-color-light);
}

main.mobile {
  margin-top: 6rem;
}

main.body-container-wrapper--lp-dist.mobile {
  margin-top: 4rem;
}

main.desktop {
  margin-top: 7.5rem;
}

main.body-container-wrapper--lp-dist.desktop {
  margin-top: 5rem;
}

.hs-tools-menu.hs-collapsed {
  right: -50px !important;
}

.container-fluid {
  width: var(--fullwidth);
}

.body-container {
  height: auto;
}

.container {
  margin-left: var(--spacing-m);
  margin-right: var(--spacing-m);
  max-width: calc((var(--breakpoint-s) - 1px) - (var(--spacing-m) * 2));
}

@media (min-width: 480px) {
  .container {
    max-width: calc((var(--breakpoint-m) - 1px) - (var(--spacing-m) * 2));
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: calc((var(--breakpoint-l) - 1px) - (var(--spacing-m) * 2));
  }
}

@media (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-max-width);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--spacing-m));
  margin-right: calc(-0.5 * var(--spacing-m));
}

@media (min-width: 1024px) {
  .row {
    margin-left: calc(-0.5 * var(--spacing-l));
    margin-right: calc(-0.5 * var(--spacing-l));
  }
}

@media (min-width: 1280px) {
  .row {
    margin-left: calc(-1 * var(--spacing-m));
    margin-right: calc(-1 * var(--spacing-m));
  }
}

[class*="col-"] {
  flex: 0 0 auto;
  padding: calc(var(--gutter-xs) / 2);
  width: var(--fullwidth);
}
.col-xs-1 { width: 25%; }
.col-xs-2 { width: 50%; }
.col-xs-3 { width: 75%; }
.col-xs-4 {  width: var(--fullwidth); }

@media (min-width: 480px) {
  [class*="col-"] { padding: calc(var(--gutter-s) / 2); }
  .col-s-1 { width: 12.5% }
  .col-s-2 { width: 25% }
  .col-s-3 { width: 37.5% }
  .col-s-4 { width: 50% }
  .col-s-5 { width: 62.5% }
  .col-s-6 { width: 75% }
  .col-s-7 { width: 87.5% }
  .col-s-8 { width: var(--fullwidth); }
}

@media (min-width: 1024px) {
  [class*="col-"] { padding: calc(var(--gutter-m) / 2); }
  .col-m-1, .col-l-1, .col-1 { width: 8.33%; }
  .col-m-2, .col-l-2, .col-2 { width: 16.66%; }
  .col-m-3, .col-l-3, .col-3 { width: 25%; }
  .col-m-4, .col-l-4, .col-4 { width: 33.33%; }
  .col-m-5, .col-l-5, .col-5 { width: 41.66%; }
  .col-m-6, .col-l-6, .col-6 { width: 50%; }
  .col-m-7, .col-l-7, .col-7 { width: 58.33%; }
  .col-m-8, .col-l-8, .col-8 { width: 66.66%; }
  .col-m-9, .col-l-9, .col-9 { width: 75%; }
  .col-m-10, .col-l-10, .col-10 { width: 83.33%; }
  .col-m-11, .col-l-11, .col-11 { width: 91.66%; }
  .col-m-12, .col-l-12, .col-12 { width: var(--fullwidth); }
}

@media (min-width: 1280px) {
  [class*="col-"] { padding: calc(var(--gutter-l) / 2); }
}

/*************************************************/
/*   Responsive grid for HS standard sections   */
/************************************************/
.dnd-section {
  padding: 2rem 0 !important;
}

.dnd-section:first-of-type {
  padding-top: 4rem !important;
}

@media (min-width: 1024px) {
  .dnd-section {
    padding: 2.5rem 0 !important;
  }
  .dnd-section:first-of-type {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1280px) {
  .dnd-section {
    padding: 3rem 0 !important;
  }
  .dnd-section:first-of-type {
    padding-top: 6rem !important;
  }
}

.dnd-section > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-m);
  margin: var(--margin-zero-auto);
  max-width: var(--page-max-width);
}

@media (min-width: 1024px) {
  .dnd-section > .row-fluid {
    column-gap: 0;
    row-gap: var(--spacing-l);
  }
}

[class*='span'] > .dnd-row > .row-fluid > .dnd-module {
  padding: 0 var(--spacing-m);
}

[class*='span'] > .dnd-row > .row-fluid > .dnd-module.imp-custom-module {
  padding: unset !important;
}

@media (min-width: 1280px) {
  [class*='span'] > .dnd-row > .row-fluid > .dnd-module {
    padding: unset;
  }
}

@media (min-width: 1024px) {
  .span3.dnd-column:first-child > .dnd-row > .row-fluid > .dnd-module,
  .span4.dnd-column:first-child > .dnd-row > .row-fluid > .dnd-module,
  .span6:first-child > .dnd-row > .row-fluid > .dnd-module,
  .span8.dnd-column:first-child > .dnd-row > .row-fluid > .dnd-module {
    padding-right: calc(var(--spacing-l) / 2);
  }
  .span3.dnd-column:nth-child(2) > .dnd-row > .row-fluid > .dnd-module,
  .span3.dnd-column:nth-child(3) > .dnd-row > .row-fluid > .dnd-module,
  .span4.dnd-column:nth-child(2) > .dnd-row > .row-fluid > .dnd-module:not(.span4.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module) {
    padding-right: calc(var(--spacing-l) / 2);
    padding-left: calc(var(--spacing-l) / 2);
  }
  .span3.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module,
  .span4.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module,
  .span6:last-child > .dnd-row > .row-fluid > .dnd-module,
  .span8.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module {
    padding-left: calc(var(--spacing-l) / 2);
  }
}

@media (min-width: 1280px) {
  .span3.dnd-column:first-child > .dnd-row > .row-fluid > .dnd-module,
  .span4.dnd-column:first-child > .dnd-row > .row-fluid > .dnd-module,
  .span6:first-child > .dnd-row > .row-fluid > .dnd-module,
  .span8.dnd-column:first-child > .dnd-row > .row-fluid > .dnd-module {
    padding-right: calc(var(--spacing-2xl) / 2);
  }
  .span3.dnd-column:nth-child(2) > .dnd-row > .row-fluid > .dnd-module,
  .span3.dnd-column:nth-child(3) > .dnd-row > .row-fluid > .dnd-module,
  .span4.dnd-column:nth-child(2) > .dnd-row > .row-fluid > .dnd-module:not(.span4.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module) {
    padding-right: calc(var(--spacing-2xl) / 2);
    padding-left: calc(var(--spacing-2xl) / 2);
  }
  .span3.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module,
  .span4.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module,
  .span6:last-child > .dnd-row > .row-fluid > .dnd-module,
  .span8.dnd-column:last-child > .dnd-row > .row-fluid > .dnd-module {
    padding-left: calc(var(--spacing-2xl) / 2);
  }
}

.row-fluid > .span12,
.row-fluid > .span11,
.row-fluid > .span10,
.row-fluid > .span9,
.row-fluid > .span8,
.row-fluid > .span7,
.row-fluid > .span6,
.row-fluid > .span5,
.row-fluid > .span4,
.row-fluid > .span3,
.row-fluid > .span2,
.row-fluid > .span1 {
  width: var(--fullwidth);
}

@media (min-width: 1024px) {
  .row-fluid > .span3 {
    width: calc(var(--fullwidth) / 4);
  }
  .row-fluid > .span4 {
    width: calc(var(--fullwidth) / 3);
  }
  .row-fluid > .span6 {
    width: calc(var(--fullwidth) / 2);
  }
  .row-fluid > .span8 {
    width: calc((var(--fullwidth) / 3) * 2);
  }
}

/*************************/
/*   Visibility classes   */
/*************************/
.hidden { display: none !important; }

.invisible {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

/************************************/
/*   Responsive visibilty classes   */
/************************************/
.d-block,
.d-xs-block {
  display: block;
}

.d-none,
.d-xs-none {
  display: none;
}

@media (min-width: 480px) {
  .d-s-block { display: block; }
  .d-s-none { display: none; }
}

@media (min-width: 1024px) {
  .d-m-block { display: block; }
  .d-m-none { display: none; }
}

@media (min-width: 1280px) {
  .d-l-block { display: block; }
  .d-l-none { display: none; }
}

/****************************************************/
/*   Default margin classes - 8-point-grid-system   */
/****************************************************/
.mt-2xs { margin-top: 0.25rem; }
.mt-xs { margin-top: 0.5rem; }
.mt-s { margin-top: 1rem; }
.mt-m { margin-top: 1.5rem; }
.mt-l { margin-top: 2rem; }
.mt-xl { margin-top: 2.5rem; }
.mt-2xl { margin-top: 3rem; }
.mt-3xl { margin-top: 3.5rem; }
.mt-4xl { margin-top: 5rem; }

.mb-2xs { margin-bottom: 0.25rem; }
.mb-xs { margin-bottom: 0.5rem; }
.mb-s { margin-bottom: 1rem; }
.mb-m { margin-bottom: 1.5rem; }
.mb-l { margin-bottom: 2rem; }
.mb-xl { margin-bottom: 2.5rem; }
.mb-2xl { margin-bottom: 3rem; }
.mb-3xl { margin-bottom: 3.5rem; }
.mb-4xl { margin-bottom: 5rem; }

.mr-2xs { margin-right: 0.25rem; }
.mr-xs { margin-right: 0.5rem; }
.mr-s { margin-right: 1rem; }
.mr-m { margin-right: 1.5rem; }
.mr-l { margin-right: 2rem; }
.mr-xl { margin-right: 2.5rem; }
.mr-2xl { margin-right: 3rem; }
.mr-3xl { margin-right: 3.5rem; }
.mr-4xl { margin-right: 5rem; }

.ml-2xs { margin-left: 0.25rem; }
.ml-xs { margin-left: 0.5rem; }
.ml-s { margin-left: 1rem; }
.ml-m { margin-left: 1.5rem; }
.ml-l { margin-left: 2rem; }
.ml-xl { margin-left: 2.5rem; }
.ml-2xl { margin-left: 3rem; }
.ml-3xl { margin-left: 3.5rem; }
.ml-4xl { margin-left: 5rem; }

.mx-auto { margin-right: auto; margin-left: auto; }

.mx-2xs { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-xs { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-s { margin-left: 1rem; margin-right: 1rem; }
.mx-m { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-l { margin-left: 2rem; margin-right: 2rem; }
.mx-xl { margin-left: 2.5rem; margin-right: 2.5rem; }
.mx-2xl { margin-left: 3rem; margin-right: 3rem; }
.mx-3xl { margin-left: 3.5rem; margin-right: 3.5rem; }
.mx-4xl { margin-left: 5rem; margin-right: 5rem; }

.my-2xs { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-xs { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-s { margin-top: 1rem; margin-bottom: 1rem; }
.my-m { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-l { margin-top: 2rem; margin-bottom: 2rem; }
.my-xl { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.my-2xl { margin-top: 3rem; margin-bottom: 3rem; }
.my-3xl { margin-top: 3.5rem; margin-bottom: 3.5rem; }
.my-4xl { margin-top: 5rem; margin-bottom: 5rem; }

/*****************************************************/
/*   Default padding classes - 8-point-grid-system   */
/*****************************************************/
.pt-2xs { padding-top: 0.25rem; }
.pt-xs { padding-top: 0.5rem; }
.pt-s { padding-top: 1rem; }
.pt-m { padding-top: 1.5rem; }
.pt-l { padding-top: 2rem; }
.pt-xl { padding-top: 2.5rem; }
.pt-2xl { padding-top: 3rem; }
.pt-3xl { padding-top: 3.5rem; }
.pt-4xl { padding-top: 5rem; }

.pb-2xs { padding-bottom: 0.25rem; }
.pb-xs { padding-bottom: 0.5rem; }
.pb-s { padding-bottom: 1rem; }
.pb-m { padding-bottom: 1.5rem; }
.pb-l { padding-bottom: 2rem; }
.pb-xl { padding-bottom: 2.5rem; }
.pb-2xl { padding-bottom: 3rem; }
.pb-3xl { padding-bottom: 3.5rem; }
.pb-4xl { padding-bottom: 5rem; }

.pr-2xs { padding-right: 0.25rem; }
.pr-xs { padding-right: 0.5rem; }
.pr-s { padding-right: 1rem; }
.pr-m { padding-right: 1.5rem; }
.pr-l { padding-right: 2rem; }
.pr-xl { padding-right: 2.5rem; }
.pr-2xl { padding-right: 3rem; }
.pr-3xl { padding-right: 3.5rem; }
.pr-4xl { padding-right: 5rem; }

.pl-2xs { padding-left: 0.25rem; }
.pl-xs { padding-left: 0.5rem; }
.pl-s { padding-left: 1rem; }
.pl-m { padding-left: 1.5rem; }
.pl-l { padding-left: 2rem; }
.pl-xl { padding-left: 2.5rem; }
.pl-2xl { padding-left: 3rem; }
.pl-3xl { padding-left: 3.5rem; }
.pl-4xl { padding-left: 5rem; }

.px-2xs { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-xs { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-s { padding-left: 1rem; padding-right: 1rem; }
.px-m { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-l { padding-left: 2rem; padding-right: 2rem; }
.px-xl { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-2xl { padding-left: 3rem; padding-right: 3rem; }
.px-3xl { padding-left: 3.5rem; padding-right: 3.5rem; }
.px-4xl { padding-left: 5rem; padding-right: 5rem; }

.py-2xs { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-xs { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-s { padding-top: 1rem; padding-bottom: 1rem; }
.py-m { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-l { padding-top: 2rem; padding-bottom: 2rem; }
.py-xl { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-2xl { padding-top: 3rem; padding-bottom: 3rem; }
.py-3xl { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-4xl { padding-top: 5rem; padding-bottom: 5rem; }

/*******************************/
/*   Default layout classes   */
/*****************************/
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.nowrap {
  flex-wrap: nowrap;
}

.bookmarklet-text-spacing {
  line-height: 1.5 !important;
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}

/* Elements */
@font-face {
  font-family: "OpenSans-Regular";
  src: url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/OpenSans-Regular-webfont.eot");
  src: url("") format("eot"),
  url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/OpenSans-Regular-webfont.woff") format("woff"),
  url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/OpenSans-Regular-webfont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/OpenSans-Bold-webfont.eot");
  src: url("") format("eot"),
  url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/OpenSans-Bold-webfont.woff") format("woff"),
  url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/OpenSans-Bold-webfont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/RobotoSlab-Bold-webfont.eot");
  src: url("") format("eot"),
  url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/RobotoSlab-Bold-webfont.woff") format("woff"),
  url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/RobotoSlab-Bold-webfont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RobotoSlab-Medium";
  src: url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "RobotoSlab-SemiBold";
  src: url("//24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/raw_assets/public/impulsNDO/fonts/RobotoSlab-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

h1, .h1, h2, .h2, h3, .h3 {
  color: var(--text-color-dark);
  font-family: var(--heading-font-family);
  line-height: var(--common-line-height);
}

h1, .h1 {
  font-size: 2rem;
  letter-spacing: 0.03rem;
  margin: 0 0 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  margin: 0 0 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
  letter-spacing: 0.02rem;
  margin: 0 0 1rem;
}

.overline,
.featured-text {
  color: var(--text-color-green);
  font-family: var(--base-font-family);
  font-size: 1.125rem;
  letter-spacing: 0.02rem;
  line-height: var(--common-line-height);
  text-transform: uppercase;
}

.overline {
  margin-bottom: 1.125rem;
}

.featured-text {
  color: var(--text-color-dark);
}

.accent-text {
  color: var(--text-color-green);
  font-family: var(--heading-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

p, .text--normal {
  color: var(--text-color-dark);
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 0 0 1.25rem;
}

b, strong, .text--bold {
  font-family: var(--base-font-family--bold);
}

.text--small {
  color: var(--text-color-dark);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

.text--white {
  color: var(--white);
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

/* Anchors */
a {
  cursor: pointer;
}

a,
[class*="rich_text"] a {
  color: var(--brand-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

a:hover,
a:active,
[class*="rich_text"] a:hover,
[class*="rich_text"] a:active {
  color: var(--brand-primary-70);
  text-decoration-color: var(--brand-primary-50) !important;
}

.hs_cos_wrapper_type_logo a {
  display: inline-block;
}

[class*="rich_text"] ul,
[class*="rich_text"] ol {
  margin-bottom: 1rem;
}

[class*="rich_text"] ul ~ h2,
[class*="rich_text"] ol ~ h2 {
  margin-top: 1.5rem;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  .overline {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  .overline {
    font-size: 1.75rem;
  }
}
.alert {
  border-style: solid;
  border-radius: 0.25rem;
  border-width: 1px;
  max-width: 768px;
  padding: 1rem 1.5rem;
  width: var(--fullwidth);
}

.alert > p {
  margin-bottom: 0.5rem;
}

.alert.centered {
  margin: var(--margin-zero-auto);
}

.alert.error {
  background-color: var(--alert-error-bg);
  border-color: var(--alert-error-border);
  color: var(--alert-error);
}

.alert.notification {
  background-color: var(--alert-notification-bg);
  border-color: var(--alert-notification-border);
  color: var(--alert-notification);
}

.alert.success {
  background-color: var(--alert-success-bg);
  border-color: var(--alert-success-border);
  color: var(--alert-success);
}

.alert.error a,
.alert.notification a,
.alert.success a {
  color: inherit !important;
}
.btn {
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: var(--base-font-family--bold);
  font-size: 0.875rem;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  width: var(--fullwidth);
}

.btn--primary {
  background-color: var(--brand-primary-10);
  color: var(--text-color-dark);
}

.btn--primary:hover,
.btn--primary:active {
  background-color: var(--brand-primary-30);
}

.btn--secondary {
  background-color: var(--brand-secondary-70);
  color: var(--text-color-dark);
}

.btn--secondary:hover {
  background-color: var(--brand-secondary-30);
}

.btn--secondary.active {
  background-color: var(--brand-secondary-50);
}

.btn--primary:disabled,
.btn--primary.disabled,
.btn--secondary:disabled,
.btn--secondary.disabled {
  background-color: var(--brand-primary-10);
  color: var(--brand-primary-50);
  pointer-events: none;
}

.btn--alternate {
  border: 1px solid var(--white);
  color: var(--text-color-light);
}

.btn--alternate:hover {
  background-color: rgba(255 255 255 / 30%);
}

.btn--alternate:active {
  background-color: rgba(255 255 255 / 20%);
}

.btn--alternate:disabled,
.btn--alternate.disabled {
  border-color: var(--brand-primary-50);
  color: var(--brand-primary-50);
  pointer-events: none;
}

.btn > a,
.btn > span {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 3rem;
  padding: 0 2.5rem;
  width: var(--fullwidth);
  white-space: nowrap;
}

.btn > a {
  color: unset !important;
  text-decoration: none !important;
}

.link-btn {
  align-items: center;
  border-radius: 0.25rem;
  color: var(--text-color-dark);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: var(--base-font-family--bold);
  font-size: 0.875rem;
  gap: 0.25rem;
  height: auto;
  justify-content: center;
  letter-spacing: 0.12rem;
  line-height: var(--common-line-height);
  max-width: max-content;
  min-height: 1.5rem;
  padding: 0 1px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.link-btn:hover,
.link-btn:active {
  color: var(--text-color-dark) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.link-btn__label {
  line-height: var(--common-line-height);
}

.link-btn__icon {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-arrow-link__primary.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.5rem;
  width: 1.5rem;
}

.icon-btn {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: inherit;
  display: flex;
  justify-content: center;
}

.icon-btn--80 {
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  width: 5rem;
}

.icon-btn--48 {
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  width: 3rem;
}

.icon-btn--40 {
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  width: 2.5rem;
}

.icon-btn--32 {
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  width: 2rem;
}

.icon-btn--round {
  border-radius: 50%;
}

.icon-btn--primary {
  background-color: var(--brand-primary);
}

.icon-btn--secondary {
  background-color: var(--extra-color-bright-blue);
  border: 2px solid var(--background-color-light);
  outline: 2px solid var(--brand-secondary);
}


.icon-btn--secondary:disabled,
.icon-btn--secondary.disabled {
  background-color: var(--brand-primary-30);
  pointer-events: none;
}

.icon-btn--bright-blue {
  background-color: var(--extra-color-bright-blue);
}

/* HS CTAs */
[id^="cta_button_"],
.cta_button {
  all: unset;
}

[id^="cta_button_"],
.cta_button,
.cta_button.imp-cta,
.imp-cta {
  align-items: center;
  background-color: var(--brand-secondary-70);
  border-radius: 0.5rem;
  box-sizing: border-box !important;
  color: var(--text-color-dark);
  display: flex;
  flex-direction: row;
  font-family: var(--base-font-family--bold);
  font-size: 0.875rem;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.12rem;
  line-height: var(--common-line-height);
  padding: 0 2.5rem;
  text-decoration: none;
  text-underline-offset: unset;
  text-transform: uppercase;
  vertical-align: unset;
  width: var(--fullwidth);
}

@media (min-width: 480px) {
  [id^="cta_button_"],
  .cta_button,
  .cta_button.imp-cta,
  .imp-cta {
    margin: var(--margin-zero-auto);
    width: fit-content;
  }
}

[id^="cta_button_"]:hover,
.cta_button:hover,
.cta_button.imp-cta:hover,
.imp-cta:hover {
  background-color: var(--brand-secondary-30);
}

[id^="cta_button_"]:active,
.cta_button:active,
.cta_button.imp-cta:active,
.imp-cta:active {
  background-color: var(--brand-secondary-50);
}

[id^="cta_button_"]:disabled,
[id^="cta_button_"].disabled,
.cta_button:disabled,
.cta_button.disabled,
.cta_button.imp-cta:disabled,
.cta_button.imp-cta.disabled,
.imp-cta:disabled,
.imp-cta.disabled {
  background-color: var(--brand-primary-10);
  color: var(--brand-primary-50);
  pointer-events: none;
}

.custom-btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--white);
  border: unset;
  cursor: pointer;
  line-height: 1;
  padding: unset;
}
/* width */
::-webkit-scrollbar {
    width: var(--scrollbar-width); /* for vertical scrollbars */
    height: var(--scrollbar-width); /* for horizontal scrollbars */
    border-radius: var(--scrollbar-width);
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--scrollbar-track-bg);
    border-radius: var(--scrollbar-width);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-bg);
    border-radius: var(--scrollbar-width);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover-bg);
}
/* Inputs */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=search],
input[type=date],
select,
textarea {
  border: 1px solid var(--brand-primary-50);
  border-radius: 0.25rem;
  display: inline-block;
  color: var(--brand-primary-50);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
  padding: 0.75rem 0.5rem 0.6875rem 0.5rem;
  width: 100%;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=tel]:focus-visible,
input[type=number]:focus-visible,
input[type=file]:focus-visible,
input[type=search]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: unset;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
input[type=date] {
  height: 2.5rem;
}

select {
  height: 2.5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.625rem;
}

input[type=search] {
  position: relative;
}

::-webkit-input-placeholder {
  color: var(--brand-primary-50);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

::-moz-placeholder {
  color: var(--brand-primary-50);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

:-ms-input-placeholder {
  color: var(--brand-primary-50);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

:-moz-placeholder {
  color: var(--brand-primary-50);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

::placeholder {
  color: var(--brand-primary-50);
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

input[type=search]::-webkit-search-cancel-button {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.5rem;
  margin: unset;
  margin-inline-start: unset;
  position: absolute;
  right: 0.5rem;
  -webkit-appearance: none;
  width: 1.5rem;
}

.hs-form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.hs-form > fieldset {
  display: flex;
  width: var(--fullwidth);
}

.hs-form > [class*=form-columns-] {
  margin-bottom: 1.5rem;
}

.hs-form > fieldset.form-columns-1 {
  flex-direction: row;
}

.hs-form > fieldset.form-columns-2 {
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 480px) {
  .hs-form > fieldset.form-columns-2 {
    flex-direction: row;
  }
}

.hs-form-field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: unset;
  width: var(--fullwidth);
}

.hs-dependent-field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: var(--fullwidth);
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
}

form label[for="globalunsub"] {
  font-size: var(--base-font-size);
}

.hs-form-field > label {
  line-height: var(--common-line-height);
  margin-bottom: unset;
}

.hs-form-field > .input {
  margin-right: unset !important;
  width: var(--fullwidth);
}

.hs-form fieldset.form-columns-1 .hs-form-field > .input > .hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field > .input > .hs-input {
  width: var(--fullwidth) !important;
}

/* Help text */
form legend {
  font-size: 0.875rem;
}

form fieldset {
  max-width: var(--fullwidth) !important;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.25rem;
}

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput > .hs-input {
  width: var(--fullwidth) !important;
}

/* NEU: 202309220 - automatische Größenanpassung an die Kalendertabelle */
.fn-date-picker .pika-lendar {
  width: auto !important;
}

.fn-date-picker .pika-table thead th {
  color: var(--white);
}

.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;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: unset;
}

form input[type=file]::-webkit-file-upload-button {
  align-items: center;
  background-color: var(--brand-primary-10);
  border: 1px solid var(--extra-color-bright-blue);
  border-radius: 0.5rem;
  color: var(--extra-color-bright-blue);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: var(--base-font-family--bold);
  font-size: 0.875rem;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.12rem;
  line-height: var(--common-line-height);
  margin-bottom: 0.5rem;
  padding: 0 2.5rem;
  text-transform: uppercase;
}

form input[type=file]::-webkit-file-upload-button:hover,
form input[type=file]::-webkit-file-upload-button:focus,
form input[type=file]::-webkit-file-upload-button:active {
  background-color: var(--brand-primary-30);
}

/* Headings and text */
form .hs-richtext h3 {
  margin-top: 1.5rem;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  line-height: var(--common-line-height);
}

form .hs-richtext:last-of-type p {
  margin-bottom: 0;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .field.hs-form-field {
  margin-bottom: 1rem !important;
}

.legal-consent-container .hs-form-booleancheckbox-display {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

input[type="checkbox"],
form input[type="checkbox"],
.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"] {
  appearance: unset;
  background: var(--white);
  border: 1px solid var(--brand-primary);
  border-radius: 0.25rem;
  float: unset;
  height: 1rem;
  margin-top: 2px;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 1rem !important;
  -webkit-appearance: unset;
}

input[type="checkbox"]:checked,
form input[type="checkbox"]:checked,
.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"]:checked {
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
}

input[type="checkbox"]:checked::after,
form input[type="checkbox"]:checked::after,
.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"]:checked::after {
  color: var(--text-color-light);
  content: "\2714";
  font-size: 0.875rem;
  left: 1px;
  position: absolute;
  top: -1px;
}

.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"]:focus-visible {
  outline: unset;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline-block;
  margin-left: unset !important;
  line-height: var(--common-line-height);
}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: var(--brand-primary);
  font-size: 0.875rem;
  line-height: 1.3;
  margin-left: unset !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span p > a {
  color: inherit !important;
  text-underline-offset: 2px;
}

/* Validation */
.hs-form-required {
  color: var(--brand-primary);
}

.hs-input.invalid.error {
  border-color: var(--alert-error);
}

.hs-form .no-list.hs-error-msgs.inputs-list {
  width: var(--fullwidth);
}

.hs-form .no-list.hs-error-msgs.inputs-list > li {
  margin: unset;
}

.hs-form .no-list.hs-error-msgs.inputs-list > li > label > a {
  color: var(--brand-primary);
  text-underline-offset: 2px;
}

.hs-form .no-list.hs-error-msgs.inputs-list > li > label > a:hover,
.hs-form .no-list.hs-error-msgs.inputs-list > li > label > a:focus,
.hs-form .no-list.hs-error-msgs.inputs-list > li > label > a:visited,
.hs-form .no-list.hs-error-msgs.inputs-list > li > label > a:active {
  color: var(--brand-primary-50);
}

.hs-form .hs-error-msg,
.hs-form .hs_error_rollup .hs-error-msgs li label,
.submitted-message {
  color: var(--alert-error);
  background-color: var(--alert-error-bg);
  border: 1px solid var(--alert-error-border);
  border-radius: 0.25rem;
  font-size: 0.875rem !important;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.submitted-message {
  color: var(--brand-primary);
  background-color: var(--background-color-light);
  border-color: var(--alert-success-border);
  padding: 3.5rem 2.5rem;
}

.hs-form .hs_error_rollup,
.hs_submit.hs-submit {
  width: var(--fullwidth);
}

/* 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;
}

.hs-form .hs-button,
.hs-form input[type=submit] {
  align-items: center;
  appearance: unset;
  background-color: var(--brand-secondary-70);
  border: none;
  border-radius: 0.5rem;
  color: var(--text-color-dark);
  display: flex;
  flex-direction: row;
  font-family: var(--base-font-family--bold);
  font-size: 0.875rem;
  height: 3rem;
  justify-content: center;
  line-height: var(--common-line-height);
  letter-spacing: 0.12rem;
  padding: 0 2.5rem;
  text-transform: uppercase;
  white-space: unset !important;
  width: var(--fullwidth);
  -webkit-appearance: unset;
}

.hs-form .hs-button:hover,
.hs-form input[type=submit]:hover {
  background-color: var(--brand-secondary-30);
}

.hs-form .hs-button:active,
.hs-form input[type=submit]:active {
  background-color: var(--brand-secondary-50);
}

.hs-form .hs-button:focus-visible,
.hs-form input[type=submit]:focus-visible {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.hs-form .hs-button:disabled,
.hs-form .hs-button.disabled,
.hs-form input[type=submit]:disabled,
.hs-form input[type=submit].disabled {
  background-color: var(--brand-primary-30);
  pointer-events: none;
}

@media (min-width: 480px) {
  .hs-form .hs-button,
  .hs-form input[type=submit] {
    width: auto;
  }
}

.hs-form .legal-consent-container {}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}
table {
  border: unset !important;
  border-collapse: collapse !important;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: var(--margin-zero-auto);
  max-width: calc(var(--fullwidth) - 3rem);
  overflow-wrap: unset;
}

@media (min-width: 768px) {
  table {
    max-width: 768px;
  }
}

td:not(#CybotCookiebotDialog td),
th:not(#CybotCookiebotDialog th) {
  border: unset !important;
  height: unset !important;
  vertical-align: top;
}

th:not(#CybotCookiebotDialog th) {
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  th:not(#CybotCookiebotDialog th) {
    letter-spacing: 0.02rem;
  }
}

/*td:nth-child(1):not(#CybotCookiebotDialog td:nth-child(1)),*/
/*td:nth-child(2):not(#CybotCookiebotDialog td:nth-child(2)) {*/
/*  width: 50% !important;*/
/*}*/

table thead th {
  vertical-align: bottom;
}

table > tbody > tr {
  border-bottom: 1px solid var(--brand-primary-30);
}

table > tbody > tr > td:not(#CybotCookiebotDialog table > tbody > tr > td) {
  padding: 1rem 0.5rem !important;
}

table > tbody > tr:first-of-type > td:not(#CybotCookiebotDialog table > tbody > tr:first-of-type > td) {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: var(--common-line-height);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

[data-hs-responsive-table="true"],
[class*="rich_text"] [data-hs-responsive-table="true"] {
  margin: var(--margin-zero-auto) !important;
  max-width: var(--fullwidth) !important;
  overflow-x: auto !important;
  width: var(--fullwidth) !important;
}

@media (min-width: 768px) {
  [data-hs-responsive-table="true"],
  [class*="rich_text"] [data-hs-responsive-table="true"] {
    max-width: 768px;
  }
}

[data-hs-responsive-table="true"] > table,
[class*="rich_text"] [data-hs-responsive-table="true"] > table {
  border-width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
  max-width: unset !important;
  min-width: calc(var(--fullwidth) * 2) !important;
  padding: unset !important;
  table-layout: auto !important;
  width: calc(var(--fullwidth) * 2) !important;
}

/*[class*="rich_text"] td:first-child,*/
/*[class*="rich_text"] table td:nth-child(1),*/
/*[class*="rich_text"] table td:nth-child(2),*/
/*[data-hs-responsive-table="true"] td:first-child,*/
/*[data-hs-responsive-table="true"] table td:nth-child(1),*/
/*[data-hs-responsive-table="true"] table td:nth-child(2) {*/
/*  width: auto !important;*/
/*}*/
/* Lists */
ul,
ol,
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-inline-start: 22px;
}

ul > li,
ol > li,
ul ul > li,
ol ul > li,
ul ol > li,
ol ol > li {
  margin-bottom: 0.5rem;
}

ul > li:last-child,
ol > li:last-child,
ul ul > li:last-child,
ol ul > li:last-child,
ul ol > li:last-child,
ol ol > li:last-child {
  margin-bottom: unset;
}

h2 ~ ul,
h2 ~ ol,
h3 ~ ul,
h3 ~ ol,
h4 ~ ul,
h4 ~ ol,
h5 ~ ul,
h5 ~ ol,
h6 ~ ul,
h6 ~ ol,
p ~ ul,
p ~ ol {
  margin-top: -0.5rem;
}

div ~ ul,
div ~ ol {
  margin-top: 0.5rem;
}

.checkmark-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.checkmark-list li {
  line-height: 1.3;
  padding-left: 2rem;
  position: relative;
}

.checkmark-list li::before {
  background-image: url(https://25962464.fs1.hubspotusercontent-eu1.net/hubfs/25962464/impulsNDO/icons/ic-check_primary_24x24.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

/* Components */
/* 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%;
}


header {
  background-color: var(--background-color-light);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: unset;
  visibility: visible;
  z-index: 1100;
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

header.mobile,
header.mobile.up {
  height: 6rem;
}

header.no-menu,
header.no-menu.mobile,
header.no-menu.mobile.up {
  height: 4rem;
}

header.no-menu {
  background-color: var(--white);
}

.header.no-menu.campaign-lp.down {
  box-shadow: 0 4px 8px 0 rgba(192.9234375, 192.9234375, 192.9234375, 0.5);
}

header.mobile.blog {
  height: 12rem;
}

header.desktop,
header.desktop.up {
  height: 7.5rem;
}

header.no-menu.desktop,
header.no-menu.desktop.up {
  height: 5rem;
}

header.mobile.down,
header.desktop.down {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

header.mobile.down {
  top: -6rem;
}

header.desktop.down {
  top: -7.5rem;
}

/* 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 {
  background: var(--white);
  display: inline-block;
  height: 1.5rem;
  min-width: 7rem;
  overflow: visible;
  position: relative;
  left: 24px;
  top: 8px;
  width: fit-content;
  z-index: 10;
}

.header__content {
  background-color: var(--background-color-light);
}

.header__content--mobile {
  position: relative;
}

.header__content--responsive {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--page-max-width);
}

.top-bar-wrapper {
  background-color: var(--background-color-light);
  padding: 0 1.25rem 0 1.5rem;
}

@media (min-width: 1280px) {
  .header__content--responsive .top-bar-wrapper {
    padding: 0;
  }
}

.top-bar {
  background-color: var(--background-color-light);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.top-bar--mobile,
.top-bar--desktop,
.top-bar--responsive {
  gap: 1rem;
  height: 4rem;
}

header.no-menu.desktop .top-bar--responsive {
  height: 5rem;
}

.top-bar--mobile .logo-container {
  background-color: var(--background-color-light);
}

.top-bar--mobile .logo {
  background-color: var(--background-color-light);
  height: 2rem;
}

.top-bar--mobile .logo--xs {
  display: none;
}

.top-bar--mobile .logo--s,
.top-bar--responsive .logo--s,
.top-bar--mobile .logo .hs_cos_wrapper_type_logo,
.top-bar--responsive .logo .hs_cos_wrapper_type_logo {
  background-color: var(--background-color-light);
  display: block;
}

.top-bar--mobile .logo .hs_cos_wrapper_type_logo a,
.top-bar--responsive .logo .hs_cos_wrapper_type_logo a {
  background-color: var(--background-color-light);
  color: transparent;
  display: inline-block;
  text-decoration: none !important;
}

.top-bar--mobile .logo .hs_cos_wrapper_type_logo img,
.top-bar--responsive .logo .hs_cos_wrapper_type_logo img {
  height: 2rem !important;
  width: auto !important;
}

.top-bar--mobile > .nav-icons-container,
.nav-icons-container--desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.top-bar--mobile > .nav-display,
.top-bar--desktop > .nav-display {
  color: var(--brand-primary);
  font-family: var(--heading-font-family);
  font-size: var(--base-font-size);
  line-height: var(--common-line-height);
  text-align: center;
}

.nav-icons-container--mobile,
.nav-icons-container--desktop {
  background-color: var(--background-color-light);
  gap: 2rem;
  justify-content: flex-end;
}

.nav-icons-container--mobile {
  gap: 1rem;
}

@media (min-width: 480px) {
  .nav-icons-container--mobile {
    gap: 2rem;
  }
}

.nav-icon--mobile,
.nav-icon--responsive,
.nav-icon--desktop {
  cursor: pointer;
  display: flex;
  height: 2rem;
  width: 2rem;
}

.nav-icon--mobile,
.nav-icon--responsive,
.nav-icon--desktop {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inherit;
}

.nav-icon--mobile.consultant,
.nav-icon--desktop.consultant {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-account-circle_secondary.svg");
}

.nav-icon--mobile.phone,
.nav-icon--responsive.phone,
.nav-icon--desktop.phone {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-phone-talk.svg");
}

.nav-icon--mobile.search,
.nav-icon--desktop.search {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-search.svg");
}

.nav-icon--mobile.menu {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-menu.svg");
}

.nav-icon--mobile.back,
.nav-icon--desktop.back {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-chevron-backward.svg");
}

.nav-icon--mobile.close,
.nav-icon--desktop.close {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-close.svg");
}

@media (min-width: 768px) {
  .nav-icon-wrapper--responsive.phone {
    margin-right: 4px;
  }
}

@media (min-width: 1280px) {
  .nav-icon-wrapper--responsive.phone {
    margin-right: unset;
  }
}

.nav-icon-wrapper--responsive.phone .nav-icon-link {
  display: none;
  color: var(--brand-primary);
  font-family: var(--base-font-family--bold);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  text-decoration: none;
}

@media (min-width: 768px) {
  .nav-icon-wrapper--responsive.phone .nav-icon-link {
    display: inline-block;
  }
}

.nav-icon-wrapper--responsive.phone .nav-icon-label {
  cursor: pointer;
}

.mobile-menu__claim-wrapper {
  background-color: var(--background-color-dark);
  padding: 0.25rem 1.5rem;
}

.cta-bar--mobile {
  background-color: var(--background-color-light);
  border-bottom: 1px solid var(--brand-primary-10);
  padding: 1.5rem;
}

.mobile-menu__panel,
.desktop-menu__panel {
  background-color: var(--background-color-light);
  height: 100vh;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 100;
}

.mobile-menu__panel.closed,
.desktop-menu__panel.closed {
  opacity: 0;
  right: -200%;
  visibility: hidden;
}

.mobile-menu__panel.open,
.desktop-menu__panel.open {
  opacity: 1;
  visibility: visible;
  width: var(--fullwidth);
}

@media (min-width: 480px) {
  .mobile-menu__panel.open,
  .desktop-menu__panel.open {
    max-width: 360px;
    width: 360px;
  }
}

.mobile-menu__panel.open > .mobile-menu__panel-container,
.desktop-menu__panel.open > .desktop-menu__panel-container {
  background-color: var(--background-color-light);
  height: 100vh;
  position: relative;
}

.mobile-menu__panel-container .top-bar--mobile > .nav-icons-container--mobile,
.desktop-menu__panel-container .top-bar--desktop > .nav-icons-container--desktop {
  gap: unset;
  justify-content: unset;
}

.mobile-menu__panel-container > .top-bar-wrapper,
.desktop-menu__panel-container > .top-bar-wrapper {
  padding: 0 1rem;
  border-bottom: 1px solid var(--brand-primary-10);
  height: 4rem;
}

.mobile-menu__panel-inner,
.desktop-menu__panel-inner {
  background-color: var(--background-color-light);
  height: calc(100vh - 4rem);
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-menu__search-wrapper,
.desktop-menu__search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}

.mobile-menu__search-container,
.desktop-menu__search-container {
  width: var(--fullwidth);
}

.mobile-menu__nav-wrapper,
.desktop-menu__nav-wrapper {
  background-color: var(--background-color-light);
  overflow: hidden;
  padding: 0 1.5rem;
}

.mobile-menu__nav-wrapper .submenu,
.desktop-menu__nav-wrapper .submenu {
  background-color: var(--background-color-light);
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.mobile-menu__nav-wrapper .submenu > .menu-item,
.desktop-menu__nav-wrapper .submenu > .menu-item {
  background-color: var(--background-color-light);
  border-bottom: 1px solid var(--brand-primary-10);
  font-family: var(--heading-font-family);
  font-size: var(--base-font-size);
  color: var(--brand-primary-70);
  cursor: pointer;
  height: 4.5rem;
  margin-bottom: unset;
}

.mobile-menu__nav-wrapper .submenu > .menu-item:hover,
.mobile-menu__nav-wrapper .submenu > .menu-item:active,
.desktop-menu__nav-wrapper .submenu > .menu-item:hover,
.desktop-menu__nav-wrapper .submenu > .menu-item:active {
  border-bottom-color: var(--text-color-green);
  color: var(--text-color-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mobile-menu__nav-wrapper .submenu > .menu-item.has-submenu,
.desktop-menu__nav-wrapper .submenu > .menu-item.has-submenu {
  position: relative;
}

.mobile-menu__nav-wrapper .submenu > .menu-item.has-submenu::after,
.desktop-menu__nav-wrapper .submenu > .menu-item.has-submenu::after {
  background: url('https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/pfeile/ic-chevron_right_primary-70.svg');
  content: '';
  position: absolute;
  top: 19px;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-menu__nav-wrapper .submenu > .menu-item.has-submenu:hover::after,
.mobile-menu__nav-wrapper .submenu > .menu-item.has-submenu:active::after,
.desktop-menu__nav-wrapper .submenu > .menu-item.has-submenu:hover::after,
.desktop-menu__nav-wrapper .submenu > .menu-item.has-submenu:active::after {
  background: url('https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/pfeile/ic-chevron_right_primary.svg');
}

.mobile-menu__nav-wrapper .submenu > .menu-item > .menu-link,
.desktop-menu__nav-wrapper .submenu > .menu-item > .menu-link {
  align-items: center;
  color: var(--brand-primary-70);
  display: flex;
  height: 4rem;
  padding-right: 1.75rem;
  width: var(--fullwidth);
}

.mobile-menu__nav-wrapper .submenu > .menu-item > .menu-link:hover,
.mobile-menu__nav-wrapper .submenu > .menu-item > .menu-link:active,
.desktop-menu__nav-wrapper .submenu > .menu-item > .menu-link:hover,
.desktop-menu__nav-wrapper .submenu > .menu-item > .menu-link:active {
  color: var(--text-color-dark);
}

.mobile-menu__nav-wrapper .submenu > .menu-item > a.menu-link,
.desktop-menu__nav-wrapper .submenu > .menu-item > a.menu-link {
  background-color: var(--background-color-light);
  color: unset !important;
  text-decoration: none !important;
}

.mobile-menu__nav-wrapper .submenu.level-1 > .has-submenu > .submenu.level-2,
.mobile-menu__nav-wrapper .submenu.level-2 > .has-submenu > .submenu.level-3,
.desktop-menu__nav-wrapper .submenu.level-1 > .has-submenu > .submenu.level-2,
.desktop-menu__nav-wrapper .submenu.level-2 > .has-submenu > .submenu.level-3 {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.mobile-menu__nav-wrapper .submenu.level-1.is-hidden,
.desktop-menu__nav-wrapper .submenu.level-1.is-hidden {
  transform: translateX(200%);
  visibility: hidden;
  height: 0;
}

.mobile-menu__nav-wrapper .submenu.level-1.is-hidden {
  
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.mobile-menu__nav-wrapper .submenu.level-1.current-list {
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

.desktop-menu__nav-wrapper .submenu.level-1,
.desktop-menu__nav-wrapper .submenu.level-1.is-hidden {
  transform: translateX(200%);
  
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

}

.desktop-menu__nav-wrapper .submenu.level-1.current-list {
  transform: translateX(0);
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

.mobile-menu__nav-wrapper .submenu.level-1.is-hidden > .has-submenu.open > .submenu.level-2,
.mobile-menu__nav-wrapper .submenu.level-2.is-hidden > .has-submenu.open > .submenu.level-3,
.desktop-menu__nav-wrapper .submenu.level-1.is-hidden > .has-submenu.open > .submenu.level-2,
.desktop-menu__nav-wrapper .submenu.level-2.is-hidden > .has-submenu.open > .submenu.level-3 {
  transform: translateX(-200%);
  position: absolute;
  visibility: visible;
  width: var(--fullwidth);
  height: auto;
  opacity: 1;
}

.mobile-menu__nav-wrapper .submenu.level-1.is-hidden > .has-submenu.open > .submenu.level-2,
.desktop-menu__nav-wrapper .submenu.level-1.is-hidden > .has-submenu.open > .submenu.level-2 {
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

.mobile-menu__nav-wrapper .submenu.level-2.is-hidden > .has-submenu.open > .submenu.level-3,
.desktop-menu__nav-wrapper .submenu.level-2.is-hidden > .has-submenu.open > .submenu.level-3 {
  
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.mobile-menu__nav-wrapper .submenu.level-1.is-hidden > .has-submenu.open > .submenu.level-2.is-hidden,
.desktop-menu__nav-wrapper .submenu.level-1.is-hidden > .has-submenu.open > .submenu.level-2.is-hidden {
  transform: translateX(0);
  visibility: hidden;
  height: 0;
  position: unset;
  top: unset;
  width: unset;
  
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.mobile-menu__quick-access-wrapper,
.desktop-menu__quick-access-wrapper {
  padding: 2.5rem 1.5rem;
  width: var(--fullwidth);
}

.search-drawer,
.phone-drawer {
  background-color: var(--background-color-light);
  
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.phone-drawer--responsive.closed,
.search-drawer--mobile.closed,
.phone-drawer--mobile.closed,
.search-drawer--desktop.closed,
.phone-drawer--desktop.closed {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.phone-drawer--responsive.open,
.search-drawer--mobile.open,
.phone-drawer--mobile.open,
.search-drawer--desktop.open,
.phone-drawer--desktop.open {
  opacity: 1;
  overflow: unset;
  box-shadow: 0 4px 4px rgba(0 56 81 / 15%);
}

.search-drawer > .container > .row > .col-12,
.phone-drawer > .container > .row > .col-12 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.phone-drawer .phone-drawer__quick-access-wrapper {
  padding: 1.5rem;
}

.phone-drawer--responsive .phone-drawer__quick-access-wrapper > div {
  text-align: center;
}

.phone-drawer--lp-dist .phone-drawer__quick-access-wrapper .phone-drawer__action-bar {
  text-align: right;
}

.phone-drawer--responsive .phone-drawer__quick-access-wrapper > div > a {
  border: 2px solid var(--brand-primary);
  border-radius: 8px;
  color: var(--brand-primary);
  display: block;
  font-family: var(--base-font-family--bold);
  font-size: calc(var(--base-font-size) * 1.25);
  padding: var(--spacing-m);
  text-decoration: none;
}

.phone-drawer--lp-dist .phone-drawer__quick-access-wrapper > div > a:focus-visible {
  border: 2px solid var(--brand-primary) !important;
}

.search-drawer--desktop .search-drawer__search-container {
  max-width: 45rem;
  margin: var(--margin-zero-auto);
}

.search-drawer--mobile .search-drawer__action-bar,
.phone-drawer--mobile .phone-drawer__action-bar,
.phone-drawer--desktop .phone-drawer__action-bar,
.search-drawer--desktop .search-drawer__action-bar {
  text-align: right;
}

.phone-drawer--desktop .phone-drawer__action-bar {
  margin: var(--margin-zero-auto);
  max-width: 45rem;
}

.phone-drawer--mobile .phone-drawer__action-bar {
  margin-bottom: 1rem;
}

.search-drawer--mobile .search-drawer__close:hover svg path,
.search-drawer--mobile .search-drawer__close:focus svg path,
.search-drawer--mobile .search-drawer__close:active svg path,
.phone-drawer--mobile .phone-drawer__close:hover svg path,
.phone-drawer--mobile .phone-drawer__close:focus svg path,
.phone-drawer--mobile .phone-drawer__close:active svg path,
.phone-drawer--desktop .phone-drawer__close:hover svg path,
.phone-drawer--desktop .phone-drawer__close:focus svg path,
.phone-drawer--desktop .phone-drawer__close:active svg path,
.search-drawer--desktop .search-drawer__close:hover svg path,
.search-drawer--desktop .search-drawer__close:focus svg path,
.search-drawer--desktop .search-drawer__close:active svg path {
  fill: var(--brand-primary-70);
}

/*****************************************************/
/***    MOST DESKTOP HEADER STYLES OR OVERRIDES    ***/
/*****************************************************/
.meta-bar-wrapper--desktop {
  background-color: var(--background-color-light);
  border-bottom: 1px solid var(--brand-primary-10);
  height: 4rem;
  padding: 0 1.5rem;
}

@media (min-width: 1280px) {
  .meta-bar-wrapper--desktop {
    padding: unset;
  }
}

.meta-bar--desktop,
.menu-bar--desktop {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 3.5rem;
  justify-content: space-between;
}

.meta-bar--desktop {
  height: 4rem;
}

@media (min-width: 1280px) {
  .meta-bar--desktop {
    margin: var(--margin-zero-auto);
    max-width: var(--page-max-width);
    width: var(--page-max-width);
  }
}

.meta-bar--desktop .logo-container {
  background-color: var(--background-color-light);
}

.meta-bar--desktop .logo {
  background-color: var(--background-color-light);
  height: 2rem;
}

.meta-bar--desktop .logo .hs_cos_wrapper_type_logo {
  background-color: var(--background-color-light);
  display: block;
}

.meta-bar--desktop .logo .hs_cos_wrapper_type_logo a {
  background-color: var(--background-color-light);
  color: transparent;
  display: inline-block;
  text-decoration: none !important;
}

.meta-bar--desktop .logo .hs_cos_wrapper_type_logo img {
  height: 2rem !important;
  width: auto !important;
}

.nav-icon-wrapper--desktop {
  align-items: center;
  background-color: var(--background-color-light);
  display: flex;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.nav-icon-label--desktop.consultant {
  background-color: var(--background-color-light);
  font-family: var(--base-font-family--bold);
  font-size: 0.875rem;
  line-height: 1.3;
}

.nav-icon-label--desktop.consultant.hs_is_contact {
  font-family: var(--base-font-family);
}

.nav-icon-wrapper--desktop:hover > .nav-icon-label--desktop.consultant,
.nav-icon-wrapper--desktop:active > .nav-icon-label--desktop.consultant,
.nav-icon-wrapper--desktop:hover > .nav-icon-label--desktop.consultant.hs_is_contact,
.nav-icon-wrapper--desktop:active > .nav-icon-label--desktop.consultant.hs_is_contact {
  color: var(--brand-primary);
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.menu-bar-wrapper--desktop {
  background-color: var(--background-color-light);
  border-bottom: 1px solid var(--brand-primary-10);
  height: 3.5rem;
  padding: 0 1.5rem;
}

@media (min-width: 1280px) {
  .menu-bar-wrapper--desktop {
    padding: unset;
  }
  .menu-bar--desktop {
    margin: var(--margin-zero-auto);
    max-width: var(--page-max-width);
    width: var(--page-max-width);
  }
}


@media (min-width: 1024px) {
  .claim-wrapper {
    background-color: var(--background-color-light);
  }
}

.nav-wrapper--desktop .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-wrapper--desktop .submenu > li {
  margin-bottom: unset;
}

.nav-wrapper--desktop .submenu.level-1 {
  background-color: var(--background-color-light);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.5rem;
}

.nav-wrapper--desktop .submenu.level-1 > li {
  background-color: var(--background-color-light);
  border-bottom: 1px solid transparent;
  color: var(--brand-primary-70);
  cursor: pointer;
  font-family: var(--heading-font-family);
  font-size: var(--base-font-size);
  line-height: var(--common-line-height);
}

.nav-wrapper--desktop .submenu.level-1 > li:hover,
.nav-wrapper--desktop .submenu.level-1 > li:active {
  border-bottom-color: var(--brand-primary);
  border-bottom-width: 2px;
  color: var(--brand-primary);
}

.nav-wrapper--desktop .submenu.level-1 > li > .custom-btn {
  color: var(--brand-primary-70);
}

.nav-wrapper--desktop .submenu.level-1 > li:hover > .custom-btn,
.nav-wrapper--desktop .submenu.level-1 > li:active > .custom-btn {
  color: var(--text-color-dark);
}

.nav-wrapper--desktop .submenu.level-2,
.nav-wrapper--desktop .submenu.level-3 {
  display: none;
}

.overlay {
  background-color: var(--brand-primary-10);
  height: 100vH;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

.overlay.open {
  opacity: 0.72;
  visibility: visible;
}
.footer .col-12 {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .footer .col-12 {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}

.footer__background {
  background-color: var(--extra-color-bright-grey);
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .footer__content {
    gap: 3rem;
  }
}

.footer__breadcrumb-container {
  border-bottom: 1px solid var(--brand-primary-30);
  padding: 0 0 1.5rem;
}

.footer__pesnippet-container {
  border-bottom: 1px solid var(--brand-primary-30);
  padding: 0 0 2.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer__pesnippet-container {
    margin-top: -0.5rem;
  }
}

.footer__nav-wrapper .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-wrapper .submenu > li {
  margin-bottom: unset;
}

.footer__nav-wrapper .submenu > li > .menu-link {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  letter-spacing: 0.02rem;
  line-height: 1.2;
}

.footer__nav-wrapper .submenu > li > .menu-link.custom-btn {
  background-color: var(--extra-color-bright-grey);
  cursor: initial;
  text-align: left;
  pointer-events: none;
}

.footer__nav-wrapper .submenu > li > a.menu-link {
  text-decoration: none;
}

.footer__nav-wrapper .submenu > li > a.menu-link:hover,
.footer__nav-wrapper .submenu > li > a.menu-link:active {
  color: var(--brand-primary-70);
  text-decoration-color: var(--brand-primary-50) !important;
  text-underline-offset: 4px;
}

.footer__nav-wrapper .submenu.level-1 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 480px) {
  .footer__nav-wrapper .submenu.level-1 {
    column-gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer__nav-wrapper .submenu.level-1 {
    gap: unset;
    justify-content: space-between;
  }
}

.footer__nav-wrapper .submenu.level-1 > li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 480px) {
  .footer__nav-wrapper .submenu.level-1 > li {
    width: calc((var(--fullwidth) / 2) - 0.75rem);
  }
}

@media (min-width: 1024px) {
  .footer__nav-wrapper .submenu.level-1 > li {
    width: auto;
  }
}

.footer__nav-wrapper .submenu.level-1 > li > .menu-link {
  color: var(--brand-primary-70);
  font-family: var(--heading-font-family);
}

.footer__nav-wrapper .submenu.level-1 > li > .submenu.level-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer__nav-wrapper .submenu.level-1 > li > .submenu.level-2 > li > .menu-link {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  width: var(--fullwidth);
}

.footer__plinth {
  border-top: 1px solid var(--brand-primary-30);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2rem;
}

.footer.no-menu .footer__plinth {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .footer__plinth {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 1.5rem;
  }
}


.tabs__wrapper {
  width: var(--fullwidth);
}

.tabs__tab-container {
  align-items: center;
  border-bottom: 1px solid var(--brand-primary-30);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: var(--fullwidth);
}

.tabs__tab {
  align-items: center;
  background-color: var(--background-color-light);
  border-bottom: 4px solid transparent;
  color: var(--brand-primary);
  cursor: pointer;
  display: flex;
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  height: 3rem;
  justify-content: center;
  line-height: 1.3;
  outline: none;
  padding: 1rem;
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

@media (min-width: 768px) {
  .tabs__tab {
    font-size: var(--base-font-size);
    height: 3.5rem;
    line-height: var(--base-line-height);
  }
}

.tabs__tab.current {
  border-bottom-color: var(--brand-secondary);
  font-family: var(--base-font-family--bold);
}

.tabs__tab:hover,
.tabs__tab:focus {
  border-bottom-color: var(--brand-secondary);
}

.tabs__tab.number {
  color: var(--text-color-light);
  font-family: var(--heading-font-family);
  font-size: var(--base-font-size);
  line-height: 1;
  padding: 0.75rem 1.5rem;
}

@media (min-width: 768px) {
  .tabs__tab.number {
    font-size: 1.25rem;
  }
}

.tabs__tab.number:hover:not(.tabs__tab.number.current:hover),
.tabs__tab.number:focus:not(.tabs__tab.number.current:focus) {
  border-bottom-color: transparent;
}

.tabs__tab-label {
  display: inline-block;
}

.tabs__tab.number > .tabs__tab-label {
  align-items: center;
  background-color: var(--extra-color-bright-blue);
  border-radius: 50%;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.tabs__tab.number.current > .tabs__tab-label,
.tabs__tab.number:hover > .tabs__tab-label,
.tabs__tab.number:focus > .tabs__tab-label {
  background-color: var(--brand-secondary);
}

@media (min-width: 768px) {
  .tabs__tab.number > .tabs__tab-label {
    height: 2rem;
    width: 2rem;
  }
}

.tabs__content-item {
  display: none;
}


.cdd__dropdown {
  color: var(--brand-primary);
  font-size: 14px;
  line-height: var(--common-line-height);
  position: relative;
  width: var(--fullwidth);
}

.cdd__dropdown-button {
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--brand-primary-50);
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 3rem;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
  position: relative;
  width: var(--fullwidth);
}

.cdd__dropdown-button.disabled {
  background-color: var(--brand-primary-30);
}

.cdd__dropdown-button::after {
  background-image: url("https://24914323.fs1.hubspotusercontent-eu1.net/hubfs/24914323/impulsNDO/icons/ic-chevron-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  width: 1.5rem;
  
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}

.cdd__dropdown-button.open::after {
  transform: rotate(180deg);
}

.cdd__dropdown-button-caption {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cdd__dropdown-content {
  background-color: var(--white);
  border: 1px solid var(--brand-primary-50);
  border-radius: 0.25rem;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.cdd__dropdown-content.open {
  display: block;
  top: calc(((5 * 3rem) + 6px) * -1);
}

.cdd__dropdown-content-inner {
  max-height: calc(5 * 3rem);
  padding: 0 1rem;
  overflow-y: auto;
}

.cdd__dropdown-content-item {
  align-items: center;
  border-bottom: 1px solid var(--brand-primary-50);
  color: var(--brand-primary);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  min-height: 3rem;
}

.cdd__dropdown-content-item:hover,
.cdd__dropdown-content-item:focus,
.cdd__dropdown-content-item:active,
.cdd__dropdown-content-item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cdd__dropdown-content-item:active,
.cdd__dropdown-content-item.active {
  color: var(--brand-primary-70);
  text-decoration-color: var(--brand-primary-70);
}

.cdd__dropdown-content-item:last-child {
  border-bottom: unset;
}

/* Utilities */
/* For content that needs to be visually hidden but stay visible for screenreaders */
.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;
  }
}