@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 {
  --text-size-300: clamp(0.75rem, 0.7320143885rem + 0.071942446vw, 0.8rem);
  --text-size-400: clamp(0.8rem, 0.728057554rem + 0.2877697842vw, 1rem);
  --text-size-500: clamp(0.9rem, 0.828057554rem + 0.2877697842vw, 1.1rem);
  --text-size-600: clamp(1.1rem, 0.9561151079rem + 0.5755395683vw, 1.5rem);
  --heading-size-200: clamp(1rem, 0.8920863309rem + 0.4316546763vw, 1.3rem);
  --heading-size-300: clamp(1.1rem, 0.9561151079rem + 0.5755395683vw, 1.5rem);
  --heading-size-400: clamp(1.3rem, 1.0841726619rem + 0.8633093525vw, 1.9rem);
  --heading-size-500: clamp(1.5rem, 1.1402877698rem + 1.4388489209vw, 2.5rem);
  --heading-size-600: clamp(1.8rem, 1.1525179856rem + 2.5899280576vw, 3.6rem);
  --text-btn: clamp(0.9rem, 0.864028777rem + 0.1438848921vw, 1rem);
  --text-btn-small: 0.9rem;
  --text-nav: clamp(1rem, 1.135971223rem + -0.1438848921vw, 1.1rem);
  --text-tag: clamp(0.6rem, 0.528057554rem + 0.2877697842vw, 0.8rem);
  --color-red: #FF0000;
  --color-lightred: #FEEFEB;
  --color-beige: #EFEAE6;
  --color-white: #FFFFFC;
  --color-black: #16160E;
  --color-black-010: #16160E19;
  --color-black-005: #16160E0C;
  --color-grey-500: #525252;
  --color-grey-200: #EAE5E3;
  --surface-primary: var(--color-white);
  --surface-primary-invert: var(--color-black);
  --surface-primary-invert-5: var(--color-black-005);
  --surface-primary-invert-10: var(--color-black-010);
  --surface-secondary: var(--color-grey-200);
  --surface-brand: var(--color-red);
  --surface-brand-light: var(--color-lightred);
  --surface-tertiary: var(--color-beige);
  --text-primary: var(--color-black);
  --text-primary-invert: var(--color-white);
  --text-secondary: var(--color-grey-500);
  --text-brand: var(--color-red);
  --text-error: #E73232;
  /* @link https://utopia.fyi/space/calculator/?c=320,16,1.2,2560,46,1.25,5,2,1512-1920&s=0.76|0.6|0.5|0.4|0.24|0.1,1.5|2|3|4|5|7.5,s-l|s-xs&g=s,l,xl,12 */
  --space-6xs: clamp(0.125rem, 0.0982rem + 0.1339vw, 0.3125rem);
  --space-5xs: clamp(0.25rem, 0.1875rem + 0.3125vw, 0.6875rem);
  --space-4xs: clamp(0.375rem, 0.2679rem + 0.5357vw, 1.125rem);
  --space-3xs: clamp(0.5rem, 0.3661rem + 0.6696vw, 1.4375rem);
  --space-2xs: clamp(0.625rem, 0.4643rem + 0.8036vw, 1.75rem);
  --space-xs: clamp(0.75rem, 0.5446rem + 1.0268vw, 2.1875rem);
  --space-s: clamp(1rem, 0.7321rem + 1.3393vw, 2.875rem);
  --space-m: clamp(1.5rem, 1.0982rem + 2.0089vw, 4.3125rem);
  --space-l: clamp(2rem, 1.4643rem + 2.6786vw, 5.75rem);
  --space-xl: clamp(3rem, 2.1964rem + 4.0179vw, 8.625rem);
  --space-2xl: clamp(4rem, 2.9286rem + 5.3571vw, 11.5rem);
  --space-3xl: clamp(5rem, 3.6607rem + 6.6964vw, 14.375rem);
  --space-4xl: clamp(7.5rem, 5.4911rem + 10.0446vw, 21.5625rem);
  /* One-up pairs */
  --space-6xs-5xs: clamp(0.125rem, 0.0446rem + 0.4018vw, 0.6875rem);
  --space-5xs-4xs: clamp(0.25rem, 0.125rem + 0.625vw, 1.125rem);
  --space-4xs-3xs: clamp(0.375rem, 0.2232rem + 0.7589vw, 1.4375rem);
  --space-3xs-2xs: clamp(0.5rem, 0.3214rem + 0.8929vw, 1.75rem);
  --space-2xs-xs: clamp(0.625rem, 0.4018rem + 1.1161vw, 2.1875rem);
  --space-xs-s: clamp(0.75rem, 0.4464rem + 1.5179vw, 2.875rem);
  --space-s-m: clamp(1rem, 0.5268rem + 2.3661vw, 4.3125rem);
  --space-m-l: clamp(1.5rem, 0.8929rem + 3.0357vw, 5.75rem);
  --space-l-xl: clamp(2rem, 1.0536rem + 4.7321vw, 8.625rem);
  --space-xl-2xl: clamp(3rem, 1.7857rem + 6.0714vw, 11.5rem);
  --space-2xl-3xl: clamp(4rem, 2.5179rem + 7.4107vw, 14.375rem);
  --space-3xl-4xl: clamp(5rem, 2.6339rem + 11.8304vw, 21.5625rem);
  /* Custom pairs */
  --space-s-l: clamp(1rem, 0.3214rem + 3.3929vw, 5.75rem);
  --space-s-xs: clamp(1rem, 0.8304rem + 0.8482vw, 2.1875rem);
  --side-padding: var(--space-s);
  --space-default: var(--space-xl);
  --gutter: var(--space-s);
  --text-margin: 1.3em;
  --max-width-container: 105rem;
  --max-width-medium: calc(var(--max-width-container) * 0.79453261);
  --max-width-regular: calc(var(--max-width-container) * 0.63139312);
  --max-width-small: calc(var(--max-width-container) * 0.46825384);
  --max-width-xs: calc(var(--max-width-container) * 0.30511455);
  --max-width-xxs: calc(var(--max-width-container) * 0.22354491);
  --width-wide: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-medium: clamp(min(40rem, 100%), 79.453261%, var(--max-width-medium));
  --width-regular: clamp(min(40rem, 100%), 63.139312%, var(--max-width-regular));
  --width-small: clamp(min(30rem, 100%), 46.825384%, var(--max-width-small));
  --width-xs: clamp(min(30rem, 100%), 30.511455%, var(--max-width-xs));
  --width-xxs: clamp(min(20rem, 100%), 22.354491%, var(--max-width-xxs));
  --header-height: 3.5rem;
}
@media only screen and (min-width: 75rem) {
  :root {
    --header-height: 4.75rem;
  }
}

/*
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 */
  margin-bottom: var(--space-5xs);
  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(--surface-secondary);
}
@media (max-width: 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] {
  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-size-400);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
  color: var(--text-secondary);
}

