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


/*! 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.
 */

html, body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
:root {
  /* Theme */
  --mobile-breakpoint: 640px; /* not used */
  --tablet-breakpoint: 1024px; /* not used */

  /* Margins, paddings, dividers */
  --max-width: 1024px;
  --wrapper-max-width: 1920px;
  --max-blog-width: 800px;
  --max-column-xl: 1200px;
  --max-column-lg: 1024px;
  --max-column-md: 610px;
  --max-column-sm: 390px;
  --max-column: 308px;
  --main-padding: 12px;
  --main-margin: 12px;
  --divider-height-desktop: 72px;
  --divider-height-mobile: 36px;

  /* Colors */
  --background-color: #fff;
  --primary: #64A202;
  --secondary: #767676;
  --heading-color: #033627;
  --black: #141210;
  --white: #fefefe;
  --light-gray: #F8FAF5;
  --medium-gray: #cacaca;
  --dark-gray: #8a8a8a;
  --dark-blue: #10273F;
  --sunshine: #FFA01F;
  --dark-green: #033627;
  --green: #64A202;
  --light-green: #7DC111;



  /* Nav */
  --nav-height: 80px;
  --nav-menu-position: flex-end;
  --nav-mobile-li-height: 50px;
  --dropdown-menu-bg-color: #FFFFFF;
  --dropdown-menu-text-color: #000000;
  --nav-mobile-text-color: #FFFFFF;
  --nav-mobile-background-color: #033627;
  /* cta */
  --cta-bg-color: #64A202;
  --cta-text-color: #FFFFFF;
  --button-border-radius: 0px;

  /* Typography */
  --font-family: Roboto, 'Roboto', 'Poppins', sans-serif;
  --font-family-headings: Abril Fatface,'Roboto', 'Poppins', sans-serif;

  /* Headings for mobiles */
  --heading1: 40px;
  --heading2: 30px;
  --heading3: 24px;
  --heading4: 19px;
  --heading5: 16px;
  --heading6: 16px;
  --preheader: 18px;

  /* Line heights for mobiles */
  --line-height-mobile-heading1: 52px;
  --line-height-mobile-heading2: 42px;
  --line-height-mobile-heading3: 35px;
  --line-height-mobile-heading4: 31px;
  --line-height-mobile-heading5: 22px;
  --line-height-mobile-heading6: 22px;
  --preheader-line-height: 30px;

  /* Heading for desktop */
  --medium-up-heading1: 90px;
  --medium-up-heading2: 55px;
  --medium-up-heading3: 25px;
  --medium-up-heading4: 22px;
  --medium-up-heading5: 18px;
  --medium-up-heading6: 18px;

  /* Line heights for desktop */
  --line-height-heading1: 102px;
  --line-height-heading2: 67px;
  --line-height-heading3: 37px;
  --line-height-heading4: 34px;
  --line-height-heading5: 30px;
  --line-height-heading6: 25px;

  /* blog typography */
  --blog-heading1: 85px;
  --line-height-mobile-blog-heading1: 108px;
  --blog-medium-up-heading1: 60px;
  --blog-line-height-heading1: 72px;

  --feature-post-font-size: 20px;
  --paragraph: 18px;
  --paragraph-line-height: 30px;
  --paragraph-small: 14px;
  --paragraph-small-line-height: 20px;
  --paragraph-tiny: 12px;
  --paragraph-tiny-line-height: 18px;
  --menu-mobiles-font-size: 20px;

  /* Forms */
  --form-labels-color: #000000;
  --field-border-radius: 4px;

  /* Custom settings */
  --sliders-card-background-color: #FFFFFF;

  /* Footer */
  --footer-background-color: #0a0a0a;
  --footer-color: #fefefe;
  --footer-logo-width: 120px;

}


* {
  font-family: 'Roboto';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

a {
  color: var(--black) !important;
  text-decoration: underline;
  font-size: var(--paragraph);
}
a:hover {
  color: var(--sunshine) !important;
  text-decoration: underline;
  cursor: pointer;
}

a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px;
}

.cta_button {
  font-size: var(--paragraph);
  background-color: var(--cta-bg-color);
  color: var(--cta-text-color);
  padding: var(--main-padding) calc(var(--main-padding) * 3);
  border-radius: var(--button-border-radius);
  text-decoration: none;
  text-align: center;
  width: fit-content;
}

