/**
 * THIS FILE WAS AUTOGENERATED PLEASE DO NOT EDIT, RISK OF OVERWRITE
 */

/**
 * 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 {
  --text-size-300: 1rem;
  --text-size-400: 1.125rem;
  --heading-size-300: 1rem;
  --heading-size-400: clamp(1.375rem, 1.3039772727rem + 0.2840909091vw, 1.5rem);
  --heading-size-500: clamp(2rem, 1.4318181818rem + 2.2727272727vw, 3rem);
  --heading-size-600: clamp(3rem, 0.7982954545rem + 8.8068181818vw, 6.875rem);
  --colors-brand-kubo: #FA2B0A;
  --colors-greys-offblack: #222;
  --colors-greys-offwhite: #F6F6F6;
  --colors-links-green-pea: #04522D;
  --colors-links-aquamarine: #78F5BA;
  --colors-effects-mint-tulip: #BDECE3;
  --colors-greys-dark-grey: #686868;
  --colors-effects-spring-rain: #A4C3B2;
  --colors-effects-gumbo: #82999C;
  --colors-effects-miniato-grey: #80989B;
  --colors-effects-yellow: #FFFC59;
  --color-primary: var(--colors-brand-kubo);
  --color-background: var(--colors-greys-offwhite);
  --color-link: var(--colors-links-green-pea);
  --color-text: var(--colors-greys-offblack);
  --color-border: #D4DCDA;
  --side-padding: clamp(1rem, -1.2727272727rem + 9.0909090909vw, 5rem);
  --space-default: clamp(5rem, 1.0227272727rem + 15.9090909091vw, 12rem);
  --space-m: clamp(2rem, -0.2727272727rem + 9.0909090909vw, 6rem);
  --space-s: clamp(1.5rem, 0.6477272727rem + 3.4090909091vw, 3rem);
  --space-xs: clamp(1.5rem, 1.2159090909rem + 1.1363636364vw, 2rem);
  --space-2xs: clamp(1rem, 0.7159090909rem + 1.1363636364vw, 1.5rem);
  --gutter: 3rem;
  --text-margin: 1.3em;
  --menu-height: 9.375rem;
  --max-width-site: 79rem;
  --max-width-container: 69rem;
  --max-width-9-col: calc(var(--max-width-container) * 0.736603);
  --max-width-8-col: calc(var(--max-width-container) * 0.653951);
  --max-width-7-col: calc(var(--max-width-container) * 0.561594);
  --max-width-6-col: calc(var(--max-width-container) * 0.47683924);
  --max-width-5-col: calc(var(--max-width-container) * 0.40236149);
  --width-12-col: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-9-col: clamp(min(25rem, 100%), 73.6603%, var(--max-width-9-col));
  --width-8-col: clamp(min(25rem, 100%), 65.3951%, var(--max-width-8-col));
  --width-7-col: clamp(min(25rem, 100%), 56.1594%, var(--max-width-7-col));
  --width-6-col: clamp(min(25rem, 100%), 47.683924%, var(--max-width-6-col));
  --width-5-col: clamp(min(25rem, 100%), 40.236149%, var(--max-width-5-col));
}
@media (max-width: 70rem) {
  :root {
    --menu-height: 6.375rem;
  }
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-background);
}
@media (max-width: 70rem) {
  html.main-menu-open {
    overflow: hidden;
  }
}

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

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-wrapper__footer {
  -ms-flex-negative: 0;
      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%;
}

.protected-mail:after {
  content: attr(data-part-0) "@" attr(data-part-1);
}

/*--------------------------------------------------------------
# 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-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans", monospace;
  font-weight: 400;
  color: var(--color-text);
}

a,
.protected-mail {
  font-weight: 600;
  color: var(--color-link);
  text-decoration: none;
}
a:hover,
.protected-mail:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
}

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: 2rem 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 a,
h2 a,
h3 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a {
  font-weight: inherit;
}

h1,
.h1 {
  font-size: var(--heading-size-600);
  line-height: 1;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
}

h2,
.h2 {
  font-size: var(--heading-size-500);
  line-height: 1.125;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
h2 + p,
.h2 + p {
  margin-top: 1em;
}

h3,
.h3 {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}

h4,
.h4 {
  font-size: var(--heading-size-300);
  line-height: 1.4;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}

blockquote {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}

/* For now, disabe button style from these:
button:not(.nav-toggle),
input[type='button'],
input[type='reset'],
input[type='submit']
*/
.reset-button,
button.btn,
.hs_submit input[type=submit] {
  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);
  color: var(--color-link);
}