a {
  color: var(--text-primary);
  text-decoration: underline;
}
a:hover {
  color: var(--text-brand);
  text-decoration: none;
}
a:focus {
  color: var(--text-brand);
  outline: 1px dashed var(--text-brand, #F00);
  outline-offset: 1px;
}

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 {
  color: var(--text-primary);
  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,
.h1 {
  font-size: var(--heading-size-600);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}

h2,
.h2 {
  font-size: var(--heading-size-500);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}
h2 + p,
.h2 + p {
  margin-top: 1em;
}

h3,
.h3 {
  font-size: var(--heading-size-400);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}

h4,
.h4 {
  font-size: var(--heading-size-300);
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
}

h5,
.h5,
h6,
.h6 {
  font-size: var(--heading-size-200);
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
}

blockquote {
  font-size: var(--text-size-600);
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-family: arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: var(--space-m) 0;
}
blockquote cite {
  font-size: var(--text-size-400);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
  color: var(--text-secondary);
  display: block;
  font-style: normal;
  margin-top: var(--space-5xs);
}
blockquote cite::before {
  content: "— ";
}

.trademark {
  font-size: 0.75em;
  vertical-align: text-top;
}

.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: var(--text-btn);
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 400;
  background-color: var(--surface-primary-invert, #16160E);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDExMDMgMTIuMDAzOUwwIDEwLjk5MjlMOS41Mjc0OCAxLjQ1NjE5SDAuODY1ODA1VjAuMDAzOTA2MjVIMTJWMTEuMTM4MUgxMC41NDc3VjIuNDc2NDJMMS4wMTEwMyAxMi4wMDM5WiIgZmlsbD0iI0ZGRkZGQyIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: calc(100% - var(--space-xs)) center;
  background-size: 0.5rem 0.5rem;
  border: 1px solid var(--surface-primary-invert, #16160E);
  color: var(--text-primary-invert, #FFFFFC);
  cursor: pointer;
  display: inline-block;
  padding: var(--space-xs) calc(var(--space-xs) + 0.5rem + var(--space-3xs)) var(--space-xs) var(--space-xs);
  text-align: left;
  text-decoration: none;
  transition: all 0.2s;
}
@media (min-width: 48.001rem) {
  .btn,
  .hs-button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    background-size: 0.75rem 0.75rem;
    padding: var(--space-xs) calc(var(--space-xs) + 0.75rem + var(--space-3xs)) var(--space-xs) var(--space-xs);
    min-width: var(--width-xxs);
  }
}
.btn:hover, .btn:active,
.hs-button:hover,
.hs-button:active,
button:hover,
button:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: var(--surface-primary, #FFFFFC);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDExMDMgMTIuMDAzOUwwIDEwLjk5MjlMOS41Mjc0OCAxLjQ1NjE5SDAuODY1ODA1VjAuMDAzOTA2MjVIMTJWMTEuMTM4MUgxMC41NDc3VjIuNDc2NDJMMS4wMTEwMyAxMi4wMDM5WiIgZmlsbD0iIzE2MTYwRSIvPgo8L3N2Zz4K);
  color: var(--text-primary, #16160E);
  text-decoration: none;
}
.btn:focus,
.hs-button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  color: var(--text-primary-invert, #FFFFFC);
  outline: 1px solid var(--surface-primary-invert, #16160E);
  outline-offset: 2px;
}

.btn--secondary {
  background-color: var(--surface-primary, #FFFFFC);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDExMDMgMTIuMDAzOUwwIDEwLjk5MjlMOS41Mjc0OCAxLjQ1NjE5SDAuODY1ODA1VjAuMDAzOTA2MjVIMTJWMTEuMTM4MUgxMC41NDc3VjIuNDc2NDJMMS4wMTEwMyAxMi4wMDM5WiIgZmlsbD0iIzE2MTYwRSIvPgo8L3N2Zz4K);
  color: var(--text-primary, #16160E);
}
.btn--secondary:hover {
  background-color: var(--surface-primary-invert, #16160E);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDExMDMgMTIuMDAzOUwwIDEwLjk5MjlMOS41Mjc0OCAxLjQ1NjE5SDAuODY1ODA1VjAuMDAzOTA2MjVIMTJWMTEuMTM4MUgxMC41NDc3VjIuNDc2NDJMMS4wMTEwMyAxMi4wMDM5WiIgZmlsbD0iI0ZGRkZGQyIvPgo8L3N2Zz4K);
  color: var(--text-primary-invert, #FFFFFC);
}
.btn--secondary:focus {
  color: var(--text-primary, #16160E);
}

.btn--tertiary {
  border: 1px solid rgba(254, 254, 254, 0.2);
  background-color: rgba(254, 254, 254, 0.2);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDExMDMgMTIuMDAzOUwwIDEwLjk5MjlMOS41Mjc0OCAxLjQ1NjE5SDAuODY1ODA1VjAuMDAzOTA2MjVIMTJWMTEuMTM4MUgxMC41NDc3VjIuNDc2NDJMMS4wMTEwMyAxMi4wMDM5WiIgZmlsbD0iI0ZGRkZGQyIvPgo8L3N2Zz4K);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--text-primary-invert, #FFFFFC);
}
.btn--tertiary:hover {
  background-color: var(--surface-primary, #FFFFFC);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDExMDMgMTIuMDAzOUwwIDEwLjk5MjlMOS41Mjc0OCAxLjQ1NjE5SDAuODY1ODA1VjAuMDAzOTA2MjVIMTJWMTEuMTM4MUgxMC41NDc3VjIuNDc2NDJMMS4wMTEwMyAxMi4wMDM5WiIgZmlsbD0iIzE2MTYwRSIvPgo8L3N2Zz4K);
  border: 1px solid var(--surface-primary-invert, #16160E);
  color: var(--text-primary, #16160E);
}
.btn--tertiary:focus {
  outline: 1px solid rgba(254, 254, 254, 0.2);
}

.reset-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);
  color: inherit;
}
.reset-button:hover {
  background: rgba(255, 255, 255, 0);
  background-image: none;
}

.tag {
  font-size: var(--text-tag);
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 400;
  background: var(--surface-primary-invert-5, rgba(22, 22, 14, 0.05));
  border-radius: 0.25rem;
  color: var(--text-secondary);
  padding: var(--space-5xs);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.tag.no-content {
  display: none;
}

.filter-tag {
  font-size: var(--text-btn-small);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-weight: 400;
  background-color: var(--surface-secondary);
  background-image: none;
  background-repeat: no-repeat;
  border: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  color: var(--text-secondary);
  line-height: 1;
  padding: var(--space-4xs);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.filter-tag[aria-selected=true], .filter-tag:hover, .filter-tag:focus-within {
  background: var(--surface-primary-invert, #16160E);
  color: var(--text-primary-invert, #FFFFFC);
}
.filter-tag:focus {
  outline: none;
}

a.tag:hover,
a.tag:focus {
  background: var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  color: var(--text-primary);
}

form {
  background: var(--surface-primary, #FFFFFC);
  border: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  padding: var(--space-s-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 {
  font-size: var(--text-size-400);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
  background: var(--surface-primary-invert-5, rgba(22, 22, 14, 0.05));
  border: 1px solid var(--color-black-010, rgba(22, 22, 14, 0.1));
  color: var(--text-primary);
  padding: var(--space-4xs);
  width: 100% !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: 0;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border-color: var(--color-black);
}

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

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  content: "";
  flex: 0 0 calc(1em + 0.3125rem);
  width: calc(1em + 0.3125rem) !important;
  height: calc(1em + 0.3125rem) !important;
  margin: 0 0 0 0.0625rem;
  padding: 0;
  background: var(--surface-primary-invert-5);
  border: 0;
  box-shadow: 0 0 0 0.0625rem var(--surface-primary-invert-10);
  transition: box-shadow 150ms ease;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  box-shadow: 0 0 0 0.0625rem var(--surface-primary-invert-10);
}
input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible {
  box-shadow: 0 0 0 0.0625rem var(--surface-primary-invert, #16160E);
  outline: none;
}

input[type=checkbox]:checked {
  background: var(--surface-primary-invert-5) 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(--surface-primary-invert-5, rgba(22, 22, 14, 0.05)) no-repeat center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12.0039" r="12" fill="%2316160E" fill-opacity="0.05"/><circle cx="12" cy="12.0039" r="11.5" stroke="%2316160E" stroke-opacity="0.1"/><circle cx="12" cy="12" r="8" fill="%2316160E"/></svg>');
  border: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
}

.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);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0 0 var(--space-3xs) 0;
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: var(--space-5xs);
  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 {
  margin: 0;
  padding: 0;
  list-style: none;
  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: var(--space-3xs);
}
.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;
  margin: var(--space-5xs) 0 0;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: var(--text-error);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span, .systems-page .form-container .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin: 0;
}

.hs-submit {
  margin-top: var(--space-s);
}

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[style="list-style-type: square;"] {
  background-color: var(--surface-primary);
  border: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  list-style-type: none !important;
  padding: 0 var(--space-3xs);
}
ul[style="list-style-type: square;"] > li {
  align-content: center;
  color: var(--text-primary);
  padding-bottom: var(--space-3xs);
  padding-top: var(--space-3xs);
  min-height: calc(var(--space-3xs) * 2 + 1.5rem);
  padding-left: calc(1.5rem + var(--space-3xs));
  position: relative;
}
@media (min-width: 48.001rem) {
  ul[style="list-style-type: square;"] > li {
    min-height: calc(var(--space-3xs) * 2 + 2rem);
    padding-left: calc(2rem + var(--space-3xs));
  }
}
ul[style="list-style-type: square;"] > li:not(:first-child) {
  border-top: 1px solid var(--surface-primary-invert-10);
}
ul[style="list-style-type: square;"] > li::before {
  content: "";
  height: 1.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDAzOTA2MjUpIiBmaWxsPSIjRkYwMDAwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNjhfNjk1OSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI1Ij4KPHJlY3QgeD0iNCIgeT0iNC4wMDM5MSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8yNjhfNjk1OSkiPgo8cGF0aCBkPSJNMTQuMDAwMiAyMC4wNDc5TDEwLjM1NiAxNi40MDM2TDExLjQwMDIgMTUuMzU5NEwxNC4wMDAyIDE3Ljk1OTRMMjAuNjAwMiAxMS4zNTk0TDIxLjY0NDUgMTIuNDAzNkwxNC4wMDAyIDIwLjA0NzlaIiBmaWxsPSIjRkZGRkZDIi8+CjwvZz4KPC9zdmc+Cg==);
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: var(--space-3xs);
  width: 1.5rem;
}
@media (min-width: 48.001rem) {
  ul[style="list-style-type: square;"] > li::before {
    height: 2rem;
    width: 2rem;
  }
}

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-wide);
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

.dnd-section .dnd-row:not(:first-child) .reset-multiple-row-top {
  margin-top: calc(var(--gutter) * -1);
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: var(--gutter);
  }
}
.dnd-section:first-child:has(.reset-multiple-row-top.has-background) {
  margin-top: 0;
}
.dnd-section:last-child:has(.reset-multiple-row-top.has-background), .blog-index-dnd-area .dnd-section:last-child {
  margin-bottom: 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);
}

.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: 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-hero {
  margin-top: var(--header-height);
  padding-top: var(--space-default);
}
.blog-hero__meta {
  font-size: var(--text-tag);
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 400;
  align-items: center;
  color: var(--text-secondary);
  display: flex;
  gap: var(--space-4xs);
}
.blog-hero__meta + h1 {
  margin-top: var(--space-4xs);
}
.blog-hero h1 {
  font-size: var(--heading-size-500);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}
.blog-hero__image {
  margin: var(--space-m) 0 0;
}
.blog-hero__image img {
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}

.blog-post {
  margin-top: var(--space-m);
  margin-bottom: var(--space-m);
}
.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;
}
@media (min-width: 48.001rem) {
  .blog-post--reference {
    display: flex;
    gap: var(--gutter);
  }
  .blog-post--reference .blog-post__sidebar {
    flex: 0 0 35%;
  }
  .blog-post--reference .blog-post__content {
    flex: 1;
  }
}
@media (max-width: 48rem) {
  .blog-post--reference .blog-post__sidebar + .blog-post__content {
    margin-top: var(--space-m);
  }
}
.blog-post__sidebar-box {
  border: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  padding: var(--space-3xs);
}
.blog-post__sidebar-box:not(:first-child) {
  margin-top: var(--space-3xs);
}
.blog-post__sidebar-box-title {
  padding-bottom: var(--space-3xs);
}
.blog-post__sidebar-box-title + .blog-post__sidebar-box-content {
  border-top: 1px solid var(--surface-primary-invert-10);
  padding-top: var(--space-3xs);
}
.blog-post__sidebar-box-content {
  color: var(--text-primary);
}
.blog-post__sidebar-box--image {
  display: flex;
  gap: var(--space-3xs);
}
.blog-post__sidebar-box--image figure {
  flex: none;
  margin: 0;
  width: 4rem;
}
.blog-post__sidebar-box--image figure img {
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
  width: 100%;
}

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

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: var(--space-gutter);
  line-height: 1;
  text-align: center;
}
.posts-pagination li {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
.posts-pagination li:first-child {
  margin-left: 0;
}
.posts-pagination .posts-pagination__link {
  display: inline-block;
  padding: 0.3rem;
  text-decoration: none;
}
.posts-pagination .posts-pagination__link:hover, .posts-pagination .posts-pagination__link:focus {
  color: var(--text-primary);
}
.posts-pagination .posts-pagination__link--active {
  color: var(--text-primary);
  border-bottom: 0.125rem solid var(--text-primary);
}
.posts-pagination .posts-pagination__link--active:hover, .posts-pagination .posts-pagination__link--active:focus {
  color: var(--text-primary);
}
.posts-pagination .posts-pagination__prev-link--disabled,
.posts-pagination .posts-pagination__next-link--disabled {
  display: none;
}

#hs_cos_wrapper_post_body > h2 {
  font-size: var(--heading-size-400);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}
#hs_cos_wrapper_post_body > h3 {
  font-size: var(--heading-size-300);
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
}
#hs_cos_wrapper_post_body > h4 {
  font-size: var(--heading-size-200);
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
}
#hs_cos_wrapper_post_body > header {
  margin-top: var(--text-margin);
}
#hs_cos_wrapper_post_body > *:not(:has(.is-custom-module)) {
  margin-left: auto;
  margin-right: auto;
}
#hs_cos_wrapper_post_body > * + div {
  margin-top: var(--text-margin);
}
#hs_cos_wrapper_post_body > * + .hs_cos_wrapper:has(.is-custom-module),
#hs_cos_wrapper_post_body > .hs_cos_wrapper:has(.is-custom-module) + *,
#hs_cos_wrapper_post_body > * + .hs-module:has(.is-custom-module),
#hs_cos_wrapper_post_body > .hs-module:has(.is-custom-module) + *,
#hs_cos_wrapper_post_body > * + blockquote,
#hs_cos_wrapper_post_body > blockquote + * {
  margin-top: var(--space-m);
}
@media (min-width: 48.001rem) {
  .blog-post--reference #hs_cos_wrapper_post_body .full-width.is-custom-module {
    left: calc(15% + var(--gutter) / 2);
  }
}

.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.
--------------------------------------------------------------*/
.archive-filters {
  border-bottom: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  padding-bottom: var(--space-s);
}
.archive-filters__tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5xs);
  margin-top: var(--space-3xs);
  overflow: hidden;
}