.cta_button:hover {
  opacity: 0.9;
  text-decoration: none;
  color: var(--cta-text-color) !important;
  cursor: pointer;
}

blockquote {
  padding: 0 var(--main-padding); 
  position: relative;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-family-headings);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: calc(4 * var(--main-margin)) auto;
}

blockquote p,
blockquote p span {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  color: var(--dark-green);
  font-family: var(--font-family-headings);
  margin: 0;
}

blockquote::before,
blockquote::after {
 content: "";
 padding: calc(3.2*var(--main-padding));
 background-size: contain;
 background-repeat: no-repeat;
}

blockquote::before {
  background-image: url("https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/icons/other-icons-annual-report/quote_up.svg");
  transform: translateY(-57%);
}

blockquote::after {
 background-image: url("https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/icons/other-icons-annual-report/quote_down.svg");
 transform: translateY(80%);
}

.preheader, .preheader span, .preheader strong {
  font-size: var(--preheader);
  line-height: var(--preheader-line-height);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: calc(2 * var(--main-margin));
}

.wrapper {
  /*max-width: var(--max-width);*/
  width: 100%;
  padding: 0px;
  margin: auto;
  max-width: var(--wrapper-max-width);
  background-color: white;
}
.footer-wrapper {
  max-width: var(--max-width);
  width: 100%;
  padding: calc(2*var(--main-padding));
  margin: auto;
}

.footer-wrapper p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row,
.row-privacy {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}

.row-privacy {
  flex-direction: column-reverse;
}

.column-12 {
  flex-basis: 100%;
}
.column-9 {
  flex-basis: 75%;
}

.column-6 {
  flex-basis: 50%;
}
.column-3 {
  flex-basis: 25%;
}

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

.m-1 {
  margin: var(--paragraph);
}
.m-2 {
  margin: var(--paragraph) * 2;
}
.p-1 {
  padding: var(--paragraph);
}
.p-2 {
  padding: var(--paragraph) * 2;
}
.mx-1 {
  margin-left: var(--paragraph);
  margin-right: var(--paragraph);
}
.mx-2 {
  margin-left: var(--paragraph) * 2;
  margin-right: var(--paragraph) * 2;
}
.my-1 {
  margin-top: var(--paragraph);
  margin-bottom: var(--paragraph);
}
.my-2 {
  margin-top: var(--paragraph) * 2;
  margin-bottom: var(--paragraph) * 2;
}

.px-1 {
  padding-left: var(--paragraph);
  padding-right: var(--paragraph);
}
.px-2 {
  padding-left: var(--paragraph) * 2;
  padding-right: var(--paragraph) * 2;
}
.py-1 {
  padding-top: var(--paragraph);
  padding-bottom: var(--paragraph);
}
.py-2 {
  padding-top: var(--paragraph) * 2;
  padding-bottom: var(--paragraph) * 2;
}

p, span {
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
  color: var(--black);
}

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  margin: var(--main-margin) 0;
  color: var(--heading-color);

}

h1, h1 span, h1 strong {
  font-size: var(--heading1);
  line-height: var(--line-height-mobile-heading1);
  letter-spacing: 0px;
  font-weight: 400;
  font-family: var(--font-family-headings);
}

h2, h2 span, h2 strong {
  font-size: var(--heading2);
  line-height: var(--line-height-mobile-heading2);
  font-weight: 400;
  font-family: var(--font-family-headings);
}

h3, h3 span, h3 strong {
  font-size: var(--heading3);
  line-height: var(--line-height-mobile-heading3);
  font-weight: 700;
}

h4, h4 span {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
  font-weight: 400;
  color: var(--black);
  margin-top: calc(3 * var(--main-margin));
}

h4 strong {
  font-weight: 700;
}

h5, h5 span, h5 strong {
  font-size: var(--heading5);
  line-height: var(--line-height-mobile-heading5);
  font-weight: 400;
  color: var(--black);
}

h6, h6 span, h6 strong {
  font-size: var(--heading6);
  line-height: var(--line-height-mobile-heading6);
  font-weight: 400;
  color: var(--black);
}