.btn,
button.btn,
.hs-button,
.hs_submit input[type=submit],
.cta_button {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  cursor: pointer;
  padding: 0.8rem 1rem 0.8rem 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 4rem;
}
.btn::after,
button.btn::after,
.hs-button::after,
.hs_submit input[type=submit]::after,
.cta_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/arrow.svg);
          mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/arrow.svg);
  background-color: var(--color-link);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 3rem;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
}
.btn::before,
button.btn::before,
.hs-button::before,
.hs_submit input[type=submit]::before,
.cta_button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/border.svg);
          mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/border.svg);
  background-color: var(--color-link);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0%;
  height: 2px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.btn:hover, .btn:focus,
button.btn:hover,
button.btn:focus,
.hs-button:hover,
.hs-button:focus,
.hs_submit input[type=submit]:hover,
.hs_submit input[type=submit]:focus,
.cta_button:hover,
.cta_button:focus {
  text-decoration: none;
}
.btn:hover::after, .btn:focus::after,
button.btn:hover::after,
button.btn:focus::after,
.hs-button:hover::after,
.hs-button:focus::after,
.hs_submit input[type=submit]:hover::after,
.hs_submit input[type=submit]:focus::after,
.cta_button:hover::after,
.cta_button:focus::after {
  width: 4rem;
}
.btn:hover::before, .btn:focus::before,
button.btn:hover::before,
button.btn:focus::before,
.hs-button:hover::before,
.hs-button:focus::before,
.hs_submit input[type=submit]:hover::before,
.hs_submit input[type=submit]:focus::before,
.cta_button:hover::before,
.cta_button:focus::before {
  width: calc(100% - 1rem);
}
.btn:focus,
button.btn:focus,
.hs-button:focus,
.hs_submit input[type=submit]:focus,
.cta_button:focus {
  outline: 0;
}
.btn.btn--previous,
button.btn.btn--previous,
.hs-button.btn--previous,
.hs_submit input[type=submit].btn--previous,
.cta_button.btn--previous {
  margin-left: 4rem;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1rem;
}
.btn.btn--previous::before,
button.btn.btn--previous::before,
.hs-button.btn--previous::before,
.hs_submit input[type=submit].btn--previous::before,
.cta_button.btn--previous::before {
  left: auto;
  right: 0;
}
.btn.btn--previous::after,
button.btn.btn--previous::after,
.hs-button.btn--previous::after,
.hs_submit input[type=submit].btn--previous::after,
.cta_button.btn--previous::after {
  left: auto;
  right: 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.btn.btn--large,
button.btn.btn--large,
.hs-button.btn--large,
.hs_submit input[type=submit].btn--large,
.cta_button.btn--large {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.btn.btn--background,
button.btn.btn--background,
.hs-button.btn--background,
.hs_submit input[type=submit].btn--background,
.cta_button.btn--background {
  background-color: var(--colors-effects-mint-tulip);
  min-width: 8rem;
  padding-right: 5rem;
  padding-left: 1rem;
  margin-right: 0;
}
.btn.btn--background::after,
button.btn.btn--background::after,
.hs-button.btn--background::after,
.hs_submit input[type=submit].btn--background::after,
.cta_button.btn--background::after {
  left: unset;
  right: 1rem;
}
.btn.btn--background::before,
button.btn.btn--background::before,
.hs-button.btn--background::before,
.hs_submit input[type=submit].btn--background::before,
.cta_button.btn--background::before {
  all: unset;
}
.btn.btn--background:hover, .btn.btn--background:focus,
button.btn.btn--background:hover,
button.btn.btn--background:focus,
.hs-button.btn--background:hover,
.hs-button.btn--background:focus,
.hs_submit input[type=submit].btn--background:hover,
.hs_submit input[type=submit].btn--background:focus,
.cta_button.btn--background:hover,
.cta_button.btn--background:focus {
  --color-link: var(--colors-effects-mint-tulip);
  background-color: var(--colors-greys-offblack);
}
.btn.btn--background:hover::after, .btn.btn--background:focus::after,
button.btn.btn--background:hover::after,
button.btn.btn--background:focus::after,
.hs-button.btn--background:hover::after,
.hs-button.btn--background:focus::after,
.hs_submit input[type=submit].btn--background:hover::after,
.hs_submit input[type=submit].btn--background:focus::after,
.cta_button.btn--background:hover::after,
.cta_button.btn--background:focus::after {
  width: 3rem;
}
.btn.archive-load-more,
button.btn.archive-load-more,
.hs-button.archive-load-more,
.hs_submit input[type=submit].archive-load-more,
.cta_button.archive-load-more {
  border: none;
  background-color: transparent;
}
.btn.archive-load-more::after,
button.btn.archive-load-more::after,
.hs-button.archive-load-more::after,
.hs_submit input[type=submit].archive-load-more::after,
.cta_button.archive-load-more::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.btn.archive-load-more:hover::after, .btn.archive-load-more:focus::after,
button.btn.archive-load-more:hover::after,
button.btn.archive-load-more:focus::after,
.hs-button.archive-load-more:hover::after,
.hs-button.archive-load-more:focus::after,
.hs_submit input[type=submit].archive-load-more:hover::after,
.hs_submit input[type=submit].archive-load-more:focus::after,
.cta_button.archive-load-more:hover::after,
.cta_button.archive-load-more:focus::after {
  width: 3rem;
}

.has-background-surface-negative .btn {
  --color-link: var(--colors-links-aquamarine);
}

#copyUrl {
  border: none;
  background-color: transparent;
  color: var(--color-link);
}
#copyUrl.copied {
  color: var(--colors-links-aquamarine);
}
#copyUrl.copied::before, #copyUrl.copied::after {
  background-color: var(--colors-links-aquamarine);
}

