@charset "UTF-8";
/**
 * Main stylesheet for the theme.
 *
 * Theme styles follow http://cssguidelin.es/ and are organized according to
 * Inverted Triangle CSS (ITCSS) principles put forth by Harry Roberts. In
 * short, each layer of CSS gets more specific as you move down this page.
 */
/*--------------------------------------------------------------
# Settings - Global variables, config switches.
--------------------------------------------------------------*/
:root {
  /* colors.
   *
   * All colors related variables.
   *
  * */
  /* Primitives. */
  --color-primary-red: #E22029;
  --color-primary-blue: #1E46BB;
  --color-primary-pink: #FAE2F1;
  --color-primary-lilac: #BFA8E5;
  --color-primary-black: #000;
  --color-primary-white: #fff;
  --color-grey-50: #f2f2f2;
  --color-grey-100: #e6e6e6;
  --color-grey-200: #ccc;
  --color-grey-300: #b3b3b3;
  --color-grey-500: #808080;
  --color-grey-600: #666;
  --color-grey-700: #4d4d4d;
  --color-grey-900: #1a1a1a;
  --color-black: #000;
  --color-white: #fff;
  --color-success: #219653;
  --color-error: #da1e28;
  /* Text. */
  --color-text-red: var(--color-primary-red);
  --color-text-blue: var(--color-primary-blue);
  --color-text-pink: var(--color-primary-pink);
  --color-text-lilac: var(--color-primary-lilac);
  --color-text-black: var(--color-primary-black);
  --color-text-white: #fff;
  --color-text-error: #E73232;
  /* Surface. */
  --color-surface-red: var(--color-primary-red);
  --color-surface-blue: var(--color-primary-blue);
  --color-surface-pink: var(--color-primary-pink);
  --color-surface-lilac: var(--color-primary-lilac);
  --color-surface-black: var(--color-primary-black);
  --color-surface-white: var(--color-primary-white);
  --color-surface-red--80: rgba(226, 32, 38, 0.80);
  /* Border. */
  --color-border-silver: #bcc6cc;
  --color-border-black: #211103;
  --color-border-red: #d13833;
  --color-border-grey: #4d4d4d;
  --color-border-error: #da1e28;
  --color-border-secondary: #211103;
  /* Legacy aliases (kept for backwards compatibility with theme components). */
  --color-primary-500: var(--color-primary-red);
  --color-secondary-700: var(--color-border-grey);
  --color-secondary-500: var(--color-secondary-silver-500);
  --color-grey-050: var(--color-grey-50);
  --color-text: var(--color-text-black);
  --color-link: var(--color-text-red);
  --color-border: var(--color-border-secondary);
  --color-background: var(--color-surface-pink);
  --color-form-text: var(--color-text);
  --color-form-border: var(--color-border);
  --color-form-background: rgba(30, 70, 187, 0.05);
  --color-form-focus: var(--color-text-red);
  --color-form-error: var(--color-error);
  /* Font sizes. */
  --heading-600: clamp(3rem, 1.9316239316rem + 4.2735042735vw, 6.125rem); /* H1: 48 → 98 */
  --heading-500: clamp(2rem, 2rem + 0vw, 2rem); /* H2: 32 */
  --heading-400: clamp(1.25rem, 1.25rem + 0vw, 1.25rem); /* H3: 20 */
  --heading-300: clamp(1.1305rem, 0.8759700855rem + 1.0181196581vw, 1.875rem); /* H4: 30 */
  --heading-200: clamp(1.375rem, 1.375rem + 0vw, 1.375rem); /* H5 / Ingress: 22 */
  --text-quote: clamp(2.625rem, 2.1549145299rem + 1.8803418803vw, 4rem); /* Quote: 42 → 64 */
  --text-700: clamp(1.375rem, 1.3322649573rem + 0.1709401709vw, 1.5rem);
  --text-600: clamp(1.125rem, 1.125rem + 0vw, 1.125rem); /* Text T1: 18 */
  --text-500: clamp(0.875rem, 0.875rem + 0vw, 0.875rem); /* Text T2: 14 */
  --text-btn: clamp(1.125rem, 1.125rem + 0vw, 1.125rem); /* Text-btn: 18 */
  --text-nav: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem); /* Text-nav: 11 */
  --text-arrow: clamp(1.25rem, 1.25rem + 0vw, 1.25rem); /* Arrow: 20 */
  --text-number: clamp(4rem, 2.3569230769rem + 6.5723076923vw, 8.806rem);
  --letter: 4.5rem;
  /* Legacy font-size aliases (kept for _form.scss compatibility). */
  --text-400: var(--text-500);
  --text-300: var(--text-nav);
  --font-family-title: "Barlow Condensed", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  --font-family-base: "Sporting Grotesque", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  --font-family-arrow: "DM Sans", -apple-system, BlinkMacSystemFont, avenir next, avenir, sans-serif;
  --line-height-heading: 1.2;
  --line-height-body: 1.5;
  /* Spacing.
   *
   * Generate new values using the following link.
   *
   * @link https://utopia.fyi/space/calculator/?c=320,16,1.2,1920,54,1.25,5,2,1280-1512-1920&s=0.75|0.62|0.5|0.35|0.25|0.125,1.24|1.5|1.74|1.98|2.22|2.48|2.97|3.97|4.96|5.96|6.95|7.95,s-l|10xl-4xl|5xl-s|l-6xl|9xl-l|6xl-2xl&g=s,l,xl,12
  * */
  --space-6xs: clamp(0.125rem, 0.0625rem + 0.3125vw, 0.4375rem);
  --space-5xs: clamp(0.25rem, 0.125rem + 0.625vw, 0.875rem);
  --space-4xs: clamp(0.375rem, 0.2125rem + 0.8125vw, 1.1875rem);
  --space-3xs: clamp(0.5rem, 0.2625rem + 1.1875vw, 1.6875rem);
  --space-2xs: clamp(0.625rem, 0.3375rem + 1.4375vw, 2.0625rem);
  --space-xs: clamp(0.75rem, 0.3875rem + 1.8125vw, 2.5625rem);
  --space-s: clamp(1rem, 0.525rem + 2.375vw, 3.375rem);
  --space-m: clamp(1.25rem, 0.6625rem + 2.9375vw, 4.1875rem);
  --space-l: clamp(1.5rem, 0.7875rem + 3.5625vw, 5.0625rem);
  --space-xl: clamp(1.75rem, 0.925rem + 4.125vw, 5.875rem);
  --space-2xl: clamp(2rem, 1.0625rem + 4.6875vw, 6.6875rem);
  --space-3xl: clamp(2.25rem, 1.2rem + 5.25vw, 7.5rem);
  --space-4xl: clamp(2.5rem, 1.325rem + 5.875vw, 8.375rem);
  --space-5xl: clamp(3rem, 1.6rem + 7vw, 10rem);
  --space-6xl: clamp(4rem, 2.125rem + 9.375vw, 13.375rem);
  --space-7xl: clamp(4.9375rem, 2.575rem + 11.8125vw, 16.75rem);
  --space-8xl: clamp(5.9375rem, 3.1rem + 14.1875vw, 20.125rem);
  --space-9xl: clamp(6.9375rem, 3.6375rem + 16.5vw, 23.4375rem);
  --space-10xl: clamp(7.9375rem, 4.1625rem + 18.875vw, 26.8125rem);
  /* One-up pairs */
  --space-6xs-5xs: clamp(0.125rem, -0.025rem + 0.75vw, 0.875rem);
  --space-5xs-4xs: clamp(0.25rem, 0.0625rem + 0.9375vw, 1.1875rem);
  --space-4xs-3xs: clamp(0.375rem, 0.1125rem + 1.3125vw, 1.6875rem);
  --space-3xs-2xs: clamp(0.5rem, 0.1875rem + 1.5625vw, 2.0625rem);
  --space-2xs-xs: clamp(0.625rem, 0.2375rem + 1.9375vw, 2.5625rem);
  --space-xs-s: clamp(0.75rem, 0.225rem + 2.625vw, 3.375rem);
  --space-s-m: clamp(1rem, 0.3625rem + 3.1875vw, 4.1875rem);
  --space-m-l: clamp(1.25rem, 0.4875rem + 3.8125vw, 5.0625rem);
  --space-l-xl: clamp(1.5rem, 0.625rem + 4.375vw, 5.875rem);
  --space-xl-2xl: clamp(1.75rem, 0.7625rem + 4.9375vw, 6.6875rem);
  --space-2xl-3xl: clamp(2rem, 0.9rem + 5.5vw, 7.5rem);
  --space-3xl-4xl: clamp(2.25rem, 1.025rem + 6.125vw, 8.375rem);
  --space-4xl-5xl: clamp(2.5rem, 1rem + 7.5vw, 10rem);
  --space-5xl-6xl: clamp(3rem, 0.925rem + 10.375vw, 13.375rem);
  --space-6xl-7xl: clamp(4rem, 1.45rem + 12.75vw, 16.75rem);
  --space-7xl-8xl: clamp(4.9375rem, 1.9rem + 15.1875vw, 20.125rem);
  --space-8xl-9xl: clamp(5.9375rem, 2.4375rem + 17.5vw, 23.4375rem);
  --space-9xl-10xl: clamp(6.9375rem, 2.9625rem + 19.875vw, 26.8125rem);
  /* Custom pairs */
  --space-s-l: clamp(1rem, 0.1875rem + 4.0625vw, 5.0625rem);
  --space-10xl-4xl: clamp(7.9375rem, 7.85rem + 0.4375vw, 8.375rem);
  --space-5xl-s: clamp(3rem, 2.925rem + 0.375vw, 3.375rem);
  --space-l-6xl: clamp(1.5rem, -0.875rem + 11.875vw, 13.375rem);
  --space-9xl-l: clamp(5.0625rem, 7.3125rem + -1.875vw, 6.9375rem);
  --space-6xl-2xl: clamp(4rem, 3.4625rem + 2.6875vw, 6.6875rem);
  /* Semantic spacing variables - preserved for backwards compatibility */
  --side-padding: var(--space-xl);
  --space-default: var(--space-10xl-4xl);
  --space-default--small: var(--space-5xl-s);
  --gutter: var(--space-2xs);
  --text-margin: 1.3em;
  /* Widths.
   *
   * All widths related variables.
   *
  * */
  --max-width-site: 120rem;
  --max-width-container: 98.125rem;
  --max-width-wide--small: calc(var(--max-width-container) * 0.971925);
  --max-width-medium: calc(var(--max-width-container) * 0.856);
  --max-width-regular: calc(var(--max-width-container) * 0.5);
  --width-wide: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-wide--small: clamp(min(50rem, 100%), 97.1925%, var(--max-width-wide--small));
  --width-medium: clamp(min(50rem, 100%), 85.6%, var(--max-width-medium));
  --width-regular: clamp(min(40rem, 100%), 50%, var(--max-width-regular));
  /* Miscellanious.
  *
  * All miscellanious variables.
  *
  * */
  --transition-2: 0.2s;
  --underline-box-shadow: inset 0 -0.25rem 0 var(--color-secondary-700);
  --radius-minimal: 0.25rem;
  --button-border-radius: 0.4375rem;
  --button-font: var(--font-family-base);
  --button-padding: 1.125rem calc(1.75rem + 0.8125rem + 0.625rem) 0.875rem 1.75rem;
  --button-font-size: var(--text-btn);
  --button-font-weight: 500;
  --button-line-height: 1;
  --button-background: var(--color-surface-red);
  --button-border-color: var(--color-surface-red);
  --button-text-color: var(--color-white);
  --hsf-heading__font-family: var(--font-family-title);
  --hsf-heading__color: var(--color-primary);
  --hsf-richtext__font-family: var(--font-family-base);
  --hsf-richtext__font-size: var(--text-500);
  --hsf-richtext__color: var(--color-text);
  --hsf-button__font-family: var(--button-font);
  --hsf-button__font-size: var(--button-font-size);
  --hsf-button__color: var(--button-text-color);
  --hsf-button__background-color: var(--color-surface-red);
  --hsf-default-button__background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="white"/></svg>');
  --hsf-button__border-radius: var(--button-border-radius);
  --hsf-button__padding: var(--button-padding);
  --hsf-button__font-weight: var(--button-font-weight);
  --hsf-button--hover__background-color: var(--color-surface-red--80);
  --hsf-field-label__font-family: var(--font-family-base);
  --hsf-field-label__font-size: var(--text-600);
  --hsf-field-label__color: var(--color-text);
  --hsf-field-input__placeholder-color: #737373;
  --hsf-field-description__font-family: var(--font-family-base);
  --hsf-field-description__color: #737373;
  --hsf-erroralert__font-family: var(--font-family-base);
  --hsf-erroralert__color: var(--color-error);
  --hsf-infoalert__font-family: var(--font-family-base);
  --hsf-background__background-color: rgba(255, 255, 255, 1.0);
  --hsf-background__border-color: rgba(255, 255, 255, 1.0);
  --hsf-background__border-radius: 0.0px 0.0px 0.0px 0.0px;
  --hsf-background-banner__border-bottom-left-radius: 0px;
  --hsf-background-banner__border-bottom-right-radius: 0px;
  --hsf-background-banner__border-top-left-radius: 0px;
  --hsf-background-banner__border-top-right-radius: 0px;
  --hsf-field-input__font-family: var(--font-family-base);
  --hsf-field-input__font-size: 1rem;
  --hsf-field-input__color: var(--color-text);
  --hsf-field-input__background-color: rgba(30, 70, 187, 0.05);
  --hsf-field-input__border-color: var(--color-form-border);
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-width: 0.0625rem;
  --hsf-field-input__border-radius: 0.25rem;
  --hsf-field-input__padding: 1em;
  --hsf-field-textarea__font-family: var(--font-family-base);
  --hsf-field-textarea__color: var(--color-text);
  --hsf-field-textarea__background-color: var(--color-white);
  --hsf-field-textarea__border-color: var(--color-form-border);
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-width: 0.0625rem;
  --hsf-field-textarea__border-radius: 0.25rem;
  --hsf-field-textarea__padding: 1em;
  --hsf-field-textarea__placeholder-color: rgba(102, 102, 102, 0.64);
  --hsf-field-checkbox__color: rgba(50, 50, 50, 1.0);
  --hsf-field-checkbox__background-color: var(--color-white);
  --hsf-field-checkbox__border-color: #737373;
  --hsf-field-checkbox__border-style: solid;
  --hsf-field-checkbox__border-width: 0.125rem;
  --hsf-field-checkbox__padding: 0;
  --hsf-field-radio__color: rgba(50, 50, 50, 1.0);
  --hsf-field-radio__background-color: var(--color-white);
  --hsf-field-radio__border-color: #737373;
  --hsf-field-radio__border-style: none;
  --hsf-field-radio__border-width: 1.0px 1.0px 1.0px 1.0px;
  --hsf-field-dropdown-options__border-radius: 10px 10px 10px 10px;
  --hsf-progressbar-text__font-family: Helvetica;
  --hsf-progressbar-text__color: rgba(37, 51, 66, 1.0);
  --hsf-progressbar-text__font-size: 1.0em;
  --hsf-progressbar-progressLine__background-color: var(--color-primary);
  --hsf-progressbar-trackLine__background-color: rgba(217, 217, 217, 1.0);
  --hsf-row__vertical-spacing: var(--space-xs);
  --hsf-default-navigationrow-buttons-single__justify-content: start;
  --header-height: calc(var(--space-l) + var(--space-6xs) + 3.25rem);
}
@media only screen and (min-width: 68.751rem) {
  :root {
    --header-height: calc(var(--space-l) + var(--space-6xs) + 4.0625rem);
  }
}

