@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 {
  /* Breakpoints */
  --breakpoint-sm: 576px;
  --breakpoint-md: 767px;
  --breakpoint-lg: 900px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --column-gap: 24px;
  --text-size-300: 0.75rem;
  --text-size-400: 0.875rem;
  --text-size-500: clamp(0.875rem, 4vw, 1.125rem);
  --text-size-600: clamp(1.125rem, 4vw, 1.25rem);
  --heading-size-100: 0.875rem;
  --heading-size-200: 1rem;
  --heading-size-300: clamp(1.125rem, 4vw, 1.5rem);
  --heading-size-400: clamp(1.5rem, 4vw, 2rem);
  --heading-size-500: clamp(2rem, 4vw, 3rem);
  --heading-size-600: clamp(2.5rem, 4vw, 4rem);
  --number: clamp(2rem, 4vw, 3.75rem);
  --color-primary: #006726;
  --color-background: #FFFFFF;
  --color-link: #006726;
  --color-text: #000;
  --color-border: #c0c0c0;
  --color-black: #000;
  --color-white: #fff;
  --color-neutral-100: #E7E7E7;
  --color-neutral-200: #CCCCCC;
  --color-neutral-300: #B3B3B3;
  --color-neutral-400: #999999;
  --color-neutral-500: #7F7F7F;
  --color-neutral-600: #676767;
  --color-green-100: #F1FAF5;
  --color-green-200: #C7ECD3;
  --color-green-400: #008631;
  --color-green-600: #006726;
  --color-green-800: #003313;
  --color-green-900: #001B0A;
  --color-dark-mint-green: #00C04B;
  --color-malachite: #00D039;
  --color-blue-100: #E2EAF5;
  --color-blue-500: #0D4EA6;
  --color-link: var(--color-green-400);
  --space-5xs: clamp(0.125rem, 0.0809rem + 0.2206vw, 0.3125rem);
  --space-4xs: clamp(0.25rem, 0.1912rem + 0.2941vw, 0.5rem);
  --space-3xs: clamp(0.5rem, 0.3824rem + 0.5882vw, 1rem);
  --space-2xs: clamp(0.625rem, 0.4779rem + 0.7353vw, 1.25rem);
  --space-xs: clamp(0.75rem, 0.5735rem + 0.8824vw, 1.5rem);
  --space-s: clamp(1rem, 0.7647rem + 1.1765vw, 2rem);
  --space-m: clamp(1.25rem, 0.9559rem + 1.4706vw, 2.5rem);
  --space-l: clamp(1.5rem, 1.1471rem + 1.7647vw, 3rem);
  --space-xl: clamp(1.625rem, 1.2426rem + 1.9118vw, 3.25rem);
  --space-2xl: clamp(1.875rem, 1.4338rem + 2.2059vw, 3.75rem);
  --space-3xl: clamp(2rem, 1.5294rem + 2.3529vw, 4rem);
  --space-4xl: clamp(2.25rem, 1.7206rem + 2.6471vw, 4.5rem);
  --space-5xl: clamp(2.5rem, 1.9118rem + 2.9412vw, 5rem);
  --space-6xl: clamp(3rem, 2.2941rem + 3.5294vw, 6rem);
  --space-7xl: clamp(4.125rem, 3.1544rem + 4.8529vw, 8.25rem);
  --space-8xl: clamp(5rem, 3.8235rem + 5.8824vw, 10rem);
  /* One-up pairs */
  --space-5xs-4xs: clamp(0.125rem, 0.0368rem + 0.4412vw, 0.5rem);
  --space-4xs-3xs: clamp(0.25rem, 0.0735rem + 0.8824vw, 1rem);
  --space-3xs-2xs: clamp(0.5rem, 0.3235rem + 0.8824vw, 1.25rem);
  --space-2xs-xs: clamp(0.625rem, 0.4191rem + 1.0294vw, 1.5rem);
  --space-xs-s: clamp(0.75rem, 0.4559rem + 1.4706vw, 2rem);
  --space-s-m: clamp(1rem, 0.6471rem + 1.7647vw, 2.5rem);
  --space-m-l: clamp(1.25rem, 0.8382rem + 2.0588vw, 3rem);
  --space-l-xl: clamp(1.5rem, 1.0882rem + 2.0588vw, 3.25rem);
  --space-xl-2xl: clamp(1.625rem, 1.125rem + 2.5vw, 3.75rem);
  --space-2xl-3xl: clamp(1.875rem, 1.375rem + 2.5vw, 4rem);
  --space-3xl-4xl: clamp(2rem, 1.4118rem + 2.9412vw, 4.5rem);
  --space-4xl-5xl: clamp(2.25rem, 1.6029rem + 3.2353vw, 5rem);
  --space-5xl-6xl: clamp(2.5rem, 1.6765rem + 4.1176vw, 6rem);
  --space-6xl-7xl: clamp(3rem, 1.7647rem + 6.1765vw, 8.25rem);
  --space-7xl-8xl: clamp(4.125rem, 2.7426rem + 6.9118vw, 10rem);
  /* Custom pairs */
  --space-s-l: clamp(1rem, 0.5294rem + 2.3529vw, 3rem);
  --space-5xl-m: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  --space-xl-7xl: clamp(1.625rem, 0.0662rem + 7.7941vw, 8.25rem);
  /* Custom pairs */
  --space-s-l: clamp(1rem, 0.5294rem + 2.3529vw, 3rem);
  --space-5xl-m: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  --side-padding: var(--space-m);
  --space-default: var(--space-s);
  --gutter: 1.5rem;
  --text-margin: 1.3em;
  --max-width-site: 240rem;
  --max-width-container: 85rem;
  --max-width-10-col: calc(var(--max-width-container) * 0.882352941);
  --max-width-8-col: calc(var(--max-width-container) * 0.69852941176);
  --max-width-7-col: calc(var(--max-width-container) * 0.56423389);
  --max-width-6-col: calc(var(--max-width-container) * 0.504411764);
  --max-width-5-col: calc(var(--max-width-container) * 0.40451389);
  --max-width-4-col: calc(var(--max-width-container) * 0.31944);
  --max-width-3-col: calc(var(--max-width-container) * 0.25810185);
  --max-width-2-col: calc(var(--max-width-container) * 0.15972);
  --width-12-col: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-10-col: clamp(min(40rem, 100%), 88.2352941%, var(--max-width-10-col));
  --width-8-col: clamp(min(40rem, 100%), 69.852941176%, var(--max-width-8-col));
  --width-6-col: clamp(min(40rem, 100%), 50.4411764%, var(--max-width-6-col));
  --width-5-col: clamp(min(40rem, 100%), 40.451389%, var(--max-width-5-col));
  --width-4-col: clamp(min(40rem, 100%), 31.944%, var(--max-width-4-col));
  --width-3-col: clamp(min(40rem, 100%), 25.810185%, var(--max-width-3-col));
  --width-2-col: clamp(min(40rem, 100%), 15.972%, var(--max-width-2-col));
}

/*
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
}
*/
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic - Ground-zero styles (resets, box-sizing, etc.).
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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
   ========================================================================== */
/**
 * Add the correct box sizing in Firefox.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: space mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: space mono, monospace; /* 1 */
}

.code-block {
  word-wrap: break-word;
}

