*, *: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 */
    overflow-x: hidden;
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * 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;
}
:root {
  /* Layout */
  --max-total-width: 1920px;
  --max-content-width: 1416px;
  --max-column-width: 690px;
  --max-cases-blog-content-width: 1160px;
  --max-header-height: 640px;
  --header-height: 80px;
  --header-opacity: 0.9;
  --header-backdrop-blur: 32px;
  --mobile-horizontal-padding: 24px;

  /* Font families */
  --font-family-header: "Dela Gothic One", sans-serif;
  --font-family-body: "Montserrat", sans-serif;

  /* Fonts */
  --paragraph-font-size: 16px;

  /* Primary colors */
  --primary-blue-color: #0F64BE;
  --primary-purple-color: #A153D9;
  --primary-green-color: #0AC2A3;
  --primary-orange-color: #FF6843;

  /* Secondary colors */
  --secondary-blue-dark-color: #3241BE;
  --secondary-blue-light-color: #78A0FA;
  --secondary-purple-dark-color: #643CA0;
  --secondary-purple-light-color: #AA8CFF;
  --secondary-green-dark-color: #008C82;
  --secondary-green-light-color: #82EBBE;
  --secondary-orange-dark-color: #C83200;
  --secondary-orange-light-color: #FA8C40;

  /* Other colors */
  --white-color: #fff;
  --black-color: #1e1e1e;
  --grey-backgrounds: #F2F2F2;
  --grey-lines: #DBDBDB;
  --grey-disabled: #767676;
  --grey-description: #767676;
  
  --button-link-hover-color: rgba(0, 0, 0, 0.04);
  --button-link-transition: background-color 0.1s ease-in;
  
  /* Spacing */
  --space-xs: 0.5rem;
  --space-s: 1rem;
  --space-m: 2rem;
  --space-l: 4rem;
  --space-xl: 8rem;
  
  /* Borders */
  --main-border-radius: 16px;
  --buttons-border-radius: 32px;
  --input-border-radius: 12px;
  --select-border-radius: 8px;
  
  /* Shadows */
  --card-default-shadow: 0px 16px 64px 0px #00000029;
  --card-hover-shadow: 0px 16px 64px 0px #00000029;
  --card-active-shadow: 0px 16px 64px 0px #00000052;
  --modal-shadow: 0px 16px 64px 0px #00000029;
}



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* 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));
  }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (max-width: 1024px) {
  .content-wrapper {
    padding: 0 var(--mobile-horizontal-padding);
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

html {
  font-size: var(--paragraph-font-size);
  font-family: var(--font-family-body);
}

/* Body */
p {
  font-size: 1rem;
  color: var(--black-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 1.875rem;
}

a, a:visited, a:active, a:hover {
  color: inherit;
  text-decoration: underline;
}

a:hover {
/*   opacity: 0.75; */
}


/* Headers */
h1, .h1 {
  font-family: var(--font-family-header);
  font-weight: 400;
  color: var(--black-color);
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;

  /* hyphens */
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

h2, .h2 {
  font-family: var(--font-family-header);
  font-weight: 400;
  color: var(--black-color);
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;

  /* hyphens */
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

h3, .h3 {
  font-family: var(--font-family-header);
  font-weight: 400;
  color: var(--black-color);
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;

  /* hyphens */
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

h4, .h4 {
  font-family: var(--font-family-body);
  font-weight: 700;
  color: var(--black-color);
  font-size: 1.625rem;
  line-height: 2rem;

  /* hyphens */
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

h5, .h5 {
  font-family: var(--font-family-body);
  font-weight: 700;
  color: var(--black-color);
  font-size: 1rem;
}


/* Others */
p.lead,
div.lead {
  font-size: 1.25rem;
  color: var(--black-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0px;
}

p.no-padding {
  padding-right: 0 !important; /* prevent from right padding on left column */
}

.quote {
  font-family: var(--font-family-body);
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.5rem;
  color: var(--black-color);
}

.stat {
  font-family: var(--font-family-header);
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--black-color);
}

label, .label {
  font-family: var(--font-family-body);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--grey-disabled);
}

.button-link {
  font-family: var(--font-family-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}


@media(max-width: 992px) {
  h1, .h1 {
    font-size: 2.125rem !important;
    line-height: 2.125rem !important;
  }

  h2, .h2 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }

  h3, .h3 {
    font-size: 1.125rem !important;
    line-height: 1.375rem !important;
  }

  h4, .h4 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .quote {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
/* Fields */

.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 input[type=tel],
form select,
form textarea {
  display: inline-block;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100%;
}

form input[type=text]:focus,
form input[type=text]:focus-within,
form input[type=text]:focus-visible,
form input[type=search]:focus,
form input[type=search]:focus-within,
form input[type=search]:focus-visible,
form input[type=email]:focus,
form input[type=email]:focus-within,
form input[type=email]:focus-visible,
form input[type=password]:focus,
form input[type=password]:focus-within,
form input[type=password]:focus-visible,
form input[type=tel]:focus,
form input[type=tel]:focus-within,
form input[type=tel]:focus-visible,
form input[type=number]:focus,
form input[type=number]:focus-within,
form input[type=number]:focus-visible,
form input[type=file]:focus,
form input[type=file]:focus-within,
form input[type=file]:focus-visible,
form input[type=tel]:focus,
form input[type=tel]:focus-within,
form input[type=tel]:focus-visible,
form select:focus,
form select:focus-within,
form select:focus-visible,
form textarea:focus, 
form textarea:focus-within,
form textarea:focus-visible {
  outline-width: 1px;
  outline-style: double;
  outline-color: var(--primary-purple-color);
}

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:'\01F4C5';
  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: #D64545;
}

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

.hs-error-msgs label:not(.hs-error-msg) {
  display: none;
}

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


button,
.button,
.hs-button,
.interactive-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  white-space: normal;
}

.button, .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--space-xs) * 2.5) calc(var(--space-xs) * 3) calc(var(--space-xs) * 2.5);
  font-family: var(--font-family-header);
  font-size: 1rem;
  font-weight: 400;
  border-radius: var(--buttons-border-radius);
  border: none;
  background-color: var(--grey-backgrounds);
  color: var(--black-color);
  text-decoration: none !important;
  text-transform: uppercase;
}

.button.button-clean {
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
}


/* Button with icon */

.button.button-with-icon {
  position: relative;
  width: auto;
}

.button.button-with-icon .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--secondary-orange-light-color);
  color: var(--white-color);
  font-size: 1rem;
}

.grip-page .button.button-with-icon .icon {
  background-color: var(--secondary-orange-light-color);
}

.button.button-with-icon.icon-left {
  padding-left: calc(var(--space-l) + var(--space-xs));
}

.button.button-with-icon.icon-left .icon {
  left: 6px;
}

.button.button-with-icon.icon-right {
  padding-right: calc(var(--space-l) + var(--space-xs));
}

.button.button-with-icon.icon-right .icon {
  right: 6px;
}


/* Button only icon */

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--secondary-orange-light-color);
  color: var(--white-color);
  font-size: 1rem;
}