/*
Example how to add a font-face.
Other than woff2 and woff are not necessary.

@font-face {
    font-display: swap;
    font-family: font-name;
    font-style: normal;
    font-weight: 400;
    src:
        url(../fonts/font-name.woff2) format("woff2"),
        url(../fonts/font-name.woff) format("woff"), // Modern Browsers
}
*/
/*--------------------------------------------------------------
# Generic - Ground-zero styles (resets, box-sizing, etc.).
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
  background: var(--color-background);
}
@media (max-width: 68.75rem) {
  html.main-menu-open {
    overflow: hidden;
  }
}

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

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  flex: 1 0 auto;
}
.site-wrapper__footer {
  flex-shrink: 0;
}

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

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.absolute-link::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hidden,
[hidden] {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 48rem) {
  .hidden--mobile {
    display: none;
  }
}

@media (min-width: 48.001rem) {
  .hidden--desktop {
    display: none;
  }
}

/*--------------------------------------------------------------
# Elements - Unclassed HTML elements (type selectors).
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
}

body {
  font-size: var(--text-600);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  color: var(--color-text);
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
}

a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 10%;
  text-decoration-thickness: 10%;
  transition: all 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
  color: var(--color-text);
  text-shadow: 0.25px 0 0 currentColor, -0.25px 0 0 currentColor;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
table,
p {
  margin: var(--text-margin) 0 0;
}
ul:first-child,
ol:first-child,
table:first-child,
p:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: var(--text-margin) 0 0 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: var(--heading-600);
  line-height: 1;
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: var(--heading-500);
  line-height: 1;
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
}
h2 + p,
.h2 + p {
  margin-top: 1em;
}

h3,
.h3 {
  font-size: var(--heading-400);
  line-height: var(--line-height-heading);
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: var(--heading-300);
  line-height: 1.2;
  font-family: var(--font-family-base);
  font-weight: 700;
  text-transform: unset;
}

h5,
.h5,
h6,
.h6 {
  font-size: var(--heading-200);
  line-height: 1.36;
  font-family: var(--font-family-base);
  font-weight: 700;
  text-transform: unset;
}

blockquote {
  font-size: var(--heading-300);
  line-height: 1.2;
  font-family: var(--font-family-base);
  font-weight: 700;
  text-transform: unset;
  margin-bottom: var(--space-m);
  margin-top: var(--space-m);
}

.red {
  color: var(--color-text-red);
}

.red-bold {
  color: var(--color-text-red);
  font-weight: 600;
}

.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: var(--text-btn);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  align-items: center;
  display: flex;
  cursor: pointer;
  padding: 1.125rem 3.1875rem 0.875rem 1.75rem;
  text-decoration: none;
  text-align: center;
  color: var(--color-text-white);
  background-color: var(--color-surface-red);
  background-repeat: no-repeat;
  background-position: right 1.75rem center;
  background-size: 0.8125rem 0.8125rem;
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="white"/></svg>');
  border-radius: 0.125rem;
  border: 0.1875rem solid var(--color-surface-red);
  -webkit-hyphens: manual;
          hyphens: manual;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.has-red-background .btn:not(.btn--tertiary):not(.btn--secondary):not(.btn--miniature):not(input[type=submit]),
.has-red-background .hs-button:not(.btn--tertiary):not(.btn--secondary):not(.btn--miniature):not(input[type=submit]),
.has-red-background button:not(.btn--tertiary):not(.btn--secondary):not(.btn--miniature):not(input[type=submit]),
.has-red-background input[type=button]:not(.btn--tertiary):not(.btn--secondary):not(.btn--miniature):not(input[type=submit]),
.has-red-background input[type=reset]:not(.btn--tertiary):not(.btn--secondary):not(.btn--miniature):not(input[type=submit]),
.has-red-background input[type=submit]:not(.btn--tertiary):not(.btn--secondary):not(.btn--miniature):not(input[type=submit]) {
  color: var(--color-text-red);
  background-color: var(--color-surface-white);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%23E22029"/></svg>');
  border-color: var(--color-surface-white);
}
.btn:hover, .btn:focus,
.hs-button:hover,
.hs-button:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: transparent;
  background-color: var(--color-surface-red--80);
  color: var(--color-text-white);
  text-decoration: none;
  text-shadow: unset;
}

.btn--secondary {
  background-color: transparent;
  color: var(--color-text-red);
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%23E22029"/></svg>');
}
.has-red-background .btn--secondary {
  color: var(--color-text-white);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="white"/></svg>');
  border-color: var(--color-surface-white);
}
.btn--secondary:hover, .btn--secondary:focus {
  color: var(--color-text-white);
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="white"/></svg>');
}

.btn--tertiary {
  display: inline-block; /* override flex from .btn; needed for ::after underline */
  position: relative;
  background-color: transparent;
  background-position: right center;
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%23000"/></svg>');
  border: 0;
  color: var(--color-text);
  padding: 0 1.4375rem 0 0;
  text-decoration: none;
}
.btn--tertiary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 0.125rem;
  background-color: currentColor;
}
.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
  background-color: transparent;
  color: var(--color-text);
}