.code-block {
  background-color: #EBF2F1;
  padding: 20px;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

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

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

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

.body-container-wrapper {
  margin-top: 72px;
}

.border-top {
  border-top: 1.5px solid #011C22;
}

.border-top--wrap {
  border: 1.5px solid #011C22;
}

.icon-svg {
  max-width: 100%;
  max-height: 100%;
}

.icon-img {
  height: 36px;
  width: auto;
}

.icon-background {
  width: 82px;
  height: 82px;
}

.logo-img {
  max-width: 100%;
  width: auto;
}

.hero-section {
  margin: 0;
}

.padding-32, .padding-48, .padding-64 {
  padding: 24px;
}

.border-radius-small {
  border-radius: 4px;
}

.border-neutral-radius {
  border-radius: 24px;
}

.border-radius-full {
  border-radius: 50%;
}

.border-radius-medium {
  border-radius: 24px;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.blog-post__tag-link {
  color: #676767;
  border-radius: 12px;
  background: #F3F3F3;
  padding: 0px 8px;
}

.hover-shadow--green {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.hover-shadow--green:hover,
.hover-shadow--green:focus-within {
  box-shadow: 0 4px 10px 10px #e5f8ed;
  transform: scale(1.005);
}

@media screen and (max-width: 767px) {
  .side-scroll-mobile {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .mobile-scroll-item {
    min-width: 90%;
  }
  .side-scroll-mobile {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-bottom: 1px;
  }
  .side-scroll-mobile::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .side-scroll-mobile {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 767px) {
  .padding-32 {
    padding: 32px;
  }
  .padding-48 {
    padding: 48px;
  }
  .padding-64 {
    padding: 64px;
  }
  .icon-img {
    height: 40px;
  }
  .icon-background {
    width: 60px;
    height: 60px;
  }
  .sticky-col-left .span4 .row-fluid-wrapper {
    position: sticky;
    top: 40px;
  }
  .border-radius-medium {
    border-radius: 80px;
  }
}
@media only screen and (min-width: 900px) {
  .side-scroll-mobile {
    overflow-x: unset;
  }
}
@media only screen and (max-width: 1359px) {
  .lock-scroll {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1360px) {
  .body-container-wrapper {
    margin-top: 96px;
  }
}
/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.hide-opacity {
  opacity: 0;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.color-black {
  color: var(--color-black);
}

.color-white {
  color: var(--color-white);
}

/* grays */
.color-neutral-100 {
  color: var(--color-neutral-100);
}

.color-neutral-200 {
  color: var(--color-neutral-200);
}

.color-neutral-300 {
  color: var(--color-neutral-300);
}

.color-neutral-400 {
  color: var(--color-neutral-400);
}

.color-neutral-500 {
  color: var(--color-neutral-500);
}

.color-neutral-600 {
  color: var(--color-neutral-600);
}

/* greens */
.dark-mint-green {
  color: var(--color-dark-mint-green);
}

.color-green-100 {
  color: var(--color-green-100);
}

.color-green-200 {
  color: var(--color-green-200);
}

.color-green-400 {
  color: var(--color-green-400);
}

.color-green-600 {
  color: var(--color-green-600);
}

.border-bottom-neutral-after::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-background);
  margin-top: -2px;
  z-index: -1;
}

/*  OLD STUFF BELOW */
/* text colors */
.theme-color__white {
  color: var(--color-white);
}

.theme-color__black {
  color: var(--color-black);
}

/* background colors */
.bg-theme-color__white {
  background-color: var(--color-white);
}

.bg-theme-color__black {
  background-color: var(--color-black);
}

.bg-theme-color__neutral {
  background-color: var(--color-background);
}

.bg-theme-color-neutral-100 {
  background-color: var(--color-neutral-100);
}

.bg-theme-color-green-100 {
  background-color: var(--color-green-100);
}

.bg-theme-color-green-200 {
  background-color: var(--color-green-200);
}

.bg-theme-color-green-400 {
  background-color: var(--color-green-400);
}

.bg-theme-color-green-600 {
  background-color: var(--color-green-600);
}

.bg-theme-color-green-800 {
  background-color: var(--color-green-800);
}

.bg-theme-color-green-900 {
  background-color: var(--color-green-900);
}

.bg-dark-mint-green {
  background-color: var(--color-dark-mint-green);
}

/* border colors */
.border-theme-color__white {
  border: 1px solid var(--color-white);
}

.border-theme-color__black {
  border: 1px solid var(--color-black);
}

.border-theme-color__neutral-150 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.border-theme-color__neutral-200 {
  border: 1px solid var(--color-neutral-200);
}

.border-theme-color__neutral-300 {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.border-theme-color__neutral-500 {
  border: 1px solid var(--color-neutral-500);
}

/* border top colors */
.border-top-theme-color__white {
  border-top: 1px solid var(--color-white);
}

.border-top-theme-color__black {
  border-top: 1px solid var(--color-black);
}

.border-top-theme-color__neutral-200 {
  border-top: 1px solid var(--color-neutral-200);
}

.border-top-theme-color__neutral-500 {
  border-top: 1px solid var(--color-neutral-500);
}

/* border bottom colors */
.border-bottom-theme-color__white {
  border-bottom: 1px solid var(--color-white);
}

.border-bottom-theme-color__black {
  border-bottom: 1px solid var(--color-black);
}

.border-bottom-theme-color__neutral-150 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.border-bottom-theme-color__neutral-200 {
  border-bottom: 1px solid var(--color-neutral-200);
}

.border-bottom-theme-color__neutral-500 {
  border-bottom: 1px solid var(--color-neutral-500);
}

/* border left colors */
.border-left-theme-color__neutral-150 {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.border-left-theme-color__neutral-200 {
  border-left: 1px solid var(--color-neutral-200);
}

/*--------------------------------------------------------------
# Elements - Unclassed HTML elements (type selectors).
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
html[lang^=ja] body,
html[lang^=zh] body,
html[lang^=ko] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Title styles - start- */
h1,
.h1 {
  font-size: var(--heading-size-600);
  letter-spacing: clamp(-1.92px, 4vw, -1.2px);
  line-height: clamp(48px, 4vw, 72px);
  font-weight: 600;
}

h2,
.h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: clamp(38px, 4vw, 56px);
  letter-spacing: clamp(-0.96px, 4vw, -1.44px);
  font-weight: 600;
}

h3,
.h3 {
  font-size: clamp(24px, 4vw, 32px);
  line-height: clamp(32px, 4vw, 40px);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  font-weight: 600;
}

h4,
.h4 {
  font-size: clamp(18px, 4vw, 24px);
  line-height: clamp(22px, 4vw, 32px);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
  font-weight: 400;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 14px;
  line-height: clamp(20px, 4vw, 18px);
}

/* Title styles - end- */
/* Body styles - start- */
.body-xl,
.body-l,
body,
.body,
.body-s,
.body-xs {
  font-style: normal;
  font-weight: 400;
}

.body-xl {
  font-size: clamp(20px, 4vw, 24px);
  line-height: 36px;
  letter-spacing: clamp(-0.2px, 4vw, -0.24px);
}

.body-l {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.18px;
}

body,
.body {
  font-size: 16px;
  line-height: 28px; /* 175% */
}

.body-s {
  font-size: 14px;
  line-height: 22px;
}

.body-xs {
  font-size: 12px;
  line-height: 18px;
}

/* Body styles - end- */
/* Miscellaneous styles - start- */
p {
  margin: 0 0 24px;
}

.btn-label-l {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.btn-label-s {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.menu-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.tag {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 2.4px;
}

.uppercase {
  text-transform: uppercase;
}

.no-decoration {
  text-decoration: none;
}

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

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

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

.font-weight-normal {
  font-weight: 400;
}

b, .bold, strong {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}

.hidden-text {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.kicker {
  letter-spacing: 3.2px;
}

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

ul li {
  position: relative;
  padding-left: 24px;
  text-indent: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 28px; /* 175% */
}
ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14 4L7.2 10.8C6.53726 11.4627 5.46274 11.4627 4.8 10.8L2 8' stroke='%2300C04B' stroke-width='2'/%3E%3C/svg%3E");
  left: 0;
  top: 6px;
  position: absolute;
  height: 16px;
  width: 16px;
}

ul.hs-tools-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-tools-actions li {
  padding-left: 0;
}
ul.hs-tools-actions li::before {
  display: none;
}

a {
  color: var(--color-black);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.btn {
  line-height: 18px;
  padding: 10px 24px 10px;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 24px;
  font-weight: 600;
}

.btn__small {
  font-size: 12px;
  line-height: 12px;
  padding: 11px 14px 10px;
}

.btn svg {
  width: 16px;
  height: 16px;
  transform: translate(0px, 0px);
  transition: transform 0.5s ease-in-out;
}

.btn:hover {
  opacity: 0.8;
}
.btn:hover::after {
  transform: translate(10px);
}

.btn-arrow-left svg {
  margin-right: 8px;
}

.btn-arrow-left:hover svg {
  transform: translate(-10px, 0px);
}

.btn-arrow-right svg {
  margin-left: 8px;
}

.btn-arrow-right:hover svg {
  transform: translate(10px, 0px);
}

.btn-no-transition:hover svg {
  transform: translate(0px, 0px);
}

.btn-dark-mint-green {
  color: var(--color-dark-mint-green);
  background-color: var(--color-dark-mint-green);
  border: 2px solid var(--color-dark-mint-green);
}

.btn-green-200 {
  color: var(--color-green-200);
  background-color: var(--color-green-200);
  border: 2px solid var(--color-green-200);
}

.btn-green-400 {
  color: var(--color-green-400);
  background-color: var(--color-green-400);
  border: 2px solid var(--color-green-400);
}

.btn-green-600 {
  color: var(--color-green-600);
  background-color: var(--color-green-600);
  border: 2px solid var(--color-green-600);
}

.btn-neutral-200 {
  color: var(--color-neutral-200);
  background-color: var(--color-neutral-200);
  border: 2px solid var(--color-neutral-200);
}

.btn_solid {
  color: var(--color-white);
}

.btn_transparent, .background_transparent_border {
  background-color: transparent;
}

.btn_transparent_border {
  border: 2px solid transparent;
  background-color: transparent;
}

.btn-no-padding-left {
  padding: 0;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  margin-bottom: 8px;
  line-height: 100%;
  font-weight: bold;
}

.one-click-forms__white form label {
  color: var(--color-white);
}

form .hs-form-booleancheckbox-display {
  text-transform: initial;
}

/* Help text */
form legend {
  font-size: 0.875rem;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  width: 100% !important;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--color-black);
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

form textarea {
  padding: 10px 10px;
  height: 120px;
}

.one-click-forms__white form input[type=text],
.one-click-forms__white form input[type=email],
.one-click-forms__white form input[type=password],
.one-click-forms__white form input[type=tel],
.one-click-forms__white form input[type=number],
.one-click-forms__white form input[type=file],
.one-click-forms__white form select,
.one-click-forms__white form textarea {
  border: 1.5px solid var(--color-white);
  color: var(--color-white);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: var(--color-white) !important;
  outline: none;
  color: #011C22;
}

form input[type=text]:not(:-moz-placeholder):valid, form input[type=email]:not(:-moz-placeholder):valid, form input[type=password]:not(:-moz-placeholder):valid, form input[type=tel]:not(:-moz-placeholder):valid, form input[type=number]:not(:-moz-placeholder):valid, form input[type=file]:not(:-moz-placeholder):valid, form select:not(:-moz-placeholder):valid, form textarea:not(:-moz-placeholder):valid {
  background-color: var(--color-white) !important;
  outline: none;
  color: #011C22;
}

form input[type=text]:not(:placeholder-shown):valid,
form input[type=email]:not(:placeholder-shown):valid,
form input[type=password]:not(:placeholder-shown):valid,
form input[type=tel]:not(:placeholder-shown):valid,
form input[type=number]:not(:placeholder-shown):valid,
form input[type=file]:not(:placeholder-shown):valid,
form select:not(:placeholder-shown):valid,
form textarea:not(:placeholder-shown):valid {
  background-color: var(--color-white) !important;
  outline: none;
  color: #011C22;
}

form select {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

form select:not(:-moz-placeholder):valid {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

form select:not(:placeholder-shown):valid {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

form select:focus {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

.one-click-forms__white form select {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='var(--color-white)' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

.one-click-forms__white form select:not(:-moz-placeholder):valid {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

.one-click-forms__white form select:not(:placeholder-shown):valid {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

.one-click-forms__white form select:focus {
  background: url("data:image/svg+xml,<svg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'><g stroke='#676767' stroke-width='2'><path d='m13 10.7-3.8 3.8c-.66274.6627-1.73726.6627-2.4 0l-3.8-3.8'/><path d='m3 5.29706 3.8-3.8c.66274-.662746 1.73726-.662745 2.4 0l3.8 3.8'/></g></svg>") no-repeat;
}

form .hs-button {
  height: 48px;
  border: none;
  padding: 0 0 0 25px;
  background-color: #00C04B;
  color: var(--color-white);
  padding-top: 1px;
  color: var(--color-white);
  font-weight: 600;
}

form .actions {
  display: flex;
  align-items: center;
  background: #00C04B;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 40px;
  border: 1px solid #00C04B;
  overflow: hidden;
  border-radius: 24px;
}

form .actions::after {
  color: var(--color-white);
  background-color: #00C04B;
  padding: 0 25px 0 8px;
  transform: translate(0px, 0px);
  transition: transform 0.5s ease-in-out;
  line-height: 0;
  content: url(https://143253260.fs1.hubspotusercontent-eu1.net/hubfs/143253260/oneclicklca-theme-assets/icons/arrow-right-button.svg);
}

form .actions:hover::after {
  transform: translate(10px, 0px);
}

.one-click-forms__white a {
  color: #fff;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  padding-left: 0;
}
form .inputs-list li::before {
  display: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
  padding-left: 5px;
}

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

.one-click-forms__white .legal-consent-container {
  color: var(--color-white);
}

.one-click-forms__white .legal-consent-container a {
  color: var(--color-white);
}

.one-click-forms__white form select.error {
  background: url("data:image/svg+xml,<svg fill='none' height='13' viewBox='0 0 12 13' width='12' xmlns='http://www.w3.org/2000/svg'><path d='m6.4146.480156-.00001 10.528044-.448-.56 5.15201-5.12004v1.59999l-5.28001 5.23205-5.279996-5.24804v-1.6l5.151996 5.13604-.448.56.00001-10.528044z' fill='#011c22'/></svg>") no-repeat;
}

.hs-input.invalid.error {
  border-color: #011C22;
  background-color: var(--color-white);
  color: #011C22;
}

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

.one-click-forms__white .hs-error-msg {
  color: #FF325C;
}

.one-click-forms__white .hs-input.invalid.error {
  border-color: var(--color-white);
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 0;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}
.webinar-post__content--form-wrapper .grecaptcha-badge {
  margin: 0;
}

@media screen and (min-width: 400px) {
  .form-columns-2 {
    display: flex;
    gap: 20px;
  }
}
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */
td,
th {
  vertical-align: top;
}

/* Table header */
thead th {
  vertical-align: bottom;
}

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

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

.content-wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1360px;
}

.body-wrapper {
  overflow-x: hidden;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1360px;
  margin: 0 auto;
  gap: 24px;
}

.section-equal-height-cols .row-fluid .dnd-column {
  flex: none;
}

.dnd-section .widget-type-cell {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.dnd-section.no-padding-top {
  padding-top: 0;
}

.dnd-section.no-padding-bottom {
  padding-bottom: 0;
}

.dnd-section.no-margin-top {
  margin-top: 0;
}

.dnd-section.no-margin-bottom {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .two-cols-offset-section > .row-fluid > :first-child {
    display: none;
  }
  .row-fluid {
    gap: 40px;
  }
}
@media screen and (min-width: 767px) {
  .section-equal-height-cols .row-fluid .dnd-column {
    flex: 1;
  }
}
@media screen and (min-width: 900px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: clamp(40px, 8vh, 80px) 40px;
  }
  .section-equal-height-cols .row-fluid .dnd-column {
    flex: none;
  }
}
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.flex {
  display: flex;
}

.flex__col {
  flex-direction: column;
}

.flex__row {
  flex-direction: row;
}

.flex__row-reverse {
  flex-direction: row-reverse;
}

.flex__row--col-mobile {
  flex-direction: column;
}

.flex__row-reverse--col-mobile {
  flex-direction: column;
}

.flex__row--col-reverse-mobile {
  flex-direction: column-reverse;
}

.flex__row--col-reverse-tablet {
  flex-direction: column-reverse;
}

.flex__row-reverse--col-reverse-mobile {
  flex-direction: column-reverse;
}

.flex__row-reverse--col-reverse-tablet {
  flex-direction: column-reverse;
}

.flex__align--start {
  align-items: flex-start;
}

.flex__align--center {
  align-items: center;
}

.flex__align--end {
  align-items: flex-end;
}

.flex__center {
  align-items: center;
  justify-content: center;
}

.flex__center--vert {
  align-items: center;
}

.flex__justify--start {
  justify-content: flex-start;
}

.flex__justify--center {
  justify-content: center;
}

.flex__justify--end {
  justify-content: flex-end;
}

.flex__justify--space-between {
  justify-content: space-between;
}

.flex__justify--space-evenly {
  justify-content: space-evenly;
}

.flex__wrap {
  flex-wrap: wrap;
}

.flex-gap-row-col {
  gap: 24px;
}

.flex-gap-small {
  gap: 24px;
}

.flex-gap-big {
  gap: 80px;
}

.flex-gap-content {
  gap: 8px;
}

.flex-gap-responsive {
  gap: 20px;
}

@media screen and (min-width: 767px) {
  .flex-gap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .flex__row--col-mobile {
    flex-direction: row;
  }
  .flex__row-reverse--col-mobile {
    flex-direction: row-reverse;
  }
  .flex__row--col-reverse-mobile {
    flex-direction: row;
  }
  .flex__row-reverse--col-reverse-mobile {
    flex-direction: row-reverse;
  }
  .flex-gap-responsive {
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .flex__wrap--desktop {
    flex-wrap: wrap;
  }
  .flex__row--col-reverse-tablet {
    flex-direction: row;
  }
  .flex__row-reverse--col-reverse-tablet {
    flex-direction: row-reverse;
  }
  .flex-gap-responsive {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-gap-responsive {
    gap: 140px;
  }
}
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/* Responsive Grid */
.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;
  }
}
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: var(--gutter);
  display: flex;
  flex-flow: wrap;
}
.archive-filters li {
  padding-left: 0;
}
.archive-filters li::before {
  display: none;
}
.archive-filters li {
  margin: 0.5rem 0.5rem 0 0;
}

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

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: var(--space-gutter);
  line-height: 1;
  text-align: center;
}
.posts-pagination li {
  padding-left: 0;
}
.posts-pagination li::before {
  display: none;
}
.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(--color-text);
}
.posts-pagination .posts-pagination__link--active {
  color: var(--color-text);
  border-bottom: 0.125rem solid var(--color-link);
}
.posts-pagination .posts-pagination__link--active:hover, .posts-pagination .posts-pagination__link--active:focus {
  color: var(--color-link);
}
.posts-pagination .posts-pagination__prev-link--disabled,
.posts-pagination .posts-pagination__next-link--disabled {
  display: none;
}

/* Title styles - start- */
.blog-post.blog-post--2023 h2,
.blog-post.blog-post--2023 .h2 {
  font-size: clamp(32px, 4vw, 40px);
  line-height: clamp(32px, 4vw, 46px);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  font-weight: 600;
  padding: 24px 0 24px 0;
}
.blog-post.blog-post--2023 h3,
.blog-post.blog-post--2023 .h3 {
  font-size: clamp(24px, 4vw, 32px);
  line-height: clamp(32px, 4vw, 40px);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  font-weight: 600;
}
.blog-post.blog-post--2023 h3.spotlight {
  font-weight: 400;
  line-height: clamp(32px, 4vw, 44px);
  padding-bottom: 20px;
}
.blog-post.blog-post--2023 h4,
.blog-post.blog-post--2023 .h4 {
  font-size: clamp(18px, 4vw, 24px);
  line-height: clamp(22px, 4vw, 32px);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
}
.blog-post.blog-post--2023 h5,
.blog-post.blog-post--2023 .h5 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  font-weight: 600;
}
.blog-post.blog-post--2023 h6,
.blog-post.blog-post--2023 .h6 {
  font-size: 14px;
  line-height: clamp(20px, 4vw, 18px);
}

/* Title styles - end- */
.blog-listing-hero--post {
  padding: 80px 0 0;
  margin-top: 40px;
}

.blog-post--content-wrapper {
  margin: 0 auto 80px;
  max-width: 1128px;
}

.blog-tag-filter--dropdown--btn {
  background-color: var(--color-white);
  width: 100%;
  height: 48px;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  padding: 0 20px;
}

.blog-tag-filter--dropdown--btn:hover, .blog-tag-filter--dropdown--btn:focus {
  background-color: #EBF2F1;
}

.blog-tag-filter--dropdown--btn svg {
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
}

.blog-tag-filter--dropdown--btn:hover svg {
  transform: translateY(2px);
}

.blog-tag-filter--dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
}

.blog-tag-filter--dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-white);
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: 22rem;
  overflow-y: auto;
}

.blog-tag-filter--dropdown-content a {
  padding: 0.5rem 20px;
  display: block;
  color: var(--color-black);
}

.blog-tag-filter--dropdown-content a:hover {
  background-color: #EBF2F1;
}

.show-all-tags {
  display: block;
}

.blog-index--button {
  align-self: flex-start;
  margin-top: auto;
}

.blog-list--summary {
  margin-bottom: 20px;
}

.blog-post__body .hs_cos_wrapper_type_module, .press-post__body .hs_cos_wrapper_type_module {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-post__body .hs_cos_wrapper_type_module .button-one-click, .press-post__body .hs_cos_wrapper_type_module .button-one-click, .press-post__body img, .blog-post__body img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post__body blockquote {
  border-left: 5px solid #00C04B;
  font-size: clamp(24px, 4vw, 32px);
  line-height: clamp(32px, 4vw, 40px);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  font-weight: 600;
  padding-left: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination__link {
  color: var(--color-black);
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .blog-tag-filter--dropdown {
    width: 100%;
  }
  .blog-list--hide-mobile {
    display: none;
  }
  .related-blog-posts--post {
    border-top: 1.5px solid #011c22;
    padding-top: 20px;
  }
  .related-blog-posts__img {
    display: none;
  }
  .related-blog-posts--mobile-title p {
    width: 80%;
    margin-bottom: 0;
  }
  .related-blog-posts--mobile-title svg {
    right: 0;
    height: 12px;
    width: 14px;
  }
  .blog-post__body blockquote {
    padding-left: 60px;
  }
}
@media screen and (min-width: 767px) {
  .blog-list--hide-desktop {
    display: none;
  }
  .blog-listing-hero {
    padding: 60px 0 40px;
  }
  .blog-tag-filter {
    align-items: center;
  }
  .row-fluid .flex .span-blog-listing,
  .row-fluid .module-container .span-blog-listing {
    width: calc(50% - var(--column-gap) * 0.5);
  }
}
@media only screen and (min-width: 900px) {
  .press-margin-left, .press-post__body {
    margin-left: calc(33.33% - var(--column-gap) * 0.6668);
  }
  .press-post__body .hs_cos_wrapper_type_module .button-one-click {
    margin-left: calc(33.33% - var(--column-gap) * 0.6668);
  }
  .press-post__body .hs_cos_wrapper_type_module {
    margin-left: -45.9%;
    width: 1360px;
    max-width: calc(100vw - 80px);
  }
  .row-fluid .flex .span-blog-listing,
  .row-fluid .module-container .span-blog-listing {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }
}
@media screen and (min-width: 1200px) {
  .row-fluid .flex .span-blog-listing,
  .row-fluid .module-container .span-blog-listing {
    width: calc(25% - var(--column-gap) * 0.75);
  }
}
.pagination--item {
  height: 40px;
  width: 40px;
}

.pagination__link--next, .pagination__link--last, .pagination__link--prev, .pagination__link--first {
  transform: translate(0px);
  transition: transform 0.3s ease-in-out;
}

.pagination__link--next:hover, .pagination__link--last:hover {
  transform: translate(2px);
}

.pagination__link--prev:hover, .pagination__link--first:hover {
  transform: translate(-2px);
}

.pagination__link--number {
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.3s ease-in-out;
}

.pagination__link--number:hover {
  font-variation-settings: "wght" 500;
}

@media screen and (max-width: 400px) {
  .pagination--item {
    height: 30px;
    width: 30px;
  }
}
.blog-hero {
  padding: var(--space-3xl) 0 var(--space-m);
}
.blog-hero h1 {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-2xl);
}
.blog-hero__meta {
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  align-items: center;
  color: var(--color-neutral-600);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4xs);
}
.blog-hero__meta > *:not(:last-child) {
  align-items: center;
  display: flex;
  white-space: nowrap;
}
.blog-hero__meta > *:not(:last-child)::after {
  content: "•";
  color: var(--color-neutral-600);
  margin-left: var(--space-4xs);
}
.blog-hero__meta p {
  margin: 0;
}
.blog-hero__author {
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
.blog-hero__author a {
  color: var(--color-dark-mint-green);
  text-decoration: none;
}
.blog-hero__tag {
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: var(--color-blue-100);
  border-radius: 0.75rem;
  color: var(--color-blue-500);
  display: block;
  line-height: 0.87;
  padding: var(--space-5xs) var(--space-4xs);
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}
.blog-hero__tag:hover, .blog-hero__tag:focus {
  opacity: 0.8;
}

.blog-post--2024 p {
  font-size: var(--text-size-500);
  line-height: 1.7225;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 1.3em;
}
.blog-post--2024 ul li {
  font-size: var(--text-size-500);
  line-height: 1.7225;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 0.25em;
}
.blog-post--2024 ul li::before {
  background-repeat: no-repeat;
  top: 0.375rem;
}
@media (min-width: 48.001rem) {
  .blog-post--2024 ul li::before {
    top: 0.5rem;
  }
}

.blog-post.blog-post--2024 {
  font-size: var(--text-size-500);
  line-height: 1.7225;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: var(--space-5xl);
  display: flex;
  gap: var(--space-5xl);
}
@media (max-width: 48rem) {
  .blog-post.blog-post--2024 {
    flex-direction: column;
  }
}
.blog-post.blog-post--2024 .blog-post__content {
  flex: 1;
}
@media (min-width: 48.001rem) {
  .blog-post.blog-post--2024 > :not(.blog-post__content) {
    flex: 0 0 20rem;
  }
}
.blog-post.blog-post--2024 .blog-post__sidebar > *:not(:first-child) {
  margin-top: var(--space-xs);
}
@media (min-width: 48.001rem) {
  .blog-post.blog-post--2024 .blog-post__sidebar {
    flex: 0 0 20rem;
  }
}
@media (max-width: 48rem) {
  .blog-post.blog-post--2024 .blog-post__sidebar.hide-ctas-mobile {
    display: none;
  }
  .blog-post.blog-post--2024 .blog-post__sidebar .sidebar-articles {
    display: none;
  }
}
.blog-post.blog-post--2024 h2,
.blog-post.blog-post--2024 .h2 {
  font-size: var(--heading-size-500);
  letter-spacing: clamp(-0.96px, 4vw, -1.44px);
  line-height: clamp(38px, 4vw, 56px);
  font-weight: 600;
  padding: 0;
  margin: var(--space-2xl) 0 var(--space-s);
}
.blog-post.blog-post--2024 h3,
.blog-post.blog-post--2024 .h3 {
  font-size: var(--heading-size-400);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  line-height: clamp(32px, 4vw, 40px);
  font-weight: 600;
  margin: var(--space-2xl) 0 var(--space-s);
}
.blog-post.blog-post--2024 h4,
.blog-post.blog-post--2024 .h4 {
  font-size: var(--heading-size-300);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
  line-height: clamp(22px, 4vw, 32px);
  font-weight: 400;
  margin: var(--space-2xl) 0 var(--space-s);
}
.blog-post.blog-post--2024 h5,
.blog-post.blog-post--2024 .h5 {
  font-size: var(--heading-size-200);
  letter-spacing: -0.16px;
  line-height: 1.25;
  font-weight: 600;
  margin: var(--space-2xl) 0 var(--space-s);
}
.blog-post.blog-post--2024 h6,
.blog-post.blog-post--2024 .h6 {
  font-size: 14px;
  line-height: clamp(20px, 4vw, 18px);
}
.blog-post.blog-post--2024 .blog-post__ingress {
  font-size: var(--text-size-600);
  letter-spacing: -0.18px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: var(--space-xs);
}
.blog-post.blog-post--2024 .blog-post__audio {
  margin: var(--space-3xs) auto var(--space-m);
}
.blog-post.blog-post--2024 .blog-post__audio-text {
  font-size: var(--text-size-500);
  line-height: 1.7225;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-post.blog-post--2024 .blog-post__audio #hs_cos_wrapper_blog_post_audio {
  width: 100%;
}
.blog-post.blog-post--2024 .blog-post__audio .hs-audio-player {
  margin: 0;
  z-index: 1;
}
.blog-post.blog-post--2024 .hs-audio-player {
  margin: var(--space-3xs) auto var(--space-m);
  z-index: 1;
}
.blog-post.blog-post--2024 .blog-post__image {
  margin: 0;
}
.blog-post.blog-post--2024 .blog-post__image img {
  aspect-ratio: 950/525;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.blog-post.blog-post--2024 .blog-post__content-body {
  margin-top: var(--space-5xl);
}
.blog-post.blog-post--2024 blockquote {
  font-size: var(--heading-size-300);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
  line-height: clamp(22px, 4vw, 32px);
  font-weight: 600;
  border-left: 0.25rem solid var(--color-dark-mint-green);
  margin: var(--space-m) auto;
  width: var(--width-8-col);
}
.blog-post.blog-post--2024 blockquote > p {
  margin-left: var(--space-2xl);
}
@media (min-width: 48.001rem) {
  .blog-post.blog-post--2024 .blog-post__audio {
    align-items: center;
    display: flex;
    gap: var(--space-3xs);
  }
  .blog-post.blog-post--2024 .blog-post__audio-text {
    margin: 0;
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*=span] {
  /* min-height: 1px; */
  width: 100%;
}

@media (min-width: 768px) {
  .row-offset {
    padding-left: 33.333333%;
  }
}

.full-width-section {
  padding: 0 40px;
}

/* Module content */
.module-container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-background {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

.img-wrapper {
  width: 100%;
  overflow: hidden;
}

.img-wrapper__link {
  width: 100%;
  height: 100%;
}

.aspect-ratio--square {
  aspect-ratio: 1/1;
}

.aspect-ratio--rectangle {
  aspect-ratio: 3.73/2.1;
}

.aspect-ratio--rectangle--two {
  aspect-ratio: 3/2;
}

.aspect-ratio--rectangle--equal {
  aspect-ratio: 2/1;
}

.aspect-ratio--rectangle--three {
  aspect-ratio: 3/1;
}

.aspect-ratio--rectangle--four {
  aspect-ratio: 4/1;
}

.absolute-background img, .img-wrapper img, .img-wrapper video, .absolute-background video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
}

.module-height--small {
  min-height: 40vh;
}

.module-height--medium {
  min-height: 60vh;
}

.module-height--full {
  min-height: 100vh;
}

.module-content-wrapper--full-height {
  height: 100%;
}

.no-margin {
  margin: 0;
}

.block-margin {
  margin: 40px 0;
}

.block-margin--small {
  margin: 24px 0;
}

.block-margin-top {
  margin-top: 40px;
}

.block-margin-top--small {
  margin-top: 24px;
}

.block-margin-bottom {
  margin-bottom: 40px;
}

.block-margin-bottom--small {
  margin-bottom: 24px;
}

.content-margin {
  margin: 24px 0;
}

.content-margin-top {
  margin-top: 24px;
}

.content-margin-bottom {
  margin-bottom: 24px;
}

.block-padding {
  padding: 40px 0;
}

.block-padding--small {
  padding: 24px 0;
}

.block-padding-top {
  padding-top: 40px;
}

.block-padding-top--small {
  padding-top: 24px;
}

.block-padding-left {
  padding-left: 24px;
}

.full-width-block {
  width: 100%;
}

.page-title-content-block--rich-text *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .full-width-section {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 767px) {
  .row-fluid {
    justify-content: space-between;
  }
  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }
  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }
  .row-fluid .span9 {
    width: calc(75% - var(--column-gap) * 0.25);
  }
  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }
  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }
  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }
  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }
  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }
  .row-fluid .span3 {
    width: calc(50% - var(--column-gap) * 0.5);
  }
  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }
  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
  .block-margin {
    margin: 80px 0;
  }
  .block-margin--small {
    margin: 40px 0;
  }
  .block-margin-bottom {
    margin-bottom: 80px;
  }
  .block-margin-bottom--small {
    margin-bottom: 40px;
  }
  .block-margin-top {
    margin-top: 80px;
  }
  .block-margin-top--small {
    margin-top: 40px;
  }
  .block-padding {
    padding: 80px 0;
  }
  .block-padding--small {
    padding: 40px 0;
  }
  .block-padding-top {
    padding-top: 80px;
  }
  .block-padding-top--small {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }
}
@media only screen and (min-width: 900px) {
  .module-content-wrapper--extra-small-width {
    max-width: calc(33.33% - var(--column-gap) * 0.6668);
  }
  .module-content-wrapper--small-width {
    max-width: calc(50% - var(--column-gap) * 0.5);
  }
  .module-content-wrapper--medium-width {
    max-width: calc(66.66% - var(--column-gap) * 0.333);
  }
  .module-content-wrapper--full-width {
    max-width: 100%;
  }
  .row-fluid .span8__tablet {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }
  .row-fluid .span6__tablet {
    width: calc(50% - var(--column-gap) * 0.5);
  }
  .row-fluid .span4__tablet {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }
}
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

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

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

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

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type=submit] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */
.hs-search-results__title {
  color: var(--color-black);
  font-size: clamp(18px, 4vw, 24px);
  line-height: clamp(22px, 4vw, 32px);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
  font-weight: 400;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */
#hs-membership-form a[class*=show-password] {
  font-size: 0.75rem;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.webinar-hero {
  background-color: var(--color-green-100);
  border-radius: 5rem;
}
.webinar-hero__content {
  align-content: center;
  max-width: var(--width-10-col);
  padding: var(--space-2xl) var(--space-5xl);
}
@media (max-width: 65rem) {
  .webinar-hero__content {
    padding: var(--space-2xl) var(--space-l);
  }
}
.webinar-hero__image {
  margin: 0;
}
.webinar-hero__image img {
  border-radius: 0 0 5rem 5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
@media (min-width: 65.001rem) {
  .webinar-hero__image img {
    border-radius: 0 5rem 5rem 0;
  }
}
.image-ratio--contain .webinar-hero__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 65.001rem) {
  .image-ratio--contain .webinar-hero__image img {
    border-radius: 0.5rem;
    padding-right: var(--space-2xl);
  }
}
.webinar-hero h1 {
  font-size: var(--heading-size-500);
  letter-spacing: clamp(-0.96px, 4vw, -1.44px);
  line-height: clamp(38px, 4vw, 56px);
  font-weight: 600;
}
.webinar-hero__date {
  font-size: var(--text-size-500);
  line-height: 1.7225;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.webinar-hero.has-hero-image {
  display: flex;
}
@media (max-width: 65rem) {
  .webinar-hero.has-hero-image {
    flex-direction: column;
  }
}
@media (min-width: 65.001rem) {
  .webinar-hero.has-hero-image > * {
    width: 50%;
  }
}
.webinar-hero.has-hero-image h1 {
  font-size: var(--heading-size-400);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  line-height: clamp(32px, 4vw, 40px);
  font-weight: 600;
}
@media (max-width: 65rem) {
  .webinar-hero .btn {
    display: none;
  }
}
.webinar-hero .hs-web-interactive-inline {
  width: -moz-fit-content;
  width: fit-content;
}

.webinar-post {
  padding-bottom: var(--space-5xl);
}
.webinar-post__video {
  margin: var(--space-2xl) auto var(--space-7xl);
  width: var(--width-8-col);
}
.webinar-post__video iframe {
  aspect-ratio: 2/1;
  height: auto;
  vertical-align: top;
  width: 100%;
}
.webinar-post__container {
  display: grid;
  gap: var(--space-5xl);
  grid-template-columns: 1fr;
  margin-top: var(--space-5xl);
  width: var(--width-10-col);
}
.webinar-post__container + * {
  margin-top: var(--space-5xl);
}
@media (min-width: 70.001rem) {
  .webinar-post__container {
    grid-template-columns: 50% auto;
  }
}
@media (min-width: 70.001rem) {
  .webinar-post__content--form {
    margin-right: calc(-1 * var(--space-5xl));
  }
}
.webinar-post__content--form-wrapper {
  background-color: var(--color-green-100);
  border-radius: 5rem;
  padding: var(--space-5xl);
}
.webinar-post__content--form h2 {
  font-size: var(--heading-size-400);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  line-height: clamp(32px, 4vw, 40px);
  font-weight: 600;
}
.webinar-post__content .hide-form .hs_cos_wrapper_type_form {
  display: none;
}
.webinar-post__title {
  font-size: var(--heading-size-300);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
  line-height: clamp(22px, 4vw, 32px);
  font-weight: 400;
  margin-bottom: var(--space-xs);
}
.webinar-post__title:first-child {
  margin-top: 0;
}
.webinar-post__person {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: flex;
  gap: var(--space-3xs);
}
.webinar-post__person:not(:first-child) {
  margin-top: var(--space-xs);
}
.webinar-post__person-image {
  flex: none;
  margin: 0;
}
.webinar-post__person-image img {
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 5rem;
}
@media (min-width: 48.001rem) {
  .webinar-post__person-image img {
    width: 7.4375rem;
  }
}
.webinar-post__person-name {
  font-size: var(--heading-size-200);
  letter-spacing: -0.16px;
  line-height: 1.25;
  font-weight: 600;
}
.webinar-post__person-title {
  font-style: italic;
}
.webinar-post__person p {
  margin-bottom: var(--space-4xs);
}
.webinar-post__person p:last-child {
  margin-bottom: 0;
}
.webinar-post .blog-post__ingress {
  font-size: var(--text-size-600);
  letter-spacing: -0.18px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: var(--space-xs);
}
.webinar-post .blog-post__ingress strong {
  font-size: var(--heading-size-400);
  letter-spacing: clamp(-0.48px, 4vw, -0.64px);
  line-height: clamp(32px, 4vw, 40px);
  font-weight: 600;
}
.webinar-post__mobile-float {
  display: none;
}
@media (max-width: 65rem) {
  .webinar-post__mobile-float {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    bottom: 0;
    display: flex;
    left: 0;
    padding: 1.25rem var(--space-5xl);
    position: fixed;
    width: 100%;
    z-index: 8;
  }
  .webinar-post__mobile-float > * {
    flex: 1;
  }
  .webinar-post__mobile-float .btn,
  .webinar-post__mobile-float .hs-web-interactive-inline {
    width: 100%;
  }
}

* + .webinar-post__content--form-wrapper {
  margin-top: var(--space-m);
}

.webinar-index__webinars {
  padding: var(--space-5xl) var(--side-padding);
}
.webinar-index__items {
  display: grid;
  gap: var(--space-xs);
  margin-top: var(--space-m);
}
.webinar-index__webinars-ondemand-empty {
  display: none;
}
.webinar-index__webinars-upcoming-empty, .webinar-index__webinars-ondemand-empty {
  margin-top: var(--space-xl);
}
@media (min-width: 48.001rem) {
  .webinar-index__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 65.001rem) {
  .webinar-index__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.webinar-item {
  position: relative;
}
.webinar-item__image {
  margin: 0 auto var(--space-3xs);
}
.webinar-item h3 {
  margin-top: 0.75rem;
}
.webinar-item a {
  text-decoration: none;
}
.webinar-item__tag-link {
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: var(--color-neutral-100);
  border-radius: 0.75rem;
  color: var(--color-neutral-600);
  padding: var(--space-5xs) var(--space-4xs);
}
.webinar-item__date {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.webinar-item__meta {
  align-items: center;
}

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

/*--------------------------------------------------------------
# Modules - specific UI components.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/*.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module {
    &.widget-type-rich_text,
    &.widget-type-header,
    > .normal-text-width {
        margin: auto;
        width: var(--width-6-col);
    }
    > hr {
        width: 100% !important;
        border-color: var(--color-primary) !important;
    }
}*/
/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
}

.header__navigation {
  width: 100vw;
  height: 72px;
  z-index: 10;
  transform: translateY(0px);
  transition: transform 0.5s ease-in-out;
}

.menu--logo {
  margin-right: 14px;
}

.menu--logo img {
  width: 72px;
}

.header__navigation--menu--active {
  display: none;
}

.menu__icon--close {
  display: none;
}

.menu__icon--close--active {
  display: initial;
}

.header__navigation--search--icon--active {
  display: none;
}

.header__navigation--scroll-down {
  transform: translateY(-100px);
}

.header__navigation--wrap {
  width: 100%;
}

.header__navigation--search {
  display: none;
  left: 94px;
  height: 72px;
  width: calc(100% - 430px);
}

.header__navigation--search--active {
  display: flex;
}

.hs-search-field {
  width: 100%;
}

.hs-search-field__button {
  height: 48px;
  width: 48px;
  background-color: #00C04B;
  border: none;
  border-radius: 100%;
  margin-left: 10px;
}

.hs-search-field__button svg {
  height: 16px;
  margin-top: 4px;
}

.menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu__book-demo-button {
  display: none;
}

.menu__log-in-button {
  display: none;
}

.menu__language-button--header {
  display: none;
}

.menu__icon {
  padding: 24px;
  margin-right: -24px;
  cursor: pointer;
}

.menu__search-button {
  padding: 24px;
  cursor: pointer;
}

.menu_group__dropdown-content--main {
  gap: 32px;
}

.menu_group__dropdown-content--col--cta-box {
  border-radius: 8px;
  padding: 24px;
  gap: 16px;
}

.menu_group__dropdown-content--col--cta-box--icon img {
  width: 32px;
  height: auto;
}

.menu_group__dropdown-content--col--cta-box--title {
  margin-bottom: 8px;
}

.menu_group__dropdown-content--col--cta-box--title svg {
  transform: translate(8px, 0px);
  transition: transform 0.5s ease-in-out;
}

.menu_group__dropdown-content--col--cta-box:hover .menu_group__dropdown-content--col--cta-box--title svg {
  transform: translate(18px, 0px);
}

.menu--link--hidden {
  display: none;
}

.menu_group__dropdown-content--col--see-all .menu--link--hidden {
  display: flex;
}

.menu_group__dropdown-content--col__see-all-button {
  padding-top: 30px;
  margin-top: 30px;
}

.menu_group__dropdown-content--right-cta-block {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.menu_group__dropdown-content--right-cta-block--cta-top-title {
  margin-bottom: 4px;
}

.menu_group__dropdown-content--right-cta-block--main-title {
  margin-bottom: 4px;
}

.menu_group__dropdown-content--right-cta-block--svg {
  min-width: 16px;
}

.menu_group__dropdown-content--col--main-list--link {
  padding-bottom: 20px;
}

.menu_group__dropdown-content--col--main-list--link.current span {
  color: #00c04b;
}

.menu_group__dropdown-content--col--main-list--link--last {
  padding-bottom: 0;
}

.menu__language-dropdown--content__menu--list {
  padding-top: 14px;
}

.menu__language-dropdown--content__menu--list a {
  padding: 12px 0;
  color: var(--color-black);
}

.menu__language-button a {
  cursor: pointer;
  text-decoration: none;
}

.menu__language-button svg {
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .menu__list {
    padding: 24px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .menu__list {
    padding: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .header__navigation--search {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    padding: 24px;
    height: 80px;
  }
  .menu__list {
    position: fixed;
    width: 100%;
    height: calc(100vh - 72px);
    transform: translate(100vw);
    top: 72px;
    left: 0;
    background-color: var(--color-white);
    transition: transform 0.5s ease-in-out;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu__list--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 32px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu__list--active {
    transform: translate(0);
  }
  .menu_group__dropdown-content--wrapper {
    position: fixed;
    background-color: var(--color-white);
    transform: translate(100%);
    transition: transform 0.5s ease-in-out;
    width: 100vw;
    height: calc(100vh - 72px);
    top: 0px;
    left: 0;
    z-index: 11;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu_group__dropdown-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 32px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu_group__dropdown-content--wrapper--active {
    transform: translate(0);
  }
  .menu_group__dropdown-content--col--main-list--hidden {
    position: fixed;
    background-color: var(--color-white);
    transform: translate(100%);
    transition: transform 0.5s ease-in-out;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 11;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 32px;
  }
  .menu_group__dropdown-content--col--main-list--hidden--active {
    transform: translate(0);
  }
  .menu__language-dropdown {
    position: fixed;
    background-color: var(--color-white);
    transform: translate(100%);
    transition: transform 0.5s ease-in-out;
    width: 100vw;
    height: calc(100vh - 72px);
    top: 72px;
    left: 0;
    z-index: 11;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu__language-dropdown--active {
    transform: translate(0);
  }
  .menu__language-dropdown--content {
    padding: 24px;
  }
  .menu__language-dropdown--content__menu--list--margin-top {
    margin-top: 24px;
  }
  .menu__language-dropdown--content__menu {
    flex-direction: column;
    padding-bottom: 3rem;
  }
  .menu_group--header--desktop {
    display: none;
  }
  .menu_group--header {
    padding: 20px 0;
  }
  .menu_group--header--first {
    padding: 0 0 20px;
  }
  .menu_group__dropdown-content--col--main-list--link {
    padding-top: 20px;
  }
  .menu_group__dropdown-content--col--main-title {
    color: #006726;
    padding: 20px 0;
    font-family: "Poppins", sans-serif !important;
  }
  .menu_group__dropdown-content--col--main-title--last {
    padding-bottom: 40px;
  }
  .menu_group__dropdown-content--col--main-list--link--last {
    padding-bottom: 40px;
  }
  .menu_group__dropdown-content--right-cta-block {
    margin-bottom: -32px;
    margin-left: -32px;
    margin-right: -32px;
    padding: 32px;
  }
  .menu__mobile-footer--bottom {
    padding: 32px;
    padding-bottom: 120px;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: -32px;
    margin-top: 24px;
  }
  .menu__mobile-footer--bottom a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1081px) {
  .menu__list {
    display: initial;
  }
  .menu__mobile-footer {
    display: none;
  }
  .menu__icon {
    display: none;
  }
  .menu__book-demo-button {
    display: initial;
    font-size: 14px;
  }
  .menu__log-in-button {
    display: initial;
    padding: 14px;
    font-size: 14px;
    line-height: 16px;
  }
  .menu__log-in-button a {
    height: 72px;
    position: relative;
  }
  .menu__book-demo-button .btn {
    font-size: 12px;
    line-height: 12px;
    padding: 11px 14px 10px;
  }
  .menu__language-button {
    display: initial;
    padding: 14px;
    font-size: 14px;
    position: relative;
  }
  .menu__language-button--header {
    height: 72px;
    position: relative;
  }
  .menu__language-button--header::after, .menu__log-in-button a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 5px;
    width: 0%;
    background-color: #00C04B;
    transition: width 0.1s ease-in-out;
  }
  .menu__language-button:hover .menu__language-button--header::after, .menu__log-in-button a:hover::after {
    width: 100%;
  }
  .menu__search-button {
    padding: 14px;
  }
  .menu__language-button:hover .menu__language-dropdown {
    display: block;
  }
  .menu__language-dropdown {
    display: none;
    position: absolute;
    padding-top: 8px;
    right: 0;
  }
  .menu__language-dropdown--content {
    padding: 48px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .menu__language-dropdown--content__menu {
    gap: 32px;
  }
  .menu__language-dropdown--content__menu--list {
    width: 240px;
  }
  .menu__language-button span {
    display: flex;
    align-items: center;
  }
  .menu_group {
    display: inline-block;
  }
  .menu_group.current .menu_group--header span {
    color: #00C04B;
  }
  .menu_group--header {
    padding: 0 14px;
    height: 72px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .menu_group--header span {
    cursor: default;
  }
  .menu_group--header--desktop span {
    cursor: pointer;
  }
  .menu_group--header--mobile {
    display: none;
  }
  .menu_group__dropdown-content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: flex;
  }
  .menu_group__dropdown-content--main {
    display: flex;
    padding: 48px;
    flex-wrap: wrap;
  }
  .menu_group--header {
    position: relative;
  }
  .menu_group--header span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 5px;
    width: 0%;
    background-color: #00C04B;
    transition: width 0.1s ease-in-out;
  }
  .menu_group--header.active span::after,
  .menu_group:hover .menu_group--header span::after {
    width: 100%;
  }
  .menu_group__dropdown-content--mobile-title {
    display: none;
  }
  .menu_group:hover .menu_group__dropdown-content--wrapper {
    display: block;
  }
  .menu_group__dropdown-content--wrapper {
    display: none;
    position: absolute;
    padding-top: 8px;
  }
  .menu_group__dropdown-content--push-right {
    position: fixed;
    right: 40px;
    margin-left: 40px;
  }
  .menu_group__dropdown-content--col {
    width: 240px;
  }
  .menu_group__dropdown-content--col--cta-box--wrapper {
    width: 320px;
  }
  .menu_group__dropdown-content--col--cta-box {
    flex-direction: column;
  }
  .menu_group__dropdown-content-back-button {
    display: none;
  }
  .menu_group__dropdown-content--col--main-list--back-button {
    display: none;
  }
  .menu__language-dropdown--content-back-button {
    display: none;
  }
  .menu_group__arrow-600 {
    display: none;
  }
  .menu_group__dropdown-content--col--main-list--link {
    font-size: 14px;
  }
  .menu_group__dropdown-content--col--main-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-weight: 700;
    color: var(--color-black);
  }
  .menu_group__dropdown-content--right-cta-block {
    width: 330px;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    border-top-left-radius: 0;
  }
}
@media only screen and (min-width: 1360px) {
  .header__navigation--search {
    left: 128px;
    height: 96px;
    width: calc(100% - 580px);
  }
  .menu__book-demo-button {
    font-size: 15px;
  }
  .menu_group__dropdown-content--main {
    flex-wrap: nowrap;
  }
  .menu_group__dropdown-content--wrapper {
    padding-top: 20px;
  }
  .menu__language-dropdown {
    padding-top: 20px;
  }
  .menu__book-demo-button .btn {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 20px 10px;
  }
  .header__navigation {
    height: 96px;
  }
  .menu--logo {
    margin-right: 28px;
  }
  .menu--logo img {
    width: 96px;
  }
  .menu_group--header {
    padding: 0 20px;
    font-size: 15px;
  }
  .menu__log-in-button {
    padding: 0 20px;
    font-size: 15px;
    line-height: 16px;
  }
  .menu__language-button {
    padding: 0 20px;
    font-size: 15px;
  }
  .menu__search-button {
    padding: 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .menu__book-demo-button {
    font-size: 16px;
  }
  .menu_group__dropdown-content--main {
    flex-wrap: nowrap;
  }
  .menu_group__dropdown-content--wrapper {
    padding-top: 20px;
  }
  .menu__language-dropdown {
    padding-top: 20px;
  }
  .menu__book-demo-button .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 24px 10px;
  }
  .header__navigation {
    height: 96px;
  }
  .menu--logo {
    margin-right: 32px;
  }
  .menu--logo img {
    width: 96px;
  }
  .menu_group--header {
    padding: 0 24px;
    font-size: 16px;
  }
  .menu__log-in-button {
    padding: 0 24px;
    font-size: 16px;
    line-height: 16px;
  }
  .menu__language-button {
    padding: 0 24px;
    font-size: 16px;
  }
  .menu__search-button {
    padding: 24px;
  }
}
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.site-footer__copyright {
  margin-top: var(--gutter);
  text-align: center;
}

.some-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3xs);
  margin-top: 1.5rem;
}
.some-links__item svg {
  height: 2rem;
  vertical-align: top;
  width: 2rem;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu ul li {
  padding-left: 0;
}
.main-menu ul li::before {
  display: none;
}
.main-menu .hs-menu-item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.main-menu .hs-item-has-children {
  position: relative;
}
.main-menu .hs-menu-children-wrapper {
  flex: 0 0 100%;
  order: 3;
  height: 0 !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  padding-left: 2rem;
  font-weight: 400;
  transition: opacity 300ms ease-in;
}
.main-menu .hs-menu-children-wrapper.open-menu-list {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 70rem) {
  .main-menu .hs-menu-children-wrapper.opened-by-toggle {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.main-menu .hs-menu-children-wrapper .hs-menu-item {
  margin: 1rem 0 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
@media (min-width: 70.001rem) {
  .main-menu ul {
    width: 100%;
    display: flex;
  }
  .main-menu .hs-item-has-children:hover .hs-menu-children-wrapper {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .main-menu .hs-menu-item {
    margin-left: 0.5rem;
  }
  .main-menu .hs-menu-item:first-child {
    margin-left: 0;
  }
  .main-menu .hs-menu-item a {
    padding: 1rem 0.5rem;
  }
  .main-menu .hs-menu-children-wrapper {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    width: 16rem;
    padding: 0 2rem;
    background: #fff;
    border-radius: 0.25rem;
    transform: translateX(-50%);
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    display: block;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
    padding-top: 2rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item:last-child {
    padding-bottom: 2rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a {
    padding: 0;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:after {
    left: 0;
    bottom: 0em;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:hover:after {
    width: 100%;
  }
}
@media (max-width: 70rem) {
  .main-menu .hs-menu-item {
    margin: 1rem 0;
  }
  .main-menu .hs-menu-children-wrapper.open-menu-list {
    margin-top: 1rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    margin: 0.5rem 0 0;
  }
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.page-hero__background-image--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-hero__background-image--desktop {
    display: initial;
  }
  .page-hero__background-image--mobile {
    display: none;
  }
}
.page-hero__image-wrapper--type-video {
  overflow: hidden;
}
.page-hero__image-wrapper--type-video video {
  vertical-align: top;
}

.page-hero--split .page-hero__media--cover {
  display: flex;
  justify-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
}
.page-hero--split .page-hero__media--contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 48.001rem) {
  .page-hero--split .page-hero__media--contain {
    padding-right: var(--space-2xl);
  }
  .page-hero--split .page-hero__media--contain.page-hero__image {
    padding: var(--space-s) var(--space-2xl) var(--space-s) 0;
  }
}

.page-hero__content .btn {
  transition: none;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
@media (min-width: 48.001rem) {
  .posts-list,
  .article-lift .hs_cos_wrapper_type_related_blog_posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: var(--gutter);
         column-gap: var(--gutter);
    row-gap: var(--gutter);
  }
}
@media (min-width: 65.001rem) {
  .posts-list,
  .article-lift .hs_cos_wrapper_type_related_blog_posts {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 48rem) {
  .post-item {
    margin-top: var(--gutter);
  }
  .post-item:first-child {
    margin-top: 0;
  }
}
.post-item__image {
  margin: 0;
}
.post-item a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}
.social-share li {
  padding-left: 0;
}
.social-share li::before {
  display: none;
}
.social-share__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share__item--label {
  flex: 0 0 100%;
  margin: 0 0 1rem;
  font-size: var(--heading-size-300);
  letter-spacing: clamp(-0.18px, 4vw, -0.48px);
  line-height: clamp(22px, 4vw, 32px);
  font-weight: 400;
}
.social-share a {
  color: var(--color-primary);
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

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

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

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

/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
.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;
}