@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
/** Item height. */
/** Item indent. */
/** Line height. */
/** Panel offset. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/**
 * Allows you to use hubl variables within Sass files.
 * Thanks to Jon McLaren for this hack-fix.
 * @param {string} string String that we want interpolated (not processed by Sass)
 * @returns {hubl}
 *
 * @example
 * // SCSS
 * .element {
 *   color: hubl('#D4242A');
 * }
 * // CSS
 * .element {
 *   color: #D4242A;
 * }
 */
/**
 * Truncates text and adds an ellipsis to represent overflow.
 * @param {number} [$max-width=100%] Max width for the string to respect before being truncated
 * @param {string} [$display=inline-block] Display property of the element
 * @example
 * // SCSS
 * .element {
 *   @include ellipsis;
 * }
 * // CSS
 * .element {
 *   overflow: hidden;
 *   text-overflow: ellipsis;
 *   white-space: nowrap;
 *   word-wrap: normal;
 * }
 */
/** 
 * Adds an ellipsis to overflow text exceeding a certain number of lines.
 * Only works in webkit browsers.
 * @param {number} $how-many-lines Max amount of lines a text can be.
 */
/**
 * Makes using masks simpler and automates the browser prefixing.
 * @param {url} $image Image to mask
 * @param {color} [$background-color] Mask color
 * @param {string} [$size] Mask image size in pixels or percent
 * @param {string} [$extras=no-repeat center] Mask image options
 * @param {boolean} [$important=false] Whether the masking rule should be marked with !important
 */
/**
 * For styling HubSpot's default layout/grid classes.
 */
/**
 * Responsive Grid
 */
.dnd-section > .row-fluid {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .row-fluid {
    display: flex;
    gap: 1rem;
  }
}

.row-fluid .span12 {
  flex: 12;
}

.row-fluid .span11 {
  flex: 11;
}

.row-fluid .span10 {
  flex: 10;
}

.row-fluid .span9 {
  flex: 9;
}

.row-fluid .span8 {
  flex: 8;
}

.row-fluid .span7 {
  flex: 7;
}

.row-fluid .span6 {
  flex: 6;
}

.row-fluid .span5 {
  flex: 5;
}

.row-fluid .span4 {
  flex: 4;
}

.row-fluid .span3 {
  flex: 3;
}

.row-fluid .span2 {
  flex: 2;
}

.row-fluid .span1 {
  flex: 1;
}

/**
 * Targetting drag'n'drop widget row sections that have background colors
 * so we can add a border radius to them.
 */