.btn--miniature {
  background-image: none;
  color: var(--color-text-white);
  font-size: 0;
  height: 3.75rem;
  overflow: hidden;
  padding: 1.125rem;
}
.btn--miniature::before {
  background-color: currentColor;
  color: var(--color-text-white);
  content: "";
  display: block;
  flex: none;
  height: 1.125rem;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M0 10.3482V7.69412H13.6454L6.91964 1.84941L8.84341 0L18 8.14588V9.85412L8.84341 18L6.88981 16.1224L13.6305 10.3341H0V10.3482Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M0 10.3482V7.69412H13.6454L6.91964 1.84941L8.84341 0L18 8.14588V9.85412L8.84341 18L6.88981 16.1224L13.6305 10.3341H0V10.3482Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 1.125rem;
}
.btn--miniature--blue {
  background-color: var(--color-surface-blue);
  border-color: var(--color-surface-blue);
}
.btn--miniature--blue:hover {
  border-color: var(--color-surface-blue);
}
.btn--miniature--blue:hover, .btn--miniature--blue:hover::before {
  color: var(--color-text-blue);
}
.btn--miniature--red {
  background-color: var(--color-surface-red);
  border-color: var(--color-surface-red);
  color: var(--color-text-pink);
}
.btn--miniature--red:hover {
  border-color: var(--color-surface-red);
}
.btn--miniature--red:hover, .btn--miniature--red:hover::before {
  color: var(--color-text-red);
}
.btn--miniature--black {
  background-color: var(--color-surface-black);
  border-color: var(--color-surface-black);
}
.btn--miniature--black:hover {
  border-color: var(--color-surface-black);
}
.btn--miniature--black:hover, .btn--miniature--black:hover::before {
  color: var(--color-text-black);
}
.btn--miniature--lilac {
  background-color: var(--color-surface-lilac);
  border-color: var(--color-surface-lilac);
}
.btn--miniature--lilac:hover {
  border-color: var(--color-surface-lilac);
}
.btn--miniature--lilac:hover, .btn--miniature--lilac:hover::before {
  color: var(--color-text-lilac);
}
.btn--miniature--pink {
  background-color: var(--color-surface-pink);
  border-color: var(--color-surface-pink);
}
.btn--miniature--pink, .btn--miniature--pink::before {
  color: var(--color-text-red);
}
.btn--miniature--pink:hover {
  border-color: var(--color-surface-pink);
}
.btn--miniature--pink:hover, .btn--miniature--pink:hover::before {
  color: var(--color-text-pink);
}
.btn--miniature:hover {
  background-color: transparent;
}