.main-section-dnd {
  padding-top: var(--nav-height);
}

footer {
  background-color: var(--footer-background-color);
  color: var(--footer-color);
}

.footer-logo img {
  width: 178px !important;
  height: 28px !important;
}

.footer-nav {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  line-height: calc(var(--paragraph) * 1.5);
  font-size: 14px;
}
.footer-nav li a {
  color: var(--black);
  padding: 10px 0;  
  display: block;
}

footer .copyrights, footer .copyrights span {
  font-size: var(--paragraph-tiny);
  padding: 0 0 calc(var(--main-padding) * 2);
}
footer .social {
  padding: calc(var(--main-padding) * 2) 0;
  justify-content: space-between;
}

footer .cp-social-icons img {
  height: 24px;
}

.contact-us-label {
  color: #10273F;
  font-weight: 900;
}

.contact-us-label:hover {
  opacity: 0.8;
  text-decoration: none;
}

.systems-page--search-results {
  padding-top: 100px;
  max-width: var(--max-width);
  margin: auto;
}

/* workaround to center the logo in header */
#hs-link-site_logo_hs_logo_widget img {
  margin-top: 8px;
}


@media screen and (max-width: 1680px) {
  a[data-hs-anchor="true"] {
    display: block;
    position: relative;
    visibility: hidden;
    top: -190px;
  }
}

@media screen and (max-width: 768px) {

  footer .footer-nav-wrapper .column-3 {
    flex-basis: 50%;
  }
  footer .row.social > .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 0;
  }

  footer .row.social > :first-child {
    width: 100%;
  }

  footer .footer-logo img {
    width: 178px !important;
    height: 28px !important;
  }

  blockquote,
  blockquote p,
  blockquote p span {
    font-size: 28px;
    line-height: 42px;
  }

  blockquote::before,
  blockquote::after {
  padding: calc(2.3*var(--main-padding));
  }

  .preheader, .preheader span, .preheader strong {
    margin-bottom: calc(0.5 * var(--main-margin));
  }

  h4, h4 span {
    margin-top: calc(var(--main-margin)*3.4);
  }
}

.cp-home-top-rich-text {
  margin-top: 67px;
  height: 90px;
}

@media screen and (min-width: 448px) {
  .cp-home-top-rich-text {
    margin-top: 72px;
    height: 74px;
  }
}

@media screen and (min-width: 768px) {
  .preheader, .preheader span, .preheader strong {
    font-size: var(--preheader);
    line-height: var(--preheader-line-height);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
  }


  .column-3 {
    flex-basis: 25%;
  }

  .row-privacy {
    flex-direction: row;
    justify-content: space-between;
  }

  h1, h1 span, h1 strong {
    font-size: var(--medium-up-heading1);
    line-height: var(--line-height-heading1);
    font-family: var(--font-family-headings);
    word-break: break-word;
  }

  h2, h2 span, h2 strong {
    font-size: var(--medium-up-heading2);
    line-height: var(--line-height-heading2);
    font-family: var(--font-family-headings);
  }

  h3, h3 span, h3 strong {
    font-size: var(--medium-up-heading3);
    line-height: var(--line-height-heading3);
    font-weight: 700;
  }

  h4, h4 span, h4 strong {
    font-size: var(--medium-up-heading4);
    line-height: var(--line-height-heading4);
    color: var(--black);
    margin-top: calc(3 * var(--main-margin));
  }

  h4 strong {
    font-weight: 700;
  }

  h5, h5 span, h5 strong {
    font-size: var(--medium-up-heading5);
    line-height: var(--line-height-heading5);
    color: var(--black);
  }

  h6, h6 span, h6 strong {
    font-size: var(--medium-up-heading6);
    line-height: var(--line-height-heading6);
    color: var(--black);
  }
}

@media screen and (max-width: 370px) {
  .hs-cta-wrapper {
    display: flex;
    flex-direction: column;
    margin: var(--main-margin) auto;
  }
}

/* Special Case */
.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container p {
  font-size: 11px;
  line-height: 17px;
  text-align: justify;
}
.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container div.input label span > p {
  font-size: 11px;
  line-height: 16px;
  display: block;
}
.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: flex;
}

.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container div.input label {
  display: flex;
  align-items: center;
}