.hs-submit .actions {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.hs-submit .actions input[type=submit] {
  margin-right: 0;
}
.hs-submit .actions::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/arrow.svg);
          mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/arrow.svg);
  background-color: var(--color-link);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 3rem;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
}
.hs-submit .actions::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/border.svg);
          mask: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/border.svg);
  background-color: var(--color-link);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0%;
  height: 2px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.hs-submit .actions:hover, .hs-submit .actions:focus-within {
  text-decoration: none;
}
.hs-submit .actions:hover::after, .hs-submit .actions:focus-within::after {
  width: 4rem;
}
.hs-submit .actions:hover::before, .hs-submit .actions:focus-within::before {
  width: calc(100% - 1rem);
}

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 {
  width: 100% !important;
  padding: 0.75rem 1rem;
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-text);
  background-color: #fff;
  border: 0.0625rem solid var(--color-border);
}

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

input[type=checkbox],
input[type=radio] {
  font-size: 100%;
  margin-right: 0.25rem;
}

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-fieldtype-booleancheckbox {
  position: relative;
}
.hs-form-radio-display span:not(.hs-form-required),
.hs-form-checkbox-display span:not(.hs-form-required),
.hs-fieldtype-booleancheckbox span:not(.hs-form-required) {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
.hs-form-radio-display span:not(.hs-form-required)::before, .hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  position: absolute;
  content: "";
}
.hs-form-radio-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
  height: 1.625rem;
  width: 1.625rem;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 0.0625rem solid var(--color-primary);
}
.hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  top: 0.4375rem;
  left: 0.4375rem;
  height: 0.75rem;
  width: 0.75rem;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.hs-form-radio-display input[type=radio],