.archive-post-listing .posts-list {
  margin-top: var(--space-s);
}
@media (min-width: 48.001rem) {
  .archive-post-listing .posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-post-listing .archive-load-more {
  background-image: none;
  margin-top: var(--space-xl);
  padding: var(--space-xs);
  text-align: center;
}
.archive-post-listing .archive-load-more--blog {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

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

.event-archive-title {
  margin: var(--space-2xl) 0 var(--space-l);
}
.event-archive-title:first-child {
  margin-top: var(--space-3xl);
}

.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.widget-type-form,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width {
  margin: auto;
  width: var(--width-small);
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: var(--surface-primary-invert-10) !important;
}

.js-site-header {
  position: fixed;
  top: 0;
  z-index: 300;
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
}
.js-site-header.site-header--top {
  transition: none;
}
.js-site-header.site-header--not-top {
  position: fixed;
  transform: translateY(0);
}
.js-site-header.site-header--not-top.site-header--unpinned {
  transform: translateY(-100%);
}
@media (max-width: 75rem) {
  .is-site-nav-opened .js-site-header.site-header--not-top.site-header--unpinned {
    transform: translateY(0);
  }
}

.site-header {
  background: var(--surface-primary, #FFFFFC);
  border-bottom: 1px solid var(--surface-primary-invert-5, rgba(22, 22, 14, 0.05));
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
}
.site-header.sub-menu-is-opened {
  background: var(--surface-tertiary, #EFEAE6);
}
.site-header a, .site-header .mimic-link {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.site-header__logo svg {
  height: 100%;
  vertical-align: top;
  width: 7.87475rem;
}
@media (min-width: 75.001rem) {
  .site-header {
    padding: 0 var(--side-padding);
  }
  .site-header__container {
    height: var(--header-height);
  }
  .site-header__logo {
    padding: 0 var(--side-padding) 0 0;
  }
  .site-header__navigation {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .site-header__extra {
    display: flex;
    margin-right: calc(-1 * var(--side-padding));
  }
  .site-header a.btn {
    align-items: center;
    color: var(--text-primary-invert, #FFFFFC);
    display: flex;
    height: calc(1px + var(--header-height));
  }
  .site-header a.btn:hover, .site-header a.btn:focus-within {
    color: var(--text-primary);
  }
  .site-header.sub-menu-is-opened .main-menu .hs-menu-item.hs-menu-depth-1 > [aria-expanded=false],
  .site-header.sub-menu-is-opened .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    opacity: 0.4;
  }
  .site-header.sub-menu-is-opened .main-menu .hs-menu-item.hs-menu-depth-1:hover, .site-header.sub-menu-is-opened .main-menu .hs-menu-item.hs-menu-depth-1:focus-within {
    opacity: 1;
  }
}
@media (max-width: 75rem) {
  .site-header {
    overflow: hidden;
    width: 100vw;
  }
  .main-menu-open .site-header {
    background: var(--surface-tertiary, #EFEAE6);
    height: 100vh;
    overflow: auto;
  }
  .site-header__container {
    flex-flow: wrap;
    height: 100%;
    padding: var(--space-s) 0;
  }
  .site-header__logo {
    padding-left: var(--side-padding);
  }
  .site-header__navigation {
    display: none;
    position: relative;
  }
  .main-menu-open .site-header__navigation {
    height: 100%;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: var(--space-l);
    padding-top: var(--space-s);
  }
  .site-header__extra {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
    height: 100%;
  }
  .site-header__extra :last-child {
    margin-top: auto;
  }
  .site-header a.btn {
    color: var(--text-primary-invert, #FFFFFC);
    margin: 0 var(--side-padding);
    padding: var(--space-l) var(--space-s);
    width: calc(100% - 2 * var(--side-padding));
  }
}

.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);
  color: inherit;
  display: none;
  font-size: 0;
}
.nav-toggle:hover {
  background: rgba(255, 255, 255, 0);
  background-image: none;
}
.nav-toggle:hover, .nav-toggle:focus {
  background: rgba(0, 0, 0, 0);
  outline: 0;
}
@media (max-width: 75rem) {
  .nav-toggle {
    margin-right: var(--side-padding);
    position: relative;
    display: block;
    width: 1.75rem;
    height: 1.125rem;
    border-top: 0.125rem solid var(--color-black);
    transition: none;
  }
  .nav-toggle:before, .nav-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    border-top: 0.125rem solid var(--color-black);
    margin-top: 0.375rem;
    transition: all 200ms;
  }
  .main-menu-open .nav-toggle {
    border-top: 0;
  }
  .main-menu-open .nav-toggle:before, .main-menu-open .nav-toggle:after {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-menu-open .nav-toggle:before {
    transform: rotate(45deg);
  }
  .main-menu-open .nav-toggle:after {
    transform: rotate(-45deg);
  }
}

.site-footer {
  background: var(--surface-primary-invert, #16160E);
}
.site-footer__wrapper {
  display: flex;
  gap: var(--gutter);
  padding: var(--space-xl, 6rem) var(--space-s, 2rem);
}
.site-footer__wrapper * {
  color: var(--text-primary-invert, #FDFDFD);
}
.site-footer__wrapper > * {
  flex: 1;
}
.site-footer__wrapper a:hover,
.site-footer__wrapper a:focus {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 37.5rem) {
  .site-footer__wrapper {
    flex-direction: column;
  }
}
.site-footer__col {
  font-size: var(--heading-size-500);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
  flex: 2;
}
.site-footer__navigations {
  font-size: var(--text-size-500);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
}
.site-footer__navigations p {
  color: rgba(254, 254, 254, 0.6);
}
.site-footer__navigations a {
  text-decoration: none;
}
.site-footer__navigations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__navigations ul li {
  margin-top: var(--space-3xs, 0.5rem);
}
.site-footer__address *:not(strong) {
  color: rgba(254, 254, 254, 0.6);
}
.site-footer__address p:first-child {
  font-size: var(--text-size-500);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
}
.site-footer__address p:not(:first-child) {
  margin-top: var(--space-3xs, 0.5rem);
}
.site-footer__copyright {
  font-size: var(--text-size-300);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
  border-top: 1px solid rgba(254, 254, 254, 0.1);
  color: rgba(254, 254, 254, 0.6);
  padding: var(--space-3xs) var(--space-s, 2rem);
}
.site-footer__copyright a {
  color: rgba(254, 254, 254, 0.6);
  text-decoration: none;
}
.site-footer__copyright a:not(:first-child) {
  margin-left: var(--space-5xs, 0.5rem);
}
.site-footer__copyright a:hover, .site-footer__copyright a:focus {
  text-decoration: underline;
}
.site-footer__copyright__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5xs);
}
.site-footer__copyright__wrapper .meom-copyright {
  margin-top: 0;
}
@media (min-width: 37.501rem) {
  .site-footer__copyright__wrapper .meom-copyright {
    margin-left: auto;
  }
}
@media (max-width: 37.5rem) {
  .site-footer__copyright__wrapper .meom-copyright {
    flex: 100%;
  }
}
.site-footer__copyright__wrapper .meom-copyright a {
  text-decoration: underline;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .hs-menu-depth-1 > a:not([hidden]) {
  font-size: var(--text-nav);
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  vertical-align: top;
}
.main-menu .hs-menu-depth-1 > a:not([hidden]):focus-within {
  outline: 0;
}
.main-menu .hs-menu-children-wrapper {
  flex: 0 0 100%;
  order: 3;
  height: 0 !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
  font-weight: 400;
  transition: opacity 300ms ease-in;
}
.main-menu .hs-menu-children-wrapper.is-opened {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 75rem) {
  .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: var(--space-3xs) 0 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
.main-menu .hs-item-has-children__sub-toggle,
.main-menu .hs-item-has-children__sub-sub-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);
  color: inherit;
  font-size: var(--text-nav);
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
}
.main-menu .hs-item-has-children__sub-toggle:hover,
.main-menu .hs-item-has-children__sub-sub-toggle:hover {
  background: rgba(255, 255, 255, 0);
  background-image: none;
}
.main-menu .hs-item-has-children__sub-toggle:focus-within,
.main-menu .hs-item-has-children__sub-sub-toggle:focus-within {
  outline: 0;
}
.main-menu .hs-item-has-children__sub-toggle svg,
.main-menu .hs-item-has-children__sub-sub-toggle svg {
  pointer-events: none;
  transition: all 150ms ease-in-out;
}
@media (min-width: 94.501rem) {
  .main-menu ul li:not(:first-child) {
    margin-left: var(--space-s);
  }
}
@media (min-width: 75rem) and (max-width: 94.5rem) {
  .main-menu ul li:not(:first-child) {
    margin-left: var(--space-3xs);
  }
  .main-menu ul li a,
  .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle, .main-menu .main-menu .hs-menu-depth-1 > a,
  .main-menu .hs-menu-depth-1 > a:not([hidden]) {
    font-size: var(--text-size-400);
  }
}
@media (min-width: 75.001rem) {
  .main-menu {
    align-items: center;
    display: flex;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .main-menu .hs_cos_wrapper,
  .main-menu .hs-menu-wrapper,
  .main-menu .hs-item-has-children__sub-toggle {
    height: 100%;
  }
  .main-menu ul {
    height: 100%;
    width: 100%;
    display: flex;
  }
  .main-menu .hs-menu-children-wrapper {
    background: var(--surface-tertiary, #EFEAE6);
    box-shadow: 0 0 0 100vmax var(--surface-tertiary);
    clip-path: inset(0 -100vmax);
    height: 100%;
    left: 0;
    padding: var(--space-s) 0;
    position: absolute;
    top: calc(1px + var(--header-height));
    width: -moz-max-content;
    width: max-content;
    z-index: 10;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    display: block;
    height: 100%;
    position: relative;
    z-index: 11;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 a {
    font-size: var(--heading-size-300);
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-weight: 400;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 a:hover, .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 a:focus {
    text-decoration: underline;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2.active a {
    text-decoration: underline;
  }
  .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle,
  .main-menu .hs-menu-depth-1 > a {
    height: 100%;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle svg,
  .main-menu .hs-menu-depth-1 > a svg {
    display: none;
  }
  .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle::after,
  .main-menu .hs-menu-depth-1 > a::after {
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0.0625rem;
    background: var(--surface-primary-invert, #16160E);
    transition: width 150ms ease-in-out;
  }
  .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle:hover, .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle[aria-expanded=true],
  .main-menu .hs-menu-depth-1 > a:hover,
  .main-menu .hs-menu-depth-1 > a[aria-expanded=true] {
    opacity: 1;
  }
  .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle:hover::after, .main-menu .hs-menu-depth-1 > .hs-item-has-children__sub-toggle[aria-expanded=true]::after,
  .main-menu .hs-menu-depth-1 > a:hover::after,
  .main-menu .hs-menu-depth-1 > a[aria-expanded=true]::after {
    width: 100%;
  }
  .main-menu .hs-menu-depth-1.active a, .main-menu .hs-menu-depth-1.active .hs-item-has-children__sub-toggle {
    opacity: 1;
  }
  .main-menu .hs-menu-depth-1.active a::after, .main-menu .hs-menu-depth-1.active .hs-item-has-children__sub-toggle::after {
    width: 100%;
  }
}
@media (max-width: 75rem) {
  .main-menu .hs-menu-item.hs-menu-depth-1 {
    border-bottom: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
    padding: var(--space-s);
  }
  .main-menu .hs-menu-item.hs-menu-depth-1:first-child {
    border-top: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  }
  .main-menu .hs-menu-item.hs-menu-depth-1 a {
    font-size: var(--heading-size-300);
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-weight: 400;
    justify-content: space-between;
    position: relative;
  }
  .main-menu .hs-menu-item.hs-menu-depth-1 a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzI4M18xOTMzIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI4M18xOTMzKSI+CjxwYXRoIGQ9Ik0xMi42IDEyTDggNy40TDkuNCA2TDE1LjQgMTJMOS40IDE4TDggMTYuNkwxMi42IDEyWiIgZmlsbD0iIzFDMUIxRiIvPgo8L2c+Cjwvc3ZnPgo=);
    background-size: contain;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
  }
  .main-menu .hs-menu-item.hs-menu-depth-1.has-open-sub-nav {
    background: var(--surface-secondary, #EAE5E3);
  }
  .main-menu .hs-item-has-children__sub-toggle {
    font-size: var(--heading-size-300);
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-weight: 400;
    display: flex;
    gap: var(--gutter);
    justify-content: space-between;
    width: 100%;
  }
  .main-menu .hs-item-has-children__sub-toggle[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .main-menu .hs-menu-children-wrapper.is-opened {
    border-top: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
    margin-top: var(--space-s);
    padding: var(--space-s);
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    font-size: var(--heading-size-300);
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-weight: 400;
    margin: var(--space-s) 0 0;
  }
}

.language-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.language-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-menu .hs-menu-item {
  position: relative;
  text-align: left;
}
.language-menu .hs-menu-item.active {
  text-decoration: underline;
}
.language-menu .hs-menu-children-wrapper {
  background: var(--surface-tertiary, #EFEAE6);
  display: block !important;
  height: 0 !important;
  margin-left: auto;
  margin-right: auto;
  opacity: 0 !important;
  text-align: right;
  transition: opacity 300ms ease-in;
  visibility: hidden !important;
  width: 100%;
  z-index: 10;
}
.language-menu .hs-menu-children-wrapper.is-opened {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.language-menu .hs-menu-children-wrapper li + li {
  margin-top: var(--space-3xs);
}
.language-menu .hs-item__sub-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);
  color: inherit;
  gap: var(--space-6xs);
}
.language-menu .hs-item__sub-toggle:hover {
  background: rgba(255, 255, 255, 0);
  background-image: none;
}
.language-menu .hs-item__sub-toggle:focus-within {
  outline: 0;
}
.language-menu .hs-item__sub-toggle svg,
.language-menu .hs-item__sub-toggle span {
  pointer-events: none;
}
@media (min-width: 75.001rem) {
  .language-menu {
    height: 100%;
  }
  .language-menu .hs-menu-item {
    height: 100%;
  }
  .language-menu .hs-item__sub-toggle {
    height: 100%;
    padding-left: var(--space-s);
    padding-right: var(--space-s);
    position: relative;
  }
  .language-menu .hs-item__sub-toggle::after {
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0.0625rem;
    background: var(--surface-primary-invert, #16160E);
    transition: width 150ms ease-in-out;
  }
  .language-menu .hs-item__sub-toggle:hover, .language-menu .hs-item__sub-toggle[aria-expanded=true] {
    opacity: 1;
  }
  .language-menu .hs-item__sub-toggle:hover::after, .language-menu .hs-item__sub-toggle[aria-expanded=true]::after {
    width: 100%;
  }
  .language-menu .hs-menu-children-wrapper {
    font-size: var(--text-nav);
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: 400;
    padding: var(--space-s);
    position: absolute;
    right: 0;
    top: calc(1px + var(--header-height));
  }
}
@media (max-width: 75rem) {
  .language-menu .hs-menu-item {
    font-size: var(--heading-size-300);
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-weight: 400;
  }
  .language-menu .hs-menu-item.hs-menu-depth-1 {
    border-bottom: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
    padding: var(--space-s);
  }
  .language-menu .hs-menu-children-wrapper.is-opened {
    border-top: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
    margin-top: var(--space-s);
    padding: var(--space-s);
  }
}

.site-hero {
  padding-top: var(--header-height);
  background: var(--surface-primary);
}
.site-hero__content {
  padding: var(--space-xl) 0;
}
.site-hero__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.site-hero__wrapper h1 {
  margin-top: var(--space-4xs);
}
.site-hero__wrapper p {
  font-size: var(--text-size-500);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
}
.site-hero__wrapper p:first-child {
  font-size: var(--text-size-400);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
  color: var(--text-primary);
}
.site-hero-image--under, .site-hero-video--under {
  height: 100vh;
  overflow: hidden;
}
.site-hero-image--under .site-hero__content, .site-hero-video--under .site-hero__content {
  padding: var(--space-xl) 0 var(--space-m);
}
@media (min-width: 48.001rem) {
  .site-hero-image--under .site-hero__content-wrapper, .site-hero-video--under .site-hero__content-wrapper {
    max-width: 50rem;
  }
}
.site-hero-image--under p, .site-hero-video--under p {
  color: var(--text-secondary, #535353);
}
.site-hero-image--under .site-hero__image-container,
.site-hero-image--under .site-hero__video, .site-hero-video--under .site-hero__image-container,
.site-hero-video--under .site-hero__video {
  margin-left: calc(-1 * var(--side-padding));
  width: calc(100% + 2 * var(--side-padding));
}
.site-hero-image--under .site-hero__video, .site-hero-video--under .site-hero__video {
  height: 100%;
}
.site-hero-video--background .site-hero__video {
  position: absolute;
  top: 0;
  height: 100%;
}
.site-hero-no_media--background .site-hero__content-ctas, .site-hero-no_media--under .site-hero__content-ctas, .site-hero-image--under .site-hero__content-ctas, .site-hero-video--under .site-hero__content-ctas {
  display: none;
}
.site-hero-image--background, .site-hero-video--background {
  height: 100vh;
}
.site-hero-image--background .site-hero__wrapper, .site-hero-video--background .site-hero__wrapper {
  position: relative;
}
.site-hero-image--background .site-hero__wrapper span, .site-hero-image--background .site-hero__wrapper h1, .site-hero-image--background .site-hero__wrapper p, .site-hero-video--background .site-hero__wrapper span, .site-hero-video--background .site-hero__wrapper h1, .site-hero-video--background .site-hero__wrapper p {
  color: var(--text-primary-invert);
}
.site-hero-image--background .site-hero__wrapper::after, .site-hero-video--background .site-hero__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.6) 100%);
}
.site-hero-image--background .site-hero__image-container, .site-hero-video--background .site-hero__image-container {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.site-hero-image--background .site-hero__content, .site-hero-video--background .site-hero__content {
  position: relative;
  z-index: 20;
  color: var(--text-primary-invert);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  max-width: 100%;
  padding: var(--space-4xl) 0 var(--space-xl);
}
@media (min-width: 48.001rem) {
  .site-hero-image--background .site-hero__content, .site-hero-video--background .site-hero__content {
    padding: var(--space-4xl) 0 var(--space-m);
  }
}
@media (min-width: 48.001rem) {
  .site-hero-image--background .site-hero__content .site-hero__content-wrapper, .site-hero-video--background .site-hero__content .site-hero__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: var(--space-s);
  }
}
.site-hero-image--background .site-hero__content .site-hero__content-wrapper .hs_cos_wrapper_type_rich_text, .site-hero-video--background .site-hero__content .site-hero__content-wrapper .hs_cos_wrapper_type_rich_text {
  width: calc(50% - var(--space-3xs));
}
.site-hero-image--background .site-hero__content-ctas, .site-hero-video--background .site-hero__content-ctas {
  margin-top: var(--space-l);
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  justify-content: flex-end;
}
@media (max-width: 48rem) {
  .site-hero-image--background .site-hero__content-ctas, .site-hero-video--background .site-hero__content-ctas {
    justify-content: flex-start;
  }
}
@media (min-width: 37.501rem) {
  .site-hero-image--background .site-hero__content-ctas, .site-hero-video--background .site-hero__content-ctas {
    width: calc(50% - var(--space-3xs));
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-3xs);
    align-items: end;
  }
}
.site-hero__content {
  padding: var(--space-xl) 0;
}
@media (min-width: 48.001rem) {
  .site-hero-no_media--background .site-hero__content-wrapper, .site-hero-no_media--under .site-hero__content-wrapper {
    max-width: 50rem;
  }
}
.site-hero__image-container {
  height: 100%;
}
.site-hero__image {
  margin: 0;
  height: 100%;
  display: flex;
}
.site-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-hero__image .site-hero__image--mobile {
  display: none;
}
@media (max-width: 48rem) {
  .site-hero__image img.site-hero__image--desktop {
    display: none;
  }
  .site-hero__image img.site-hero__image--mobile {
    display: block;
  }
}

.posts-list {
  display: grid;
}
.posts-list:not(.posts-list--simple) {
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: var(--gutter);
}
@media (min-width: 48.001rem) {
  .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 65.001rem) {
  .posts-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 65.001rem) {
  .posts-list--reference {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.posts-list--simple .post-item:not(:first-child) {
  border-left: none;
}
@media (max-width: 65rem) {
  .posts-list--simple .post-item:nth-child(3), .posts-list--simple .post-item:nth-child(4) {
    border-top: none;
  }
}
@media (max-width: 48rem) {
  .posts-list--simple .post-item:not(:first-child) {
    border-top: none;
  }
}
.post-item__content {
  border: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  background: var(--surface-primary, #FFFFFC);
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  height: 100%;
  justify-content: space-between;
  padding: var(--space-s);
  transition: all 0.2s ease-out;
}
.has-white-background .post-item__content {
  background: var(--surface-secondary, #EAE5E3);
}
.post-item__title {
  font-size: var(--heading-size-300);
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
}
.post-item__title a {
  text-decoration: none;
}
.post-item__meta {
  font-size: var(--text-size-300);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 400;
  align-items: center;
  border-top: 1px solid var(--surface-primary-invert-10);
  display: flex;
  gap: var(--space-4xs);
  min-height: 3.15rem;
  padding-top: var(--space-3xs);
  width: 100%;
}
.post-item__meta svg {
  margin-left: auto;
}
.post-item__image {
  margin: 0;
}
.post-item__image img {
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.post-item--reference .post-item__image img {
  aspect-ratio: 4/3;
}
.post-item:hover .post-item__content, .post-item:focus-within .post-item__content {
  background: var(--surface-primary-invert, #16160E);
  color: var(--text-primary-invert, #FFFFFC);
}
.post-item:hover a, .post-item:focus-within a {
  color: var(--text-primary-invert, #FFFFFC);
  outline: none;
}
.post-item:hover .post-item__meta, .post-item:focus-within .post-item__meta {
  border-color: var(--surface-primary);
}
.post-item:hover .post-item__meta svg, .post-item:focus-within .post-item__meta svg {
  color: var(--surface-primary);
}
.post-item:hover .tag, .post-item:focus-within .tag {
  background: var(--surface-primary, #FFFFFC);
  color: var(--text-secondary, #535353);
}

#empty-base-item {
  display: none;
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  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-size-300);
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
}
.social-share a {
  color: var(--color-red);
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

.autoload-video {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.autoload-video .video-loader {
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s ease-out;
  z-index: 10;
}

.autoload-video .autoload-video__image {
  margin: 0;
}

.autoload-video__image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 48rem) {
  .autoload-video__image-mobile {
    display: none;
  }
}
.autoload-video__video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease-out;
  width: 100vw;
  z-index: 1;
}

.autoload-video.animate-in .autoload-video__video {
  opacity: 1;
}

/**
 * Containers
 */
#CookieBanner {
  position: fixed;
  z-index: 2147483645;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  display: none;
}

#CookieBanner.is-visible-cookie-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#CookieBanner,
#CookieBanner * {
  box-sizing: border-box;
  text-underline-offset: 0.125em;
  outline-offset: 3px;
}

#CookieBannerOverlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 10;
}

.is-visible-cookie-banner #CookieBannerOverlay {
  animation: cookieBannerFadeIn 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

.is-closing-cookie-banner #CookieBannerOverlay {
  animation: cookieBannerFadeOut 0.25s ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  #CookieBanner * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
#CookieBannerNotice {
  padding: var(--space-s, 2rem);
  overflow: auto;
  max-height: 100vh;
  max-height: calc(100vh - var(--side-padding, 2rem));
  width: 100%;
  width: calc(100% - var(--side-padding, 2rem));
  max-width: 55rem;
  background: var(--surface-primary, #FFF);
  color: var(--text-primary, #000);
  margin: 0 auto;
  z-index: 500;
  pointer-events: auto;
}

.is-visible-cookie-banner #CookieBannerNotice {
  animation: cookieBannerSlideIn 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

.is-closing-cookie-banner #CookieBannerNotice {
  animation: cookieBannerSlideOut 0.25s ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@media (min-width: 48.001rem) {
  #CookieBannerNotice {
    padding: 48px;
    max-width: 49rem;
  }
}
#CookieBanner .cookiebanner__logo {
  background: url(https://145681899.fs1.hubspotusercontent-eu1.net/hubfs/145681899/lapwall-2025-theme-assets/Example%20images/lapwall-logo-cookiebot.svg) no-repeat 0%;
  background-size: contain;
  height: 2rem;
  width: 100%;
  margin-bottom: var(--space-s, 2rem);
}

/**
 * Utils
 */
@keyframes cookieBannerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cookieBannerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cookieBannerSlideIn {
  0% {
    opacity: 0;
    transform: translateY(96px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cookieBannerSlideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(96px);
  }
}
#CookieBanner button > * {
  pointer-events: none;
}

#CookieBanner ul,
#CookieBanner li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#CookieBanner .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Content
 */
#CookieBannerTitle {
  font-size: var(--heading-size-400);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}

#CookieBanner .cookiebanner__main__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/**
 * Buttons
 */
#CookieBanner .cookiebanner__buttons {
  margin-top: var(--space-s, 2rem);
}

#CookieBanner .cookiebanner__buttons ul {
  align-items: center;
  display: flex;
  gap: var(--space-3xs);
}

@media (max-width: 48rem) {
  #CookieBanner .cookiebanner__buttons ul {
    flex-direction: column;
  }
  #CookieBanner .cookiebanner__buttons ul li,
  #CookieBanner .cookiebanner__buttons ul button {
    width: 100%;
  }
}
#CookieBanner .cookiebanner__buttons li:last-of-type {
  width: auto;
  margin-bottom: 0;
}

#CookieBanner .cookiebanner__buttons__accept {
  --color-btn-background: var(--surface-primary-invert, #16160E);
  --color-btn-border: var(--surface-primary-invert, #16160E);
  --color-btn-text: var(--text-primary-invert, #FFFFFC);
}
#CookieBanner .cookiebanner__buttons__accept:hover, #CookieBanner .cookiebanner__buttons__accept:focus {
  --color-btn-background: var(--surface-primary, #FFFFFC);
  --color-btn-border: var(--surface-primary, #FFFFFC);
  --color-btn-text: var(--text-primary, #16160E);
}

#CookieBanner .cookiebanner__buttons__details {
  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: inherit;
  font-size: var(--text-size-500);
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-weight: 700;
  color: var(--text-primary, #000);
}
#CookieBanner .cookiebanner__buttons__details:hover {
  background: rgba(255, 255, 255, 0);
  background-image: none;
}
#CookieBanner .cookiebanner__buttons__details:hover, #CookieBanner .cookiebanner__buttons__details:focus, #CookieBanner .cookiebanner__buttons__details:active {
  text-decoration: underline;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  width: 100%;
}

/**
 * Details
 */
#CookieBanner .cookiebanner__details {
  margin-top: 24px;
  display: none;
}

#CookieBanner.is-details-open .cookiebanner__details {
  display: block;
}

#CookieBanner .cookiebanner__details__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/**
 * Preferences
 */
#CookieBanner .cookiebanner__details__preferences {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

@media (min-width: 48.001rem) {
  #CookieBanner .cookiebanner__details__preferences {
    margin-top: 24px;
  }
}
#CookieBanner .cookiebanner__details__preferences__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

@media (min-width: 48.001rem) {
  #CookieBanner .cookiebanner__preference__heading {
    display: flex;
    align-items: center;
  }
}
#CookieBanner .cookiebanner__preference {
  border-radius: 0;
  background: var(--surface-secondary, #EAE5E3);
  padding: var(--space-2xs);
  width: 100%;
  margin-bottom: var(--space-3xs);
}

#CookieBanner .cookiebanner__preference::last-of-type {
  margin-bottom: 0;
}

/* Hide the input */
#CookieBanner .cookiebanner__preference input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

#CookieBanner .cookiebanner__preference__label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--space-xs);
}

@media (min-width: 48.001rem) {
  #CookieBanner .cookiebanner__preference__label {
    flex-direction: row;
  }
}
#CookieBanner .cookiebanner__preference input:focus + .cookiebanner__preference__label,
#CookieBanner .cookiebanner__preference__label:hover {
  text-decoration: underline;
  cursor: pointer;
}

#CookieBanner .cookiebanner__preference__ui {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 6rem;
  height: 2.5rem;
  background: var(--surface-primary-invert-10, rgba(22, 22, 14, 0.0980392157));
  border-radius: 6.25rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#CookieBanner .cookiebanner__preference__text {
  display: block;
}

#CookieBanner .cookiebanner__preference__title {
  display: block;
  margin: 0;
  text-transform: uppercase;
}

#CookieBanner .cookiebanner__preference__description {
  margin-top: 0;
  margin-bottom: 0;
}

#CookieBanner .cookiebanner__preference__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);
  color: inherit;
  color: var(--text-primary, #666);
  flex-shrink: 0;
  margin-left: var(--space-xs);
  text-transform: unset;
}
#CookieBanner .cookiebanner__preference__toggle:hover {
  background: rgba(255, 255, 255, 0);
  background-image: none;
}
@media (max-width: 48rem) {
  #CookieBanner .cookiebanner__preference__toggle {
    width: 100%;
    margin-left: 0;
    margin-top: var(--space-xs);
    text-align: center;
  }
}