.dnd-column[class*=background-color],
.dnd-row[class*=background-color] {
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 1rem 2rem;
}
.dnd-column[class*=background-color] .dnd-column[class*=background-color] + .dnd-column[class*=background-color],
.dnd-column[class*=background-color] .dnd-column[class*=background-color] + .dnd-row[class*=background-color],
.dnd-column[class*=background-color] .dnd-row[class*=background-color] + .dnd-column[class*=background-color],
.dnd-column[class*=background-color] .dnd-row[class*=background-color] + .dnd-row[class*=background-color],
.dnd-row[class*=background-color] .dnd-column[class*=background-color] + .dnd-column[class*=background-color],
.dnd-row[class*=background-color] .dnd-column[class*=background-color] + .dnd-row[class*=background-color],
.dnd-row[class*=background-color] .dnd-row[class*=background-color] + .dnd-column[class*=background-color],
.dnd-row[class*=background-color] .dnd-row[class*=background-color] + .dnd-row[class*=background-color] {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .dnd-column[class*=background-color] .dnd-column[class*=background-color] + .dnd-column[class*=background-color],
.dnd-column[class*=background-color] .dnd-column[class*=background-color] + .dnd-row[class*=background-color],
.dnd-column[class*=background-color] .dnd-row[class*=background-color] + .dnd-column[class*=background-color],
.dnd-column[class*=background-color] .dnd-row[class*=background-color] + .dnd-row[class*=background-color],
.dnd-row[class*=background-color] .dnd-column[class*=background-color] + .dnd-column[class*=background-color],
.dnd-row[class*=background-color] .dnd-column[class*=background-color] + .dnd-row[class*=background-color],
.dnd-row[class*=background-color] .dnd-row[class*=background-color] + .dnd-column[class*=background-color],
.dnd-row[class*=background-color] .dnd-row[class*=background-color] + .dnd-row[class*=background-color] {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .dnd-column[class*=background-color],
.dnd-row[class*=background-color] {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1280px) {
  .dnd-column[class*=background-color],
.dnd-row[class*=background-color] {
    padding: 3rem 6rem;
  }
}

div[class*=dnd_area-row] > .row-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 360px) {
  div[class*=dnd_area-row] > .row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

div[class*=force-full-width-section] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

/**
 * For styling HubSpot's default modules.
 */
/**
 * Remove link border from social icons module.
 */
.social-links__link {
  border: none;
}

/**
 * Responsive embeds.
 */
.hs-embed-wrapper {
  max-height: none !important;
  max-width: 100% !important;
}

/**
 * Contains overrides/fixes for HubSpot page editor specific styles.
 */
.hs-inline-edit .header {
  position: relative;
  background: var(--color-secondary);
}
.hs-inline-edit .dnd-module {
  opacity: 1 !important;
}
.hs-inline-edit body {
  padding: 0 !important;
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Text formatting helpers
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/**
 * Show and hide things
 */
.hidden {
  display: none;
}

.visible {
  display: block;
}

.squiggly {
  position: relative;
  font-weight: 700;
  white-space: initial;
}
@media (min-width: 767px) {
  .squiggly {
    white-space: nowrap;
  }
}
.squiggly::after {
  content: "";
  -webkit-mask: url("https://f.hubspotusercontent20.net/hubfs/19615027/theme_assets/squiggly.svg") no-repeat center;
  mask: url("https://f.hubspotusercontent20.net/hubfs/19615027/theme_assets/squiggly.svg") no-repeat center;
  position: absolute;
  bottom: -0.75rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  background-color: var(--color-primary);
}

/**
 * Text meant only for screen readers.
 */
.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;
}

/**
 * Overridable color defaults via theme options.
 */
:root {
  --color-primary: #D4242A;
  --color-primary-darken-10: #ca1a20;
  --color-primary-darken-20: #c01016;
  --color-primary-darken-30: #b6060c;
  --color-primary-darken-40: #ac0002;
  --color-primary-darken-50: #a20000;
  --color-primary-darken-60: #980000;
  --color-primary-darken-70: #8e0000;
  --color-primary-darken-80: #840000;
  --color-primary-darken-90: #7a0000;
  --color-primary-lighten-10: #de2e34;
  --color-primary-lighten-20: #e8383e;
  --color-primary-lighten-30: #f24248;
  --color-primary-lighten-40: #fc4c52;
  --color-primary-lighten-50: #ff565c;
  --color-primary-lighten-60: #ff6066;
  --color-primary-lighten-70: #ff6a70;
  --color-primary-lighten-80: #ff747a;
  --color-primary-lighten-90: #ff7e84;
  --color-secondary: #444653;
  --color-secondary-darken-10: #3a3c49;
  --color-secondary-darken-20: #30323f;
  --color-secondary-darken-30: #262835;
  --color-secondary-darken-40: #1c1e2b;
  --color-secondary-darken-50: #121421;
  --color-secondary-darken-60: #080a17;
  --color-secondary-darken-70: #00000d;
  --color-secondary-darken-80: #000003;
  --color-secondary-darken-90: #000000;
  --color-secondary-lighten-10: #4e505d;
  --color-secondary-lighten-20: #585a67;
  --color-secondary-lighten-30: #626471;
  --color-secondary-lighten-40: #6c6e7b;
  --color-secondary-lighten-50: #767885;
  --color-secondary-lighten-60: #80828f;
  --color-secondary-lighten-70: #8a8c99;
  --color-secondary-lighten-80: #9496a3;
  --color-secondary-lighten-90: #9ea0ad;
  --color-accent: #547184;
  --color-white: #fefefe;
  --color-black: #0a0a0a;
  --color-contrast: var(--color-white);
  --font-body: "Lato", sans-serif, sans-serif;
  --font-header: "Lato", sans-serif, sans-serif;
  --font-body-color: #000;
  --font-header-color: #000;
  --transition-duration: 150ms;
  --transition-timing-function: ease-in-out;
  --border-radius: 6px;
  --slate-texture: url("https://f.hubspotusercontent20.net/hubfs/19615027/theme_assets/slate-texture.jpg");
}

/**
 * For styling generic html tag elements and globally accessible things.
 */
html {
  /**
  * For smooth scrolling anchor links
  */
  scroll-behavior: smooth;
  font-family: var(--font-body);
  color: var(--font-body-color);
  font-size: 100%;
  hyphens: auto;
}

body {
  font-size: var(--font-scale-1);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**
   * So the page expands to 100% even when empty.
   */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 12px;
  padding-top: var(--navigation-height);
}
body[data-header-overlap] {
  padding-top: 12px;
}

.body-inner-wrapper {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}

::selection {
  background: var(--color-primary);
  color: var(--color-white);
  text-shadow: none;
}

/**
* Remove outline for non-keyboard :focus
*/
*:focus {
  outline: none;
}

.disabled,
input[type=submit]:disabled,
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/** 
 * Fluid width font sizing slightly, customized based on the below Utopia tool.
 * @see {@link https://utopia.fyi/type/calculator?c=320,16,1.2,1400,20,1.333,7,1,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l} 
 */
:root {
  /**
   * Sets up some fluid font sizings. Mobile to desktop font sizing.
   */
  --font-scale-0: clamp(0.83rem, 0.8rem + 0.15vw, 0.94rem);
  --font-scale-1: clamp(1rem, 0.93rem + 0.37vw, 1.25rem);
  --font-scale-2: clamp(1.44rem, 1.21rem + 1.16vw, 2.25rem);
  --font-scale-3: clamp(1.73rem, 1.36rem + 1.83vw, 2.96rem);
  --font-scale-4: clamp(2.07rem, 1.52rem + 2.78vw, 3.95rem);
  --font-scale-5: clamp(2.49rem, 1.67rem + 4.11vw, 5.26rem);
  --font-scale-6: clamp(2.99rem, 1.79rem + 5.96vw, 7.01rem);
  --heading-font-weight: 900;
  --link-font-weight: 700;
  --link-color: var(--color-secondary);
  --link-hover-color: var(--color-primary);
  --font-body-color: #000;
  --font-header-color: #000;
}

/**
 * Global link styles
 */
a {
  color: var(--link-color);
  text-decoration: var(--link-text-decoration);
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  transition: var(--transition-duration) var(--transition-timing-function);
  font-weight: var(--link-font-weight);
}
a:hover, a:focus {
  --link-color: var(--link-hover-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: var(--font-header);
  font-weight: var(--heading-font-weight);
  color: var(--font-header-color);
}

h1 {
  font-size: var(--font-scale-5);
  line-height: 1;
}

h2 {
  font-size: var(--font-scale-4);
  line-height: 1.1;
  margin-bottom: 0.25em;
}

h3 {
  font-size: var(--font-scale-3);
  line-height: 1.2;
}

h4 {
  font-size: var(--font-scale-2);
  line-height: 1.3;
}

h5 {
  font-size: var(--font-scale-2);
  line-height: 1.4;
}

h6 {
  font-size: var(--font-scale-1);
  line-height: 1.5;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

small {
  font-size: var(--font-scale-0);
}

/*******************************
 * Buttons
 *******************************/
/**
 * Transition properties are hardcoded below because @property does not
 * have widespread browser support yet at the time of writing this.
 */
:root {
  --button-font-weight: 400;
  --button-text-color: var(--color-white);
  --button-font-weight: var(--link-font-weight);
  --button-background: var(--color-primary);
  --button-hover-background: var(--color-primary-darken-50);
  --button-border-radius: 1000px;
  --button-font-size: 16px;
  --button-padding-vertical: 19px;
  --button-padding-horizontal: 40px;
  --button-padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  --button-text-transform: uppercase;
  --button-border-spacing: 6px;
  --button-border-width: 3px;
  --button-border-style: solid;
  --button-border-color: var(--button-background);
}

input[type=submit] {
  border: none;
  background: var(--button-background);
  border-radius: var(--button-border-radius);
  color: var(--button-text-color);
  font-size: var(--button-font-size);
  padding: var(--button-padding);
  text-transform: var(--button-text-transform);
  font-weight: var(--button-font-weight);
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: var(--transition-duration) var(--transition-timing-function);
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  font-family: var(--font-body);
}
input[type=submit]:hover, input[type=submit]:focus {
  background: var(--button-hover-background);
}

button {
  font-family: var(--font-body);
}

.button {
  border: none;
  background: var(--button-background);
  border-radius: var(--button-border-radius);
  color: var(--button-text-color);
  font-size: var(--button-font-size);
  padding: var(--button-padding);
  text-transform: var(--button-text-transform);
  font-weight: var(--button-font-weight);
  font-family: var(--font-body);
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
  transition: var(--transition-duration) var(--transition-timing-function);
}
.button:not(.button--link):not(.button--empty):not(.button--white):hover, .button:not(.button--link):not(.button--empty):not(.button--white):focus {
  background: var(--button-hover-background);
}
.button:not(.button--link):not(.button--empty):not(.button--white):hover, .button:not(.button--link):not(.button--empty):not(.button--white):focus {
  --button-hover-background: var(--color-primary-darken-50);
}
.button--primary {
  --button-background: var(--color-primary);
}
.button--primary:not(.button--link):not(.button--empty):not(.button--white):hover, .button--primary:not(.button--link):not(.button--empty):not(.button--white):focus {
  --button-hover-background: var(--color-primary-darken-50);
}
.button--secondary {
  --button-background: var(--color-secondary);
}
.button--secondary:not(.button--link):not(.button--empty):not(.button--white):hover, .button--secondary:not(.button--link):not(.button--empty):not(.button--white):focus {
  --button-hover-background: var(--color-secondary-darken-50);
}
.button--border {
  background: none;
  padding: calc(var(--button-padding-vertical) - var(--button-border-spacing) - var(--button-border-width)) var(--button-padding-horizontal);
}
.button--border:not(.button--white):not(.button--empty):hover, .button--border:not(.button--white):not(.button--empty):focus {
  --button-border-color: var(--button-hover-background);
}
.button--border:not(.button--white):not(.button--empty):hover::before, .button--border:not(.button--white):not(.button--empty):focus::before {
  background: var(--button-hover-background);
}
.button--border::before {
  content: "";
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  display: block;
  position: absolute;
  background: var(--button-background);
  border-radius: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--transition-duration) var(--transition-timing-function);
}
.button--border::after {
  content: "";
  height: calc(100% + var(--button-border-spacing) * 2);
  width: calc(100% + var(--button-border-spacing) * 2);
  border-width: var(--button-border-width);
  border-style: var(--button-border-style);
  border-color: var(--button-border-color);
  box-sizing: content-box;
  display: block;
  position: absolute;
  background: transparent;
  border-radius: inherit;
  top: calc((var(--button-border-spacing) + var(--button-border-width)) * -1);
  left: calc((var(--button-border-spacing) + var(--button-border-width)) * -1);
  z-index: -1;
  transition: var(--transition-duration) var(--transition-timing-function);
}
.button--border.button--white::after {
  border-color: var(--color-white);
}
.button--border.button--secondary::after {
  --button-border-color: var(--color-secondary);
}
.button--border.button--secondary:hover::after, .button--border.button--secondary:focus::after {
  --button-border-color: var(--color-secondary-darken-50);
}
.button span {
  display: inline-block;
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.button svg {
  margin-left: -15px;
  transform: translateX(0);
  opacity: 0;
  transition: opacity var(--transition-duration) var(--transition-timing-function), margin var(--transition-duration) var(--transition-timing-function), transform var(--transition-duration) var(--transition-timing-function);
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
}
.button:hover::before, .button:focus::before {
  top: calc(var(--button-border-spacing) * -1 - 1px);
  left: calc(var(--button-border-spacing) * -1 - 1px);
  width: calc(100% + var(--button-border-spacing) * 2 + 2px);
  height: calc(100% + var(--button-border-spacing) * 2 + 2px);
}
.button:hover svg, .button:focus svg {
  opacity: 1;
  transform: translateX(20px);
}
.button:hover span, .button:focus span {
  transform: translateX(-10px);
}
.button + .button {
  margin-left: 30px;
}
.button.button--border + .button {
  margin-left: 40px;
}
.button--white {
  --button-text-color: var(--color-black);
  --button-background: var(--color-white);
}
.button--empty {
  --button-background: none;
}
.button--empty.button--white {
  --button-text-color: var(--color-white);
}
.button--empty.button--primary {
  --button-text-color: var(--color-primary);
}
.button--empty.button--primary:hover, .button--empty.button--primary:focus {
  --button-text-color: var(--button-hover-background);
}
.button--empty.button--primary:hover::after, .button--empty.button--primary:focus::after {
  --button-border-color: var(--button-hover-background);
}
.button--empty.button--secondary {
  --button-text-color: var(--color-secondary);
}
.button--empty.button--secondary:hover, .button--empty.button--secondary:focus {
  --button-text-color: var(--color-secondary-darken-50);
}
.button--empty.button--secondary:hover::after, .button--empty.button--secondary:focus::after {
  --button-border-color: var(--color-secondary-darken-50);
}
.button--empty.button--border::before {
  background: transparent;
}
.button--empty.button--border.button--white::after {
  border-color: var(--color-white);
}
.button--empty.button--border.button--white::before {
  background: transparent;
}
.button--link {
  --button-text-transform: none;
  --button-border-radius: 0;
  font-weight: var(--link-font-weight);
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
}
.button--link:hover, .button--link:focus {
  --button-text-color: var(--color-primary) !important;
}

/**
 * HubSpot CTA's.
 */
.hs-cta-wrapper {
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  display: inline-block;
}

/*******************************
 * Forms
 *******************************/
form {
  max-width: 800px !important;
  margin: 0 auto !important;
}
form label {
  line-height: 50px;
}

fieldset {
  max-width: 100% !important;
}

/**
 * HubSpot submit button wrapper.
 */
.hs-submit {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 1rem;
}

textarea,
select,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel] {
  font-size: inherit;
  width: 100% !important;
  border: none;
  background: #f9f9f9;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius);
  font-family: var(--font-body);
}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  box-shadow: 0 0 0 3px var(--color-primary);
}

textarea::placeholder,
input::placeholder {
  font-family: var(--font-body);
  font-size: inherit;
}

/**
 * File input form items need some extra spacing.
 */
.hs-fieldtype-file {
  margin-bottom: 2rem;
}

.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin-top: -1rem;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-error-msgs .hs-error-msg {
  font-size: var(--font-scale-0);
  color: red;
  position: relative;
}

/*******************************
 * Tables
 *******************************/
:root {
  --table-border-width: 1px;
  --table-border-style: solid;
  --table-border-color: var(--color-secondary);
  --table-border-radius: var(--border-radius);
  --table-header-background: var(--color-secondary);
  --table-header-text-color: var(--color-white);
  --table-row-even-background: #F9F9F9;
  --table-row-odd-background: var(--color-white);
  --table-row-even-text-color: var(--body-text-color);
  --table-row-odd-text-color: var(--body-text-color);
  --table-footer-background: var(--color-primary);
  --table-footer-text-color: var(--color-white);
}

table {
  border-width: var(--table-border-width) !important;
  border-style: var(--table-border-style) !important;
  border-color: var(--table-border-color) !important;
  border-radius: var(--table-border-radius);
  overflow: hidden;
  margin: 2rem;
  max-width: 100% !important;
  width: -webkit-fill-available !important;
}
table thead {
  color: var(--table-header-text-color);
  background: var(--table-header-background);
}
table thead th {
  font-weight: 700;
  padding: 1rem;
}
table tbody tr:nth-of-type(n) {
  background: var(--table-row-odd-background);
  color: var(--table-row-odd-text-color);
}
table tbody tr:nth-of-type(2n) {
  background: var(--table-row-even-background);
  color: var(--table-row-even-text-color);
}
table tfoot {
  color: var(--table-footer-text-color);
  background: var(--table-footer-background);
}
table tr {
  padding: 1rem;
}
table td {
  padding: 1rem;
}

/*******************************
 * Blockquotes
 *******************************/
blockquote {
  font-size: var(--font-scale-2);
  font-style: normal;
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  padding-left: 1rem;
}

/*******************************
 * Lists
 *******************************/
ol,
ul {
  list-style-position: inside;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
  margin: 1rem 0;
  display: flex;
  align-items: flex-start;
}
ol li h1,
ol li h2,
ol li h3,
ol li h4,
ol li h5,
ol li h6,
ol li p {
  margin-bottom: 0;
}
ol li[style*="text-align: center"] {
  justify-content: center;
  align-items: center;
}
ol li::before {
  content: counter(my-awesome-counter);
  background: var(--color-secondary-lighten-60);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  font-weight: 700;
  color: var(--color-white);
  margin-right: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-scale-1);
  flex: 0 0 auto;
}

ul li {
  margin: 1rem 0;
  list-style: disc;
}

/*******************************
 * Horizontal Rule
 *******************************/
hr {
  background: var(--color-secondary);
  height: 3px;
  border: none;
  margin: 2rem 0;
}

/*******************************
* Media
*******************************/
:root {
  --image-border-radius: var(--border-radius);
  --video-border-radius: var(--border-radius);
}

/**
 * For responsive images
 */
img {
  max-width: 100%;
  height: auto;
  border-radius: var(--image-border-radius);
}

/**
 * Inline images in rich text areas.
 */
.hs_cos_wrapper img[style*=float] {
  margin: 1rem 2rem;
}

iframe, video {
  border-radius: var(--video-border-radius);
}

.main-content {
  /**
   * So the page expands to 100% even when empty.
   */
  display: flex;
  flex: 1;
  z-index: 2;
}
.main-content > * {
  margin: 0 auto;
  width: 100%;
}
.main-content > *.alignwide {
  width: 100%;
}
.main-content > *.alignfull {
  max-width: none;
  width: 100%;
}
.main-content-comments {
  clear: both;
}
.main-content-comments .comment-box {
  margin-left: 1rem;
}

:root {
  --navigation-height: 250px;
  --navigation-background: #515360;
  --navigation-border-radius: var(--border-radius);
  --navigation-submenu-link-color: #000000;
  --navigation-submenu-link-hover-color: #FFFFFF;
  --navigation-submenu-link-background: #FFFFFF;
  --navigation-submenu-link-background-hover: #D4242A;
  --navigation-link-font-size: 1.1rem;
  --navigation-link-font-weight: 400;
  --navigation-link-text-decoration: none;
  --navigation-link-color: #FFFFFF;
  --navigation-link-hover-color: #FFFFFF;
  --navigation-link-background: transparent;
  --navigation-link-hover-background: #363640;
}

/**
 * Get rid of some default HubSpot menu styling.
 */
.navigation-primary .submenu.level-1 > li > a.active-item:after,
.submenu.level-2 > li:first-child:before {
  display: none !important;
}

.navigation-mobile-logo {
  border: none;
  padding: 30px !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
  height: var(--navigation-height);
  background-color: var(--navigation-background);
  padding: 1rem 1rem 1rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s, height 0s 0.4s;
}
.header-mini-site-button {
  position: absolute;
  top: 0;
  right: var(--offset-right);
  padding: 0.5rem 4rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  border: none;
  transition: 0.2s ease;
  box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.18);
  border-radius: 0;
  z-index: 101;
}
@media (max-width: 960px) {
  .header-mini-site-button {
    width: 100%;
    text-align: center;
  }
}
.header-mini-site-button:hover, .header-mini-site-button:active, .header-mini-site-button:focus {
  opacity: 1;
}
.header-cta-button {
  background: var(--button-background);
}
@media (max-width: 768px) {
  .header-cta-button {
    padding: 1rem;
  }
  .header-cta-button span {
    display: none;
  }
  .header-cta-button::before, .header-cta-button::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-cta-button svg {
    margin: 0;
    transform: none !important;
    opacity: 1;
    height: 30px;
    width: 30px;
    top: 0;
  }
}
.header .navigation-mobile-logo {
  display: none;
}
body[data-header-overlap]:not([data-system-page]).scrolling-top .header {
  --navigation-background: transparent;
}
body[data-header-overlap]:not([data-system-page]).scrolling-top .header::before {
  display: none;
}