.hs-form-radio-display input[type=checkbox],
.hs-form-checkbox-display input[type=radio],
.hs-form-checkbox-display input[type=checkbox],
.hs-fieldtype-booleancheckbox input[type=radio],
.hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hs-form-radio-display input[type=radio] + span::after,
.hs-form-radio-display input[type=checkbox] + span::after,
.hs-form-checkbox-display input[type=radio] + span::after,
.hs-form-checkbox-display input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox input[type=radio] + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox] + span::after {
  content: none;
}
.hs-form-radio-display input[type=radio]:checked + span::after,
.hs-form-radio-display input[type=checkbox]:checked + span::after,
.hs-form-checkbox-display input[type=radio]:checked + span::after,
.hs-form-checkbox-display input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=radio]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span::after {
  content: "";
}
.hs-form-radio-display input[type=radio]:focus + span::before,
.hs-form-radio-display input[type=checkbox]:focus + span::before,
.hs-form-checkbox-display input[type=radio]:focus + span::before,
.hs-form-checkbox-display input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=radio]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=checkbox]:focus + span::before {
  outline: 1px dotted var(--color-text);
}
.hs-form-radio-display input[type=radio] + span:before,
.hs-form-checkbox-display input[type=radio] + span:before,
.hs-fieldtype-booleancheckbox input[type=radio] + span:before {
  border-radius: 50%;
}

.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-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans", monospace;
  font-weight: 400;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0 0 1.5rem 0;
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: 0.1rem;
  display: block;
}
.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 {
  list-style-type: none;
  padding-left: 0;
  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 .hs-form-checkbox input, .systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-checkbox input,
.hs-form .hs-form-field .input ul.inputs-list .hs-form-radio input,
.systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-radio input,
.hs-form .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input,
.systems-page .form-container .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input {
  height: auto;
  width: auto;
}
.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 .hs-submit, .systems-page .form-container .hs-submit {
  margin-top: var(--gutter);
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem 0;
}
.hs-form .hs-error-msgs li, .systems-page .form-container .hs-error-msgs li {
  padding: 0;
}
.hs-form .hs-error-msgs li::before, .systems-page .form-container .hs-error-msgs li::before {
  display: none;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: red;
}

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

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 3.56em;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.125rem;
  width: 2.67em;
  background: var(--colors-effects-miniato-grey);
}

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

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

.container--medium {
  width: var(--width-8-col);
}

.left-aligned-content {
  width: var(--width-7-col);
}

.content-row,
.dnd-section {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}

.dnd-section .dnd-row:not(:first-child) {
  margin-top: var(--gutter);
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: var(--gutter);
  }
}

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

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

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (max-width: 65rem) {
  .row-fluid {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    row-gap: var(--gutter);
  }
}
@media (min-width: 48.001rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    margin-right: var(--gutter);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*=span]:last-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .row-fluid .span11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(91.6666666667% - var(--gutter) / 2);
            flex: 1 0 calc(91.6666666667% - var(--gutter) / 2);
  }
  .row-fluid .span10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(83.3333333333% - var(--gutter) / 2);
            flex: 1 0 calc(83.3333333333% - var(--gutter) / 2);
  }
  .row-fluid .span9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(75% - var(--gutter) / 2);
            flex: 1 0 calc(75% - var(--gutter) / 2);
  }
  .row-fluid .span8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(66.6666666667% - var(--gutter) / 2);
            flex: 1 0 calc(66.6666666667% - var(--gutter) / 2);
  }
  .row-fluid .span7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(58.3333333333% - var(--gutter) / 2);
            flex: 1 0 calc(58.3333333333% - var(--gutter) / 2);
  }
  .row-fluid .span6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - var(--gutter) / 2);
            flex: 1 0 calc(50% - var(--gutter) / 2);
  }
  .row-fluid .span5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(41.6666666667% - var(--gutter) / 2);
            flex: 1 0 calc(41.6666666667% - var(--gutter) / 2);
  }
  .row-fluid .span4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - var(--gutter) / 2);
            flex: 1 0 calc(33.3333333333% - var(--gutter) / 2);
  }
  .row-fluid .span3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - var(--gutter) / 2);
            flex: 1 0 calc(25% - var(--gutter) / 2);
  }
  .row-fluid .span2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(16.6666666667% - var(--gutter) / 2);
            flex: 1 0 calc(16.6666666667% - var(--gutter) / 2);
  }
  .row-fluid .span1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(8.3333333333% - var(--gutter) / 2);
            flex: 1 0 calc(8.3333333333% - var(--gutter) / 2);
  }
}