#CookieBanner .cookiebanner__preference__toggle:hover,
#CookieBanner .cookiebanner__preference__toggle:focus,
#CookieBanner .cookiebanner__preference__toggle:active {
  text-decoration: underline;
}

#CookieBanner .cookiebanner__preference__more {
  display: none;
  margin-top: var(--space-xs);
}

#CookieBanner .cookiebanner__preference__more__description {
  margin: 0;
}

#CookieBanner .cookiebanner__preference__more__list {
  margin-top: var(--space-xs);
  width: 100%;
  overflow: auto;
}

#CookieBanner .cookiebanner__preference__more__list table {
  width: 100%;
}

#CookieBanner .cookiebanner__preference__more__list tbody .CybotCookiebotDialogDetailBodyContentCookieTypeTableEmpty {
  border-top: 0;
}

#CookieBanner .cookiebanner__preference__more__list a {
  text-decoration: underline;
  color: inherit;
}

#CookieBanner .cookiebanner__preference__more__list th,
#CookieBanner .cookiebanner__preference__more__list td {
  vertical-align: baseline;
  min-width: 11rem;
  text-align: left;
  padding: var(--space-3xs);
  background: transparent;
  word-break: break-word;
}

#CookieBanner .cookiebanner__preference__more.is-open {
  display: block;
}