.grip-page .button-icon {
  background-color: var(--secondary-orange-light-color);
}


/* Button states */

.button:hover,
.button:hover input[type="submit"],
.button-icon:hover,
.button-with-icon:hover {
  background-color: var(--grey-lines);
}

.button.button-clean:hover, .button-icon.button-clean:hover, .button-with-icon.button-clean:hover {
  background-color: transparent;
}

button.disabled,
button:disabled,
.button.disabled,
.button:disabled,
.hs-button:disabled {
  background-color: var(--grey-lines);
  border-color: var(--grey-lines);
  color: var(--black-color);
}

.button.disabled:hover, .button-icon.disabled:hover, .button-with-icon.disabled:hover {
  background-color: var(--grey-lines);
  color: var(--black-color);
}


/* Button with CTA */

a.hs-button[class*='go'][id^='hs-button_widget_'] {
/*   display: none; */
}
/* ------------------- */
/*    Wrapper & Icon   */
/* ------------------- */

.brand-icon-background-wrapper {
  overflow: hidden;
}

.brand-icon-background {
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
  position: absolute;
  width: 600px;
  height: 600px;
}

@media (max-width: 768px) {
  .brand-icon-background {
    width: 300px;
    height: 300px;
  }
}



/* --------------- */
/*     CTA Box     */
/* --------------- */