.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: 65rem) {
  .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;
}

.blog-post {
  margin-top: calc(var(--menu-height) + var(--space-m));
}
@media (max-width: 70rem) {
  .blog-post {
    margin-top: var(--menu-height);
  }
}
.blog-post #hs_cos_wrapper_blog_sidebar_quote {
  display: block;
  margin-top: var(--space-m);
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
@media (max-width: 65rem) {
  .blog-post #hs_cos_wrapper_blog_sidebar_quote {
    display: none;
  }
}
.blog-post #hs_cos_wrapper_post_body {
  display: block;
  margin-top: var(--space-2xs);
}
.blog-post #hs_cos_wrapper_post_body > p:first-child {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.blog-post #hs_cos_wrapper_post_body h2 {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.blog-post #hs_cos_wrapper_post_body h2::before {
  content: "";
  display: block;
  width: var(--space-2xs);
  height: var(--space-2xs);
  margin: var(--space-s) auto;
  border-radius: 99rem;
  background: var(--colors-brand-kubo);
}
.blog-post #hs_cos_wrapper_post_body h3, .blog-post #hs_cos_wrapper_post_body h4 {
  font-size: var(--heading-size-300);
  line-height: 1.4;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.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__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.blog-post__tags-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
}
.blog-post__globals {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.blog-post__globals > * + * {
  margin-top: var(--space-default);
}

.archive-hero__content {
  max-width: 53rem;
}

.blog-archive {
  margin-top: var(--space-m);
}

.archive-filters {
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 48rem) {
  .archive-filters {
    margin: var(--space-default) 0;
  }
}
.archive-filters__title {
  display: inline;
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
}
.archive-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.archive-filters__list li {
  padding: 0;
}
.archive-filters__list li::before {
  display: none;
}
.archive-filters__list li {
  display: inline;
}
.archive-filters__title, .archive-filters__list li {
  margin: 0 calc(var(--space-xs) / 2);
}
@media (max-width: 48rem) {
  .archive-filters__title, .archive-filters__list li {
    margin: 0 0.3em;
  }
}

.posts-load {
  text-align: center;
  margin-top: var(--gutter);
}

.hs-blog-listing {
  margin-top: clamp(8rem, 20vw, 14rem);
}

.archive__globals {
  margin-bottom: var(--space-m);
}
.archive__globals > * + * {
  margin-top: var(--space-m);
}

.systems-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.systems-page .form-container {
  max-width: none;
}
.systems-page #hs_cos_wrapper_subscription_preferences_email_subscriptions input[type=submit] {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# Modules - specific UI components.
--------------------------------------------------------------*/
.archive-load-more {
  position: relative;
}
.archive-load-more.loading {
  margin-right: 0;
}
.archive-load-more.loading::before, .archive-load-more.loading::after {
  display: none;
}
.archive-load-more.loading .archive-load-more__spinner {
  opacity: 1;
}
.archive-load-more.loading .archive-load-more__text {
  opacity: 0;
}

.archive-load-more__text,
.archive-load-more__spinner {
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

.archive-load-more__spinner {
  top: 33%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5rem;
  height: 0.8125rem;
  opacity: 0;
}
.archive-load-more__spinner span {
  position: absolute;
  top: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: var(--color-link);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.archive-load-more__spinner span:nth-child(1) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(2) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(3) {
  left: 2rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(4) {
  left: 3.5rem;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form, .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 > .media-component {
  width: var(--width-8-col);
  margin-left: auto;
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module .vidyard-player-container,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module .vidyard-player-embed,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module .oembed_container {
  display: block;
  width: var(--width-8-col) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-linked_image {
  width: var(--width-8-col);
  margin-left: auto;
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-linked_image img {
  display: inline-block;
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: var(--width-8-col) !important;
  margin-left: auto;
  border-color: var(--color-primary) !important;
}

.site-header {
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
  background-color: var(--color-background);
}
.site-header.headroom--not-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 70rem) {
  .site-header {
    overflow: hidden;
  }
  .main-menu-open .site-header {
    color: var(--color-primary);
    height: 100%;
    overflow: auto;
  }
}
.site-header a, .site-header .mimic-link {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(var(--space-m) - 0.5rem);
}
@media (max-width: 70rem) {
  .site-header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: 100%;
    position: relative;
  }
  .site-header__container .nav-toggle {
    position: absolute;
    top: 0.75rem;
    right: 0;
  }
}
.site-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 70rem) {
  .site-header__navigation {
    display: none;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-top: var(--space-m);
    padding-bottom: calc(var(--space-m) + var(--menu-height));
  }
  .main-menu-open .site-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.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);
  display: none;
  font-size: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
  background: rgba(0, 0, 0, 0);
  outline: 0;
}
@media (max-width: 70rem) {
  .nav-toggle {
    position: relative;
    display: block;
    width: 3.375rem;
    height: 1.125rem;
    border-top: 0.25rem solid var(--colors-links-green-pea);
    -webkit-transition: none;
    transition: none;
  }
  .nav-toggle:before, .nav-toggle:after {
    all: unset;
    content: "";
    display: block;
    width: 100%;
    border-top: 0.25rem solid var(--colors-links-green-pea);
    margin-top: 0.625rem;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .main-menu-open .nav-toggle {
    border-top: 0;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  .main-menu-open .nav-toggle:before, .main-menu-open .nav-toggle:after {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-menu-open .nav-toggle:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-menu-open .nav-toggle:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.site-footer {
  padding-bottom: calc(var(--space-m) * 2);
  font-family: "IBM Plex Mono", monospace;
  position: relative;
}
.site-footer::before {
  content: "";
  background-image: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/border.svg);
  position: absolute;
  display: block;
  top: 0;
  left: calc(var(--side-padding) * -1);
  right: calc(var(--side-padding) * -1);
  height: 2px;
}
.site-footer__wrapper {
  padding-top: var(--space-m);
  padding-bottom: var(--space-m);
}
.site-footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  gap: var(--gutter);
}
.site-footer__logo-wrapper {
  text-align: center;
}
.site-footer__socials .social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-2xs);
  margin-top: var(--text-margin);
}
.site-footer__socials .social-media li {
  padding: 0;
}
.site-footer__socials .social-media li::before {
  display: none;
}
.site-footer p {
  margin-top: 0.5em;
}
.site-footer p:first-child {
  margin-top: 0;
}
.site-footer p[style="font-weight: bold;"] {
  font-weight: 500 !important;
}
.site-footer a {
  font-weight: inherit;
}

figure {
  margin: var(--space-s) 0;
}
figure img {
  vertical-align: top;
}

.media-component-caption,
figcaption {
  margin-top: var(--space-xs);
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
  font-weight: 600;
}

.auto-figure-styles p > img,
.widget-type-rich_text p > img {
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
}
.auto-figure-styles p[style="font-size: 16px;"],
.auto-figure-styles p > span[style="font-size: 16px;"],
.widget-type-rich_text p[style="font-size: 16px;"],
.widget-type-rich_text p > span[style="font-size: 16px;"] {
  position: relative;
  display: block;
  margin-top: calc(var(--space-s) * -1);
  margin-bottom: var(--space-s);
  padding-top: var(--space-xs);
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
  font-weight: 600;
  font-size: var(--text-size-400) !important;
}
.auto-figure-styles p > span[style="font-size: 16px;"],
.widget-type-rich_text p > span[style="font-size: 16px;"] {
  position: relative;
  top: calc(var(--text-margin) * -1);
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: calc(var(--space-m) - 1rem);
}
.main-menu ul li {
  padding: 0;
}
.main-menu ul li::before {
  display: none;
}
@media (max-width: 70rem) {
  .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
}
.main-menu .hs-menu-item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--colors-links-green-pea);
}
.main-menu .hs-item-has-children {
  position: relative;
}
.main-menu .hs-menu-children-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 0 !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  padding-left: 2rem;
  font-weight: 400;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.main-menu .hs-menu-children-wrapper.open-menu-list {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 70rem) {
  .main-menu .hs-menu-children-wrapper.opened-by-toggle {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.main-menu .hs-menu-children-wrapper .hs-menu-item {
  margin: 1rem 0 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
@media (min-width: 70.001rem) {
  .main-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu .hs-item-has-children:hover .hs-menu-children-wrapper {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .main-menu .hs-menu-item {
    margin-left: 0.5rem;
  }
  .main-menu .hs-menu-item:first-child {
    margin-left: 0;
  }
  .main-menu .hs-menu-item a {
    padding: 1rem 0.5rem;
  }
  .main-menu .hs-menu-children-wrapper {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    width: 16rem;
    padding: 0 2rem;
    background: #fff;
    border-radius: 0.25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    display: block;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
    padding-top: 2rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item:last-child {
    padding-bottom: 2rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a {
    padding: 0;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:after {
    left: 0;
    bottom: 0em;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:hover:after {
    width: 100%;
  }
}
@media (max-width: 70rem) {
  .main-menu .hs-menu-item {
    margin: 0;
  }
  .main-menu .hs-menu-children-wrapper.open-menu-list {
    margin-top: 1rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    margin: 0.5rem 0 0;
  }
}

.hero {
  margin-top: calc(var(--menu-height) + var(--space-m));
}
.hero h1 {
  width: var(--width-9-col);
}
.hero__content {
  margin-top: var(--space-m);
}
.hero__text-content {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.hero__image {
  margin-top: var(--space-m);
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
}
.hero__image video,
.hero__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (min-width: 48.001rem) {
  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.35%;
            flex: 0 0 38.35%;
    width: 38.35%;
  }
  .hero__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.789%;
            flex: 0 0 60.789%;
    width: 60.789%;
    margin-right: calc(var(--side-padding) * -1);
    margin-left: 0;
  }
}
@media (min-width: 48.001rem) and (min-width: 79.001rem) {
  .hero__image {
    margin-right: -10.625rem;
  }
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr));
  -webkit-column-gap: var(--gutter);
     -moz-column-gap: var(--gutter);
          column-gap: var(--gutter);
  row-gap: var(--gutter);
  margin-top: var(--space-m);
}

.post-item {
  position: relative;
}
.post-item::before {
  content: "";
  background-image: url(https://27192441.fs1.hubspotusercontent-eu1.net/hubfs/27192441/kubo-2023-theme-assets/border.svg);
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 2px;
}
.post-item p {
  font-size: var(--heading-size-300);
  line-height: 1.4;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.post-item__title {
  padding-top: var(--space-xs);
}
.post-item__title a {
  color: var(--color-text);
}
.post-item .contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-2xs);
  margin-top: var(--space-2xs);
}
.post-item .contact-card__name {
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
  font-weight: 600;
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.social-share li {
  padding: 0;
}
.social-share li::before {
  display: none;
}
.social-share__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share__item--label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 1rem;
  font-size: var(--heading-size-300);
  line-height: 1.4;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.social-share a {
  color: var(--color-primary);
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

.media-component {
  margin: 0;
  max-width: 100%;
}
.media-component img,
.media-component video {
  vertical-align: top;
  max-width: 100%;
}

.media-component-editor-message {
  aspect-ratio: 693/431;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: #fff;
  border: 0.0625rem solid var(--color-text);
}

.headroom {
  will-change: transform;
  -webkit-transition: padding 200ms linear, -webkit-transform 200ms linear;
  transition: padding 200ms linear, -webkit-transform 200ms linear;
  transition: transform 200ms linear, padding 200ms linear;
  transition: transform 200ms linear, padding 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.sidebar-section {
  --image-margin-left: max(calc((100vw - var(--max-width-container)) / -2), -10.4375rem);
  display: grid;
  gap: var(--gutter);
}
@media (min-width: 65.001rem) {
  .sidebar-section {
    grid-template-columns: repeat(12, 1fr);
  }
  .sidebar-section__media {
    grid-column: 1/span 4;
    grid-row: 1;
  }
  .sidebar-section__content {
    grid-column: 5/span 8;
    grid-row: 1;
  }
  .sidebar-section__sidebar {
    grid-column: 1/span 4;
    grid-row: 1;
  }
  .sidebar-section--has-media {
    grid-auto-rows: auto 1fr;
  }
  .sidebar-section--has-media .sidebar-section__content {
    grid-row: 1/span 2;
  }
  .sidebar-section--has-media .sidebar-section__sidebar {
    grid-row: 2;
  }
}
.sidebar-section__media {
  margin-left: var(--image-margin-left);
}
@media (width < 1262px) {
  .sidebar-section__media {
    margin-left: calc(var(--side-padding) / 1 * -1);
  }
}
.sidebar-section__media img {
  width: 100%;
}
.blog-post .sidebar-section__media img {
  aspect-ratio: 503/375;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 65rem) {
  .sidebar-section__media {
    margin-left: calc(var(--side-padding) * -1);
    margin-right: calc(var(--side-padding) * -1);
  }
}
.sidebar-section__sidebar {
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
}
.sidebar-section__sidebar h2, .sidebar-section__sidebar h3 {
  font-size: var(--heading-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}
.sidebar-section__sidebar > * + * {
  margin-top: var(--space-s);
}

.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: var(--space-s);
  font-size: var(--text-size-400);
  line-height: 1.333;
  font-family: "IBM Plex Sans Condensed", monospace;
  font-weight: 400;
}
.contact-card:first-child {
  margin-top: 0;
}
.contact-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
  margin: 0;
}
.contact-card__image img {
  width: 7.5rem;
  height: 7.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  border-radius: 999rem;
}
.contact-card__name {
  font-weight: 600;
}
.contact-card__description {
  margin-top: 0.22em;
}
.contact-card__contacts {
  margin-top: var(--space-s);
}
.contact-card__contacts p {
  margin: 0;
}
.contact-card__contacts a,
.contact-card__contacts .protected-mail {
  font-weight: 400;
}

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

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

.hs-tools-menu ul li::before {
  display: none;
}

.has-background-surface-negative {
  --text-color: var(--colors-greys-offwhite);
  color: var(--text-color);
  background-color: var(--colors-greys-dark-grey);
}

.has-background-surface-spring {
  background-color: var(--colors-effects-spring-rain);
}

.has-background-surface-light {
  background-color: var(--colors-effects-mint-tulip);
}

.has-background-surface-gumbo {
  background-color: var(--colors-effects-gumbo);
}

.has-background-effects-yellow {
  background-color: var(--colors-effects-yellow);
}