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

/*
 * Core
 * Atoms - Default styling or styleguide
 * http://bradfrost.com/blog/post/atomic-web-design/#atoms
 */
/**
 * Add vertical margin for large (desktop), medium and small screen sizes.
 * Smaller screen sizes have smaller margin. Multipliers for sizes are set in settings.scss.
 * 
 * @param string  $space  Margin size in rem.
 * @param string  $side   Element side (top/bottom - if value is empty, both sides are set).
 */
/**
 * Add vertical padding for large (desktop), medium and small screen sizes.
 * Smaller screen sizes have smaller padding. Multipliers for sizes are set in settings.scss.
 *
 * @param int     $space  Padding size in rem.
 * @param string  $side   Element side (top/bottom - if value is empty, both sides are set).
 */
/* ----------------------------------------------
 * Generated by Animista on 2022-1-13 12:57:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-0.8em);
            transform: translateY(-0.8em); } }
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-0.8em);
            transform: translateY(-0.8em); } }

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

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

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

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0); } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html, body {
  height: 100%; }

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

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

body {
  margin: 0;
  padding: 0; }

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit; }
  .site-wrapper__main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .site-wrapper__footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

img {
  height: auto;
  max-width: 100%; }

.full-width, .blog-post div.infobox-clients {
  position: relative;
  width: 100vw;
  width: calc(100vw - var(--scrollbar-width));
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-left: calc((100vw - var(--scrollbar-width)) / -2);
  margin-right: calc((100vw - var(--scrollbar-width)) / -2); }

.margin-top-default {
  margin-top: 9rem; }
  @media (max-width: 48rem) {
    .margin-top-default {
      margin-top: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .margin-top-default {
      margin-top: 5.5rem; } }

[hidden] {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.content-wrapper,
.container,
.dnd-section > .row-fluid {
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 48rem) {
    .content-wrapper,
    .container,
    .dnd-section > .row-fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.container .content-wrapper,
.container .container {
  padding-left: 0;
  padding-right: 0; }

.container--large {
  max-width: 93.75rem; }

.container--qhd {
  max-width: 161.5rem; }

.container--qhd-medium {
  max-width: 131.5rem; }

.content-row,
.dnd-section {
  margin-top: 9rem;
  margin-bottom: 9rem; }
  @media (max-width: 48rem) {
    .content-row,
    .dnd-section {
      margin-top: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .content-row,
    .dnd-section {
      margin-top: 5.5rem; } }
  @media (max-width: 48rem) {
    .content-row,
    .dnd-section {
      margin-bottom: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .content-row,
    .dnd-section {
      margin-bottom: 5.5rem; } }

.content-row--small {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media (max-width: 48rem) {
    .content-row--small {
      margin-top: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .content-row--small {
      margin-top: 3.25rem; } }
  @media (max-width: 48rem) {
    .content-row--small {
      margin-bottom: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .content-row--small {
      margin-bottom: 3.25rem; } }

.content-row--small-bottom {
  margin-bottom: 5rem; }
  @media (max-width: 48rem) {
    .content-row--small-bottom {
      margin-bottom: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .content-row--small-bottom {
      margin-bottom: 3.25rem; } }

.dnd-section .dnd-row:not(:first-child) {
  margin-top: 2.25rem; }
  .dnd-section .dnd-row:not(:first-child) .dnd-exception-margins {
    margin-top: -2.25rem; }

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

div[class*="background-color"].dnd-section {
  padding-top: 9rem;
  padding-bottom: 9rem; }
  @media (max-width: 48rem) {
    div[class*="background-color"].dnd-section {
      padding-top: 6.75rem; } }
  @media (max-width: 37.5rem) {
    div[class*="background-color"].dnd-section {
      padding-top: 5.5rem; } }
  @media (max-width: 48rem) {
    div[class*="background-color"].dnd-section {
      padding-bottom: 6.75rem; } }
  @media (max-width: 37.5rem) {
    div[class*="background-color"].dnd-section {
      padding-bottom: 5.5rem; } }
  div[class*="background-color"].dnd-section:first-child {
    margin-top: 0; }
  div[class*="background-color"].dnd-section:last-child {
    margin-bottom: 0; }
  div[class*="background-color"].dnd-section + div[class*="background-color"].dnd-section {
    margin-top: -9rem; }
    @media (max-width: 48rem) {
      div[class*="background-color"].dnd-section + div[class*="background-color"].dnd-section {
        margin-top: -6.75rem; } }
    @media (max-width: 37.5rem) {
      div[class*="background-color"].dnd-section + div[class*="background-color"].dnd-section {
        margin-top: -5.85rem; } }

div[class*="background-color"].dnd-column {
  padding: 2.25rem; }
  @media (min-width: 48.001rem) {
    div[class*="background-color"].dnd-column {
      padding: 2.25rem; } }

.main-dnd-area .dnd-section:first-child .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-module .dnd-exception-margins {
  margin-top: -9rem; }
  @media (max-width: 48rem) {
    .main-dnd-area .dnd-section:first-child .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-module .dnd-exception-margins {
      margin-top: -6.75rem; } }
  @media (max-width: 37.5rem) {
    .main-dnd-area .dnd-section:first-child .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-module .dnd-exception-margins {
      margin-top: -5.85rem; } }

.main-dnd-area .dnd-section:last-child .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-module .dnd-exception-margins {
  margin-bottom: -9rem; }
  @media (max-width: 48rem) {
    .main-dnd-area .dnd-section:last-child .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-module .dnd-exception-margins {
      margin-bottom: -6.75rem; } }
  @media (max-width: 37.5rem) {
    .main-dnd-area .dnd-section:last-child .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-module .dnd-exception-margins {
      margin-bottom: -5.85rem; } }

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1; }
  @media (min-width: 768px) {
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 1px;
      margin-left: 2.25rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .row-fluid [class*="span"]:first-child {
        margin-left: 0; }
    .row-fluid .span12 {
      width: 100%; }
    .row-fluid .span11 {
      width: calc(91.66667% - 1.125rem); }
    .row-fluid .span10 {
      width: calc(83.33333% - 1.125rem); }
    .row-fluid .span9 {
      width: calc(75% - 1.125rem); }
    .row-fluid .span8 {
      width: calc(66.66667% - 1.125rem); }
    .row-fluid .span7 {
      width: calc(58.33333% - 1.125rem); }
    .row-fluid .span6 {
      width: calc(50% - 1.125rem); }
    .row-fluid .span5 {
      width: calc(41.66667% - 1.125rem); }
    .row-fluid .span4 {
      width: calc(33.33333% - 1.125rem); }
    .row-fluid .span3 {
      width: calc(25% - 1.125rem); }
    .row-fluid .span2 {
      width: calc(16.66667% - 1.125rem); }
    .row-fluid .span1 {
      width: calc(8.33333% - 1.125rem); } }

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px; }

body {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.00937em;
  line-height: 1.625;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  color: #414046; }
  @media (max-width: 48rem) {
    body {
      font-size: 15px;
      font-size: 0.9375rem; } }

.white-texts {
  color: #fff; }

a {
  color: #414046;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  .white-texts a {
    color: inherit; }

b,
strong {
  font-weight: 700; }

ul,
ol,
table,
p {
  margin: 1.3em 0 0; }
  ul:first-child,
  ol:first-child,
  table:first-child,
  p:first-child {
    margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4 {
  margin: 2rem 0 0 0; }
  @media (max-width: 48rem) {
    h1,
    h2,
    h3,
    h4,
    h5,
    .h1,
    .h2,
    .h3,
    .h4 {
      margin-top: 1rem; } }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  .h1:first-child,
  .h2:first-child,
  .h3:first-child,
  .h4:first-child {
    margin-top: 0; }
  .white-texts h1, .white-texts
  h2, .white-texts
  h3, .white-texts
  h4, .white-texts
  h5, .white-texts
  .h1, .white-texts
  .h2, .white-texts
  .h3, .white-texts
  .h4 {
    color: inherit; }

h1,
.h1 {
  font-size: 98px;
  font-size: 6.125rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700; }
  @media (max-width: 65rem) {
    h1,
    .h1 {
      font-size: 65px;
      font-size: 4.0625rem;
      line-height: 1.2; } }
  @media (max-width: 48rem) {
    h1,
    .h1 {
      font-size: 36px;
      font-size: 2.25rem;
      letter-spacing: -0.02778em;
      line-height: 1.2; } }

h2,
.h2 {
  font-size: 44px;
  font-size: 2.75rem;
  letter-spacing: -0.0075em;
  line-height: 1.4;
  font-weight: 700; }
  @media (max-width: 48rem) {
    h2,
    .h2 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.2; } }

h3,
.h3 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 500; }
  @media (max-width: 48rem) {
    h3,
    .h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.4; } }

h4,
.h4 {
  margin-top: 1.5em;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-weight: 700; }
  @media (max-width: 48rem) {
    h4,
    .h4 {
      font-size: 14.64px;
      font-size: 0.915rem; } }

h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-weight: 600; }
  @media (max-width: 48rem) {
    h5,
    .h5 {
      font-size: 14.64px;
      font-size: 0.915rem; } }

blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.01042em;
  line-height: 1.4;
  font-weight: 400; }
  @media (max-width: 48rem) {
    blockquote {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5; } }

.top-title,
.bottom-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.1;
  font-weight: 700;
  color: #B3B3B3; }
  @media (max-width: 48rem) {
    .top-title,
    .bottom-title {
      font-size: 15px;
      font-size: 0.9375rem; } }

.bottom-title {
  margin-top: 0.5rem; }

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

a.cta_button {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.btn,
.hs-button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-block;
  cursor: pointer;
  padding: 0.9em 3.8em 0.9em 1.78em;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01944em;
  line-height: 1.33;
  font-weight: 700;
  color: #fff;
  background: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-white.svg") no-repeat #295956;
  background-position: calc(100% - 1.78em) center;
  background-size: auto 0.94em;
  border-radius: 2rem;
  border: 0;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s; }
  @media (max-width: 48rem) {
    .btn,
    .hs-button,
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .btn:hover,
  .hs-button:hover,
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover {
    background-color: #ECEFF0;
    background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-primary-500.svg");
    color: #295956;
    text-decoration: none; }
    .btn:hover.cta_button,
    .hs-button:hover.cta_button,
    button:hover.cta_button,
    input[type='button']:hover.cta_button,
    input[type='reset']:hover.cta_button,
    input[type='submit']:hover.cta_button {
      background-color: #ECEFF0 !important;
      background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-primary-500.svg") !important;
      color: #295956 !important; }
  .btn:focus,
  .hs-button:focus,
  button:focus,
  input[type='button']:focus,
  input[type='reset']:focus,
  input[type='submit']:focus {
    outline: 0.125rem solid #295956;
    outline-offset: 0.125rem; }
  @media (max-width: 48rem) {
    .btn,
    .hs-button,
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
      padding: 0.7em 3em 0.7em 1.25em;
      background-position: calc(100% - 1.25em) center; }
      .btn.cta_button,
      .hs-button.cta_button,
      button.cta_button,
      input[type='button'].cta_button,
      input[type='reset'].cta_button,
      input[type='submit'].cta_button {
        font-size: 0.9375rem !important;
        padding: 0.7em 3em 0.7em 1.25em !important;
        background-position: calc(100% - 1.25em) center !important; } }

.btn--wide {
  width: 100%;
  max-width: 23.125rem; }

.btn--white,
.download-cta--light_text .hs-button {
  color: #414046;
  background-color: #fff;
  background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-primary-500.svg"); }
  .btn--white:focus,
  .download-cta--light_text .hs-button:focus {
    outline-color: #fff; }
  .site-hero .btn--white, .site-hero
  .download-cta--light_text .hs-button {
    color: #414046; }

.btn--white-outline {
  padding: .4em 3.22em .4em 1.22em;
  background-position: calc(100% - 1.22em) center;
  border: 0.125rem solid #fff; }
  .btn--white-outline.cta_button {
    padding: .4em 3.22em .4em 1.22em !important;
    background-position: calc(100% - 1.22em) center !important; }
  .btn--white-outline:hover {
    background-repeat: no-repeat !important;
    border-color: #ECEFF0; }
  .btn--white-outline:focus {
    outline-color: #fff; }

.btn--plain {
  padding: 0 2em 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #414046;
  border-radius: 0;
  background: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-grey.svg") no-repeat right center rgba(255, 255, 255, 0);
  background-size: auto 0.94em;
  opacity: 0.75; }
  .btn--plain.cta_button {
    padding: 0 2em 0 0 !important; }
    @media (max-width: 48rem) {
      .btn--plain.cta_button {
        background-position: right center !important; } }
  .btn--plain:hover {
    color: #414046;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-grey.svg");
    opacity: 1; }
    .btn--plain:hover.cta_button {
      color: #414046 !important;
      background-color: rgba(255, 255, 255, 0) !important;
      background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-grey.svg") !important;
      opacity: 1 !important; }

.btn--plain-white {
  color: #fff;
  opacity: 1;
  background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-white.svg"); }
  .btn--plain-white:hover {
    color: #fff;
    background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-white.svg");
    opacity: 0.8; }
    .btn--plain-white:hover.cta_button {
      color: #fff !important;
      background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-white.svg") !important;
      opacity: 0.8 !important; }

.reset-button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  width: 100% !important;
  padding: 1.05rem 1.5rem;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #414046;
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #fff;
  border: 0.09375rem solid #B3B3B3;
  border-radius: 0.25rem; }
  @media (max-width: 48rem) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select {
      padding: 1rem 1.25rem; } }

select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2rem;
  background-image: linear-gradient(45deg, transparent 50%, #1A1A1A 50%), linear-gradient(135deg, #1A1A1A 50%, transparent 50%);
  background-position: calc(100% - 1.25rem) center, calc(100% - 0.9375rem) center;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem;
  background-repeat: no-repeat; }

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

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

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-fieldtype-booleancheckbox {
  position: relative;
  display: inline-block !important; }
  .hs-form-radio-display input + span:not(.hs-form-required),
  .hs-form-checkbox-display input + span:not(.hs-form-required),
  .hs-fieldtype-booleancheckbox input + span:not(.hs-form-required) {
    position: relative;
    display: inline-block;
    padding-left: 2.4375rem;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.00937em;
    line-height: 1.625;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 48rem) {
      .hs-form-radio-display input + span:not(.hs-form-required),
      .hs-form-checkbox-display input + span:not(.hs-form-required),
      .hs-fieldtype-booleancheckbox input + span:not(.hs-form-required) {
        font-size: 15px;
        font-size: 0.9375rem; } }
    .hs-form-radio-display input + span:not(.hs-form-required)::before, .hs-form-radio-display input + span:not(.hs-form-required)::after,
    .hs-form-checkbox-display input + span:not(.hs-form-required)::before,
    .hs-form-checkbox-display input + span:not(.hs-form-required)::after,
    .hs-fieldtype-booleancheckbox input + span:not(.hs-form-required)::before,
    .hs-fieldtype-booleancheckbox input + span:not(.hs-form-required)::after {
      position: absolute;
      content: ''; }
    .hs-form-radio-display input + span:not(.hs-form-required)::before,
    .hs-form-checkbox-display input + span:not(.hs-form-required)::before,
    .hs-fieldtype-booleancheckbox input + span:not(.hs-form-required)::before {
      height: 1.25rem;
      width: 1.25rem;
      background-color: #fff;
      top: 0;
      left: 0;
      border: 0.0625rem solid #B3B3B3;
      border-radius: 0.125rem; }
    .hs-form-radio-display input + span:not(.hs-form-required)::after,
    .hs-form-checkbox-display input + span:not(.hs-form-required)::after,
    .hs-fieldtype-booleancheckbox input + span:not(.hs-form-required)::after {
      top: 0.25rem;
      left: 0.25rem;
      height: 0.75rem;
      width: 0.75rem;
      border-radius: 0.0625rem; }
  .hs-form-radio-display input[type='radio'],
  .hs-form-radio-display input[type='checkbox'],
  .hs-form-checkbox-display input[type='radio'],
  .hs-form-checkbox-display input[type='checkbox'],
  .hs-fieldtype-booleancheckbox input[type='radio'],
  .hs-fieldtype-booleancheckbox input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .hs-form-radio-display input[type='radio'] + span::after,
    .hs-form-radio-display input[type='checkbox'] + span::after,
    .hs-form-checkbox-display input[type='radio'] + span::after,
    .hs-form-checkbox-display input[type='checkbox'] + span::after,
    .hs-fieldtype-booleancheckbox input[type='radio'] + span::after,
    .hs-fieldtype-booleancheckbox input[type='checkbox'] + span::after {
      content: none; }
    .hs-form-radio-display input[type='radio']:checked + span::before,
    .hs-form-radio-display input[type='checkbox']:checked + span::before,
    .hs-form-checkbox-display input[type='radio']:checked + span::before,
    .hs-form-checkbox-display input[type='checkbox']:checked + span::before,
    .hs-fieldtype-booleancheckbox input[type='radio']:checked + span::before,
    .hs-fieldtype-booleancheckbox input[type='checkbox']:checked + span::before {
      border-color: #1A1A1A; }
    .hs-form-radio-display input[type='radio']:checked + span::after,
    .hs-form-radio-display input[type='checkbox']:checked + span::after,
    .hs-form-checkbox-display input[type='radio']:checked + span::after,
    .hs-form-checkbox-display input[type='checkbox']:checked + span::after,
    .hs-fieldtype-booleancheckbox input[type='radio']:checked + span::after,
    .hs-fieldtype-booleancheckbox input[type='checkbox']:checked + span::after {
      content: '';
      background: #1A1A1A; }
    .hs-form-radio-display input[type='radio']:focus-visible + span::before,
    .hs-form-radio-display input[type='checkbox']:focus-visible + span::before,
    .hs-form-checkbox-display input[type='radio']:focus-visible + span::before,
    .hs-form-checkbox-display input[type='checkbox']:focus-visible + span::before,
    .hs-fieldtype-booleancheckbox input[type='radio']:focus-visible + span::before,
    .hs-fieldtype-booleancheckbox input[type='checkbox']:focus-visible + span::before {
      outline: 0.125rem solid #295956;
      outline-offset: 0.125rem; }
  .hs-form-radio-display input[type='radio'] + span:before,
  .hs-form-radio-display input[type='radio'] + span:after,
  .hs-form-checkbox-display input[type='radio'] + span:before,
  .hs-form-checkbox-display input[type='radio'] + span:after,
  .hs-fieldtype-booleancheckbox input[type='radio'] + span:before,
  .hs-fieldtype-booleancheckbox input[type='radio'] + span:after {
    border-radius: 50%; }

.hs-fieldtype-checkbox span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  border-radius: 0; }

.hs-form, .systems-page .form-container {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.00937em;
  line-height: 1.625;
  font-weight: 400; }
  @media (max-width: 48rem) {
    .hs-form, .systems-page .form-container {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
    margin: 0 0 1rem 0; }
    .hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0em;
      line-height: 1.4;
      font-weight: 600;
      line-height: 2.5; }
      @media (max-width: 48rem) {
        .hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
          font-size: 14.64px;
          font-size: 0.915rem; } }
    .hs-form .hs-form-field textarea, .systems-page .form-container .hs-form-field textarea {
      vertical-align: top; }
    .hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
      list-style-type: none;
      padding-left: 0;
      margin: 0; }
      .hs-form .hs-form-field .input ul.inputs-list label, .systems-page .form-container .hs-form-field .input ul.inputs-list label {
        line-height: inherit; }
      .hs-form .hs-form-field .input ul.inputs-list .hs-form-checkbox input, .systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-checkbox input,
      .hs-form .hs-form-field .input ul.inputs-list .hs-form-radio input,
      .systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-radio input,
      .hs-form .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input,
      .systems-page .form-container .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input {
        height: auto;
        width: auto; }
  .hs-form .hs-submit, .systems-page .form-container .hs-submit {
    margin-top: 0; }
  .hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0; }
    .hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 0em;
      line-height: 2;
      font-weight: 400;
      color: #E73232; }
      @media (max-width: 48rem) {
        .hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
          line-height: 1.5; } }
  .hs-form .hs_error_rollup, .systems-page .form-container .hs_error_rollup {
    margin-bottom: 1rem; }

.legal-consent-container {
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin: 1rem 0 0 !important; }

body .body-wrapper .hs-form fieldset, body .body-wrapper .systems-page .form-container fieldset, .systems-page body .body-wrapper .form-container fieldset {
  width: 100%;
  max-width: 100%; }
  body .body-wrapper .hs-form fieldset .input, body .body-wrapper .systems-page .form-container fieldset .input, .systems-page body .body-wrapper .form-container fieldset .input {
    margin-right: 0; }
  body .body-wrapper .hs-form fieldset .hs-form-field, body .body-wrapper .systems-page .form-container fieldset .hs-form-field, .systems-page body .body-wrapper .form-container fieldset .hs-form-field {
    width: 100%; }
  @media (min-width: 37.501rem) {
    body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field {
      width: calc(50% - .75rem);
      margin-right: 1.5rem; }
      body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field:last-child {
        margin-right: 0; }
    body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field {
      width: calc(33.3% - .35rem);
      margin-right: .5rem; }
      body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field:last-child {
        margin-right: 0; } }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 400; }
  @media (max-width: 48rem) {
    table {
      line-height: 1.5; } }

td, th {
  border: 1px solid #B3B3B3;
  border-width: 0 0 1px;
  padding: .5rem 0; }
  tr:last-child td, tr:last-child th {
    padding-bottom: 0;
    border-bottom: 0; }

th {
  border-width: 0;
  text-align: left;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-weight: 700; }

:focus {
  outline: thin dotted; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #414046;
    clip: auto !important;
    color: white;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    padding: .75rem;
    left: .5rem;
    top: .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; }

/* Hubspot modules that are not inside any columns.
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module {
    // Rich text and Form module
    &.widget-type-form,
    &.widget-type-rich_text {
        max-width: $container-width--medium;
        margin-left: auto;
        margin-right: auto;
    }
}
*/
.hs-inline-edit .dnd-anchor {
  height: 2rem;
  color: #fff;
  background: #ff3f48; }
  .hs-inline-edit .dnd-anchor:before {
    content: 'Here is an anchor, this message is not visible on the page';
    display: inline-block;
    font-size: 12px;
    padding: .5rem; }

/*
 * Module
 * Molecules and organisms - Appearance of lift module and slider for example.
 * http://bradfrost.com/blog/post/atomic-web-design/#molecules
 * http://bradfrost.com/blog/post/atomic-web-design/#organisms
 */
.site-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(87%, rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.24) 87%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%; }
  .site-header:not(.headroom--not-top) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(93%, rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.24) 93%, rgba(0, 0, 0, 0) 100%);
    color: #fff; }
  .site-header.headroom--not-top {
    position: fixed;
    background: #195B3C; }
  @media (min-width: 70.001rem) {
    .site-header {
      height: 5.875rem;
      -webkit-transition: height 0.7s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: height 0.7s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .site-header:focus, .site-header:focus-within, .site-header:hover {
        height: 22.5rem; }
        .site-header:focus .hs-menu-children-wrapper, .site-header:focus-within .hs-menu-children-wrapper, .site-header:hover .hs-menu-children-wrapper {
          opacity: 1;
          height: auto; }
        .site-header:focus .hs-menu-item.active a::after, .site-header:focus-within .hs-menu-item.active a::after, .site-header:hover .hs-menu-item.active a::after {
          bottom: -5px; }
      .site-header--no-fixed.headroom--not-top {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(87%, rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.24) 87%, rgba(0, 0, 0, 0) 100%);
        position: absolute; } }
  @media (max-width: 70rem) {
    .site-header {
      overflow: hidden; }
      .is-site-nav-opened .site-header {
        background: #fff;
        color: #195B3C;
        height: 100%; } }
  .site-header a, .site-header .mimic-link {
    text-decoration: none;
    font-weight: inherit;
    color: #fff; }
    .is-site-nav-opened .site-header a, .is-site-nav-opened .site-header .mimic-link {
      color: #195B3C; }
      @media (min-width: 70.001rem) {
        .is-site-nav-opened .site-header a, .is-site-nav-opened .site-header .mimic-link {
          color: #fff; } }
  .site-header__container {
    max-width: 161.5rem;
    height: 4.375rem; }
    @media (min-width: 70.001rem) {
      .site-header__container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 5.875rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; } }
    @media (max-width: 70rem) {
      .site-header__container {
        padding: 0; }
        .is-site-nav-opened .site-header__container {
          background-color: #fff; } }
  .site-header__top-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.375rem;
    padding: 0.5rem 1rem; }
    @media (min-width: 70.001rem) {
      .site-header__top-content {
        display: none; } }
  .site-header__logo {
    -ms-flex-item-align: center;
        align-self: center; }
    .site-header__logo svg {
      max-width: 7.5rem;
      vertical-align: middle;
      width: 100%; }
      @media (min-width: 70.001rem) {
        .site-header__logo svg {
          max-width: 9.875rem; } }
    @media (max-width: 70rem) {
      .site-header__logo {
        margin-right: auto; }
        .site-header__logo svg {
          margin-right: 1rem; } }
  .site-header__logo--desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 70rem) {
      .site-header__logo--desktop {
        display: none; } }
  .site-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 70.001rem) {
      .site-header__content {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3; } }
    @media (max-width: 70rem) {
      .site-header__content {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: calc(100vh - 70px);
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: hidden auto; }
        .site-header__content.is-opened,
        .is-site-nav-opened .site-header__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .site-header__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 70rem) {
      .site-header__menu {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media (min-width: 70.001rem) {
    .site-header__right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 70rem) {
    .site-header__right {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .site-header__right .demo-cta--desktop {
        display: none; } }
  .site-header .btn--white-outline {
    background-color: inherit !important; }
    @media (max-width: 70rem) {
      .is-site-nav-opened .site-header .btn--white-outline {
        background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-primary-700.svg") !important;
        border-color: #195B3C !important;
        color: #195B3C !important; } }

.nav-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #195B3C;
  display: none;
  font-weight: 400;
  height: 1.5rem;
  margin-left: 1rem;
  text-transform: uppercase; }
  @media (max-width: 70rem) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 37.5rem) {
    .nav-toggle {
      margin-left: 0.25rem; } }
  .nav-toggle:hover, .nav-toggle:focus {
    background: rgba(0, 0, 0, 0);
    outline: 0; }
  .nav-toggle__icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-radius: 0.125rem;
    display: block;
    background: #fff;
    height: 0.25rem;
    margin-left: 0.375rem;
    margin-top: 0rem;
    position: relative;
    -webkit-transition: none;
    transition: none;
    width: 2.375rem; }
    .nav-toggle__icon:before {
      margin-top: 0.55rem; }
    .nav-toggle__icon:after {
      margin-top: 0.35rem; }
    .nav-toggle__icon:before, .nav-toggle__icon:after {
      content: '';
      display: block;
      width: 100%;
      height: 0.25rem;
      width: 2.375rem;
      background: #fff;
      border-radius: 0.125rem;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
    .is-site-nav-opened .nav-toggle__icon {
      background: transparent; }
      .is-site-nav-opened .nav-toggle__icon:before, .is-site-nav-opened .nav-toggle__icon:after {
        background: #195B3C;
        position: absolute;
        margin-top: 0.65rem;
        top: 0;
        left: 0; }
      .is-site-nav-opened .nav-toggle__icon:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .is-site-nav-opened .nav-toggle__icon:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .nav-toggle__open {
    color: #195B3C; }

/* Animations */
.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in; }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out; }

.site-footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
  margin-top: 20rem;
  background: #ECEFF0; }
  @media (max-width: 48rem) {
    .site-footer {
      padding-top: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .site-footer {
      padding-top: 3.25rem; } }
  @media (max-width: 48rem) {
    .site-footer {
      padding-bottom: 2.25rem; } }
  @media (max-width: 37.5rem) {
    .site-footer {
      padding-bottom: 1.95rem; } }
  @media (max-width: 93.75rem) {
    .site-footer {
      margin-top: 30vw; } }
  .site-footer a {
    color: inherit;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      text-decoration: underline; }
  .site-footer__container {
    max-width: 78.75rem; }
  .site-footer__image {
    margin: -20rem auto 0;
    margin-bottom: 7.6rem;
    max-width: 72.75rem; }
    @media (max-width: 48rem) {
      .site-footer__image {
        margin-bottom: 5.7rem; } }
    @media (max-width: 37.5rem) {
      .site-footer__image {
        margin-bottom: 4.94rem; } }
    @media (max-width: 93.75rem) {
      .site-footer__image {
        margin-top: -30vw; } }
  @media (min-width: 37.501rem) {
    .site-footer__main-row {
      display: grid;
      grid-template-columns: 1fr 4fr;
      gap: 2.25rem; } }
  .site-footer__logo {
    color: #295956; }
  .site-footer__pitch {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.01042em;
    line-height: 1.4;
    font-weight: 400; }
    @media (max-width: 48rem) {
      .site-footer__pitch {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5; } }
    @media (max-width: 37.5rem) {
      .site-footer__pitch {
        margin-top: 2.25rem; } }
  .site-footer__sub-row {
    margin-top: 9rem; }
    @media (max-width: 48rem) {
      .site-footer__sub-row {
        margin-top: 6.75rem; } }
    @media (max-width: 37.5rem) {
      .site-footer__sub-row {
        margin-top: 5.5rem; } }
    @media (min-width: 87.751rem) {
      .site-footer__sub-row {
        display: grid;
        grid-template-columns: 1.6fr 1fr;
        gap: 2.25rem; } }
  .site-footer__menu {
    margin-bottom: 3rem; }
    @media (max-width: 48rem) {
      .site-footer__menu {
        margin-bottom: 2.25rem; } }
    @media (max-width: 37.5rem) {
      .site-footer__menu {
        margin-bottom: 1.95rem; } }
    @media (min-width: 48.001rem) {
      .site-footer__menu {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 87.751rem) {
      .site-footer__menu {
        margin-bottom: 0; } }
    .site-footer__menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-column-gap: 6.38298%;
      grid-row-gap: .8rem;
      grid-template-columns: repeat(2, 1fr); }
      @media (min-width: 65.001rem) {
        .site-footer__menu ul {
          grid-template-columns: repeat(3, 1fr); } }
      .site-footer__menu ul br {
        display: inline;
        content: ' ';
        padding: 0 3px; }
      .site-footer__menu ul .active {
        font-weight: 700; }
  .site-footer__some-links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-footer__some-links a {
      color: #295956; }
      .site-footer__some-links a:hover, .site-footer__some-links a:focus {
        color: #414046; }
    .site-footer__some-links li {
      margin-left: 0.625rem; }
      .site-footer__some-links li:first-child {
        margin-left: 0; }
    .site-footer__some-links svg {
      width: 2rem;
      height: auto;
      vertical-align: top; }
      @media (min-width: 37.501rem) {
        .site-footer__some-links svg {
          width: 2.8125rem; } }
  .site-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-top: 9rem; }
    @media (max-width: 48rem) {
      .site-footer__bottom {
        margin-top: 6.75rem; } }
    @media (max-width: 37.5rem) {
      .site-footer__bottom {
        margin-top: 5.5rem; } }
    .site-footer__bottom p {
      margin: 0 2.25rem 0 0; }

.main-menu ul,
.language-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01944em;
  line-height: 1.33;
  font-weight: 700;
  color: #fff; }
  @media (max-width: 48rem) {
    .main-menu ul,
    .language-menu ul {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media (min-width: 70.001rem) {
    .main-menu ul,
    .language-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.main-menu .hs-menu-item,
.language-menu .hs-menu-item {
  margin: 2.25rem 1.5rem; }
  @media (max-width: 70rem) {
    .main-menu .hs-menu-item,
    .language-menu .hs-menu-item {
      margin: 1.5rem 1rem; }
      .main-menu .hs-menu-item.hs-menu-depth-1,
      .language-menu .hs-menu-item.hs-menu-depth-1 {
        padding-bottom: 1rem; } }
  .main-menu .hs-menu-item a,
  .language-menu .hs-menu-item a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    vertical-align: top; }
    .main-menu .hs-menu-item a:focus, .main-menu .hs-menu-item a:hover,
    .language-menu .hs-menu-item a:focus,
    .language-menu .hs-menu-item a:hover {
      text-decoration: none; }
  .main-menu .hs-menu-item .hs-item-has-children__sub-toggle,
  .language-menu .hs-menu-item .hs-item-has-children__sub-toggle {
    min-width: 1px;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    border: 0;
    background: rgba(255, 255, 255, 0); }
  .main-menu .hs-menu-item.hs-menu-depth-1 a::after,
  .language-menu .hs-menu-item.hs-menu-depth-1 a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -3px;
    background: #fff;
    height: 1px;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .main-menu .hs-menu-item.hs-menu-depth-1 a:focus, .main-menu .hs-menu-item.hs-menu-depth-1 a:hover,
  .language-menu .hs-menu-item.hs-menu-depth-1 a:focus,
  .language-menu .hs-menu-item.hs-menu-depth-1 a:hover {
    text-decoration: none; }
    .main-menu .hs-menu-item.hs-menu-depth-1 a:focus:after, .main-menu .hs-menu-item.hs-menu-depth-1 a:hover:after,
    .language-menu .hs-menu-item.hs-menu-depth-1 a:focus:after,
    .language-menu .hs-menu-item.hs-menu-depth-1 a:hover:after {
      left: 0;
      right: 100%;
      width: 100%; }
  .main-menu .hs-menu-item.hs-menu-depth-1.active a::after,
  .language-menu .hs-menu-item.hs-menu-depth-1.active a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    bottom: -3px;
    background: #fff;
    height: 1px; }

.main-menu .hs-item-has-children,
.language-menu .hs-item-has-children {
  position: relative; }

.main-menu .hs-menu-children-wrapper,
.language-menu .hs-menu-children-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 0;
  display: block;
  opacity: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  top: 0; }
  .main-menu .hs-menu-children-wrapper.is-opened,
  .language-menu .hs-menu-children-wrapper.is-opened {
    height: auto;
    padding: 1rem;
    opacity: 1; }
  @media (min-width: 70.001rem) {
    .main-menu .hs-menu-children-wrapper,
    .language-menu .hs-menu-children-wrapper {
      color: #195B3C;
      margin-top: 0;
      opacity: 0;
      position: absolute;
      top: 2.5rem;
      height: 0;
      -webkit-transition: height 0.7s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: height 0.7s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); } }
  .main-menu .hs-menu-children-wrapper .hs-menu-item,
  .language-menu .hs-menu-children-wrapper .hs-menu-item {
    margin: 1.5rem 0 0;
    position: relative;
    padding-right: 0.3125rem; }
    .main-menu .hs-menu-children-wrapper .hs-menu-item:first-child,
    .language-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
      margin-top: 0; }
    @media (min-width: 70.001rem) {
      .main-menu .hs-menu-children-wrapper .hs-menu-item,
      .language-menu .hs-menu-children-wrapper .hs-menu-item {
        display: block;
        margin: 0;
        padding-top: 0.75rem; }
        .main-menu .hs-menu-children-wrapper .hs-menu-item:first-child,
        .language-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
          padding-top: 0; }
        .main-menu .hs-menu-children-wrapper .hs-menu-item a,
        .language-menu .hs-menu-children-wrapper .hs-menu-item a {
          font-weight: 400;
          padding: 0;
          position: relative;
          overflow: hidden; }
          .main-menu .hs-menu-children-wrapper .hs-menu-item a:hover, .main-menu .hs-menu-children-wrapper .hs-menu-item a:focus,
          .language-menu .hs-menu-children-wrapper .hs-menu-item a:hover,
          .language-menu .hs-menu-children-wrapper .hs-menu-item a:focus {
            text-decoration: none;
            font-weight: 500; } }

@media (min-width: 70.001rem) {
  .main-menu ul,
  .language-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 70.001rem) {
  .main-menu .hs-menu-item {
    width: 7.5rem; } }

@media (min-width: 87.751rem) {
  .main-menu .hs-menu-item {
    width: 10rem; } }

.main-menu .hs-menu-children-wrapper {
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 70rem) {
    .main-menu .hs-menu-children-wrapper {
      height: 0;
      opacity: 0;
      -webkit-transition: none;
      transition: none; } }
  .main-menu .hs-menu-children-wrapper a {
    font-weight: 400; }

.main-menu .hs-menu-children-wrapper.is-opened {
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.1s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.1s cubic-bezier(0.77, 0.2, 0.05, 1); }

@media (min-width: 70.001rem) {
  .main-menu .hs-menu-item .hs-item-has-children__sub-toggle {
    display: none; } }

@media (max-width: 70rem) {
  .main-menu .hs-menu-item .hs-item-has-children__sub-toggle {
    background-color: #195B3C;
    border-radius: 10rem;
    height: 2rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
    width: 2rem; }
    .main-menu .hs-menu-item .hs-item-has-children__sub-toggle:focus {
      outline: none; }
    .main-menu .hs-menu-item .hs-item-has-children__sub-toggle::after {
      background-image: url("https://1790632.fs1.hubspotusercontent-na1.net/hubfs/1790632/naava-2021-theme-assets/button-arrow-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 1rem 1rem;
      color: #195B3C;
      content: "";
      display: block;
      height: 1rem;
      margin: auto;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 1rem; }
    .main-menu .hs-menu-item .hs-item-has-children__sub-toggle[aria-expanded="true"]::after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); } }

@media (min-width: 70.001rem) {
  .language-menu {
    margin-left: 1.5rem; } }

@media (max-width: 70rem) {
  .language-menu .hs-item-has-children {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem; }
  .language-menu .hs-menu-children-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    visibility: visible;
    padding: 1rem 0;
    opacity: 1; }
    .language-menu .hs-menu-children-wrapper .hs-menu-item {
      font-size: 14px;
      font-size: 0.875rem;
      margin-left: 1rem;
      margin-top: 0; } }

.language-menu .hs-menu-item .hs-item-has-children__sub-toggle {
  color: #195B3C;
  min-width: unset; }
  .language-menu .hs-menu-item .hs-item-has-children__sub-toggle:hover, .language-menu .hs-menu-item .hs-item-has-children__sub-toggle:focus {
    color: #195B3C; }
  @media (min-width: 70.001rem) {
    .language-menu .hs-menu-item .hs-item-has-children__sub-toggle {
      color: #fff; }
      .language-menu .hs-menu-item .hs-item-has-children__sub-toggle:hover, .language-menu .hs-menu-item .hs-item-has-children__sub-toggle:focus {
        color: #fff; } }

.language-menu svg {
  color: inherit;
  pointer-events: none;
  vertical-align: top; }

.site-hero {
  position: relative;
  text-align: center;
  background: #414046;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.01042em;
  line-height: 1.4;
  font-weight: 400; }
  @media (max-width: 48rem) {
    .site-hero {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5; } }
  .site-hero .hs_cos_wrapper_type_cta {
    display: inline-block;
    height: 3.5625rem; }
    .site-hero .hs_cos_wrapper_type_cta img {
      max-height: 100%; }
    @media (max-width: 48rem) {
      .site-hero .hs_cos_wrapper_type_cta {
        height: 2.55875rem; } }
  .site-hero__container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 31.25rem;
    padding-top: 9rem;
    padding-bottom: 9rem; }
    @media (max-width: 48rem) {
      .site-hero__container {
        padding-top: 6.75rem; } }
    @media (max-width: 37.5rem) {
      .site-hero__container {
        padding-top: 5.5rem; } }
    @media (max-width: 48rem) {
      .site-hero__container {
        padding-bottom: 6.75rem; } }
    @media (max-width: 37.5rem) {
      .site-hero__container {
        padding-bottom: 5.5rem; } }
    @media (max-width: 48rem) {
      .site-hero__container {
        min-height: 15rem; }
        .site-hero__container h1 + p {
          margin-top: 0.6em; } }
  .site-hero__image {
    z-index: 1;
    margin: 0; }
    .site-hero__image,
    .site-hero__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .site-hero__image img {
      -o-object-fit: cover;
         object-fit: cover; }
  .site-hero .dnd-section {
    margin-top: 5rem;
    margin-bottom: 5rem; }
    @media (max-width: 48rem) {
      .site-hero .dnd-section {
        margin-top: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .site-hero .dnd-section {
        margin-top: 3.25rem; } }
    @media (max-width: 48rem) {
      .site-hero .dnd-section {
        margin-bottom: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .site-hero .dnd-section {
        margin-bottom: 3.25rem; } }
    .site-hero .dnd-section:first-child {
      margin-top: 0; }
    .site-hero .dnd-section:last-child {
      margin-bottom: 0; }
    .site-hero .dnd-section > .row-fluid {
      max-width: none;
      padding-left: 0;
      padding-right: 0; }
    @media (max-width: 48rem) {
      .site-hero .dnd-section {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }

.site-hero--large:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5); }

.site-hero--large .site-hero__container {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-width: 70rem; }

.site-hero--large h1 {
  font-size: 98px;
  font-size: 6.125rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700; }
  @media (max-width: 65rem) {
    .site-hero--large h1 {
      font-size: 65px;
      font-size: 4.0625rem;
      line-height: 1.2; } }
  @media (max-width: 48rem) {
    .site-hero--large h1 {
      font-size: 36px;
      font-size: 2.25rem;
      letter-spacing: -0.02778em;
      line-height: 1.2; } }

.site-hero--large .site-hero__bottom-arrow {
  position: absolute;
  width: 4.3125rem;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  margin: 0 auto;
  z-index: 3;
  -webkit-animation: bounce-top 0.8s cubic-bezier(1, 0.02, 0.66, 0.84) alternate infinite;
          animation: bounce-top 0.8s cubic-bezier(1, 0.02, 0.66, 0.84) alternate infinite; }
  @media (max-width: 48rem) {
    .site-hero--large .site-hero__bottom-arrow {
      bottom: 2.625rem; } }
  @media (max-width: 37.5rem) {
    .site-hero--large .site-hero__bottom-arrow {
      bottom: 2.275rem; } }
  .site-hero--large .site-hero__bottom-arrow svg {
    width: 100%;
    vertical-align: top; }
  @media (max-width: 48rem) {
    .site-hero--large .site-hero__bottom-arrow {
      width: 2.5rem;
      bottom: 2rem; } }

.site-hero--blog {
  height: 60vh;
  height: calc(var(--vh, 1vh) * 60); }

.posts-list,
.posts-list-in-span > span {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5rem;
  grid-gap: 3rem; }
  @media (max-width: 48rem) {
    .posts-list,
    .posts-list-in-span > span {
      margin-top: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .posts-list,
    .posts-list-in-span > span {
      margin-top: 3.25rem; } }
  @media (min-width: 37.501rem) {
    .posts-list,
    .posts-list-in-span > span {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2.25rem; } }
  @media (min-width: 87.751rem) {
    .posts-list,
    .posts-list-in-span > span {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 87.751rem) {
    .posts-list,
    .posts-list-in-span > span {
      grid-gap: 5rem; } }
  .posts-list::first-child,
  .posts-list-in-span > span::first-child {
    margin-top: 0; }

.posts-list--with-pagination {
  margin-bottom: 5rem; }
  @media (max-width: 48rem) {
    .posts-list--with-pagination {
      margin-bottom: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .posts-list--with-pagination {
      margin-bottom: 3.25rem; } }

.post-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  text-align: left;
  width: 100%; }
  .post-item:hover .post-item__title, .post-item:focus-within .post-item__title {
    color: #295956; }
  .post-item__image {
    position: relative;
    margin: 0 0 -3.125rem;
    overflow: hidden; }
    .post-item__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .post-item__image::before {
      content: '';
      display: block;
      padding-top: 72%; }
  .post-item__title {
    margin: 1rem 0 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 700; }
    @media (max-width: 48rem) {
      .post-item__title {
        font-size: 14.64px;
        font-size: 0.915rem; } }
  .post-item__meta {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 700;
    color: #B3B3B3; }
  .post-item__content {
    z-index: 2;
    width: 70%;
    margin: 0 auto;
    padding: 2.25rem 2.25rem 0;
    background: #fff; }
    .post-item__content p {
      margin: 0.5em 0 0; }
    @media (max-width: 87.75rem) {
      .post-item__content {
        width: 80%; } }
    @media (max-width: 48rem) {
      .post-item__content {
        width: 90%;
        padding: 1.95rem; } }
  .post-item .absolute-link {
    color: inherit;
    text-decoration: none; }
    .post-item .absolute-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 10; }

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .social-share__item {
    margin: 0 1.3rem 0 0; }
    .social-share__item:last-child {
      margin-right: 0; }
    .social-share__item--label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0 0 1rem;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0em;
      line-height: 1.4;
      font-weight: 700; }
      @media (max-width: 48rem) {
        .social-share__item--label {
          font-size: 14.64px;
          font-size: 0.915rem; } }
  .social-share a {
    color: #295956; }
    .social-share a:hover, .social-share a:focus {
      text-decoration: none; }

a[data-hs-anchor="true"]:empty,
.anchor-offset {
  scroll-margin-top: 5.5rem; }
  a[data-hs-anchor="true"]:empty:first-child + *,
  .anchor-offset:first-child + * {
    margin-top: 0; }
  @media (max-width: 70rem) {
    a[data-hs-anchor="true"]:empty,
    .anchor-offset {
      scroll-margin-top: 4.2rem; } }

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem; }
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    position: relative;
    color: #fff;
    font-size: 2rem; }
    @media (max-width: 37.5rem) {
      .swiper .swiper-button-prev:after,
      .swiper .swiper-button-next:after {
        font-size: 1.5rem; } }

.swiper .swiper-button-next {
  right: 1.5rem; }
  .swiper .swiper-button-next:after {
    left: 0.1rem; }

.swiper .swiper-button-prev {
  left: 1.5rem; }
  .swiper .swiper-button-prev:after {
    right: 0.1rem; }

.swiper.swiper--with-scrollbar {
  padding-bottom: 3.5rem; }
  @media (max-width: 48rem) {
    .swiper.swiper--with-scrollbar {
      padding-bottom: 2.625rem; } }
  @media (max-width: 37.5rem) {
    .swiper.swiper--with-scrollbar {
      padding-bottom: 2.275rem; } }
  .swiper.swiper--with-scrollbar.swiper-horizontal > .swiper-scrollbar {
    bottom: 0;
    left: 0;
    right: 0;
    width: 69%;
    max-width: 42.75rem;
    height: 0.375rem;
    margin: 0 auto;
    background: #D5D5D5;
    border-radius: 0.1875rem; }
    .swiper.swiper--with-scrollbar.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      background: #295956;
      border-radius: 0.1875rem; }

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

.archive-load-more {
  position: relative; }
  .archive-load-more.loading .archive-load-more__spinner {
    opacity: 1; }
  .archive-load-more.loading .archive-load-more__text {
    opacity: 0; }

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

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

.archive-menu {
  margin-bottom: 5rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01944em;
  line-height: 1.33;
  font-weight: 700;
  font-weight: 400; }
  .archive-menu span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul {
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
    .archive-menu span .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-menu-depth-1 {
      float: none;
      opacity: 1;
      padding: 0;
      width: auto; }
  @media (max-width: 48rem) {
    .archive-menu {
      margin-bottom: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .archive-menu {
      margin-bottom: 3.25rem; } }
  @media (max-width: 48rem) {
    .archive-menu {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .archive-menu li {
    margin-left: 2.25rem;
    margin-right: 2.25rem; }
    @media (max-width: 48rem) {
      .archive-menu li {
        margin-left: 1.6875rem; } }
    @media (max-width: 37.5rem) {
      .archive-menu li {
        margin-left: 1.4625rem; } }
    @media (max-width: 48rem) {
      .archive-menu li {
        margin-right: 1.6875rem; } }
    @media (max-width: 37.5rem) {
      .archive-menu li {
        margin-right: 1.4625rem; } }
  .archive-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .archive-menu ul a {
      text-decoration: none;
      color: #414046; }
      .archive-menu ul a:hover, .archive-menu ul a:focus {
        text-decoration: underline; }

/*
 * HubSpot related styles (overwrites and stuff)
 */
.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: .8rem;
    font-weight: bold;
    text-transform: uppercase; }

.hs_cos_wrapper_type_cta img {
  vertical-align: top; }

body div#hs-eu-cookie-confirmation {
  z-index: 9999999999 !important; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-family: georgia;
  color: #4d4c4c;
  font-size: 14px;
  line-height: 26px; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 480px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    line-height: 20px !important; } }

/*
 * Layout
 * Templates and pages - How search, front-page, blog or 404 page looks like for example.
 * http://bradfrost.com/blog/post/atomic-web-design/#templates
 * http://bradfrost.com/blog/post/atomic-web-design/#pages
 */
.error-page {
  margin-top: 9rem;
  margin-bottom: 9rem; }
  @media (max-width: 48rem) {
    .error-page {
      margin-top: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .error-page {
      margin-top: 5.5rem; } }
  @media (max-width: 48rem) {
    .error-page {
      margin-bottom: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .error-page {
      margin-bottom: 5.5rem; } }
  .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; }
  .error-page__text {
    font-size: 1.5rem;
    margin-bottom: 2rem; }

.blog-post {
  min-height: 3rem;
  max-width: 57.75rem;
  margin-left: auto;
  margin-right: auto; }
  .blog-post #hs_cos_wrapper_post_body {
    display: block;
    margin-top: 3rem; }
    @media (max-width: 48rem) {
      .blog-post #hs_cos_wrapper_post_body {
        margin-top: 2.25rem; } }
    @media (max-width: 37.5rem) {
      .blog-post #hs_cos_wrapper_post_body {
        margin-top: 1.95rem; } }
  .blog-post--has-auto-lead #hs_cos_wrapper_post_body p:first-child {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 400; }
    @media (max-width: 48rem) {
      .blog-post--has-auto-lead #hs_cos_wrapper_post_body p:first-child {
        font-size: 15px;
        font-size: 0.9375rem; } }
  .blog-post__title {
    margin-top: 1rem; }
    .blog-post__title:first-child {
      margin-top: 0; }
  .blog-post__metas {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 400;
    color: #B3B3B3; }
    @media (max-width: 48rem) {
      .blog-post__metas {
        font-size: 15px;
        font-size: 0.9375rem; } }
    .blog-post__metas a {
      color: inherit;
      text-decoration: none; }
      .blog-post__metas a:hover, .blog-post__metas a:focus {
        color: #414046; }
  .blog-post__meta--group {
    margin-right: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0em;
    line-height: 1.1;
    font-weight: 700;
    color: #414046; }
    @media (max-width: 48rem) {
      .blog-post__meta--group {
        font-size: 15px;
        font-size: 0.9375rem; } }
  @media (max-width: 37.5rem) {
    .blog-post__meta {
      display: block; } }
  .blog-post__share {
    margin: 2.25rem 0; }
  .blog-post div.infobox-clients {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    color: #fff;
    background: #295956; }
    @media (max-width: 48rem) {
      .blog-post div.infobox-clients {
        padding-top: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .blog-post div.infobox-clients {
        padding-top: 3.25rem; } }
    @media (max-width: 48rem) {
      .blog-post div.infobox-clients {
        padding-bottom: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .blog-post div.infobox-clients {
        padding-bottom: 3.25rem; } }
    @media (max-width: 48rem) {
      .blog-post div.infobox-clients {
        margin-top: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .blog-post div.infobox-clients {
        margin-top: 3.25rem; } }
    @media (max-width: 48rem) {
      .blog-post div.infobox-clients {
        margin-bottom: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .blog-post div.infobox-clients {
        margin-bottom: 3.25rem; } }
    .blog-post div.infobox-clients a {
      color: inherit; }
    .blog-post div.infobox-clients > * {
      padding-left: 3rem;
      padding-right: 3rem;
      max-width: 63.75rem;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 48rem) {
        .blog-post div.infobox-clients > * {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }

.blog-sidebar {
  margin-top: 5rem; }
  @media (max-width: 48rem) {
    .blog-sidebar {
      margin-top: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .blog-sidebar {
      margin-top: 3.25rem; } }
  .blog-sidebar > div:not(:first-child) {
    margin-top: 5rem; }
    @media (max-width: 48rem) {
      .blog-sidebar > div:not(:first-child) {
        margin-top: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .blog-sidebar > div:not(:first-child) {
        margin-top: 3.25rem; } }
  @media (min-width: 65.001rem) {
    .blog-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20.5rem;
              flex: 0 0 20.5rem;
      width: 20.5rem;
      margin: 0 0 0 13%; } }

.post-author__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .post-author__head p {
    margin: 0; }

.post-author__image {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.5rem;
          flex: 0 0 5.5rem;
  margin-right: 1rem; }
  .post-author__image img {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    vertical-align: top;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 48rem) {
    .post-author__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 4rem;
              flex: 0 0 4rem; }
      .post-author__image img {
        width: 4rem;
        height: 4rem; } }

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5rem;
  line-height: 1;
  text-align: center; }
  @media (max-width: 48rem) {
    .posts-pagination {
      margin-top: 3.75rem; } }
  @media (max-width: 37.5rem) {
    .posts-pagination {
      margin-top: 3.25rem; } }
  .posts-pagination li {
    display: inline-block;
    margin: 0 0 0 .5rem; }
    .posts-pagination li:first-child {
      margin-left: 0; }
  .posts-pagination .posts-pagination__link {
    display: inline-block;
    padding: .3rem;
    text-decoration: none; }
    .posts-pagination .posts-pagination__link:hover, .posts-pagination .posts-pagination__link:focus {
      color: #414046; }
    .posts-pagination .posts-pagination__link--active {
      color: #414046;
      border-bottom: 0.125rem solid #414046; }
      .posts-pagination .posts-pagination__link--active:hover, .posts-pagination .posts-pagination__link--active:focus {
        color: #414046; }
  .posts-pagination .posts-pagination__prev-link--disabled,
  .posts-pagination .posts-pagination__next-link--disabled {
    display: none; }

.reference-content {
  margin-top: 9rem; }
  @media (max-width: 48rem) {
    .reference-content {
      margin-top: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .reference-content {
      margin-top: 5.5rem; } }
  .reference-content .blog-post {
    margin-top: 5rem;
    margin-bottom: 5rem; }
    @media (max-width: 48rem) {
      .reference-content .blog-post {
        margin-top: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .reference-content .blog-post {
        margin-top: 3.25rem; } }
    @media (max-width: 48rem) {
      .reference-content .blog-post {
        margin-bottom: 3.75rem; } }
    @media (max-width: 37.5rem) {
      .reference-content .blog-post {
        margin-bottom: 3.25rem; } }

.systems-page {
  margin-top: 9rem;
  margin-bottom: 9rem; }
  @media (max-width: 48rem) {
    .systems-page {
      margin-top: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .systems-page {
      margin-top: 5.5rem; } }
  @media (max-width: 48rem) {
    .systems-page {
      margin-bottom: 6.75rem; } }
  @media (max-width: 37.5rem) {
    .systems-page {
      margin-bottom: 5.5rem; } }
  .systems-page .form-container {
    max-width: none; }

/*
 * Shame file is for testing ideas before moving them to a correct file.
 */