.reset-button,
.hs-private.hs-private.hs-private button,
.hs-tools-menu button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
}
.reset-button::after,
.hs-private.hs-private.hs-private button::after,
.hs-tools-menu button::after {
  display: none;
}

.filter-btn {
  font-size: var(--text-btn);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  background-color: transparent;
  border-radius: 0.125rem;
  border: 2px solid var(--color-primary-red);
  color: var(--color-text-red);
  display: inline-block;
  font-family: var(--font-family-title);
  line-height: 1;
  padding: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  background-image: none;
}
.filter-btn--active, .filter-btn:hover, .filter-btn:focus-visible {
  color: var(--color-text-white);
  background-color: var(--color-primary-red);
}
.filter-btn:focus {
  outline: 0;
}
.filter-btn:focus-visible {
  outline: 0.125rem solid var(--color-primary-red);
}

.hs_cos_wrapper_type_form {
  background-color: var(--color-surface-white);
  color: var(--color-text);
  display: block;
  padding: var(--space-m);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  display: block;
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 1rem var(--space-3xs);
  border-radius: 0.125rem;
  border: 0.0625rem solid var(--color-border-black);
  background: rgba(30, 70, 187, 0.05);
  box-shadow: unset;
  transition: var(--transition-2);
  color: var(--color-text);
  font-size: var(--text-500);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
}
input[type=text]:focus, input[type=text]:hover, input[type=text].invalid,
input[type=email]:focus,
input[type=email]:hover,
input[type=email].invalid,
input[type=url]:focus,
input[type=url]:hover,
input[type=url].invalid,
input[type=password]:focus,
input[type=password]:hover,
input[type=password].invalid,
input[type=search]:focus,
input[type=search]:hover,
input[type=search].invalid,
input[type=number]:focus,
input[type=number]:hover,
input[type=number].invalid,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=tel].invalid,
input[type=range]:focus,
input[type=range]:hover,
input[type=range].invalid,
input[type=date]:focus,
input[type=date]:hover,
input[type=date].invalid,
input[type=month]:focus,
input[type=month]:hover,
input[type=month].invalid,
input[type=week]:focus,
input[type=week]:hover,
input[type=week].invalid,
input[type=time]:focus,
input[type=time]:hover,
input[type=time].invalid,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=datetime].invalid,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local].invalid,
input[type=color]:focus,
input[type=color]:hover,
input[type=color].invalid,
textarea:focus,
textarea:hover,
textarea.invalid,
select:focus,
select:hover,
select.invalid {
  outline: none;
  border-color: var(--color-form-focus);
  box-shadow: unset !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.5;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.5;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: calc(var(--space-3xs) * 2 + 1.5rem);
  background-repeat: no-repeat;
  background-position: right var(--space-3xs) center;
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M25.3333 12L16 21.3333L6.66669 12" stroke="%23211103" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}

textarea {
  resize: vertical;
  min-height: 5rem;
}

.form-title:not(:empty) {
  margin-bottom: var(--space-l);
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  content: "";
  flex: none;
  width: calc(1em + 0.125rem) !important;
  height: calc(1em + 0.125rem);
  margin: -5px 0 0 0.0625rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 0 0 0.0625rem var(--color-form-border);
  transition: box-shadow var(--transition-2);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  box-shadow: 0 0 0 0.0625rem var(--color-form-border);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: 0 0 0 0.0625rem var(--color-form-focus);
  outline: none;
}

input[type=checkbox]:checked {
  background: transparent no-repeat center;
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M12.1134 1.0511L4.6346 8.52992L1.88661 5.78192C1.75337 5.64869 1.53735 5.64869 1.40409 5.78192L0.599924 6.58609C0.466692 6.71932 0.466692 6.93535 0.599924 7.06861L4.39333 10.862C4.52656 10.9952 4.74258 10.9952 4.87584 10.862L13.4001 2.33778C13.5333 2.20455 13.5333 1.98852 13.4001 1.85526L12.5959 1.0511C12.4627 0.917864 12.2467 0.917864 12.1134 1.0511Z" fill="%23000" /></svg>');
  background-size: 0.59em;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background: var(--color-form-text);
  border: 0.1875rem solid var(--color-white);
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-booleancheckbox .input {
  margin-top: 0.3rem;
}
.hs-fieldtype-checkbox span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  border-radius: 0;
}

.hs-form, .systems-page .form-container {
  font-size: var(--text-500);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0 0 var(--space-m) 0;
}
@media (min-width: 48.001rem) {
  .hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
    margin: 0 0 var(--space-xs) 0;
  }
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: 1rem;
  display: block;
  font-size: var(--text-600);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
}
.hs-form .hs-form-field textarea, .systems-page .form-container .hs-form-field textarea {
  vertical-align: top;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  padding-left: unset;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li, .hs-form .hs-form-field .input ul.inputs-list li:not(:first-child) {
  margin-top: 0;
}
.hs-form .hs-form-field .input ul.inputs-list li::before, .systems-page .form-container .hs-form-field .input ul.inputs-list li::before {
  display: none;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  margin: 0 0 0.6rem 0;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.hs-form .hs-form-field .input ul.inputs-list li label, .systems-page .form-container .hs-form-field .input ul.inputs-list li label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0;
  gap: 1rem;
}
.hs-form .hs-form-field .input ul.inputs-list span, .systems-page .form-container .hs-form-field .input ul.inputs-list span {
  font-size: 1em;
}
.hs-form .legal-consent-container, .systems-page .form-container .legal-consent-container {
  margin-bottom: var(--space-m);
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-error-msgs li, .systems-page .form-container .hs-error-msgs li {
  padding-left: unset;
}
.hs-form .hs-error-msgs li, .systems-page .form-container .hs-error-msgs li, .hs-form .hs-error-msgs li:not(:first-child) {
  margin-top: 0;
}
.hs-form .hs-error-msgs li::before, .systems-page .form-container .hs-error-msgs li::before {
  display: none;
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 1rem 0 0;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: var(--color-text-error);
  font-size: var(--text-300);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span, .systems-page .form-container .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin: 0;
}

body .body-wrapper .hs-form fieldset, body .body-wrapper .systems-page .form-container fieldset, .systems-page body .body-wrapper .form-container fieldset {
  width: 100%;
  max-width: 100%;
}
body .body-wrapper .hs-form fieldset .input, body .body-wrapper .systems-page .form-container fieldset .input, .systems-page body .body-wrapper .form-container fieldset .input {
  margin-right: 0;
}
body .body-wrapper .hs-form fieldset .hs-form-field, body .body-wrapper .systems-page .form-container fieldset .hs-form-field, .systems-page body .body-wrapper .form-container fieldset .hs-form-field {
  width: 100%;
}
@media (min-width: 37.501rem) {
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field {
    width: calc(33.3% - 0.35rem);
    margin-right: 0.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #aaa;
  border-width: 0 0 1px;
  padding: 0.5rem;
}

th {
  border-width: 0 0 2px;
  text-align: left;
  font-weight: 400;
  padding: 0.5rem;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul ul {
  margin-top: 0;
}
ul li {
  padding-left: 1.5em;
  position: relative;
}
ul li:not(:first-child) {
  margin-top: var(--space-6xs);
}
ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-family-base);
  line-height: inherit;
}

ol {
  padding-left: 1.5em;
}
ol ol {
  margin-top: 0;
}

.hs-private ul,
.hs-tools-menu ul,
.MuiGrid-root .MuiBreadcrumbs-ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-private ul li,
.hs-tools-menu ul li,
.MuiGrid-root .MuiBreadcrumbs-ol li {
  padding-left: unset;
}
.hs-private ul li, .hs-private ul li:not(:first-child),
.hs-tools-menu ul li,
.hs-tools-menu ul li:not(:first-child),
.MuiGrid-root .MuiBreadcrumbs-ol li,
.MuiGrid-root .MuiBreadcrumbs-ol li:not(:first-child) {
  margin-top: 0;
}
.hs-private ul li::before,
.hs-tools-menu ul li::before,
.MuiGrid-root .MuiBreadcrumbs-ol li::before {
  display: none;
}

/*--------------------------------------------------------------
# Layout - Undecorated design patterns.
--------------------------------------------------------------*/
.content-wrapper,
.container,
.dnd-section > .row-fluid {
  width: var(--width-wide);
  margin-left: auto;
  margin-right: auto;
}

.width-wide {
  width: var(--width-wide);
}

.width-wide--small {
  width: var(--width-wide--small);
}

.width-medium {
  width: var(--width-medium);
}

.width-regular {
  width: var(--width-regular);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.site-main {
  margin-top: var(--header-height);
}

.dnd-section .dnd-row {
  margin-top: 0;
}
.dnd-section .dnd-row:not(:first-child) {
  margin-top: var(--space-default);
}
.dnd-section .dnd-row:has(.reset-multiple-row-top) + .dnd-row:has(.reset-multiple-row-top) {
  margin-top: 0;
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: var(--gutter);
  }
}
.dnd-section:first-child:has(.reset-multiple-row-top) {
  margin-top: 0;
}
.dnd-section:last-child {
  margin-bottom: var(--space-default);
}
.dnd-section:last-child:has(.reset-multiple-row-top), .blog-index-dnd-area .dnd-section:last-child {
  margin-bottom: 0;
}
.dnd-section:has(.dnd-row:last-child .reset-multiple-row-top) + .dnd-section .dnd-row:first-child:has(.reset-multiple-row-top) {
  margin-top: 0;
}

div[class*=background-color].dnd-section {
  padding-top: var(--space-default);
  padding-bottom: var(--space-default);
}
div[class*=background-color].dnd-section:first-child {
  margin-top: 0;
}
div[class*=background-color].dnd-section:last-child {
  margin-bottom: 0;
}
div[class*=background-color].dnd-section + div[class*=background-color].dnd-section {
  margin-top: calc(var(--space-default) * -1);
}

div[class*=background-color].dnd-column {
  padding: var(--gutter);
}
@media (min-width: 48.001rem) {
  div[class*=background-color].dnd-column {
    padding: var(--gutter);
  }
}

.side-padding {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.vertical-padding {
  padding-top: var(--space-default);
  padding-bottom: var(--space-default);
}

.has-background {
  padding-top: var(--space-default);
  padding-bottom: var(--space-default);
}

* + .hs-web-interactive-inline {
  margin-top: var(--space-m);
}

p:first-child:empty + .hs-web-interactive-inline {
  margin-top: 0;
}

.hs-web-interactive-inline + .hs-web-interactive-inline,
.hs-web-interactive-inline + p:empty + .hs-web-interactive-inline,
.hs-web-interactive-inline + p:empty + p:empty + .hs-web-interactive-inline {
  margin-top: var(--space-s);
}

.hs-web-interactive-inline + p:empty {
  display: none;
}

/* Responsive Grid */
@media (min-width: 48.001rem) {
  .row-fluid-wrapper > .row-fluid {
    display: flex;
    gap: var(--gutter);
  }
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (min-width: 48.001rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: calc(91.6666666667% - var(--gutter) * (12 / 11 - 1) / (12 / 11));
  }
  .row-fluid .span10 {
    width: calc(83.3333333333% - var(--gutter) * (12 / 10 - 1) / (12 / 10));
  }
  .row-fluid .span9 {
    width: calc(75% - var(--gutter) * (12 / 9 - 1) / (12 / 9));
  }
  .row-fluid .span8 {
    width: calc(66.6666666667% - var(--gutter) * (12 / 8 - 1) / (12 / 8));
  }
  .row-fluid .span7 {
    width: calc(58.3333333333% - var(--gutter) * (12 / 7 - 1) / (12 / 7));
  }
  .row-fluid .span6 {
    width: calc(50% - var(--gutter) * (12 / 6 - 1) / (12 / 6));
  }
  .row-fluid .span5 {
    width: calc(41.6666666667% - var(--gutter) * (12 / 5 - 1) / (12 / 5));
  }
  .row-fluid .span4 {
    width: calc(33.3333333333% - var(--gutter) * (12 / 4 - 1) / (12 / 4));
  }
  .row-fluid .span3 {
    width: calc(25% - var(--gutter) * (12 / 3 - 1) / (12 / 3));
  }
  .row-fluid .span2 {
    width: calc(16.6666666667% - var(--gutter) * (12 / 2 - 1) / (12 / 2));
  }
  .row-fluid .span1 {
    width: calc(8.3333333333% - var(--gutter) * (12 / 1 - 1) / (12 / 1));
  }
}

.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 48rem) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.error-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.error-page img {
  vertical-align: top;
}
.error-page__paragraph {
  margin: 2em 0 2.1em;
}
.error-page__paragraph:last-child {
  margin-bottom: 0;
}

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

.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-filters li {
  padding-left: unset;
}
.archive-filters li, .archive-filters li:not(:first-child) {
  margin-top: 0;
}
.archive-filters li::before {
  display: none;
}
.archive-filters {
  margin-bottom: var(--gutter);
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
}
.archive-filters li {
  margin: 0;
}

.blog-post {
  margin-bottom: var(--space-default);
}
.blog-post__metas {
  margin-top: var(--gutter);
}
.blog-post__metas a {
  text-decoration: none;
}
.blog-post__metas a:hover, .blog-post__metas a:focus {
  text-decoration: underline;
}
.blog-post--reference #hs_cos_wrapper_post_body > *:not(:has(.is-custom-module)),
.blog-post--reference #hs_cos_wrapper_post_body .container-fluid {
  width: var(--width-regular);
  margin-left: auto;
  margin-right: auto;
}

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.posts-pagination li {
  padding-left: unset;
}
.posts-pagination li, .posts-pagination li:not(:first-child) {
  margin-top: 0;
}
.posts-pagination li::before {
  display: none;
}
.posts-pagination {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--space-4xs);
       column-gap: var(--space-4xs);
  row-gap: var(--space-2xs);
  margin: var(--space-9xl-l) auto;
  line-height: 1;
  text-align: center;
}
.posts-pagination li {
  display: inline-block;
}
.posts-pagination li:first-child {
  margin-left: 0;
}
.posts-pagination .posts-pagination__link {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
}
.posts-pagination .posts-pagination__link::after {
  display: none;
}
.posts-pagination .posts-pagination__link {
  font-size: var(--text-btn);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-surface-red);
  color: var(--color-text-red);
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  min-width: 3rem;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.5rem;
  text-decoration: none;
}
.posts-pagination .posts-pagination__link:hover, .posts-pagination .posts-pagination__link:focus, .posts-pagination .posts-pagination__link--active {
  background-color: var(--color-surface-red);
  color: var(--color-text-white);
}
.posts-pagination .posts-pagination__disabled {
  display: none;
}