.brand-icon-background-wrapper.cta-box-background-icon-wrapper {
  width: 600px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 16px;
}

.brand-icon-background.cta-box-background-icon {
  background-position: -160px 0;
}


@media (max-width: 768px) {
  .brand-icon-background-wrapper.cta-box-background-icon-wrapper {
    left: 0;
    width: 100%;
  }

  .brand-icon-background.cta-box-background-icon {
    background-position: -100px 0;
  }
}



/* --------------------- */
/*     Stacked Cards     */
/* --------------------- */

.brand-icon-background.stacked-cards-background-icon {
  background-position: left top;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .brand-icon-background.stacked-cards-background-icon {}
}



/* ------------- */
/*     Cards     */
/* ------------- */

.brand-icon-background.cards-background-icon {
  background-position: right;
  right: 0;
}

@media (max-width: 768px) {
  .brand-icon-background.cards-background-icon {}
}



/* ------------------------- */
/*     Contact form card     */
/* ------------------------- */

.brand-icon-background.contact-form-card-background-icon,
.brand-icon-background.event-form-card-background-icon {
  background-position: right;
  right: -168px;
  top: -38px;
  z-index: -1;
}

@media (max-width: 768px) {
  .brand-icon-background.contact-form-card-background-icon,
  .brand-icon-background.event-form-card-background-icon {
    background-position: 100%;
    right: -75px;
    top: -16px;
    z-index: -1;
  }
}



/* ------------- */
/*      Hero     */
/* ------------- */

.brand-icon-background.etp-header-background-icon {
  background-position: right;
  top: calc(-1 * var(--space-l));
}

@media (max-width: 768px) {
  .brand-icon-background.etp-header-background-icon {
    left: calc(50% - 150px);
  }
}





/* ---------------------- */
/*      Cases listing     */
/* ---------------------- */

.brand-icon-background.cases-listing-background-icon {
  background-position: right;
  top: 0;
  right: 0;
  transform: translate(15%, -8%);
}

@media (max-width: 768px) {
  .brand-icon-background.cases-listing-background-icon {
    left: -32%;
    top: calc(var(--space-s) * 3);
  }
}

/* Sticky header */

header.header {
  height: var(--header-height);
  background-color: rgba(255, 255, 255, var(--header-opacity));
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  backdrop-filter: blur(var(--header-backdrop-blur));
}

@media (max-width: 768px) {
  body.overflow-hidden header.header {
    background-color: var(--white-color);
  }
}

body.overflow-hidden {
  background-color: var(--white-color);
  backdrop-filter: none;
}

.header__container {
  max-width: var(--max-content-width);
  margin: 0 auto;
}

.body-container-wrapper {
  margin-top: var(--header-height);
}


/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__left__column__container {
  display: flex;
}

.header__right__column__container {
  display: flex;
  /* max-width: 200px; */
}

.header__left__column__container,
.header__right__column__container {
  display: flex;
}

.header__navigation__container {
  margin: 0 0 0 auto;
}
.header__search__container {
  margin: auto;
}
.header__language-switcher__container {
  margin: auto;
  border-left: 1px solid var(--grey-lines);
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) {
  .header__left__column__container {
    width: 100%;
  }
}