#CookieBanner .cookiebanner__preference__ui__handle {
  display: flex;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--surface-primary, #FFF);
  border-radius: 65%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#CookieBanner .cookiebanner__preference input:checked + label .cookiebanner__preference__ui {
  background: var(--text-primary, #000);
}

#CookieBanner .cookiebanner__preference input:checked + label .cookiebanner__preference__ui__handle {
  margin-left: 65%;
  background: var(--surface-primary, #FFF);
}

/**
 * Updated
 */
#CookieBanner .cookiebanner__details__updated {
  margin-top: 24px;
  text-align: center;
}

#CookieBanner .cookiebanner__details__updated p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# 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(--text-primary);
  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-background {
  background-color: var(--surface-primary);
}

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

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

.mce-content-body .hs-module .hs_cos_wrapper_type_module {
  overflow-y: visible;
}

.has-red-corner {
  border-top: 1px solid var(--surface-primary-invert-10, rgba(22, 22, 14, 0.1));
  position: relative;
  padding-bottom: var(--space-default);
  padding-top: var(--space-default);
}
.has-red-corner::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEg2NFY2NEwzMi4yNSAzMS43NUwwIDBaIiBmaWxsPSIjRkYwMDAwIi8+Cjwvc3ZnPgo=);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 4em;
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
}