.archive-content__title + * {
  margin-top: var(--space-l);
}
.archive-content .posts-list {
  margin-bottom: var(--space-default);
}

.blog-post-hosts .author-card + .author-card {
  padding-top: 0;
}

.systems-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.systems-page .form-container {
  max-width: none;
}
.systems-page.container {
  width: var(--width-medium);
}
.systems-page .subscribe-options {
  margin-bottom: var(--text-margin);
}
.systems-page .item,
.systems-page .subscribe-options {
  margin-top: var(--text-margin);
}
.systems-page .item p,
.systems-page .subscribe-options p {
  margin: 0;
}
.systems-page .backup-unsubscribe #email-prefs-form {
  margin: var(--text-margin) auto;
}
.systems-page .backup-unsubscribe #email-prefs-form .email-edit.hs-input {
  margin: 1rem 0;
}

/*--------------------------------------------------------------
# Modules - specific UI components.
--------------------------------------------------------------*/
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-header,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width {
  margin: auto;
  width: var(--width-regular);
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: var(--color-primary-500) !important;
}

.site-header {
  background-color: var(--color-surface-pink);
  min-height: var(--header-height);
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: var(--space-l);
  padding-bottom: var(--space-6xs);
  will-change: transform;
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
}
.site-header.headroom--pinned {
  background: var(--color-surface-pink);
}
.site-header.headroom--not-top {
  transform: translateY(0);
}
.site-header.headroom--not-top.headroom--unpinned {
  transform: translateY(-100%);
}
.is-site-nav-opened .site-header, .is-sub-nav-opened .site-header {
  background: var(--color-surface-lilac);
}
@media (min-width: 68.751rem) {
  .site-header {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
@media (max-width: 68.75rem) {
  .is-site-nav-opened .site-header {
    background: var(--color-surface-lilac);
    height: 100%;
    overflow: hidden;
    inset: 0;
    overflow-y: auto;
  }
}
.site-header a:not(.btn),
.site-header .mimic-link {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
  -webkit-hyphens: manual;
          hyphens: manual;
}
.site-header__container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 68.75rem) {
  .site-header__container {
    align-items: center;
    flex-flow: wrap;
  }
}
@media (min-width: 68.751rem) {
  .site-header .site-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .site-header .site-nav .site-header__main-menu {
    align-content: center;
    position: absolute;
    height: 4.0625rem;
    left: 50%;
    top: var(--space-l);
    transform: translateX(-50%);
  }
  .site-header .site-nav .site-header__extra {
    align-items: center;
    display: flex;
    gap: var(--space-s);
  }
}
@media (max-width: 90rem) {
  .site-header .site-nav .site-header__extra {
    gap: var(--space-xs);
  }
}
@media (max-width: 68.75rem) {
  .site-header .site-nav {
    display: none;
    position: relative;
    height: calc(100svh - var(--header-height));
    height: calc(100vh - var(--header-height));
    padding-top: 0;
    padding-bottom: 18rem;
    width: 100%;
  }
  .is-site-nav-opened .site-header .site-nav {
    display: block;
    flex: 0 0 100%;
  }
  .site-header .site-nav .site-header__secondary-menu .btn {
    width: 100%;
  }
}
.site-header__logo svg {
  max-width: 15vw;
}
@media (max-width: 68.75rem) {
  .site-header__logo {
    padding-left: var(--side-padding);
  }
  .site-header__logo svg {
    max-width: 13.1875rem;
  }
}
@media (max-width: 37.5rem) {
  .site-header__logo svg {
    max-width: 11.5rem;
  }
}

.site-nav__toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
}
.site-nav__toggle::after {
  display: none;
}
.site-nav__toggle {
  display: flex;
  font-size: 0;
  padding-right: var(--side-padding);
}
@media (min-width: 68.751rem) {
  .site-nav__toggle {
    display: none;
  }
}
.site-nav__toggle:hover, .site-nav__toggle:focus {
  background: rgba(0, 0, 0, 0);
  outline: 0;
}
.site-nav__toggle-inner span {
  display: block;
  height: 12px;
  border-radius: 1px;
  background: var(--color-primary-red);
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 3.75rem;
}
.site-nav__toggle-inner span:not(:first-child) {
  margin-top: 0.5rem;
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner span:first-child {
  transform: translateY(20px) rotate(45deg);
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner span:nth-child(2) {
  opacity: 0;
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner span:last-child {
  transform: translateY(-20px) rotate(-45deg);
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner {
  transition: all 0.25s ease 0.05s;
}

.site-footer {
  font-size: var(--text-500);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  padding-top: 8.75rem;
  padding-bottom: 6rem;
  color: var(--color-text-white);
  background: var(--color-surface-black);
}
.site-footer a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
  color: inherit;
}
.site-footer p {
  margin: 0;
}
.site-footer p + p {
  margin-top: var(--space-l);
}
.site-footer__logo {
  margin: 0;
}
.site-footer__logo svg {
  color: var(--color-text-white);
  display: block;
  height: auto;
  max-width: 19.75rem;
  width: 100%;
}
.site-footer__logo + * {
  margin-top: var(--space-l);
}
.site-footer__top {
  display: grid;
  gap: var(--space-l);
  margin-bottom: var(--space-l);
}
@media (min-width: 64.001rem) {
  .site-footer__top {
    grid-template-columns: minmax(0, 7fr) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--space-xl) var(--space-l);
  }
}
.site-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__col ul li {
  padding-left: unset;
}
.site-footer__col ul li, .site-footer__col ul li:not(:first-child) {
  margin-top: 0;
}
.site-footer__col ul li::before {
  display: none;
}
.site-footer__col strong {
  font-size: var(--text-600);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  display: block;
}
.site-footer__col--large {
  max-width: 25rem;
}
.site-footer__col--large > * + * {
  margin-top: var(--space-l);
}
.site-footer__col--large strong {
  font-size: var(--heading-400);
  line-height: var(--line-height-heading);
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.75rem;
}
.site-footer__bottom {
  font-size: var(--text-500);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xs);
}
@media (min-width: 48.001rem) {
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__bottom ul li {
  padding-left: unset;
}
.site-footer__bottom ul li, .site-footer__bottom ul li:not(:first-child) {
  margin-top: 0;
}
.site-footer__bottom ul li::before {
  display: none;
}
.site-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-l);
}
.site-footer__bottom ul li + li {
  margin: 0;
}
.site-footer__bottom p {
  margin: 0;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu li {
  padding-left: unset;
}
.main-menu li, .main-menu li:not(:first-child) {
  margin-top: 0;
}
.main-menu li::before {
  display: none;
}
.main-menu .hs-menu-item a[href="#"] {
  pointer-events: none;
}
.main-menu .hs-menu-item a[hidden] {
  display: none;
}
.main-menu .menu-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3xs);
  font-size: var(--text-500);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  border: 0;
  border-radius: 0;
}
.main-menu .menu-link--main {
  font-size: var(--text-nav);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: uppercase;
}
.main-menu .menu-link:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.main-menu .hs-item-has-children--default {
  position: relative;
}
.main-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .sub-menu li {
  padding-left: unset;
}
.main-menu .sub-menu li, .main-menu .sub-menu li:not(:first-child) {
  margin-top: 0;
}
.main-menu .sub-menu li::before {
  display: none;
}
.main-menu .sub-menu--level-1 {
  flex: 0 0 100%;
  order: 3;
  left: 50%;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0s 0s;
  visibility: hidden;
}
.main-menu .sub-menu--level-1.is-opened {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  max-height: initial;
}
@media (min-width: 68.751rem) {
  .main-menu .sub-menu--level-1 {
    background-color: var(--color-surface-lilac);
    padding: var(--space-s) max(var(--side-padding), (100vw - var(--max-width-container)) / 2) var(--space-xl);
    width: 100vw;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: fixed;
  }
  .main-menu .sub-menu--level-1.is-opened {
    transform: translateY(0) translateX(-50%);
  }
}
@media (max-width: 68.75rem) {
  .main-menu .sub-menu--level-1 {
    height: 0;
    max-height: unset;
  }
  .main-menu .sub-menu--level-1.is-opened {
    height: auto;
  }
}
.main-menu .sub-menu--level-1 .hs-menu-item--full-width > .menu-link {
  gap: var(--space-6xs);
}
.main-menu .sub-menu--level-1 .hs-menu-item--full-width > .menu-link::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%23000"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.8125rem 0.8125rem;
  content: "";
  flex: none;
  height: 0.8125rem;
  width: 0.8125rem;
}
@media (min-width: 68.751rem) {
  .main-menu .sub-menu--level-2 > li.hs-menu-item {
    margin-top: var(--space-2xs);
  }
}
.main-menu .sub-menu--level-2 > li.hs-menu-item .menu-link {
  font-size: var(--heading-400);
  line-height: var(--line-height-heading);
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
  gap: var(--space-6xs);
}
.main-menu .sub-menu--level-2 > li.hs-menu-item .menu-link::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%23000"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.8125rem 0.8125rem;
  content: "";
  height: 0.8125rem;
  width: 0.8125rem;
}
@media (max-width: 68.75rem) {
  .main-menu .sub-menu--level-2 > li.hs-menu-item .menu-link {
    gap: var(--space-4xs);
    padding: var(--space-4xs) var(--side-padding);
  }
}
@media (min-width: 68.751rem) {
  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-xs);
  }
  .main-menu .menu-link--main,
  .main-menu .hs-item-has-children__sub-toggle {
    gap: 0.4em;
    padding: 0;
  }
  .main-menu .menu-link--main:hover,
  .main-menu .hs-item-has-children__sub-toggle:hover {
    border-color: var(--color-border-secondary);
    box-shadow: none;
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 {
    top: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 1fr;
    -moz-column-gap: var(--space-l);
         column-gap: var(--space-l);
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 > li {
    margin-top: 0;
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--full-width {
    border-right: 0.1875rem solid var(--color-black);
    display: flex;
    align-items: center;
    grid-row: 1/span 2;
    padding-right: var(--space-l-xl);
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--full-width > .menu-link {
    font-size: var(--text-600);
    line-height: var(--line-height-body);
    font-family: var(--font-family-base);
    font-weight: 400;
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--full-width + .hs-menu-item--column::before {
    display: none;
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--column {
    position: relative;
    grid-row: span 2;
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--column::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--space-s) * -1);
    height: 100%;
    width: 0.0625rem;
    background: var(--color-border);
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--column .menu-link--sub {
    align-self: baseline;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-menu .hs-item-has-children--default .sub-menu--level-1 {
    width: unset;
    position: absolute;
    top: calc(100% + var(--space-5xs));
    padding: var(--space-3xs) var(--space-m) var(--space-3xs) var(--space-xs);
    left: 0;
    transform: translate(0, 0);
  }
  .main-menu .hs-item-has-children--default .sub-menu--level-1 li.hs-menu-item:not(:first-child) {
    margin-top: var(--space-2xs);
  }
}
@media (min-width: 75.001rem) {
  .main-menu {
    gap: var(--space-m-l);
  }
}
@media (max-width: 68.75rem) {
  .main-menu {
    padding-top: var(--space-l);
  }
  .main-menu .menu-link {
    padding: var(--space-s) var(--side-padding);
  }
  .main-menu .menu-link--sub {
    padding: var(--space-s) var(--side-padding) var(--space-3xs);
  }
  .main-menu .menu-link--main,
  .main-menu .hs-item-has-children__sub-toggle {
    display: flex;
    font-size: 1.125rem;
    justify-content: space-between;
    width: 100%;
    transition: none;
  }
  .main-menu .hs-item-has-children__sub-toggle[aria-expanded=true] {
    background-color: var(--color-surface-white);
  }
  .main-menu .sub-menu--level-1 {
    display: none;
  }
  .main-menu .sub-menu--level-1.is-opened {
    display: block;
    background-color: var(--color-surface-white);
    padding-bottom: var(--space-m);
  }
  .main-menu .sub-menu--level-1 .hs-menu-item--full-width {
    display: flex;
    grid-row: 1/2;
  }
  .main-menu .sub-menu--level-1 .hs-menu-item--full-width > .menu-link {
    font-size: var(--text-700);
    line-height: var(--line-height-body);
    font-family: var(--font-family-base);
    font-weight: 700;
    text-transform: unset;
  }
  .main-menu .sub-menu--level-1 .hs-menu-item--full-width + .hs-menu-item--column::before {
    display: none;
  }
  .main-menu .hs-item-has-children--service .sub-menu--level-1 .hs-menu-item--column .menu-link--sub {
    font-size: var(--text-500);
    line-height: var(--line-height-body);
    font-family: var(--font-family-base);
    font-weight: 400;
  }
}

.hs-item-has-children__sub-toggle svg,
.hs-item-has-children__sub-toggle span {
  margin-top: -4px;
  pointer-events: none;
  transition: transform 0.2s;
}
.hs-item-has-children__sub-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (min-width: 68.751rem) {
  .hs-item-has-children__sub-toggle[aria-expanded=true]::after {
    background-color: var(--color-primary-red);
    bottom: 0;
    content: "";
    height: 0.1375rem;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.hs-item-has-children__sub-toggle:focus {
  outline: none;
}

@media (max-width: 68.75rem) {
  .language-menu {
    border-top: 0.0625rem solid var(--color-border-primary);
  }
  .language-menu, .language-menu:first-child {
    margin-top: var(--space-s);
  }
  .language-menu .menu-link {
    justify-content: flex-start;
  }
}

.site-hero {
  margin-top: var(--header-height);
  padding-top: var(--space-6xl-2xl);
  padding-bottom: var(--space-default);
}
.site-hero .dnd-section {
  margin: 0;
}
.site-hero__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-5xl-6xl);
}
@media (max-width: 48rem) {
  .site-hero__container {
    flex-direction: column;
  }
  .site-hero--media-image .site-hero__container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 48.001rem) {
  .site-hero--media-calendar .site-hero__container {
    align-items: flex-start;
    gap: var(--space-s);
  }
  .site-hero--media-calendar .site-hero__container > * {
    flex: 1;
  }
}
.site-hero__content {
  font-size: var(--text-700);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  text-transform: unset;
}
.site-hero__content p:first-child {
  font-size: var(--heading-400);
  line-height: var(--line-height-heading);
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
}
.site-hero__content p:first-child + h1 {
  margin-top: var(--space-m);
}
@media (min-width: 48.001rem) {
  .site-hero__content {
    width: 100%;
  }
  .site-hero--media-image .site-hero__content {
    max-width: 51.628%;
  }
}
.site-hero__image {
  margin: 0;
}
@media (min-width: 48.001rem) {
  .site-hero__image {
    order: 2;
    flex: 0 0 43%;
  }
}
.site-hero--blog .site-hero__content > * + * {
  margin-top: var(--space-5xl-s);
}
.site-hero--blog .site-hero__title {
  color: var(--color-text-black);
}
.site-hero--blog .site-hero__metas {
  font-size: var(--text-600);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
}
.site-hero--blog .site-hero__content__text {
  font-size: var(--text-700);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  display: block;
}
.site-hero--blog .site-hero__image {
  margin: 0;
}
.site-hero--blog .site-hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.site-hero--webinar .site-hero__meta--information {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4xs);
}
.site-hero--archive .site-hero__content {
  width: 100%;
}

.posts-list {
  display: grid;
  row-gap: 3.75rem;
}
@media (min-width: 48.001rem) {
  .posts-list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: var(--gutter);
         column-gap: var(--gutter);
    row-gap: var(--space-m);
  }
}
.posts-list[hidden] {
  display: none;
}

.post-item {
  font-size: var(--text-600);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  position: relative;
}
@media (max-width: 48rem) {
  .post-item {
    margin-top: var(--gutter);
  }
  .post-item:first-child {
    margin-top: 0;
  }
}
.post-item a {
  text-decoration: none;
}
.post-item h3 {
  font-size: var(--heading-500);
  line-height: 1;
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.post-item__image {
  margin: 0;
}
.post-item__image img {
  aspect-ratio: 31.1875/15.875;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.post-item .btn {
  pointer-events: none;
  text-align: left;
}
.post-item .post-item__tag {
  font-size: var(--text-btn);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  background-image: none !important;
  background-repeat: no-repeat;
  border-radius: 0.125rem;
  border: 2px solid var(--color-primary-red);
  display: inline-block;
  font-family: var(--font-family-title);
  padding: 0.75rem;
  text-transform: uppercase;
}
.post-item .post-item__tag + * {
  margin-top: var(--space-4xs);
}
.post-item__author {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
  font-size: var(--text-500);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
}
.post-item__author-image {
  background-color: var(--color-surface-white);
  border-radius: 999rem;
  margin: 0;
  overflow: hidden;
  flex: 0 0 2.75rem;
}
.post-item__author-image img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999rem;
  vertical-align: top;
}
.post-item:hover .post-item__title a, .post-item:focus .post-item__title a {
  text-decoration: underline;
}
@media (min-width: 48.001rem) {
  .post-item--reference {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    row-gap: 3.75rem;
  }
}
.post-item--reference .post-item__bottom {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: auto;
}
@media (min-width: 48.001rem) {
  .post-item--reference .post-item__bottom {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    margin-top: 0;
  }
}

@media (min-width: 48.001rem) {
  .posts-list--reference {
    grid-template-rows: auto auto auto auto;
    align-items: start;
  }
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share li {
  padding-left: unset;
}
.social-share li, .social-share li:not(:first-child) {
  margin-top: 0;
}
.social-share li::before {
  display: none;
}
.social-share {
  display: flex;
  flex-flow: wrap;
}
.social-share__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share__item--label {
  flex: 0 0 100%;
  margin: 0 0 1rem;
  font-size: var(--heading-300);
  line-height: 1.2;
  font-family: var(--font-family-base);
  font-weight: 700;
  text-transform: unset;
}
.social-share a {
  color: var(--color-primary-500);
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

.article-lift,
.reference-lift {
  padding-bottom: var(--space-default);
  padding-top: var(--space-default);
}
.article-lift__filters,
.reference-lift__filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-lift__filters li,
.reference-lift__filters li {
  padding-left: unset;
}
.article-lift__filters li, .article-lift__filters li:not(:first-child),
.reference-lift__filters li,
.reference-lift__filters li:not(:first-child) {
  margin-top: 0;
}
.article-lift__filters li::before,
.reference-lift__filters li::before {
  display: none;
}
.article-lift__filters,
.reference-lift__filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5xs);
}
.article-lift__title,
.article-lift__title h2,
.reference-lift__title,
.reference-lift__title h2 {
  font-size: var(--heading-400);
  line-height: var(--line-height-heading);
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
}
.article-lift__title + *,
.reference-lift__title + * {
  margin-top: var(--space-l);
}
.article-lift.has-pink-background h2,
.article-lift.has-pink-background .post-item .btn,
.article-lift.has-pink-background .post-item__tag,
.reference-lift.has-pink-background h2,
.reference-lift.has-pink-background .post-item .btn,
.reference-lift.has-pink-background .post-item__tag {
  border-color: var(--color-text-red);
  color: var(--color-text-red);
}
.article-lift.has-pink-background .post-item .btn,
.reference-lift.has-pink-background .post-item .btn {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%23E22029"/></svg>');
}
.article-lift.has-pink-background .post-item__title a,
.article-lift.has-pink-background .post-list-buttons .btn,
.reference-lift.has-pink-background .post-item__title a,
.reference-lift.has-pink-background .post-list-buttons .btn {
  border-color: var(--color-text-blue);
  color: var(--color-text-blue);
}
.article-lift.has-pink-background .post-list-buttons .btn,
.reference-lift.has-pink-background .post-list-buttons .btn {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%231E46BB"/></svg>');
}
.article-lift.has-lilac-background h2,
.article-lift.has-lilac-background .post-item .btn,
.article-lift.has-lilac-background .post-item__tag,
.article-lift.has-lilac-background .post-item__title a,
.article-lift.has-lilac-background .post-list-buttons .btn,
.reference-lift.has-lilac-background h2,
.reference-lift.has-lilac-background .post-item .btn,
.reference-lift.has-lilac-background .post-item__tag,
.reference-lift.has-lilac-background .post-item__title a,
.reference-lift.has-lilac-background .post-list-buttons .btn {
  border-color: var(--color-text-blue);
  color: var(--color-text-blue);
}
.article-lift.has-lilac-background .post-item .btn,
.article-lift.has-lilac-background .post-list-buttons .btn,
.reference-lift.has-lilac-background .post-item .btn,
.reference-lift.has-lilac-background .post-list-buttons .btn {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0 7.33V5.45H9.15L4.64 1.31L5.93 0L12.07 5.77V6.98L5.93 12.75L4.62 11.42L9.14 7.32H0V7.33Z" fill="%231E46BB"/></svg>');
}
.article-lift.has-blue-background .post-item__tag,
.article-lift.has-blue-background .post-item__title a,
.reference-lift.has-blue-background .post-item__tag,
.reference-lift.has-blue-background .post-item__title a {
  border-color: var(--color-text-white);
  color: var(--color-text-white);
}
.article-lift * + .posts-list,
.reference-lift * + .posts-list {
  margin-top: var(--space-l);
}
.article-lift .post-list-buttons,
.reference-lift .post-list-buttons {
  margin-top: var(--space-7xl);
}
@media (min-width: 48.001rem) {
  .article-lift .post-list-buttons,
  .reference-lift .post-list-buttons {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: repeat(3, 1fr);
    margin-top: var(--space-s);
  }
  .article-lift .post-list-buttons .btn,
  .reference-lift .post-list-buttons .btn {
    grid-column: 3;
    justify-self: self-start;
  }
}

.author-card {
  font-size: var(--text-600);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 400;
  align-items: center;
  display: flex;
  gap: var(--space-m);
  max-width: 65rem;
  width: 100%;
}
@media (max-width: 48rem) {
  .author-card {
    flex-direction: column;
  }
}
.author-card__image {
  flex: none;
  margin: 0;
  max-width: 22.5625rem;
  width: 100%;
}
.author-card__image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.author-card__top-title {
  text-transform: uppercase;
}
.author-card__name {
  font-size: var(--heading-500);
  line-height: 1;
  font-family: var(--font-family-title);
  font-weight: 700;
  text-transform: uppercase;
}
.author-card__content > * + * {
  margin-top: var(--space-xs);
}
.author-card__ctas {
  display: flex;
  flex-direction: column;
  gap: var(--gutter);
}
.author-card__ctas .btn-linkedin {
  font-size: var(--text-btn);
  line-height: var(--line-height-body);
  font-family: var(--font-family-base);
  font-weight: 700;
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Utilities - Helpers and overrides.
--------------------------------------------------------------*/
:focus {
  outline: thin dotted;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: var(--color-link);
  clip: auto !important;
  color: white;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  padding: 0.75rem;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.has-white-texts {
  color: var(--color-text-white, #fff);
}

.has-pink-background {
  background-color: var(--color-surface-pink);
}
.has-pink-background h1,
.has-pink-background h2,
.has-pink-background h3,
.has-pink-background h4 {
  color: var(--color-text-red);
}

.has-blue-background {
  background-color: var(--color-surface-blue);
  color: var(--color-text-white);
}
.has-blue-background a {
  color: var(--color-text-white);
}

.has-red-background {
  background-color: var(--color-surface-red);
}

.has-lilac-background {
  background-color: var(--color-surface-lilac);
}
.has-lilac-background h1,
.has-lilac-background h2,
.has-lilac-background h3,
.has-lilac-background h4 {
  color: var(--color-text-blue);
}

.has-black-background {
  background-color: var(--color-surface-black);
}

.hs-inline-edit script[type="mce-no/type"] {
  display: block;
  background: red;
  color: #fff;
  font-size: 1rem;
  font-family: "Lucida Console";
  padding: 1rem;
}
.hs-inline-edit script[type="mce-no/type"]:before {
  content: "Hubspot render koodi, editoi muokataksesi lomaketta";
  display: block;
  margin: 0 0 1rem;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}