@media (max-width: 1150px) and (min-width: 62rem) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 62rem) {
  .header__container {
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 2rem 0 2rem 1rem;
  }
}

@media (max-width: 1024px) {
  .header__row-2 {
    padding: 1.35rem 0;
  }
}

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 132px;
  min-width: 132px;
  overflow: hidden;
}

@media (max-width: 62rem) {
  .header__logo {
    margin: 0 auto 0 0;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
  margin-right: 1rem !important;
  border-radius: 0 !important;
}

@media (max-width: 62rem) {
  .header__logo img {
    max-width: 110px !important;
  }
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  margin: 0;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: 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;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
}




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

.hs-search-field__label {
  display: none;
}

@media (min-width: 62rem) {
  .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: 62rem) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher .globe_class {
  background-image: none !important;
}

.header__language-switcher {
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  left: calc(100% - var(--space-m));
  opacity: 0;
  min-width: 100px;
  text-align: left;
  top: 0;
  visibility: hidden;
  display: block;
  padding: var(--space-m);
  visibility: visible;
  background-color: #fff;
  border-radius: var(--main-border-radius);
  box-shadow: var(--card-default-shadow);
  height: 20px;
  margin-left: calc(var(--space-m)* -1);
  position: absolute;
  transition: top .4s, opacity .3s ease;
  width: auto;
}

.header__language-switcher .lang_list_class.active {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
  z-index: 9999;
  height: max-content;
  top: 2.5rem;
}

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

.header__language-switcher .lang_list_class:after {
  display: none;
  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;
  margin: var(--space-xs) 0;
  padding: calc(var(--space-xs)* .75) var(--space-s);
  width: 100%;
  margin-bottom: var(--space-s);
}

.header__language-switcher .lang_list_class li:last-child {
  margin-bottom: 0;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: var(--grey-backgrounds);
  border-radius: var(--main-border-radius);
}

.header__language-switcher .lang_list_class li a {
  font-family: var(--font-family-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 0;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--black-color);
}

.header__language-switcher .lang_list_class.active li a {
  line-height: 1.75rem;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:hover a:hover {
  color: var(--black-color);
}

.header__language-switcher .lang_list_class li:first-child,
.header__language-switcher .lang_list_class li:last-child {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  margin-left: 0.7rem;
  text-transform: uppercase;
}

.header__language-switcher--label-current .arrow-icon {
  margin-left: calc(var(--space-s) * 0.75);
  transform: rotate(0deg);
  transition: all .2s ease-out;
}

.header__language-switcher--label-current .arrow-icon.active {
  transform: rotate(180deg);
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__button {
  padding: var(--space-xs) var(--space-s) !important;
  border-radius: var(--buttons-border-radius);
  background-color: var(--grey-backgrounds) !important;
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__button .hs-language-switcher__icon {
  display: none;
}

@media (max-width: 62rem) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    left: 30px;
    opacity: 1;
    padding: var(--space-m);
    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 .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 62rem) {
  .header__navigation,
  .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 {
  width: 100%;
  height: auto;
  background-color: var(--black-color);
}

footer .footer-container {
  padding: var(--space-xl) var(--space-m) var(--space-l) var(--space-m);
  margin: 0 auto;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  max-width: var(--max-content-width);
}

footer .footer-container .footer-container-top,
footer .footer-container .footer-container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content {
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-menu-subheader p,
footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-menu-subheader span {
  color: var(--grey-description) !important;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

footer .footer-container .footer-container-top > div {
  width: 33%;
}

footer .footer-container .footer-container-top h3 {
  margin-top: 0;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-nav-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-nav-wrapper ul {
  margin-left: -40px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: var(--font-family-body);
  padding-bottom: calc(var(--space-xs) * 1.5);
  display: flex;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li.link-target-blank.additional-padding {
  padding-top: calc(var(--space-xs) * 4);
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li a {
  text-decoration: none;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon.linkedin,
footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon.youtube {
  left: 0;
  margin-right: 4px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon.youtube {
  top: 1px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li:not(.link-target-blank) .link-new-window-icon {
  display: none;
}

footer .footer-container .footer-container-bottom {
  padding-top: var(--space-l);
}

footer .footer-container .footer-container-bottom .footer-privacy-hw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}

footer .footer-container .footer-container-bottom .footer-privacy-hw > div {
  margin: 0 auto;
}

footer .footer-container .footer-container-bottom .footer-privacy-hw a {
  text-decoration: none;
  padding-right
}

footer .footer-container .footer-container-bottom .footer-privacy-hw a:first-child {
  padding-right: calc(var(--space-s) * 1.5);
}

footer .footer-container .footer-container-bottom .footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .footer-container .footer-container-bottom .footer-logos a {
  text-decoration: none;
}

footer .footer-container .footer-container-bottom .footer-logos img {
  margin-left: var(--space-l);
}



/* -------------------------- */
/*  Footer subscription form  */
/* -------------------------- */

footer input[type="email"] {
  width: 100% !important;
  box-shadow: 0px 2px 2px 0px #0000000A inset;
  box-shadow: 0px 1px 1px 0px #00000014 inset;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--grey-lines);
  border-radius: var(--input-border-radius);
  padding: calc(var(--space-xs) * 1.5) var(--space-s);
}

footer input[type="submit"] {
  border: none;
  padding: 0;
}

footer .hs-submit {
  margin-bottom: var(--space-l);
}

footer .hs-submit:hover input[type="submit"],
footer input[type="submit"]:hover {
  background-color: var(--grey-lines);
}




/* --------------- */
/*  Footer mobile  */
/* --------------- */

@media(max-width: 768px) {
  footer .footer-container {
    padding: var(--space-l) calc(var(--space-s) * 1.5);
  }

  footer .footer-container .footer-container-top {
    flex-direction: column;
  }
  
  footer .footer-container .footer-container-top > div {
    width: 100%;
  }
  
  footer .footer-container .footer-container-top .footer-menu {
    padding-bottom: var(--space-l);
  }

  footer .footer-container .footer-container-bottom {
    flex-direction: column-reverse;
  }
  
  footer .footer-container .footer-container-bottom .footer-privacy {
    padding-top: var(--space-l);
  }
  
  footer .footer-container .footer-container-bottom .footer-logos {
    justify-content: flex-start;
  }
  
  footer .footer-container .footer-container-bottom .footer-logos img {
    display: block;
    margin-bottom: var(--space-m);
    margin-left: 0;
  }
}
/* 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%;
  border-radius: var(--main-border-radius);
}

header .hs_cos_wrapper_type_cta img,
header .hs_cos_wrapper_type_logo img,
header .hs_cos_wrapper_type_rich_text img,
footer .hs_cos_wrapper_type_cta img,
footer .hs_cos_wrapper_type_logo img,
footer .hs_cos_wrapper_type_rich_text img {
  border-radius: 0 !important;
}
@media (min-width: 1024px) {
  .hs_cos_wrapper_type_rich_text p,
  .hs_cos_wrapper_type_rich_text ul {
    padding-right: var(--space-xl);
  }
  
  .hs_cos_wrapper_type_rich_text table td p {
    padding-right: var(--space-xs);
    font-size: 0.95rem;
  }
}

table td {
  border: 1px solid var(--grey-lines);
  padding: var(--space-xs);
}

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

.hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  padding-left: calc(var(--space-s) + 14px);
  margin-bottom: var(--space-xs);
}

.hs_cos_wrapper_type_rich_text ol li,
.hs_cos_wrapper_type_rich_text ul li {
  line-height: 1.75;
  margin-bottom: 4px;
}

.hs_cos_wrapper_type_rich_text ol li ul,
.hs_cos_wrapper_type_rich_text ul li ul {
  margin-top: 4px;
}

.hs_cos_wrapper_type_rich_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 11px;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.292893%205.04411C0.653377%204.68363%201.22061%204.6559%201.6129%204.96093L1.70711%205.04411L5%208.33622L12.2929%201.04411C12.6534%200.68363%2013.2206%200.6559%2013.6129%200.960925L13.7071%201.04411C14.0676%201.4046%2014.0953%201.97183%2013.7903%202.36412L13.7071%202.45833L5.70711%2010.4583C5.34662%2010.8188%204.77939%2010.8465%204.3871%2010.5415L4.29289%2010.4583L0.292893%206.45833C-0.0976311%206.0678%20-0.0976311%205.43464%200.292893%205.04411Z%22%20fill%3D%22%231E1E1E%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}


/* styles for meeting calendar iframe */

div[data-src*="meeting"] iframe {
  border: none;
  margin: initial !important;
  text-align: left;
  width: 100%;
  max-width: var(--max-column-width);
  height: 650px;
}

.blog-post-container-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
}

.blog-post-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: var(--space-m);
}

.blog-post-section > div {
  flex-grow: 1;
}

.blog-post-section.first {
  z-index: 9888;
  position: relative;
}

.blog-post-section.padding-top-64 {
  padding-top: var(--space-l);
}

.blog-post-section.padding-bottom-64 {
  padding-bottom: var(--space-l);
}

.blog-post-section .column {
  width: 100%;
}

.blog-post-section .column.image-rounded img {
  border-radius: var(--main-border-radius);
}

.blog-post-section .column.with-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
  margin-bottom: 0;
}

/* .blog-post-section .column:not(:first-child) {
  padding: 0 var(--space-s);
} */


.blog-post-section.columns2 .column {
  width: 50%;
}

.blog-post-section.columns2 .column h2 {
   margin-top: 0px;
}

.blog-post-section.columns3 .column {
  width: 33.33%;
}


@media (max-width: 768px) {
  .blog-post-section {
    flex-direction: column;
    gap: initial;
  }
  
  .blog-post-section .column {
    width: 100% !important;
  }
  
  .blog-post-section .column.with-filters {
    align-self: flex-start;
    justify-content: flex-start;
    margin-top: var(--space-m);
  }

  .blog-post-section .half-column {
    width: 100%;
  }
}


/* Request from Lisanne Mos - 24.03.2025 */
/* Blog post content in the middle */

.blog-post-section.columns2.with-spacer .column:first-child,
.blog-post-section.aligned-middle {
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-column-width);
}

.blog-post-section.columns2.with-spacer .column:last-child {
  display: none;
}
.hs-blog-post-listing__post {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-s);
/*   overflow: hidden; */
  width: 100%;
}

.blog-listing-page .etp-header .etp-header-image-wrapper {
  box-shadow: var(--card-default-shadow);
}

.blog-listing-page .etp-header .etp-header-image-wrapper:hover {
  box-shadow: var(--card-active-shadow);
}

.blog-listing-page .etp-header .etp-header-content h1 {
  font-size: 2rem !important;
  line-height: 2rem !important;
}

.blog-listing-page .hs-blog-post-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.blog-listing-page article {
  padding-bottom: var(--space-m);
  margin: 0 auto;
  width: auto;
  display: flex;
}

.blog-listing-page article .hs-blog-post-listing__post-image-wrapper {
  box-shadow: var(--card-default-shadow);
}

.blog-listing-page article:hover .hs-blog-post-listing__post-image-wrapper {
  box-shadow: var(--card-active-shadow);
}

.blog-listing-page .hs-blog-post-listing__post-title-link {
  font-family: var(--font-family-body) !important;
  font-weight: 700 !important;
  font-size: 1.625rem !important;
  line-height: 3rem !important;
}

.blog-listing-page .hs-blog-post-listing__post-content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: calc(var(--space-s) * 2.75);
  flex-grow: unset;
  max-width: 400px;
}

.blog-listing-page .hs-blog-post-listing__post-content a {
  text-decoration: none;
  text-transform: initial;
}

.blog-listing-page h2.hs-blog-post-listing__post-title {
  margin-top: 0 !important;
}

.blog-listing-page .hs-blog-post-listing__post-tags {
  margin-top: calc(-1.75 * var(--space-s));
  margin-bottom: var(--space-xs);
}

.blog-listing-page .hs-blog-post-listing__post-tags a {
  margin-right: var(--space-xs);
  font-family: var(--font-family-body);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--grey-disabled);
}

.blog-listing-page .hs-blog-post-listing__post-image-wrapper {
  width: auto;
  height: auto;
  max-width: 456px;
  max-height: 400px;
  border-radius: var(--main-border-radius);
  background-color: var(--secondary-purple-light-color);
  overflow: hidden;
}

.blog-listing-page .hs-blog-post-listing__post-image-wrapper .hs-blog-post-listing__post-image-wrapper-border {
  background-color: var(--secondary-purple-light-color);
  width: var(--space-s);
  height: 100%;
}

.grip-page .blog-listing-page .hs-blog-post-listing__post-image-wrapper .hs-blog-post-listing__post-image-wrapper-border {
  background-color: var(--secondary-orange-light-color);
}

.blog-listing-page .hs-blog-post-listing__post-image-wrapper img {
  border-radius: 0 var(--main-border-radius) var(--main-border-radius) 0;
  width: auto;
  height: 100%;
  min-width: 100%;
  text-align: center;
}

.blog-listing-page.insights-listing .hs-blog-post-listing__post-image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 960px) {
  .blog-listing-page .hs-blog-post-listing__post--3:nth-child(3n+1),
  .blog-listing-page .hs-blog-post-listing__post--3:nth-child(3n+2) {
/*     margin-left: unset !important;
    margin-right: unset !important; */
  }
  
  .blog-listing-page .hs-blog-post-listing {
/*     gap: var(--space-s); */
  }
}

@media (min-width: 1280px) {
  .blog-listing-page .hs-blog-post-listing {
/*     gap: calc(var(--space-s) * 1.5); */
  }
}

@media (min-width: 1416px) {
  .blog-listing-page .hs-blog-post-listing {
/*     gap: calc(var(--space-s) * 3.5); */
  }
}


@media(max-width: 992px) {
  .blog-listing-page article {
    align-items: unset;
    margin-bottom: var(--space-l);
  }
  
  .blog-listing-page.insights-listing article {
    margin-bottom: var(--space-m);
  }

  .blog-listing-page .etp-header .etp-header-content {
    max-width: 100%;
  }
  
  .blog-listing-page.insights-listing .etp-header .etp-header-image-wrapper {
    max-height: 256px !important;
  }

  .blog-listing-page .etp-header .etp-header-content h1 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  
  .blog-listing-page .hs-blog-post-listing__post-tags {
    margin-top: 0;
    top: -96px !important;
  }
  
  .blog-listing-page .hs-blog-post-listing__post-title-link {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  
  .blog-listing-page .hs-blog-post-listing__post-content {
    margin-top: var(--space-s);
  }
/* }


@media(max-width: 768px) { */
  .blog-listing-page .hs-blog-post-listing__post-image-wrapper {
    max-width: 100%;
    max-height: 256px;
    height: 256px;
    width: calc(100vw - (var(--mobile-horizontal-padding) * 2));
  }
  
  .blog-listing-page .hs-blog-post-listing__post-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
  }
}



/* Cases listing page */

.blog-listing-page.cases-listing .hs-blog-post-listing .hs-blog-post-listing--grid {
  gap: 24px;
}

.blog-listing-page.cases-listing .listing-section {
  max-width: var(--max-cases-blog-content-width) !important;
  margin: 0 auto;
  position: relative;
}

.blog-listing-page.cases-listing article {
  width: calc(50% - 0.5rem);
  align-items: flex-start;
  flex-grow: 1;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-image-wrapper {
  height: 640px;
  max-height: 640px;
  width: 100%;
  max-width: 568px;
  text-align: center;
  padding-left: 0;
  background-color: var(--grey-backgrounds);
  border-radius: var(--main-border-radius);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-image-wrapper .gradient-overlay {
  background: linear-gradient(to bottom, transparent 0%, transparent 68%, #00000052 100%);
  height: 100%;
  width: 100%;
  border-radius: 0 0 16px 16px;
  position: absolute;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-image-wrapper img {
  border-radius: var(--main-border-radius) !important;
  width: 100%;
  height: 100%;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-tags {
  padding: var(--space-s) 16px 0;
  position: relative;
  top: -60px;
  z-index: 99;
  height: 24px;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-tags a {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-family-header);
  color: var(--white-color);
  text-transform: uppercase;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-tags.layer {
  text-decoration: none;
  bottom: 10px;
  position: absolute;
  height: 100%;
  top: unset !important;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-tags.layer a {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-family-header);
  color: var(--white-color);
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-tags.layer span.h4 {
  color: var(--white-color);
  text-align: left;
  text-decoration: none;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-content {
  max-width: 568px;
  margin-top: var(--space-m);
  z-index: 2;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-content h2 {
  font-size: 2rem;
  line-height: 2rem;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-content h2 a {
  text-transform: uppercase;
  font-size: 2rem !important;
  line-height: 2rem !important;
  font-family: var(--font-family-header) !important;
}

.blog-listing-page.cases-listing .hs-blog-post-listing__post-content h4 a {
  line-height: 2rem !important;
}

.blog-listing-page.cases-listing h4.hs-blog-post-listing__post-title {
  margin-top: 0 !important;
}


@media(max-width: 992px) {
  .blog-listing-page.cases-listing .hs-blog-post-listing__post-image-wrapper {
    align-items: unset;
  }

  .blog-listing-page.cases-listing .hs-blog-post-listing__post-image-wrapper {
    height: 400px;
    max-height: 400px;
    width: 100%;
    max-width: 100%;
  }
  
  .blog-listing-page.cases-listing .hs-blog-post-listing__post-content h2,
  .blog-listing-page.cases-listing .hs-blog-post-listing__post-content h4 {
    padding-right: var(--space-m);
  }
}



@media(max-width: 768px) {
  .blog-listing-page.cases-listing .etp-header .etp-header-image-wrapper {
    max-height: 400px !important;
  }

  .blog-listing-page.cases-listing article {
    width: 100%;
    padding-bottom: 0;
  }
  
  .blog-listing-page.cases-listing article:last-child {
    margin-bottom: 0;
  }
  
  .blog-listing-page.insights-listing article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .blog-listing-page.cases-listing h2.hs-blog-post-listing__post-title {
    margin: 0 !important;
  }

  .blog-listing-page.cases-listing .hs-blog-post-listing__post-image-wrapper {
    height: 400px;
    max-height: 400px;
    width: 100%;
    max-width: 100%;
  }
}
/* Error pages */

.error-page {
  padding: 6rem 0;
  position: relative;
  text-align: center;
  margin-top: 6rem;
}

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

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page p {
  font-size: 1rem;
  line-height: 1.7rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* System pages */

.systems-page {
  margin: 80px auto 40px;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

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

.hs-search-results__pagination {
  padding-bottom: 40px !important;
}

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

/* 1a. Containers */





/* 1b. Colors */





.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 64px 1rem;
}

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

.header__container {
  padding: 0 1rem;
}

@media (max-width: 1024px) {
  .header__container {
    padding: 0 var(--mobile-horizontal-padding);
    height: var(--header-height);
  } 
}

.dnd-section > .row-fluid {
  max-width: 1416px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.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;
  }
  
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
  
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 64px 1rem;
  }
}