body:not([data-system-page]).scrolling-up:not(.scrolling-top) .header {
  --navigation-height: 95px;
  transform: none;
  transition: transform 0.4s, height 0s 0s;
}
body:not([data-system-page]).scrolling-up:not(.scrolling-top) .header .header-logo img {
  max-height: 50px;
  transition: max-height 0s 0s;
}

body:not([data-system-page]).scrolling-down .header {
  --navigation-height: 95px;
  transform: translate3d(0, -100%, 0);
}
body:not([data-system-page]).scrolling-down .header .header-logo img {
  max-height: 50px;
  transition: max-height 0s 0s;
}

body:not([data-system-page]).scrolling-up.scrolling-top .header {
  transform: none;
  transition: height 0.4s;
}
body:not([data-system-page]).scrolling-up.scrolling-top .header .header-logo img {
  transition: max-height 0.4s 0s;
}

body:not([data-system-page]).scrolling-down.scrolling-top .header {
  transform: none;
  transition: height 0.4s;
}
body:not([data-system-page]).scrolling-down.scrolling-top .header .header-logo img {
  transition: max-height 0.4s 0s;
}

.header::before {
  content: "";
  background-image: var(--slate-texture);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.header .menu-arrow {
  display: none !important;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1650px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
[data-header-always-sticky] .header {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}
.header .header-column--middle {
  position: relative;
}
.header .header-column + .header-column {
  margin-left: 1rem;
}
.header .header-column--right {
  display: flex;
  align-items: center;
}
.header .header-navigation {
  display: none;
  /**
   * First level
   */
}
@media (min-width: 960px) {
  .header .header-navigation {
    font-size: 90%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header .header-navigation .submenu.level-1 {
    gap: 5px;
  }
}
@media (min-width: 1280px) {
  .header .header-navigation {
    font-size: 100%;
  }
}
@media (min-width: 1450px) {
  .header .header-navigation .submenu.level-1 {
    gap: 15px;
  }
}
.header .header-navigation .menu-item {
  display: flex;
  position: relative;
  text-transform: capitalize;
  color: var(--navigation-link-color);
  padding: 0;
}
.header .header-navigation .menu-item::before {
  display: none;
}
.header .header-navigation .menu-item.active {
  color: var(--navigation-link-hover-color);
  background: var(--navigation-link-hover-background);
}
.header .header-navigation .menu-item > .menu-link {
  display: block;
  padding: 0 20px 3px;
  font-size: var(--navigation-font-size);
  color: var(--navigation-link-color);
  background: var(--navigation-link-background);
  font-weight: bold;
  position: relative;
  line-height: 2;
  border: none;
  transition: var(--transition-duration) var(--transition-timing-function);
}
.header .header-navigation .menu-item > .menu-link:hover, .header .header-navigation .menu-item > .menu-link:focus {
  border-color: 3px solid var(--color-primary);
}
.header .header-navigation .menu-item:hover > .submenu, .header .header-navigation .menu-item:focus > .submenu {
  visibility: visible;
  opacity: 1;
}
.header .header-navigation .submenu.level-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-navigation .submenu.level-1 > .menu-item {
  border-radius: 1000px;
  padding: 0;
}
.header .header-navigation .submenu.level-1 > .menu-item > .menu-link {
  border: 3px solid transparent;
  border-radius: 1000px;
  white-space: nowrap;
}
.header .header-navigation .submenu.level-1 > .menu-item > .menu-link:hover, .header .header-navigation .submenu.level-1 > .menu-item > .menu-link:focus {
  border-color: var(--color-primary);
}
.header .header-navigation .submenu.level-2 {
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  min-width: 11.25rem;
  max-width: 180px;
  visibility: hidden;
  z-index: 100;
  box-shadow: 2px 2px 0 20px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  border-radius: var(--navigation-border-radius);
  transform: none;
  border: none;
  font-weight: var(--navigation-link-font-weight);
  box-shadow: none;
  transition: opacity var(--transition-duration) var(--transition-timing-function);
  padding-top: 1rem;
  margin-left: 1rem;
  box-shadow: 2px 2px 8px #00000017;
}
.header .header-navigation .submenu.level-2 .menu-item {
  margin: 0;
  border: none;
}
.header .header-navigation .submenu.level-2 .menu-item:first-child .menu-link {
  border-radius: var(--navigation-border-radius) var(--navigation-border-radius) 0 0;
}
.header .header-navigation .submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 var(--navigation-border-radius) var(--navigation-border-radius);
}
.header .header-navigation .submenu.level-2 .menu-item .menu-link {
  min-width: 11.25rem;
  max-width: 180px;
  padding: 0.5rem 0.9375rem;
  background: var(--navigation-submenu-link-background);
  color: var(--navigation-submenu-link-color);
  display: block;
  position: relative;
  font-size: var(--navigation-link-font-size);
  line-height: 1.923;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  transition: var(--transition-duration) var(--transition-timing-function);
}
.header .header-navigation .submenu.level-2 .menu-item .menu-link:hover, .header .header-navigation .submenu.level-2 .menu-item .menu-link:focus {
  background: var(--navigation-submenu-link-background-hover);
  color: var(--navigation-submenu-link-hover-color);
}
.header .header-navigation .submenu.level-2 .menu-item.active .menu-link {
  background: var(--navigation-submenu-link-background-hover);
  color: var(--navigation-submenu-link-hover-color);
}
.header .button {
  display: block;
  white-space: nowrap;
  margin: 1rem;
}
@media (min-width: 960px) {
  .header .button {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header .button {
    display: block;
  }
}
.header > .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.header-logo {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 1rem;
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.header-logo img {
  min-width: 120px;
  max-height: 500px;
  transition: max-height 0s 0.4s;
  object-fit: contain;
}
.header-logo:hover, .header-logo:focus {
  transform: scale(1.1);
}
.header-navigation {
  margin-left: auto;
}
.header-links .button {
  margin-left: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header-links-cta {
    display: none;
  }
}

/**
 * Hamburger button (on mobile)
 */
.mobile-hamburger {
  color: var(--color-white);
  border: none;
  padding: 1rem;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 999;
}
.mobile-hamburger-icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.mobile-hamburger-icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-hamburger-icon:before, .mobile-hamburger-icon:after {
  content: "";
}
.mobile-hamburger-icon-middle, .mobile-hamburger-icon:before, .mobile-hamburger-icon:after {
  position: absolute;
  width: 40px;
  height: 4px;
  left: 0;
  background-color: var(--color-white);
  border-radius: 10px;
}
.mobile-hamburger-icon-middle {
  top: 50%;
  margin-top: -2px;
  transition: transform var(--transition-timing-function) var(--transition-duration);
}
.mobile-hamburger-icon:before {
  top: 8px;
  transition: top var(--transition-duration) var(--transition-timing-function) var(--transition-duration), transform var(--transition-timing-function) var(--transition-duration);
}
.mobile-hamburger-icon:after {
  bottom: 8px;
  transition: bottom var(--transition-duration) var(--transition-timing-function) var(--transition-duration), transform var(--transition-timing-function) var(--transition-duration);
}
.mobile-hamburger.active .mobile-hamburger-icon-middle {
  transform: rotate(-45deg);
  transition: transform var(--transition-duration) var(--transition-timing-function) var(--transition-duration);
}
.mobile-hamburger.active .mobile-hamburger-icon::before {
  top: 18px;
  transform: rotate(-45deg);
  transition: top var(--transition-timing-function) var(--transition-duration), transform var(--transition-duration) var(--transition-timing-function) var(--transition-duration);
}
.mobile-hamburger.active .mobile-hamburger-icon::after {
  bottom: 18px;
  transform: rotate(45deg);
  transition: bottom var(--transition-timing-function) var(--transition-duration), transform var(--transition-duration) var(--transition-timing-function) var(--transition-duration);
}
@media (min-width: 960px) {
  .mobile-hamburger {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .submenu.level-1 > li {
    display: block !important;
    padding: 0 !important;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .mm-ocd .navigation-primary {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .mm-ocd .navigation-primary a {
    font-size: 26px !important;
    font-weight: 700 !important;
  }
}

/**
 * Mobile menu
 */
@media (max-width: 960px) {
  .header-mini-site-button {
    position: static;
  }

  .mm-spn ul:after {
    height: 20px;
  }

  .mm-ocd--left .mm-ocd__content {
    transform: translate3d(0, 100%, 0);
  }

  .mm-ocd--open .mm-ocd__content {
    transform: translate3d(0, 0, 0);
  }

  .mm-ocd__content {
    max-width: 100%;
    width: 100%;
  }

  .mm-spn ul.mm-spn--open {
    padding-bottom: 80px;
  }

  .navigation-mobile-logo {
    display: block;
  }

  .mm-spn.mm-spn--navbar:before,
.mm-spn.mm-spn--navbar ul:before {
    display: none;
  }

  .mm-spn.mm-spn--navbar ul {
    top: 120px;
  }

  .mm-spn.mm-spn--navbar:after {
    display: none;
  }

  .mm-spn.mm-spn--light {
    background-color: var(--navigation-background);
  }
  .mm-spn.mm-spn--light::before {
    content: "" !important;
    background-image: var(--slate-texture);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block !important;
    opacity: 0.4;
    transform: none;
    border: none;
    margin: 0;
  }

  .mm-spn a:not(:last-child) {
    width: 100%;
  }

  .mm-spn a:not(:last-child):after {
    display: none;
  }

  .mm-ocd.mm-ocd--left {
    z-index: 100;
  }

  .mm-spn li:before {
    display: none;
  }

  .submenu.level-1 > li {
    border: none !important;
  }
  .submenu.level-2 {
    max-height: 0;
    border-radius: 0;
    transition: max-height var(--transition-duration) var(--transition-timing-function), margin var(--transition-duration) var(--transition-timing-function);
  }
  .submenu.level-2 .menu-item {
    border: none !important;
    border-radius: 0 !important;
    background: #00000017 !important;
  }
  .submenu.level-2 .menu-item:first-of-type {
    border-radius: 0 !important;
  }
  .submenu.level-2 .menu-item:first-of-type .menu-link {
    border-radius: 0 !important;
  }
  .submenu.level-2 .menu-item .menu-link {
    background: inherit !important;
    padding: 10px 30px !important;
  }
  .submenu .menu-item .menu-link {
    border: none;
    text-transform: capitalize;
    color: var(--color-white);
  }
  .submenu .menu-arrow-bg {
    background-image: none;
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat center;
    background-color: var(--color-white);
  }
}
.submenu-toggle[type=checkbox]:checked ~ .submenu.level-2 {
  max-height: 500px;
  margin-top: 10px;
  border-radius: 0;
}

.mm-ocd--left .mm-ocd__backdrop {
  display: none;
}

@media (min-width: 768px) and (max-width: 960px) {
  .menu-arrow,
.submenu.level-2 {
    display: none !important;
  }
}
:root {
  --footer-link-font-size: rem;
  --footer-link-text-decoration: none;
  --footer-link-color: #FFFFFF;
  --footer-link-hover-color: #FFFFFF;
  --footer-link-background: transparent;
  --footer-link-hover-background: #363640;
  --footer-background: #535764;
}

.footer {
  background: var(--footer-background);
  color: var(--footer-link-color);
  width: 100%;
  /**
   * The +50px is to make space at the bottom for the fixed mobile hamburger button.
   */
  padding: 1rem 1rem calc(3rem + 50px);
  position: relative;
  z-index: 0;
}
@media (min-width: 1000px) {
  .footer {
    padding: 3rem 1rem;
  }
}
.footer::before {
  content: "";
  background-image: var(--slate-texture);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.footer-decoration {
  width: 940px;
  height: 255px;
  position: absolute;
  top: -255px;
  right: 0;
  background: url("https://f.hubspotusercontent20.net/hubfs/19615027/theme_assets/squiggly-background.png");
  z-index: -1;
  pointer-events: none;
}
.footer .social-links {
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .footer .social-links {
    justify-content: center;
    margin-top: 4rem;
  }
}
.footer .social-links__link:hover .social-links__icon, .footer .social-links__link:focus .social-links__icon {
  background-color: var(--footer-link-hover-background);
}
.footer .social-links__icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  transition: var(--transition-duration) var(--transition-timing-function);
}
.footer .social-links__icon svg {
  height: 25px;
}
.footer .footer-row-0-max-width-section-centering > .row-fluid {
  max-width: 1650px !important;
}
.footer hr {
  opacity: 0.2;
  margin: 60px 0 !important;
}
.footer-ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: var(--footer-link-font-size);
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1000px) {
  .footer-ul {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer-li {
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.footer-li::before {
  display: none;
}
.footer-li-a {
  border: none;
  color: var(--footer-link-color);
  background: var(--footer-link-background);
  padding: 10px 20px;
  border-radius: 10000px;
  transition: 0.2s ease-in-out;
}
.footer-li-a:hover, .footer-li-a:focus {
  color: var(--footer-link-hover-color);
  background: var(--footer-link-hover-background);
}
.footer-logo {
  margin: 0 1rem;
  text-align: left;
}
@media (max-width: 1000px) {
  .footer-logo {
    margin-bottom: 4rem;
    text-align: center;
  }
}
.footer-logo-a {
  border: none;
}
.footer-logo img {
  width: 50% !important;
  min-width: 120px;
}
.footer-copyright {
  font-size: 14px;
  opacity: 0.4;
  text-align: center;
}

:root {
  --blog-comment-avatar-size: 74px;
}

.body-container--blog-post,
.body-container--blog-index {
  max-width: 1440px;
  margin: 100px auto 150px;
}
@media (max-width: 960px) {
  .body-container--blog-post,
.body-container--blog-index {
    margin: 50px auto 100px;
  }
}

.blog-pagination {
  gap: 1rem;
  display: flex;
  justify-content: center;
}
.blog-pagination__link {
  background: #F9F9F9;
  border-radius: 1000px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: 400;
  font-size: var(--font-scale-0);
  min-height: 2rem;
  min-width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination__link--active {
  background: var(--color-secondary);
  color: var(--color-white);
}
.blog-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 100px);
  gap: 2rem;
}
@media (max-width: 960px) {
  .blog-index {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    grid-template-rows: repeat(8, auto);
  }
}
.blog-index__post {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 2rem;
  flex: 1 0 auto;
}
.blog-index__post:nth-of-type(odd) .blog-index__post-content::before {
  background: var(--color-accent);
}
.blog-index__post:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
.blog-index__post:nth-of-type(2) {
  grid-row: 1/4;
  grid-column: 3;
}
.blog-index__post:nth-of-type(3) {
  grid-column: 4;
  grid-row: 1/4;
}
.blog-index__post:nth-of-type(4) {
  grid-column: 1;
  grid-row: 3/8;
}
.blog-index__post:nth-of-type(5) {
  grid-column: 2;
  grid-row: 3/8;
}
.blog-index__post-image-wrapper, .blog-index__post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-index__post-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blog-index__post-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: 0.9;
}
.blog-index__post-meta {
  flex: 1;
}
.blog-index__post-title {
  font-weight: 600;
  color: var(--color-white);
  font-size: var(--font-scale-2);
}
.blog-index__post-tag {
  color: var(--color-white);
  font-size: var(--font-scale-0);
  border-radius: 1000px;
  padding: 3px 15px;
  border: 2px solid var(--color-white);
  transition: var(--transition-duration) var(--transition-timing-function);
}
.blog-index__post-tag:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.blog-index__post-tag + .blog-index__post-tag {
  margin-left: 0.5rem;
}
.blog-index__post-tags {
  display: flex;
  margin: 1.5rem 0;
}
.blog-index__post-meta, .blog-index__post-tags, .blog-index__post-button-read-more {
  position: relative;
}
.blog-index__post-button-read-more {
  border-color: transparent;
}
.blog-index__post-button-read-more:hover {
  color: var(--color-white) !important;
}
.blog-index-subscribe {
  grid-row: 4/8;
  grid-column: 3/5;
  background: var(--color-secondary);
  border-radius: var(--border-radius);
  flex: 1 0 auto;
  color: var(--color-white);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.blog-index-subscribe .hbspt-form {
  width: 100%;
}
.blog-index-subscribe .hs-lastname {
  margin-left: 1rem;
  width: calc(50% - 1rem) !important;
}
.blog-index-subscribe .hs-lastname .input {
  margin: 0 !important;
}
.blog-index-subscribe .form-columns-1 .input {
  margin: 0 !important;
}
@media (max-width: 500px) {
  .blog-index-subscribe .hs-form-field {
    width: 100% !important;
    margin: 0 !important;
  }
}
.blog-index-subscribe h4 {
  text-align: center;
  color: var(--color-white);
}
.blog-index[data-blog-items="1"] .blog-index-subscribe {
  grid-row: 1/5;
}
.blog-index[data-blog-items="2"] .blog-index-subscribe, .blog-index[data-blog-items="3"] .blog-index-subscribe, .blog-index[data-blog-items="4"] .blog-index-subscribe {
  display: none;
}
.blog-post-body {
  max-width: 800px;
  margin: 0 auto;
}
.blog-post-title {
  text-align: center;
}
.blog-post-featured-img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  margin: 50px 0 100px;
}
.blog-comments {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 200px;
}
.blog-comments::before {
  content: "Comments";
  font-size: var(--font-scale-4);
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 100px 0 50px;
}
.blog-comments .hs-comment-message {
  font-size: var(--font-scale-1) !important;
  padding: 1rem !important;
  border-radius: var(--border-radius) !important;
  margin: 2rem 0 !important;
}
@media (max-width: 768px) {
  .blog-comments {
    margin-top: 50px;
  }
}
.blog-comments .hs-firstname.hs-fieldtype-text,
.blog-comments .hs-lastname.hs-fieldtype-text {
  width: calc(50% - 1rem);
  float: left;
}
.blog-comments .hs-lastname.hs-fieldtype-text {
  margin-left: 2rem;
}
.blog-comments .hs-email.hs-fieldtype-text {
  clear: both;
}
.blog-comments .comment {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.blog-comments .comment a {
  border: none;
}
.blog-comments .comment-header {
  display: flex;
}
.blog-comments .comment-avatar {
  border-radius: 50%;
  height: 100%;
}
.blog-comments .comment-from-and-date {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  justify-content: center;
}
.blog-comments .comment.depth-0 {
  border: none;
  padding: 0;
}
.blog-comments .comment.depth-0 + .comment.depth-1::before {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  top: calc((var(--blog-comment-depth-0-height) + 1rem) * -1);
  height: calc(100% + var(--blog-comment-depth-0-height) + 1rem);
}
.blog-comments .comment.depth-1 {
  padding-left: calc(var(--blog-comment-avatar-size) + 0.25rem);
}
.blog-comments .comment.depth-1 + .comment.depth-0 {
  margin-top: 4rem;
}
.blog-comments .comment.depth-1::before {
  content: "";
  background: var(--color-primary);
  height: calc(100% + 2rem);
  width: 6px;
  display: block;
  position: absolute;
  top: -2rem;
  left: calc(var(--blog-comment-avatar-size) / 2);
  border-radius: 0;
}
.blog-comments .comment.depth-1.comment-last-child::before {
  border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.blog-comments .replying-to {
  font-size: var(--font-scale-3);
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 50px 0;
}
.blog-comments .replying-to + form {
  margin-bottom: 100px !important;
}
.blog-comments .comment-from h4 {
  font-weight: 700;
  margin: 0;
  font-size: 26px;
}
.blog-comments .comment-date {
  font-weight: 700;
  color: inherit;
}
.blog-comments .comment-body {
  padding-left: calc(var(--blog-comment-avatar-size) + 1.5rem);
}
.blog-comments .comment-reply-to {
  visibility: hidden;
  position: absolute;
  top: 1rem;
  right: 0;
}
.blog-comments .comment-reply-to::before {
  content: "Reply";
  visibility: visible;
  cursor: pointer;
  font-size: var(--font-scale-0);
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  right: 0;
  transform-origin: center;
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.blog-comments .comment-reply-to:hover::before, .blog-comments .comment-reply-to:focus::before {
  transform: scale(1.1);
}
.blog-comments .grecaptcha-badge {
  margin: 0 auto;
}
.blog-tags {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 4rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-tags-tag-link {
  background: #F9F9F9;
  border-radius: 1000px;
  border: 0;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  font-weight: 400;
  font-size: var(--font-scale-0);
}
.blog-tags-tag-link.active {
  background: var(--color-secondary);
  color: var(--color-white);
}
.blog-tags-tag-clear-button svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/**
  * We're doing it this way to add a title to the comments form, because it doesn't seem
  * like there is any way to do it through HubSpot, so it's either this or JavaScript.
  */
#hs_cos_wrapper_blog_comments_blog_comments > .section > div[id^=hs_form_target]::before {
  content: "Submit A Comment";
  font-size: var(--font-scale-3);
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 100px 0 50px;
}

[data-system-page] {
  padding: 0;
  background: var(--color-secondary);
  /**
   * Footer CTA
   */
}
[data-system-page]::before {
  content: "";
  background-image: var(--slate-texture);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
[data-system-page] .header,
[data-system-page] .footer {
  position: relative;
  background: none;
}
[data-system-page] .header::before,
[data-system-page] .footer::before {
  display: none;
}
[data-system-page] .footer-decoration {
  display: none;
}
[data-system-page] .footer .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
  display: none;
}
[data-system-page] h1 {
  margin-bottom: 1rem;
}
[data-system-page] .error-page,
[data-system-page] .systems-page {
  margin: 0 auto;
  text-align: center;
  color: var(--color-white);
  margin-top: 50px;
}
[data-system-page] input[type=password] {
  height: 50px !important;
  border-radius: 1000px;
  padding-left: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem !important;
}
[data-system-page] .main-content {
  justify-content: center;
  align-items: center;
}

/**
 * npm package - similar to a CSS reset
 */
/**
 * npm package - used for off-canvas mobile menu
 */
/**
 * HubSpot-specific style overrides.
 */