/* This is an example to import fonts from css */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1168px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  /* padding: 80px 20px; */
  padding: 5.5555555556% 20px;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Section Oblique bottom divider */
.dnd-section.section-oblique-bottom-divider {
  position: relative;
}

.dnd-section.section-oblique-bottom-divider + .dnd-section {
  padding-top: 7.7777777778%;
}

@media (max-width: 767px) {
  .dnd-section.section-oblique-bottom-divider + .dnd-section {
    padding-top: calc(32px + 2.2222222222%);
  }
}

/* Section Contact */
.section-contact-wrapper .dnd-section .dnd-column {
  padding: 0;
}

.dnd-section.section-contact-divider-top {
  padding: 36px 0 0;
}

.dnd-section.section-contact-header {
  background-color: #E1E9F0;
  padding-bottom: 24px;
}

.dnd-section.section-contact-form {
  background-color: #192A42;
  padding-bottom: 0;
}
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* 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: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
















.button{
  display:inline-flex;
  flex-wrap:nowrap;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding-top: 8px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 24px;
;
  
    
  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
  
    -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;;
  
}

button, .button, .primary-btn, input[type="submit"], .hs-button.primary{
  background-color: rgba(18, 138, 251);
  font-family: Lato, sans-serif;
  color: #F2FAFE;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  height: auto;
  margin: 1px;
  cursor: pointer;
  line-height: 24px;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-top: 8px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 24px;
;
  
    
  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
  
    -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;;
  
}

button:hover, 
.button.primary-btn:hover, 
input[type="submit"]:hover, 
.hs-button.primary:hover{
  margin: 0 !important;
  background-color: rgba(16, 112, 201, 1.0);
  color: #F2FAFE;
  text-decoration: none;
  
    
  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
}

button:focus, 
.button.primary-btn:focus, 
input[type="submit"]:focus, 
.hs-button.primary:focus{
  margin: 0 !important;
  background-color: rgba(16, 112, 201, 1.0);
  color: #F2FAFE;
  text-decoration: none;
  
    
  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
}

.button.primary-btn .buttonIcon svg > *{
  stroke: #F2FAFE!important;
}
.secondary-btn{
  margin: 1px !important;
  background-color: rgba(242, 246, 250, 1.0);
  color: #192940;
  text-decoration: none;
  padding-top: 8px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 24px;
;
  
    border: 1px solid #C0D0DF;

  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
  
    -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;;
  
}

.secondary-btn:hover{
  margin: 0 !important;
  background-color: rgba(221, 232, 244, 1.0);
  color: #192940;
  text-decoration: none;
  
    border: 1px solid #C0D0DF;

  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
}

.secondary-btn:focus{
  margin: 0 !important;
  background-color: rgba(16, 112, 201, 1.0);
  color: #F2FAFE;
  text-decoration: none;
  
    border: 1px solid #C0D0DF;

  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
}

a.tertiary-btn{
  background-color: rgba(255, 255, 255, 1.0);
  color: #192940;
  text-decoration: none;
  padding-top: 8px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 24px;
;
  
    border: 1px solid #DDE6EE;

  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
  
    -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;;
  
}

a.tertiary-btn:hover{
  margin:0px !important;
  background-color: rgba(255, 255, 255, 1.0);
  color: #192940;
  text-decoration: none;
  
    border: 2px solid #C0D0DF;

  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
}

a.tertiary-btn:focus{
  margin:0px !important;
  background-color: rgba(255, 255, 255, 1.0);
  color: #192940;
  text-decoration: none;
  margin:0px;
  
    border: 1px solid #C0D0DF;

  
  
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;;
  
}


a.tertiary-btn .buttonIcon svg > *{
  stroke:rgba(19, 20, 20, 1)!important;
}
/* button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
} */

.icon-btn{
  background-color: rgba(250, 251, 252, 1);
  color: rgba(19, 20, 20, 1);
  -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:none;
  box-shadow:none;
  border:1px solid transparent;
  
}

.icon-btn:hover{
  border:1px solid rgba(192, 208, 223, 1);
}

.icon-btn:focus{
  border:1px solid rgba(192, 208, 223, 1);
}

a.icon-btn svg, .buttonIcon{
  width:20px;
  height:20px;
}

.buttonIcon{
  margin-top:-2px
}

button:disabled, .button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.buttonLabel{
  white-space:nowrap;
  word-break:pre-wrap;
}
/* button a, .button a {
  color: #FFFFFF;
}

button a:hover, .button a:hover {
  color: white;
  text-decoration: none;
} */

.widget-type-cta {
  background-color: rgba(18, 138, 251, 1.0);
  border: 0px solid #128AFB;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: #FFFFFF;
}

.widget-type-cta a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined {
  background: none;
  color: #192A42;
  border: 2px solid #192A42;
  box-shadow: none;
  font-weight: bold;
  padding: 6px 16px;
  /* To affect HubSpot CTAs */
}

.button--outlined a {
  color: inherit;
}

.button--outlined:hover {
  background-color: #192A42;
  color: #FFF;
  border-color: #192A42;
}

.button--arrow {
  color: #99ACBC;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23128AFB'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #128AFB;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23128AFB'/%3E%3C/svg%3E");
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a {
  color: inherit;
}

.button--arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a {
  color: inherit;
}

.buttonWrapper{
  display:flex;
  flex-direction:row;
}

.buttonWrapper.mobile-left{
  justify-content:flex-start;
}

.buttonWrapper.mobile-center{
  justify-content:center;
}

.buttonWrapper.mobile-right{
  justify-content:flex-end;
}

@media screen and (min-width: 768px) {
  .buttonWrapper.tablet-left{
    justify-content:flex-start;
  }

  .buttonWrapper.tablet-center{
    justify-content:center;
  }
  .buttonWrapper.tablet-right{
    justify-content:flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .buttonWrapper.desktop-left{
    justify-content:flex-start;
  }
  .buttonWrapper.desktop-center{
    justify-content:center;
  }
  .buttonWrapper.desktop-right{
    justify-content:flex-end;
  }
}

.buttonWrapper .button-sm{
  font-size: 14px;
  padding: 6px 12px;
}

.buttonWrapper .button-sm .buttonIcon, 
.buttonWrapper .button-sm .buttonIcon svg{
  width: 16px;
  height: 16px;
}

.buttonWrapper .button-lg{
  font-size: 20px;
  padding: 16px 32px;
}

.buttonWrapper .button-lg .buttonIcon, 
.buttonWrapper .button-lg .buttonIcon svg{
  width: 20px;
  height: 20px;
}
/* Form */
form, .submitted-message {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #192A42;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #99ACBC;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-weight: normal;
  padding: .625rem .875rem;
  width: 100%;
  color: #192A42;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  /* border: 1px solid #128AFB; */
}

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

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

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

.fn-date-picker td.is-today .pika-button {
  color: #128AFB;
}

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

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

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #192A42;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

.legal-consent-container .hs-richtext p {
  font-size: 65%;
  color: #656565;
}

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(18, 138, 251, 1.0);
  /* border: 0px solid #128AFB; */
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 2;
  letter-spacing: 0.1458333333em; /* 1.75/12 */
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;

  background: linear-gradient(180deg, #4DB1FD 0%, #148CFC 100%);
  box-shadow: inset 0 0 0 1px rgba(16,28,44,0.15), 0 1px 2px 0 rgba(20,140,252,0.4), 0 1px 2px 1px rgba(123,139,153,0.15);
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: #FFFFFF;
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #192A42;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #192A42;
}

/* Table Cells */
th,
td {
  border: 1px solid #192A42;
  color: #192A42;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(18, 138, 251, 1);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #192A42;
}
html {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif;
  color: #192A42;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #0270e0;
  cursor: pointer;
  text-decoration: none;
}

a:not(.button):hover, a:not(.button):focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  color: #192A42;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1666666667; /* 56/48 */
}

h2 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  color: #192A42;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1666666667; /* 56/48 */
  margin-bottom: 2.25rem;
}

h3 {
  font-family: Lato, sans-serif;
  font-size: 36px;
  color: #192A42;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3333333333; /* 32/24 */
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  color: #192A42;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #192A42;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 680px) {
  h1, h2 {
    font-size: 32px;
    line-height: 1.5; /* 48/32 */
  }
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #99ACBC;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
/* :focus {
  outline: auto;
  outline-color: #128AFB;
} */

:focus,
.disable-focus-styles :focus {
  outline: none;
}

/* Dark background sections */
.section-dark {
  color: #FFF;
}

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

@media screen and (min-width: 768px) {
  .tablet-text-center{
    text-align: center;
  }
  .tablet-text-left{
    text-align: left;
  }
  .tablet-text-right{
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .desktop-text-center{
    text-align: center;
  }
  .desktop-text-left{
    text-align: left;
  }
  .desktop-text-right{
    text-align: right;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.kl-about-modal__wrapper__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-about-modal__wrapper__content h1, .kl-about-modal__wrapper__content h2, .kl-about-modal__wrapper__content h3, .kl-about-modal__wrapper__content h4, .kl-about-modal__wrapper__content h5, .kl-about-modal__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-about-modal__wrapper__content p {
  margin: 0 0 2rem;
}

.kl-about-modal__container {
  max-width: 680px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal__head {
  padding: 32px;
  background-color: #128AFB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px;
}

.kl-about-modal__head p, .kl-about-modal__head h1, .kl-about-modal__head h2, .kl-about-modal__head h3, .kl-about-modal__head h4, .kl-about-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-about-modal__head > div {
  padding: 20px;
}

.kl-about-modal__image img {
  max-width: 100%;
  height: 120px !important;
  width: 120px;
  border-radius: 120px;
  object-fit: cover;
  object-position: center;
}

.kl-about-modal__body {
  background-color: white;
  padding: 32px;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #192A42;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #128AFB;
  /*fill: $secondary-color;*/
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 80px 0;
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}

.blog-subscribe__header {
  flex-basis: 465px;
  flex-grow: 1;
  max-width: 680px;
}

.blog-subscribe__form {
  flex-basis: 450px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 32px 0 0;
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 2px;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-grid__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 20px 24px;
  color: #192A42;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #192A42;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.kl-cards-grid-custom {
  display: flex;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .kl-cards-grid-custom {
    display: block;
    margin-bottom: 32px;
  }
}

.kl-cards-grid-custom__card {
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  flex: 1 0 230px;
  position: relative;
  padding: 0 0 24px;
}

.kl-cards-grid-custom__card + .kl-cards-grid-custom__card {
  margin-left: 2.564102564%;
}

@media screen and (max-width: 1024px) {
  .kl-cards-grid-custom__card + .kl-cards-grid-custom__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .kl-cards-grid-custom__card {
    margin-bottom: 24px;
  }

  .kl-cards-grid-custom__card + .kl-cards-grid-custom__card {
    margin-left: 0;
  }
}

.kl-cards-grid-custom__image {
  background-color: #D3DEEC;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 224px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.kl-cards-grid-custom--img-tall .kl-cards-grid-custom__image {
  height: 252px;
}

.kl-cards-grid-custom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.kl-cards-grid-custom__body {
  padding: 0 24px;
}

.kl-cards-grid-custom__preheader {
  color: #128AFB;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.3333333333; /* 16/12 */
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.kl-cards-grid-custom__title {
  font-size: 1.25rem;
  line-height: 1.6; /* 32/20 */
  margin-bottom: 1.5rem;
}

.kl-cards-grid-custom--font-size-big .kl-cards-grid-custom__title {
  font-size: 1.5rem;
  line-height: 1.3333333333; /* 32/24 */
}

@media screen and (max-width: 919px) {
  .kl-cards-grid-custom__title,
  .kl-cards-grid-custom--font-size-big .kl-cards-grid-custom__title {
    font-size: 1.125rem;
    line-height: 1.6; /* 32/20 */
  }
}

.kl-cards-grid-custom__content {
  margin-bottom: 0.5rem;
}

.kl-cards-grid-custom__content > :last-child {
  margin-bottom: 0;
}

.kl-cards-grid-custom--font-size-big .kl-cards-grid-custom__content p {
  font-size: 1.25rem;
  line-height: 1.6; /* 32/20 */
}

.kl-cards-grid-custom__btn {
  margin-top: auto;
  padding: 0 24px;
}
  
.kl-cards-grid-custom__btn .button {
  background: linear-gradient(180deg, #3B64A0 0%, #2A456D 100%);
  box-shadow: inset 0 0 0 1px rgba(16,28,44,0.5), 0 1px 2px 1px rgba(123,139,153,0.15), 0 1px 2px 0 rgba(42,69,109,0.4);
}

.kl-cards-grid-custom__tag {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  height: 24px;
  padding: 4px 7px 4px 8px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.3333333333; /* 16/12 */
  letter-spacing: 1.5px;
  color: #FFF;
  text-transform: uppercase;
}

.kl-cards-grid-custom__tag--featured {
  background-color: #FFC128;
}

.kl-cards-grid-custom__tag--new {
  background-color: #10C98B;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 2px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 16px 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 16px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #128AFB;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-contact-form {
  display: flex;
}

.kl-contact-form__content {
  flex: 0 0 50%;
  padding-right: 48px;
  min-height: 290px;
}

.kl-contact-form__content p {
  font-size: 20px;
  line-height: 1.6; /* 32 / 20 */
}

.kl-contact-form__content p:last-child {
  font-size: 18px;
  line-height: 1.3333333333; /* 24 / 18 */
}

.kl-contact-form__form {
  flex: 0 0 50%;
  padding-left: 48px;
}

.kl-contact-form__form-card {
  background-color: #384757;
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  color: #99ACBC;
  margin: -27.6119402985% auto -13.4328358209%;
  padding: 48px 32px;
  position: relative;
  z-index: 2;
}

.kl-contact-form__form-card label {
  color: inherit;
  margin-bottom: 0.5rem;
}

.kl-contact-form__form-card .hs-form-required {
  display: none;
}

.kl-contact-form__form-card .hs-button {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
}

.kl-contact-form__form-card .hs-form-field {
  margin-bottom: 1.5rem;
}

.kl-contact-form__form-card .hs-form-field ::placeholder {
  color: #99ACBC;
}

.kl-contact-form__form-card .hs-submit {
  margin-top: 3rem;
}

.kl-contact-form__logo {
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (max-width: 970px) {
  .kl-contact-form__form {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .kl-contact-form {
    flex-wrap: wrap;
  }

  .kl-contact-form__content,
  .kl-contact-form__form {
    flex-basis: 100%;
    padding: 0;
  }

  .kl-contact-form__content {
    margin-bottom: 1.5rem;
    min-height: 0;
  }

  .kl-contact-form__form-card {
    margin: 0;
  }
}

@media screen and (max-width: 639px) {
  .kl-contact-form__form-card {
    padding-bottom: 56px;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin: 0 -20px;
  }

  .kl-contact-form__form-card::after {
    background: linear-gradient(to right bottom, #384757 50%, rgba(255,255,255,0) calc(50% + 1px));
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 0;
    padding-bottom: 2.2222222222%;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .kl-contact-form {
    margin: 0 auto 32px;
    max-width: 532px;
  }
}
.kl-rich-text__color-wrapper {
  background-color: rgba(240, 241, 243, 1.0);
  border-radius: 5px;
  padding: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.kl-rich-text__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #128AFB;
  display: block;
  margin: 0 0 1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -16px;
}

.kl-rich-text__buttons .button {
  margin: 16px;
}

@media screen and (max-width: 767px) {
  .kl-rich-text__preheader {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons .button {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #192A42;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #192A42;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-feature-banner {
  --width-7col: 57.264957265%;
  --width-6col: 48.717948718%;
  --width-5col: 40.170940171000005%;
  --gutter: 2.564102564%;
  --heading-mb: 1.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 33vw;
}

.kl-feature-banner.new {
min-height:0;
display:flex;
flex-direction:column;
gap:1rem;
}

.kl-feature-banner__content {
  flex: 0 0 var(--content-width);
}

.kl-feature-banner__content h1,
.kl-feature-banner__content h2 {
  font-size: var(--heading-size);
  line-height: var(--heading-line-height);
  margin-bottom: var(--heading-mb);
}

.kl-feature-banner__content p {
  font-size: 20px;
  line-height: 1.6; /* 32/20 */
}

.kl-feature-banner__content ul {
  list-style: none;
  padding-left: 0;
}

.kl-feature-banner__content li {
  line-height: 1.5; /* 24/16 */
  margin-bottom: 1rem;
  padding-left: 24px;
  position: relative;
}

.kl-feature-banner__content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #128AFB
}

.kl-feature-banner__content .button {
  text-transform: uppercase;
}

.kl-feature-banner:not(.new) .kl-feature-banner__image {
  position: absolute;
  left: var(--img-offset);
  top: 50%;
  transform: translateY(-50%);
  width: var(--img-width);
  max-width: 983px; /* to fit window edge on 1980p */
}


.kl-feature-banner:not(.new) .kl-feature-banner__image::before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: var(--img-aspect-ratio);
}

.kl-feature-banner:not(.new) .kl-feature-banner__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .kl-feature-banner {
    --heading-mb: 1.375rem;

    flex-wrap: wrap;
  }

  .kl-feature-banner__content {
    order: 2;
  }
  
  .kl-feature-banner:not(.new) .kl-feature-banner__image {
    position: relative;
    top: auto;
    transform: none;
  }
}

/* Appearance: Dark */
.kl-feature-banner--dark * {
  color: #fff;
}

.kl-feature-banner--dark p {
  color: #99ACBC;
}

.kl-feature-banner--dark .kl-rich-text__preheader {
  color: #128AFB;
}
/* End of Appearance: Dark */

/* Heading sizes */
.kl-feature-banner__content--heading-size-normal {
  --heading-size: 36px;
  --heading-line-height: 1.3333333333; /* 48/36 */
}

.kl-feature-banner__content--heading-size-big {
  --heading-size: 48px;
  --heading-line-height: 1.1666666667; /* 56/48 */
}

@media screen and (max-width: 767px) {
  .kl-feature-banner__content {
    --heading-size: 32px;
    --heading-line-height: 1.5; /* 48/32 */
  }
}
/* End of Heading sizes */

/* Content Sizes */
.kl-feature-banner--content-width-normal {
  --content-width: var(--width-6col);
  --img-width: calc(50vw - var(--gutter) / 2);
  --img-offset: calc(var(--width-6col) + var(--gutter));
  --img-aspect-ratio: 83.8068181818%; /* 704:590 aspect ratio */
}

.kl-feature-banner--content-width-wide {
  --content-width: var(--width-7col);
  --img-width: calc(50vw - var(--gutter) / 2 - (var(--width-7col) - var(--width-6col)));
  --img-offset: calc(var(--width-7col) + var(--gutter));
  --img-aspect-ratio: 86.7549668874%; /* 604:524 aspect ratio */
}

@media screen and (max-width: 1023px) {
  .kl-feature-banner {
    --content-width: 100%;
    --img-width: 100%;
    --img-offset: 0;

    max-width: 604px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* End of Content Sizes */

/* Positioning */
.kl-feature-banner--content-position-right {
  flex-direction: row-reverse;
}

.kl-feature-banner--content-position-right:not(.new) .kl-feature-banner__image {
  left: auto;
  right: var(--img-offset);
}
/* End of Positioning */

.kl-feature-banner.new .kl-feature-banner__image {
  position:relative;
  top:auto;
  transform:none;
  width:100%;
  max-width:none;
}

.kl-feature-banner.new .kl-feature-banner__image img {
  position:relative;
  top:auto;
  transform:none;
  width:100%;
  max-width:none;
}

@media screen and (min-width: 768px) {
  .kl-feature-banner.new {
    flex-direction:row;
    gap:2rem;
    align-items:center;
    justify-content:space-between;
  }
}

@media screen and (min-width: 1024px) {
  .kl-feature-banner.new {
    gap:4rem;
  }
}
.kl-featured-card-single {
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.2);
  border-radius: 2px;
  background-color: #FFF;
  width: 100%;
  min-height: 362px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.kl-featured-card-single__image {
  background-color: #A6BCD9;
  flex: 0 0 320px;
}

.kl-featured-card-single__body {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 38px;
}

@media screen and (max-width: 960px) {
  .kl-featured-card-single__image {
    flex-basis: 280px;
  }
}

@media screen and (max-width: 767px) {
  .kl-featured-card-single {
    display: block;
  }

  .kl-featured-card-single__image {
    height: 252px;
  }
}

.kl-featured-card-single__preheader {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #128AFB;
  display: block;
  line-height: 1.3333333333; /* 16/12 */
  margin: 0 0 .75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.kl-featured-card-single__content h1, .kl-featured-card-single__content h2, .kl-featured-card-single__content h3, .kl-featured-card-single__content h4 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card-single__content p {
  color: #99ACBC;
  font-size: 20px;
  line-height: 1.6; /* 32/20 */
  margin: 0 0 2rem;
}

.kl-featured-card-single__text {
  flex-grow: 1;
}

.kl-featured-card-single__btn .button {
  background: linear-gradient(180deg, #3B64A0 0%, #2A456D 100%);
  box-shadow: inset 0 0 0 1px rgba(16,28,44,0.5), 0 1px 2px 1px rgba(123,139,153,0.15), 0 1px 2px 0 rgba(42,69,109,0.4);
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .kl-featured-card-single__content h1, .kl-featured-card-single__content h2, .kl-featured-card-single__content h3, .kl-featured-card-single__content h4 {
    font-size: 32px;
  }

  .kl-featured-card-single__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .kl-featured-card-single__content h1, .kl-featured-card-single__content h2, .kl-featured-card-single__content h3, .kl-featured-card-single__content h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px),
       screen and (max-width: 560px) {
  .kl-featured-card-single br {
    display: none !important;
  }
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 16px;
}

.dnd-row:nth-child(odd) .kl-featured-cards__wrapper > .kl-featured-cards__column,
  .dnd-row:nth-child(even) .kl-featured-cards__wrapper > .kl-featured-cards__card-wrapper {
  flex: 0 0 66.6666666667%;
}

.dnd-row:nth-child(odd) .kl-featured-cards__wrapper > .kl-featured-cards__card-wrapper,
.dnd-row:nth-child(even) .kl-featured-cards__wrapper > .kl-featured-cards__column {
  flex: 0 0 33.3333333333%;
}

.dnd-row:nth-child(odd) .kl-featured-cards__column > .kl-featured-cards__card-wrapper .kl-featured-card,
.dnd-row:nth-child(even) .kl-featured-cards__wrapper > .kl-featured-cards__card-wrapper .kl-featured-card {
  background-color: #A6BCD9;
  padding-right: calc(50% + 16px);
}

.dnd-row:last-child .kl-card {
  border: 0;
  padding: 16px 0;
}

.dnd-row:last-child .kl-card .button {
  background: linear-gradient(180deg, #3B64A0 0%, #2A456D 100%);
  padding: 8px 16px;
}

.kl-featured-card {
  /* border: 0.5px solid rgba(100, 146, 253, 0.2); */
  /* box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2); */
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.2);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #128AFB;
  display: block;
  line-height: 1.3333333333; /* 16/12 */
  margin: 0 0 .75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content h3 {
  font-size: 20px;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  background-color: #FFF;
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kl-featured-cards-cstm__wrapper {
  margin: 0 -16px;
}

.kl-featured-cards-cstm__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 16px;
}

.kl-featured-cards-cstm__row {
  display: flex;
}

.kl-featured-cards-cstm__row > * {
    flex: 0 0 33.3333333333%;
}

.kl-featured-cards-cstm__row > *:first-child {
    flex-grow: 1;
}

@media screen and (max-width: 979px) {
  .kl-featured-cards-cstm__row {
    display: block;
  }
}

.kl-featured-card-cstm {
  /* border: 0.5px solid rgba(100, 146, 253, 0.2); */
  /* box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2); */
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.2);
  border-radius: 2px;
  background-color: #A6BCD9;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 979px) {
  .kl-featured-card-cstm {
    min-height: 0;
  }
}

@media screen and (max-width: 639px) {
  .kl-featured-card-cstm {
    display: block;
  }
}

.kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm {
  padding-right: 65.7534246575%; /* 768/1168 */
}

.kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm {
  padding-left: 52.0833333333%; /* 400/768 */
}

@media screen and (max-width: 979px) {
  .kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm {
    padding-right: 50%;
  }

  .kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm {
    padding-left: 50%;
  }
}

@media screen and (max-width: 639px) {
  .kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm {
    padding-right: 0;
  }

  .kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm {
    padding-left: 0;
  }
}

.kl-featured-card-cstm__preheader {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #128AFB;
  display: block;
  line-height: 1.3333333333; /* 16/12 */
  margin: 0 0 .75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.kl-featured-card-cstm__content h1, .kl-featured-card-cstm__content h2, .kl-featured-card-cstm__content h3, .kl-featured-card-cstm__content h4, .kl-featured-card-cstm__content h5, .kl-featured-card-cstm__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card-cstm__content h3 {
  font-size: 20px;
}

.kl-featured-card-cstm__content p {
  color: #99ACBC;
  font-size: 18px;
  margin: 0 0 2rem;
}

.kl-featured-card-cstm__body {
  background-color: #FFF;
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card-cstm__text {
  flex-grow: 1;
}

.kl-featured-card-cstm__image {
  width: auto;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 639px) {
  .kl-featured-card-cstm__image {
    height: 180px;
    position: static;
  }
}

.kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm__image {
  left: 34.2465753425%;
}

.kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm__image img {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm__image {
  left: 0;
  width: 52.0833333333%;
}

.kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm__image img {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media screen and (max-width: 979px) {
  .kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm__image {
    left: 50%;
  }

  .kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm__image {
    width: 50%;
  }
}

@media screen and (max-width: 639px) {
  .kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm__image {
    width: auto;
  }

  .kl-featured-cards-cstm__card-wrapper--full-width .kl-featured-card-cstm__image img,
  .kl-featured-cards-cstm__row > *:first-child .kl-featured-card-cstm__image img {
    border-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}

.kl-featured-card-cstm__image a {
  display: block;
  height: 100%;
}

.kl-featured-card-cstm__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kl-featured-cards-cstm__btn {
  margin-top: 1.5rem;
}

.kl-featured-cards-cstm__btn .button {
  background: linear-gradient(180deg, #3B64A0 0%, #2A456D 100%);
  box-shadow: inset 0 0 0 1px rgba(16,28,44,0.5), 0 1px 2px 1px rgba(123,139,153,0.15), 0 1px 2px 0 rgba(42,69,109,0.4);
  padding: 8px 16px;
}
.kl-footer {
  background-color: rgba(8, 14, 22, 1.0);
}

.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p, .kl-footer a, .kl-footer div, .kl-footer span {
  color: rgba(153, 172, 188, 1.0);
}

.kl-footer__wrapper {
  width: 100%;
}

.kl-footer__legal {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding: 32px 0 80px;
}

.kl-footer__legal > span {
  margin: 0 1.25rem;
  color: rgba(153, 172, 188, 1.0);
}

.kl-footer__legal > span:first-child {
  margin-left: 0;
  margin-right: auto;
}

.kl-footer__legal > span:last-child {
  margin-right: 0;
}

.kl-footer__legal a {
  color: #FFF;
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: #128AFB;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .kl-footer__legal {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .kl-footer__wrapper {
    position: relative;
  }

  .kl-footer__legal {
    justify-content: flex-start;
    padding-top: 24px;
  }

  .kl-footer__legal > span {
    margin-left: 0;
  }

  .kl-footer__legal > span:first-child {
    flex-basis: 100%;
    margin-top: 1.5rem;
    order: 2;
  }

  .kl-footer__legal > span:not(:first-child) {
    margin-right: 24px;
    padding-right: 31px;
    position: relative;
  }

  .kl-footer__legal > span:not(:first-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #192A42;
  }

  .kl-footer__legal > span:last-child::after {
    display: none;
  }
}

.kl-footer__byline-wrapper {
  background-color: black;
}

.kl-footer__byline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: -0.625rem -1.25rem;
}

@media screen and (max-width: 767px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  margin: 0.625rem 1.25rem;
  color: rgba(153, 172, 188, 1.0);
  text-align: center;
}

.kl-footer__byline a {
  color: rgba(153, 172, 188, 1.0);
}

.kl-footer__byline a:hover, .kl-footer__byline a:focus, .kl-footer__byline a:active {
  color: #128AFB;
  text-decoration: none;
}

.kl-footer__top {
  border-bottom: 2px solid rgba(192, 208, 223, 0.15);
  padding: 120px 0 32px;
  display: flex;
}

.kl-footer__logo {
  max-width: 163px;
  max-height: 24px;
  margin-right: 24px;
}

.kl-footer__tagline p {
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 1125px) {
  .kl-footer__logo {
    max-width: 136px;
    max-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kl-footer__top {
    padding-top: 96px;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .kl-footer__logo {
    margin-bottom: 19px;
  }

  .kl-footer__tagline p {
    font-size: 15px;
  }
}

.kl-footer__content {
  border-bottom: 2px solid rgba(192, 208, 223, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 60px 0 40px;
}

@media screen and (max-width: 1023px) {
  .kl-footer__content {
    padding: 16px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .kl-footer__content {
    display: block;
  }
}

.kl-footer__address {
  margin: 32px 0 16px;
}

.kl-footer__address p {
  color: rgba(153, 172, 188, 1.0);
}

.kl-footer__info {
  flex-basis: 68px;
}

.kl-footer__info img {
  display: block;
  height: 48px;
  max-width: 200px;
  width: auto;
}

.kl-footer__info p {
  font-size: 0.875em;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px 16px;
}

.kl-footer__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: rgba(153, 172, 188, 1.0);
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover svg {
  fill: #128AFB;
  /*fill: $secondary-color;*/
}

@media screen and (max-width: 767px) {
  .kl-footer__social {
    position: absolute;
    top: 88px;
    right: 4px;
    margin: 0;
  }
}

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  max-width: 1068px;
  margin: 0 -16px;
}

@media screen and (max-width: 767px) {
  .kl-footer__menu {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__menu h3 {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 1.0);
  text-transform: uppercase;
}

.kl-footer__menu a {
  display: block;
  color: rgba(153, 172, 188, 1.0);
  letter-spacing: 0.5px;
  margin: 0 0 1.375em;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #128AFB;
  /*color: $secondary-color;*/
  text-decoration: none;
}

.kl-footer__menu-title {
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  margin: 0 0 2rem;
  text-transform: uppercase;
}

.kl-footer__group {
  flex: 0 0 25%;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .kl-footer__group {
    flex-basis: 50%;
    margin: 16px auto;
  }
}

@media screen and (max-width: 767px) {
  .kl-footer__group {
    flex-basis: 100%;
  }
}

/* Footer specific */
.body-wrapper--landingpage .kl-footer__content {
  display: none;
}
/* End of Footer specific */
.kl-form-card .hs-form-required {
  display: none;
}

.kl-form-card .hs-button {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
}

.kl-form-card .hs-form-field {
  margin-bottom: 1.5rem;
}

.kl-form-card .hs-form-field ::placeholder {
  color: #99ACBC;
}

.kl-form-card .hs-submit {
  margin-top: 2rem;
}

.kl-form-card__logo {
  margin-bottom: 2rem;
  text-align: center;
}

.kl-form-card__logo img {
  vertical-align: middle;
}

.kl-form-card--light {
  background-color: #F0F4F8;
}

.kl-form-card--light label {
  color: #99ACBC;
}

.kl-form-card--light .legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span,
.kl-form-card--light .legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: #192A42;
}

.kl-form-card--dark {
  background-color: #384757;
}

.kl-form-card--dark label {
  color: #99ACBC;
}

.kl-form-card--dark .legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span,
.kl-form-card--dark .legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: #FFFFFF;
}
.kl-form-banner {
  --content-width: 48.717948718%;
  --gutter: 2.564102564%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 524px;
}

.kl-form-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 49vw;
  max-width: 800px;
  aspect-ratio: 704 / 637;
  background: url('https://9119985.fs1.hubspotusercontent-na1.net/hubfs/9119985/raw_assets/public/atlas-theme-icoldo/images/emporix/illustrations/hero/oblique-bar-3.svg') no-repeat bottom right;
  background-size: cover;
  z-index: 2;
}

.kl-form-banner__content {
  flex: 0 0 var(--content-width);
  position: relative;
  z-index: 3;
}

.kl-form-banner__content h1,
.kl-form-banner__content h2 {
  font-size: 48px;
  line-height: 1.1666666667; /* 56/48 */
}

.kl-form-banner__content p {
  font-size: 20px;
  line-height: 1.6; /* 32/20 */
  margin-bottom: 1.5rem;
}

.kl-form-banner__content ul {
  list-style: none;
  padding-left: 0;
}

.kl-form-banner__content li {
  line-height: 1.5; /* 24/16 */
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.kl-form-banner__content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #128AFB
}

.kl-form-banner__content .button {
  background: linear-gradient(180deg, #FDDD4D 0%, #FCB314 100%); 
  color: #192A42;
}

.kl-form-banner__img {
  margin-bottom: 1rem;
}

.kl-rich-text__buttons {
  margin-top: 1rem;
}

@media screen and (max-width: 979px) {
  .kl-form-banner {
    --content-width: 100%;
    --gutter: 0;

    flex-wrap: wrap;
  }

  .kl-form-banner::before {
    width: 75vw;
  }
}

@media screen and (max-width: 979px) {
  .kl-form-banner__content {
    margin-bottom: 36px;
  }

  .kl-form-banner__content h1,
  .kl-form-banner__content h2 {
    font-size: 32px;
    line-height: 1.5; /* 48/32 */
  }
}

/* Form */
.kl-form-banner__form {
  flex: 0 0 var(--content-width);
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  max-width: 532px;
  padding: 108px 32px 32px;
  position: relative;
}

.kl-form-banner__form--short {
  padding-top: 36px;
}

.kl-form-banner__form::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 96px;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: url('https://9119985.fs1.hubspotusercontent-na1.net/hubfs/9119985/raw_assets/public/atlas-theme-icoldo/images/emporix/illustrations/form/form-image.png') no-repeat top center;
  background-size: cover;
}

.kl-form-banner__form--short::before {
  height: 24px;
}

.kl-form-banner__form label {
  margin-bottom: 0.5rem;
}

.kl-form-banner__form .hs-error-msg {
  color: #ef6b51;
}

.kl-form-banner__form .hs-form-required {
  display: none;
}

.kl-form-banner__form .hs-button {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
}

.kl-form-banner__form .hs-form-field {
  margin-bottom: 1.5rem;
}

.kl-form-banner__form .hs-form-field ::placeholder {
  color: #99ACBC;
}

.kl-form-banner__form .hs-submit {
  margin-top: 2rem;
}

.legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 4px;
}

.legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 32px;
}

.legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container.legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5; /* 24/16 */
}

form .hs-richtext {
  padding-left: 32px;
}

.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  color: #99ACBC;
  font-size: 0.625rem;
  line-height: 1.6; /* 16/10 */
}

@media screen and (max-width: 979px) {
  .kl-form-banner__form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .kl-form-banner__form {
    padding: 96px 20px 56px;
    margin-left: -20px;
    margin-bottom: -32px;
    max-width: none;
    flex-basis: 100vw;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }

  .kl-form-banner__form--short {
    padding-top: 24px;
  }

  .kl-form-banner__form::before {
    border-radius: 0;
  }

  .kl-form-banner__form::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 0;
    padding-bottom: 2.2222222222%;
  }

  .kl-form-banner__form.kl-form-card--light::after {
    background: linear-gradient(to left bottom, #F0F4F8 50%, rgba(255,255,255,0) calc(50% + 1px));
  }

  .kl-form-banner__form.kl-form-card--dark:after {
    background: linear-gradient(to left bottom, #384757 50%, rgba(255,255,255,0) calc(50% + 1px));
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .kl-form-banner__form {
    margin-bottom: 32px;
  }
}
/* End of Form */

/* Appearance: Dark */
.kl-form-banner--dark * {
  color: #fff;
}

.kl-form-banner--dark p {
  color: #99ACBC;
}

.kl-form-banner--dark .kl-rich-text__preheader {
  color: #128AFB;
}
/* End of Appearance: Dark */
.kl-form-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-form-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-form-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

.kl-form-modal__close svg {
  display: block;
}

.kl-form-modal__wrapper {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
  padding: 48px;
  max-width: 1024px;
}

.kl-form-modal__wrapper__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-form-modal__wrapper__content h1, .kl-form-modal__wrapper__content h2, .kl-form-modal__wrapper__content h3, .kl-form-modal__wrapper__content h4, .kl-form-modal__wrapper__content h5, .kl-form-modal__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-form-modal__wrapper__content p {
  margin: 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .kl-form-modal__wrapper {
    padding: 32px 20px;
  }
}

.kl-form-modal__container {
  max-width: 100%;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-form-modal__form {
  width: 480px;
  max-width: 100%;
  flex-basis: 50%;
  flex-shrink: 0;
}

.kl-form-modal__form h3.form-title {
  display: none;
}

.kl-form-modal__body {
  display: flex;
  flex-basis: calc(100% / 2);
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .kl-form-modal__body {
    display: block;
  }
}

.kl-form-modal__content {
  padding: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .kl-form-modal__content {
    padding: 0 0 32px 0;
  }
}

.kl-form-modal__logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.kl-form-modal__image {
  padding: 8px;
  flex-basis: calc(100% / 3);
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .kl-form-modal__image {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-form-modal__image {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 480px) {
  .kl-form-modal__image {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 360px) {
  .kl-form-modal__image {
    flex-basis: calc(100% / 2);
  }
}

.kl-form-modal__image img {
  display: block;
}

.kl-form-modal:target {
  visibility: visible;
}

.kl-form-modal:target .kl-form-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-form-modal:target .kl-form-modal__container {
  visibility: visible;
  opacity: 1;
}
.kl-form-modal-custom {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 72px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

@media screen and (max-width: 1199px) {
  .kl-form-modal-custom {
    padding: 64px 16px;
  }
}

.kl-form-modal-custom__overlay {
  content: '';
  background-color: #080E16;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-form-modal-custom__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

.kl-form-modal-custom__close svg {
  display: block;
}

.kl-form-modal-custom__wrapper {
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  /* overflow: hidden; */
  padding: 42px 32px 40px;
  max-width: 1000px;
}

.kl-form-modal-custom__wrapper__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-form-modal-custom__wrapper__content h1, .kl-form-modal-custom__wrapper__content h2, .kl-form-modal-custom__wrapper__content h3, .kl-form-modal-custom__wrapper__content h4, .kl-form-modal-custom__wrapper__content h5, .kl-form-modal-custom__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-form-modal-custom__wrapper__content p {
  margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .kl-form-modal-custom__wrapper {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 480px) {
  .kl-form-modal-custom__wrapper {
    padding-bottom: 0;
  }
}

.kl-form-modal-custom__container {
  max-width: 100%;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .kl-form-modal-custom__container {
    width: 680px;
  }
}

.kl-form-modal-custom__form {
  width: 532px;
  max-width: 100%;
  flex: 0 1 532px;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  margin-right: -64px;
  padding: 36px 32px;
}

.kl-form-modal-custom__form h3.form-title {
  display: none;
}

@media screen and (max-width: 1023px) {
  .kl-form-modal-custom__form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .kl-form-modal-custom__form {
    margin: 0 -20px;
    width: auto;
    max-width: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    bottom: -2px;
    padding: 32px 20px;
  }
}

.kl-form-modal-custom__body {
  display: flex;
  flex-basis: calc(100% / 2);
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .kl-form-modal-custom__body {
    display: block;
  }
}

.kl-form-modal-custom__content {
  display: flex;
  flex-direction: column;
  flex: 0 1 466px;
  padding: 56px 116px 0 0;
}

.kl-form-modal-custom__content h1, .kl-form-modal-custom__content h2, .kl-form-modal-custom__content h3 {
    font-size: 36px;
    line-height: 1.3333333333; /* 48/36 */
}

@media screen and (max-width: 1023px) {
  .kl-form-modal-custom__content {
    display: block;
    padding: 0 0 32px 0;
  }

  .kl-form-modal-custom__content h1, .kl-form-modal-custom__content h2, .kl-form-modal-custom__content h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 739px) {
  .kl-form-modal-custom__content h1, .kl-form-modal-custom__content h2, .kl-form-modal-custom__content h3 {
    font-size: 20px;
  }
}

.kl-form-modal-custom__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto -16px auto 0;
}

.kl-form-modal-custom__image {
  padding: 6px;
  flex-basis: calc(100% / 3);
  display: flex;
  justify-content: center;
  margin: 0 24px 24px 0;
  max-width: 96px;
  height: 48px;
}

/* @media screen and (max-width: 1024px) {
  .kl-form-modal-custom__image {
    flex-basis: calc(100% / 3);
  }
} */

@media screen and (max-width: 1023px) {
  .kl-form-modal-custom__logos {
    margin: auto;
  }

  .kl-form-modal-custom__image {
    flex-basis: calc(100% / 6);
    margin: 0;
    max-width: none;
  }
}

@media screen and (max-width: 739px) {
  .kl-form-modal-custom__image {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 360px) {
  .kl-form-modal-custom__image {
    flex-basis: calc(100% / 2);
  }
}

.kl-form-modal-custom__image img {
  display: block;
  max-width: 84px;
}

.kl-form-modal-custom:target {
  visibility: visible;
}

.kl-form-modal-custom:target .kl-form-modal-custom__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-form-modal-custom:target .kl-form-modal-custom__container {
  visibility: visible;
  opacity: 1;
}
.kl-hero-01 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 64px 0;
}

.kl-hero-01__content {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 64px 0;
  }
}

.kl-hero-03__content {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.kl-hero-image-left {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .kl-hero-image-left {
    padding: 64px 0;
  }
}

.kl-hero-image-left__content {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-image-left__content {
    padding: 0px;
  }
}

.kl-hero-image-left__content .kl-rich-text {
  max-width: calc(50% - 66px);
  /* margin-left: calc(50% + 66px); */
  position: relative;
  z-index: 1;
}
  
.kl-hero-image-left__content .kl-rich-text p {
  color: #99ACBC;
  font-size: 20px;
  line-height: 1.6; /* 32/20 */
  max-width: 420px;
}

@media screen and (max-width: 768px) {
  .kl-hero-image-left__content .kl-rich-text {
    max-width: 100%;
    margin-left: 0;
  }
}

.kl-hero-image-left__image {
  position: absolute;
  /* right: calc(50% - 50px); */
  left: 50%;
  /* top: 50%; */
  bottom: -100px;
  /* transform: translateY(-50%); */
  transform: translateX(-50%);
  /* width: 54vw; */
  width: 100vw;
  height: 740px;
  overflow: hidden;
}

.kl-hero-image-left__image img {
  position: absolute;
  bottom: 0;
  right: -100px;
  max-width: 63% !important;
}

@media screen and (max-width: 768px) {
  .kl-hero-image-left__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-image-left__image {
    display: none;
  }
}

.kl-hero-image-left__image img {
  display: block;
}

.kl-hero-image-left__image::after {
  content: "";
  position: absolute;
  right: 47px;
  top: calc(100% + 44px);
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background: url('https://f.hubspotusercontent-eu1.net/hubfs/25053817/olique-bar-1.svg') no-repeat top right;
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos__item {
  padding: 16px 24px;
}

.kl-logos__item a {
  display: block;
}

.kl-logos__item img {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}

.kl-logos-preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0 0 1.5rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
}

.kl-logos-wrapper--dark .kl-logos-preheader {
  color: #FFF;
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.kl-about-modal__wrapper__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-about-modal__wrapper__content h1, .kl-about-modal__wrapper__content h2, .kl-about-modal__wrapper__content h3, .kl-about-modal__wrapper__content h4, .kl-about-modal__wrapper__content h5, .kl-about-modal__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-about-modal__wrapper__content p {
  margin: 0 0 2rem;
}

.kl-about-modal__container {
  max-width: 680px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal__head {
  padding: 32px;
  background-color: #128AFB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px;
}

.kl-about-modal__head p, .kl-about-modal__head h1, .kl-about-modal__head h2, .kl-about-modal__head h3, .kl-about-modal__head h4, .kl-about-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-about-modal__head > div {
  padding: 20px;
}

.kl-about-modal__image img {
  max-width: 100%;
  height: 120px !important;
  width: 120px;
  border-radius: 120px;
  object-fit: cover;
  object-position: center;
}

.kl-about-modal__body {
  background-color: white;
  padding: 32px;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #192A42;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #128AFB;
  /*fill: $secondary-color;*/
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-header-placeholder {
  height: 80px;
}

.kl-navbar {
  height: 80px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .kl-navbar::after {
    content: '';
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    background-color: #080E16;
    opacity: 0;
    transition: all .25s ease-in-out;
    visibility: hidden;
  }

  .kl-navbar.is-active::after {
    opacity: 0.5;
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .kl-navbar {
    justify-content: space-between;
  }

  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .kl-navbar, .kl-header-placeholder {
    height: 64px;
  }
}

.kl-navbar__logo {
  width: auto;
  display: block;
  max-width: 163px;
  max-height: 24px;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__logo {
    max-width: 136px;
    max-height: 20px;
  }
}

.kl-navbar__mobile {
  display: flex;
}

.kl-navbar__mobile .hs_cos_wrapper_type_language_switcher {
  display: none;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__mobile .hs_cos_wrapper_type_language_switcher {
    display: block;
  }
}

.kl-navbar__mobile .hs_cos_wrapper_type_language_switcher + .kl-navbar__hamburger {
  margin-left: 32px;
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__content {
    background-color: rgba(255, 255, 255, 1.0);
    position: fixed;
    width: 100%;
    height: calc(100% - 64px);
    left: 0;
    bottom: 0;
    padding: 0 20px;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0 10px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__menu {
    display: block;
    border-top: 1px solid #C0D0DF;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 16px;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: none;
  }
}

@media screen and (max-width: 919px) {
  .kl-navbar__item {
    margin: 0;
  }
}

.kl-navbar__button {
  -webkit-tap-highlight-color: transparent;

  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #192A42;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__button {
    font-size: 1rem;
    line-height: 1.5; /* 24/16 */
    display: block;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.kl-navbar__button > span:after {
  /* content: ''; */
  width: 0px;
  height: 2px;
  background-color: #128AFB;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__button > span {
    padding: 28px 8px 28px 16px;
  }
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active, .kl-navbar__button--active {
  text-decoration: none;
}

.kl-navbar__button:hover, .kl-navbar__button:active, .kl-navbar__button--active {
  color: #128AFB;
}

.kl-navbar__item--active .kl-navbar__button,
.kl-navbar--active .kl-navbar__button {
  color: #192A42;
}

@media screen and (min-width: 1200px) {
  .kl-navbar.is-active .kl-navbar__item:not(.kl-navbar__item--active) .kl-navbar__button {
    color: #99ACBC;
  }
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after, .kl-navbar__button--active > span:after, .kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end .kl-navbar__button {
  color: #99ACBC;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.kl-navbar__end .kl-navbar__button:hover,
.kl-navbar__end .kl-navbar__button:focus,
.kl-navbar__end .kl-navbar__button:active {
  color: #128AFB;
}

.kl-navbar__end .button--outlined:hover {
  background-color: #128AFB;
  border-color: #128AFB;
}

.kl-navbar__end > span + a {
  margin-left: 25px;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__end {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #C0D0DF;
    padding: 20px 0 20px;
  }

  .kl-navbar__end > span + a {
    margin-left: 0;
  }

  .kl-navbar__end .kl-navbar__button {
    margin-right: -16px;
    order: 2;
  }

  .kl-navbar__end .kl-navbar__button span {
    padding: 11px 16px;
  }
}

.kl-navbar__end > a + a {
  margin-left: 25px;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__end .hs_cos_wrapper_type_language_switcher {
    display: none;
  }

  .kl-navbar__end > a + a {
    margin-left: 0;
  }
}

.kl-navbar__panel {
  background-color: #f0f4f8;
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
    margin: 0 -20px;
    box-shadow: none;
  }
}

.kl-navbar__panel-wrapper {
  margin: 0 auto;
  padding: 32px;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__panel-wrapper {
    padding: 32px 24px;
  }
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 650px;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin: 0 16px;
  color: #192A42;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: #192A42;
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #128AFB;
}

.kl-navbar .hamburger {
  -webkit-tap-highlight-color: transparent;

  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .kl-navbar .hamburger {
    display: flex;
  }
}

.kl-navbar .hamburger-box {
  width: 22px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 22px;
  height: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner {
  background-color: rgba(0,0,0,0.5);
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
  background-color: #000000;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -24px;
  visibility: hidden;
}

@media screen and (max-width: 1199px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  width: 160px;
}

@media screen and (max-width: 1199px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 1199px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 1rem;
  word-break: normal;
  color: #192A42;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #128AFB;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .kl-navbar-submenu__item a {
    padding: 12px 0;
  }
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  padding-left: 3px;
  border-right: 1px solid #192A42;
  border-bottom: 1px solid #192A42;
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #128AFB;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}


/* Custom navbar dropdown buttons */
.kl-navbar__dropdown-icon {
  color: #c0d0df;
  margin-left: 4px;
}

.kl-navbar__item--active .kl-navbar__dropdown-icon {
  color: #128AFB;
}

.kl-navbar__item--active .kl-navbar__dropdown {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__button .kl-navbar__dropdown-icon {
    margin-left: 0;
    padding-left: 0;
  }
}

/* Mega dropdown arrow */
.kl-navbar__dropdown::after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  top: calc(100% + 7px);
  transition: all .25s ease-in-out;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 13px solid #fff;
  z-index: 101;

  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
}

.kl-navbar__item--active .kl-navbar__dropdown::after {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .kl-navbar__dropdown::after {
    left: 20px;
    top: calc(100% - 1px);
  }
}


/* Custom mega menu dropdowns */
.kl-navbar__panel {
  width: 792px;
}

.kl-navbar__panel-groups {
  display: flex;
  margin: 0 -16px;
}

.kl-navbar__panel-group {
  flex: 1 1 auto;
  min-width: 380px;
}

.kl-navbar__panel-group--narrow {
  display: flex;
  flex: 0 0 128px;
  flex-direction: column;
  min-width: 0;
}

@media screen and (max-width: 919px) {
  .kl-navbar__panel-groups {
    display: block;
    margin: 0;
  }

  .kl-navbar__panel-group {
    min-width: 0;
  }

  .kl-navbar__panel-group + .kl-navbar__panel-group {
    margin-top: 24px;
  }
}

.kl-navbar__panel-title {
  border-bottom: 1px solid currentColor;
  color: #99ACBC;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  margin: 0 16px 1.5rem;
  padding-bottom: 1em;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 919px) {
  .kl-navbar__panel-title {
    font-size: 10px;
    margin: 0 0 16px;
    padding-bottom: 8px;
  }
}

.kl-navbar__panel-entries {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
  
.kl-navbar__panel-group:first-child:last-child .kl-navbar__panel-entries {
  max-height: 300px;
}

.kl-navbar__panel-entry {
  padding: 0;
  width: 380px;
}

@media screen and (max-width: 919px) {
  .kl-navbar__panel-entries {
    display: block;
    column-width: 350px;
    column-gap: 20px;
    max-height: none !important;
  }

  .kl-navbar__panel-entry {
    display: block;
    break-inside: avoid;
    page-break-inside: avoid;
    width: auto;
  }
}

.kl-navbar__panel-entry a {
  -webkit-tap-highlight-color: transparent;

  border-radius: 2px;
  display: block;
  padding: 16px 16px 16px 80px;
  position: relative;
  transition: all .25s ease-in-out;
}
  
.kl-navbar__panel-entry a:hover {
  background-color: #fff;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.2);
  text-decoration: none;
}

.kl-navbar__entry-title {
  color: #192A42;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333; /* 24/18 */
  margin-bottom: 4px;
}

.kl-navbar__entry-description {
  color: #99ACBC;
  font-size: 14px;
  line-height: 1.4285714286; /* 20/14 */
  margin-bottom: 0;
}

.kl-navbar__entry-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 919px) {
  .kl-navbar__panel-entry a {
    margin-left: -8px;
    margin-right: -8px;
    padding: 12px 16px 12px 72px;
  }

  .kl-navbar__entry-title,
  .kl-navbar__entry-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .kl-navbar__entry-title {
    font-size: 14px;
    line-height: 1.4285714286; /* 20/14 */
  }

  .kl-navbar__entry-description {
    font-size: 10px;
    line-height: 1.6;
  }

  .kl-navbar__entry-icon {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }
}

.kl-navbar__panel-logos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0 16px;
}

.kl-navbar__panel-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 0 6px;
}

@media screen and (max-width: 919px) {
  .kl-navbar__panel-logos {
    flex-direction: row;
    margin-left: -6px;
    margin-right: -6px;
    padding: 0;
  }
}

.kl-navbar__panel-footer {
  border-top: 1px solid #99ACBC;
  margin-top: 16px;
  padding-top: 16px;
}

.kl-navbar__bottom-cta {
  -webkit-tap-highlight-color: transparent;

  color: #192A42;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333; /* 24/18 */
  border-radius: 2px;
  padding: 28px 16px 28px 80px;
  position: relative;
  margin: 0 -16px;
  transition: all .25s ease-in-out;
}

.kl-navbar__bottom-cta:hover {
  background-color: #fff;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.2);
  text-decoration: none;
}

@media screen and (max-width: 919px) {
  .kl-navbar__bottom-cta {
    font-size: 14px;
    line-height: 1.4285714286; /* 20/14 */
    margin-left: -8px;
    margin-right: -8px;
    padding: 12px 16px 12px 72px;
    height: 64px;
    display: flex;
    align-items: center;
  }
}

.kl-navbar__item:nth-child(2) .kl-navbar__panel {
  left: -220px;
}

.kl-navbar__item:nth-child(3) .kl-navbar__panel {
  left: -206px;
}

.kl-navbar__item:nth-child(4) .kl-navbar__panel {
  left: -423px;
  /* width: 920px; to accomodate sidebar logos */
}

.kl-navbar__item:nth-child(5) .kl-navbar__panel {
  left: calc(50% - 182px); /* 50% - (width/2 + arrow_width/2 + 20px) */
  width: 348px;
}

.kl-navbar__item:nth-child(5) .kl-navbar__panel-group {
  min-width: 0;
}

.kl-navbar__item:nth-child(5) .kl-navbar__panel-entries {
  max-height: none !important;
}

.kl-navbar__item:nth-child(5) .kl-navbar__panel-entry {
  width: auto;
}

.kl-navbar__item:nth-child(5) .kl-navbar__panel-entry a {
  padding-left: 16px;
}

.kl-navbar__item:nth-child(6) .kl-navbar__panel {
  left: auto;
  right: -200px;
}

@media screen and (max-width: 1199px) {
  .kl-navbar__item.kl-navbar__item .kl-navbar__panel {
    width: 100vw;
    border-radius: 0;
    margin: 0 0 0 -36px;
  }
}

@media screen and (max-width: 919px) {
  .kl-navbar__item.kl-navbar__item .kl-navbar__panel {
    margin: 0 0 0 -20px;
  }
}

/* Particular cases overwrites */
.body-wrapper--no-mobile-menu .kl-navbar__mobile {
  display: none !important;
}
.kl-oblique-section-divider {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 0;
  padding-bottom: 2.2222222222%;
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid #DAE3F9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 2px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: Lato, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #128AFB;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__features li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='7.59' cy='7.62' r='7.5' fill='%23EBF1FF'/%3E%3Cpath d='M10.84 4.39L6.37 9.11 4.61 7.26l-.95 1.01 2.71 2.86 5.43-5.72-.96-1.02z' fill='%234678EE'/%3E%3C/svg%3E");
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
  padding: 24px 24px 24px 120px;
  position: relative;
}

.kl-features-01__card h3, .kl-features-01__card h4 {
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}

.kl-features-01__card p {
  font-size: 18px;
  line-height: 1.3333333333; /* 24/18 */
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}

.kl-features-01__image {
  background-clip: padding-box;
  border: 5px solid rgba(18, 138, 251, 0.1);
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 40px;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #128AFB;
}

.kl-features-01__description {
  color: #99ACBC
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 530px) {
  .kl-features-02 {
    display: block;
  }
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02__card {
  flex-basis: 225px;
  flex-grow: 1;
  margin: 16px;
  display: block;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.kl-features-02__title {
  margin: 0;
  display: inline;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 400;
}

.kl-features-02__description p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 24px;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 24px;
  width: 24px;
  fill: #128AFB;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #128AFB;
}

.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f3f3f3;
    text-align: center;
  }
  .kl-features-03__titles li + li {
    border-top: 1px solid #dadada;
  }
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  margin: 0;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #128AFB;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}

.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}
.kl-providers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .kl-providers {
    display: block;
  }
}

.kl-providers__card {
  flex: 0 0 auto;
  padding: 38px 24px 24px 32px;
  margin-bottom: 1rem;
  transition: all .25s ease-in-out;
}

.kl-providers__card:hover {
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
}

.kl-providers--2col .kl-providers__card {
  flex-basis: 50%;
}

.kl-providers--3col .kl-providers__card {
  flex-basis: 33.3333333333%;
}

.kl-providers--4col .kl-providers__card {
  flex-basis: 25%;
}

@media screen and (max-width: 1023px) {
  .kl-providers--3col .kl-providers__card,
  .kl-providers--4col .kl-providers__card {
    flex-basis: 50%;
  }
}

.kl-providers__header,
.kl-providers__link {
  display: flex;
  align-items: center;
}

.kl-providers__header {
  margin-bottom: 1.375rem;
}

.kl-providers__header--link {
  display: block;
}

.kl-providers__link:hover {
  text-decoration: none;
}

.kl-providers__link:hover * {
  color: #192A42;
}
  
.kl-providers__logo {
  flex: 0 0 112px;
  height: 36px;
}

.kl-providers__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}

.kl-providers__header h3, .kl-providers__header h4 {
  color: #99ACBC;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1.7142857143; /* 24/14 */
  text-transform: uppercase;
  margin: 0 0 0 32px;
  transition: color .25s ease-in-out;
}

kl-providers__body p {
  line-height: 1.5; /* 24/16 */
}

@media screen and (max-width: 767px) {
  .kl-providers__card {
    padding: 24px 0 0;
  }

  .kl-providers__card:hover {
    box-shadow: none;
  }
}
.kl-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kl-stat {
  flex: 0 0 33.3333333333%;
  padding: 0 24px 0 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .kl-stats {
    display: block;
  }

  .kl-stat:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.kl-stat__body {
  margin-left: 32px;
}

.kl-stat__value {
  display: block;
  font-size: 48px;
  line-height: 1.1666666667; /* 56/48 */
  margin-bottom: 0.5rem;
}

.kl-stats--dark .kl-stat__value {
  color: #FFF;
}

.kl-stat__label {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143; /* 24/14 */
  color: #128AFB;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.kl-stat__image {
  width: 96px;
  height: 96px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-stat__image img {
  display: block;
  width: auto;
  max-height: 100%;
}

@media screen and (max-width: 1023px) {
  .kl-stat__body {
    margin-left: 16px;
  }

  .kl-stat__value {
    font-size: 32px;
    margin-bottom: 0.25rem;
  }

  .kl-stat__label {
    font-size: 12px;
  }

  .kl-stat__image {
    width: 64px;
    height: 64px;
  }
}
.kl-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  padding: 32px 25px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 600px;
}
.kl-card-custom {
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 2px;
	display: flex;
	width: 100%;
	margin-bottom: 3rem;
	padding: 32px 24px;
}

.kl-card-custom:last-child {
	margin-bottom: 0;
}

.kl-card-custom--light {
	box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
}

.kl-card-custom--dark {
	color: #FFF;
}

.kl-card-custom__image {
	flex: 0 0 128px;
	margin-right: 24px;
	padding: 4px 0 0;
	text-align: center;
}

.kl-card-custom__image img {
  max-width: 100%;
	vertical-align: middle;
}

.kl-card-custom__content {
	flex: 1 1 auto;
}

.kl-card-custom__content h1, .kl-card-custom__content h2, .kl-card-custom__content h3, .kl-card-custom__content h4 {
	color: inherit;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 1rem;
}

.kl-card-custom__content p {
	font-size: 20px;
	line-height: 1.6; /* 32/20 */
	margin: 0 0 1rem;
}

.kl-card-custom__content p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.kl-card-custom,
	.kl-card-custom:last-child {
		margin: 1.5rem auto;
	}

  .kl-card-custom__image {
    flex-basis: 56px;
  }

	.kl-card-custom__content h1, .kl-card-custom__content h2, .kl-card-custom__content h3, .kl-card-custom__content h4 {
		font-size: 20px;
		line-height: 1.6; /* 32/20 */
    min-height: 56px;
	}

  .kl-card-custom__content p {
    font-size: 18px;
    margin-left: -80px;
  }
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #128AFB;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-testimonials-custom {
  display: flex;
  margin-bottom: 64px;
}

@media screen and (max-width: 919px) {
  .kl-testimonials-custom {
    display: block;
    margin-bottom: 0;
  }
}

.kl-testimonial-custom {
  padding: 32px 28px;
  box-shadow: 0 24px 32px -12px rgba(0,0,0,0.1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  display: flex;
  flex-direction: column;
  flex: 1 0 280px;
}

.kl-testimonial-custom + .kl-testimonial-custom {
  margin-left: 2.564102564%;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial-custom + .kl-testimonial-custom {
    margin-left: 16px;
  }
}

@media screen and (max-width: 919px) {
  .kl-testimonial-custom + .kl-testimonial-custom {
    margin: 16px 0 0;
  }
}

.kl-testimonial-custom__quote {
  margin: 0 0 25px;
}

.kl-testimonial-custom__quote svg {
  fill: #128AFB;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial-custom__content {
  font-size: 20px;
  line-height: 1.6; /* 32/20 */
  margin-bottom: 1.6em;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial-custom__content {
    font-size: 16px;
  }
}

.kl-testimonial-custom__footer {
  display: flex;
  margin-top: auto;
}

.kl-testimonial-custom__footer img {
  display: block;
  object-fit: cover;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 24px 0 0;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
}

.kl-testimonial-custom__author {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2; /* 24/20 */
}

.kl-testimonial-custom__author span {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  font-size: 0.75rem;
  line-height: 1.3333333333; /* 16/12 */
  letter-spacing: 1.5px;
  margin: 8px 0 0;
  text-transform: uppercase;
}
.kl-timeline__entry {
  --gap: 48px;

  position: relative;
  padding: 16px 28px;
  background-color: #FFFFFF;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  border-radius: 2px;
  width: calc(50% - var(--gap));
}

@media screen and (max-width: 919px) {
  .kl-timeline__entry {
    --gap: 32px;

    padding: 16px 20px;
  }
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    --gap: 24px;
  }
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #128AFB;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
  font-size: 20px;
  line-height: 1.6; /* 32/20 */
}

@media screen and (max-width: 919px) {
  .kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
    font-size: 32px;
  }

  .kl-timeline__entry p {
    font-size: 18px;
  }
}

.kl-timeline__entry p + p {
  margin-top: 1.6rem;
}

.kl-timeline__entry--odd {
  text-align: right;
}

.kl-timeline__entry--odd::before,
.kl-timeline__entry--even::before {
  content: '';
  background: url('https://9119985.fs1.hubspotusercontent-na1.net/hubfs/9119985/raw_assets/public/atlas-theme-icoldo/images/emporix/icons/24/icon-hexagon.svg') no-repeat center;
  display: block;
  position: absolute;
  top: 28px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.kl-timeline__entry--odd::before {
  transform: translateX(-50%);
  left: calc(100% + var(--gap) + 1px);
}

@media screen and (max-width: 919px) {
  .kl-timeline__entry--odd::before,
  .kl-timeline__entry--even::before {
    top: 24px;
  }
}

.kl-timeline__entry--odd::after,
.kl-timeline__entry--even::after {
  content: '';
  background-color: #E1E9F0;
  display: block;
  position: absolute;
  top: 30px;
  width: 4px;
  height: 100%;
}

.kl-timeline__entry--odd::after {
  transform: translateX(-50%);
  left: calc(100% + var(--gap) + 1px);
}

.kl-timeline__entry--even {
  margin-left: calc(50% + var(--gap));
}

.kl-timeline__entry--even::before {
  transform: translateX(50%);
  right: calc(100% + var(--gap) - 1px);
}

.kl-timeline__entry--even::after {
  transform: translateX(50%);
  right: calc(100% + var(--gap) - 1px);
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd::before,
  .kl-timeline__entry--odd::after,
  .kl-timeline__entry--even::before,
  .kl-timeline__entry--even::after {
    left: auto;
    right: calc(100% + var(--gap) - 1px);
    transform: translateX(50%);
  }

  .kl-timeline__entry--odd::after,
  .kl-timeline__entry--even::after {
    top: 44px;
  }
}

.kl-timeline__entry:last-child::after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    width: auto;
    margin: 0 0 16px var(--gap);
    /* padding: 0 0 50px 50px; */
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    /* padding: 0 0 20px 20px; */
  }
}
.kl-usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .kl-usps {
    display: block;
  }
}

.kl-usps__card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap:1.5rem;
  padding: 2rem;
  transition: all .25s ease-in-out;
}

.kl-usps__card:hover {
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
}

.kl-usps--icons-left .kl-usps__card {
  flex-direction: row;
  gap:1rem;
}

.kl-usps--2col .kl-usps__card {
  flex-basis: 50%;
}

.kl-usps--3col .kl-usps__card {
  flex-basis: 33.3333333333%;
}

.kl-usps--4col .kl-usps__card {
  flex-basis: 25%;
}

.kl-usps__card h3, .kl-usps__card h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}

.kl-usps__card p {
  font-size: 18px;
  line-height: 1.3333333333; /* 24/18 */
}

@media screen and (max-width: 767px) {
  .kl-usps__card,
  .kl-usps--icons-left .kl-usps__card {
    padding: 24px 0;
  }

  .kl-usps__card:hover {
    box-shadow: none;
  }

  .kl-usps__card h3, .kl-usps__card h4 {
    font-size: 20px;
    line-height: 1.6; /* 32/20 */
    margin-top: 0;
    margin-left: 80px;
    min-height: 64px;
  }
}

.kl-usps__image {
  padding: 3px;
}

.kl-usps--icons-left .kl-usps__image {
  padding: 2px;
  top: 24px;
}

.kl-usps__image img {
  display: block;
  width: auto;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .kl-usps__image,
  .kl-usps--icons-left .kl-usps__image {
    width: 64px;
    height: 64px;
    top: 24px;
    left: 0;
  }
}

p.kl-usps__description {
  color: #192a42;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5; /* 24/16 */
}

.kl-usps__card p.kl-usps__subtitle{
  color: #1180f0;
  font-size: 1.25rem;
  font-weight: 300;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.kl-whitepaper-banner__container {
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-whitepaper-banner__container {
    display: block;
  }
}

.kl-whitepaper-banner__image {
  max-width: 600px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .kl-whitepaper-banner__image {
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.lang_switcher_class {
  display: flex !important;
}

.lang_list_class {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  margin-top: 20px !important;
}

.lang_list_class:before {
  border: none !important;
  background: white;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
}

.lang_list_class:after {
  top: -23px !important;
}

.lang_list_class li {
  word-break: keep-all;
  border-left: none !important;
  border-right: none !important;
}

.lang_list_class li:first-child {
  border-top: none !important;
}

.lang_list_class li:last-child {
  border-bottom: none !important;
}
/* Blog header */
.blog-header {
  /* background-color: rgba(0, 159, 227, 1.0); */
  background-color: #192A42;
  padding: 92px 0;
  /* Blog header - author listing */
}

@media screen and (max-width: 680px) {
  .blog-header {
    padding: 64px 0;
  }
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    /*display: block;*/
    flex-direction: column;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  color: #FFF;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
    flex-basis: 0;
  }
}

.blog-header__title span {
  color: #128AFB;
}

.blog-header__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #128AFB;
  display: block;
  margin: 0 0 .5rem;
  letter-spacing: 2.5px;
  line-height: 1.7142857143; /* 24/14 */
  text-transform: uppercase;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #192A42;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 32px 0 0;
}

@media screen and (max-width: 768px) {
  .blog-filter {
    padding: 24px 0;
  }
}

.blog-tags {
  list-style: none;
  padding: 0;
  margin: -4px;
  max-width: 680px;
}

.blog-tags li {
  display: inline-block;
  margin: 4px;
}

.blog-tags__link {
  background-color: #FFF;
  border: 2px solid #C0D0DF;
  border-radius: 2px;
  color: #99ACBC;
  padding: 6px 16px;
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.75px;
  line-height: 2;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
  text-transform: uppercase;
}

.blog-tags__link--current, .blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  background-color: #128AFB;
  border-color: #128AFB;
  color: #FFF;
  text-decoration: none;
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a {
  color: #FFFFFF;
}

.blog-tags__link a:hover {
  color: white;
  text-decoration: none;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
}

.blog-search .hs-search-field__input {
  border: 2px solid #C0D0DF;
  padding-top: 6px;
  padding-bottom: 6px;
}

.blog-search ::placeholder {
  color: #99ACBC;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  --gap-half: 1.3333333333%; /* 16/1200 */
  --gap-margin-compensation: -1.3698630137%; /* 16/1168 */

  display: flex;
  flex-wrap: wrap;
  padding: 64px 0 32px;
  margin: var(--gap-margin-compensation);
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: var(--gap-half);
}

@media screen and (max-width: 768px) {
  .blog-index, .blog-more-posts {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }

  .blog-index__post-wrapper:nth-child(2) {
    order: -1;
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
    
  .blog-index__post-wrapper:nth-child(2) {
    flex-basis: calc(100% / 3 * 2);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;

  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  flex: 1 0 230px;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper:nth-child(2) .blog-index__post {
    flex-direction: row;
    align-items: stretch;
  }

  .blog-index__post-wrapper:nth-child(2) .blog-index__post-content {
    flex: 0 0 47.9166666667%; /* to match regular post card width */
    order: -1;
  }

  .blog-index__post-wrapper:nth-child(2) .blog-index__post-image {
    flex: 1 1 auto;
    height: auto;
  }
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  font-size: 1.25rem;
  line-height: 1.6; /* 32/20 */
  margin-bottom: 0 0 1.5rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #192A42;
  transition: color .25s ease-in;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:focus, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:focus {
  color: #128AFB;
  text-decoration: none;
}

.blog-index__post-content p, .blog-more-posts__post-content p {
  color: #99ACBC;
  font-size: 18px;
  line-height: 1.3333333333; /* 24/18 */
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #128AFB;
  letter-spacing: 1.5px;
  line-height: 1.3333333333; /* 16/12 */
  text-transform: uppercase;
  display: block;
  margin: 0 0 1rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  align-items: center;
  margin: 1rem 0 0;
}

.blog-index__post-avatar, .blog-more-posts__post-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
}

.blog-index__post-author-name, .blog-more-posts__post-author-name {
  color: #192A42;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286; /* 20/14 */
  display: block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  color: #99ACBC;
  font-size: 14px;
  line-height: 1.4285714286; /* 20/14 */
  display: block;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('https://9119985.fs1.hubspotusercontent-na1.net/hubfs/9119985/raw_assets/public/atlas-theme-icoldo/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 202px;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.75rem auto;
}

.blog-pagination__link {
  background-color: #FFF#;
  border: 2px solid #C0D0DF;
  border-radius: 2px;
  color: #99ACBC;
  padding: 6px 16px;
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.75px;
  line-height: 2;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 8px;
  cursor: pointer;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
  text-transform: uppercase;
}

.blog-pagination__link--active, .blog-pagination__link:hover, .blog-pagination__link:focus {
  background-color: #128AFB;
  border-color: #128AFB;
  color: #FFF;
  text-decoration: none;
}

.blog-pagination__ellipsis {
  color: #99ACBC;
  font-size: 0.75rem;
  line-height: 2;
}

.button.blog-pagination__prev-link,
.button.blog-pagination__next-link {
  background: linear-gradient(180deg, #3B64A0 0%, #2A456D 100%);
  box-shadow: inset 0 0 0 1px rgba(16,28,44,0.5), 0 1px 2px 1px rgba(123,139,153,0.15), 0 1px 2px 0 rgba(42,69,109,0.4);
  flex-basis: 164px;
  padding-left: 12px;
  padding-right: 12px;
}

.blog-pagination__prev-link {
  margin-right: auto;
}

.blog-pagination__next-link {
  margin-left: auto;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .blog-pagination {
    flex-wrap: wrap;
    margin: 16px auto 24px;
  }

  .button.blog-pagination__prev-link, .button.blog-pagination__next-link {
    flex-basis: calc(50% - 8px);
    margin-bottom: 32px;
  }

  .button.blog-pagination__prev-link {
    order: -2;
  }
  
  .button.blog-pagination__next-link {
    order: -1;
  }
}

/* Blog post */
.blog-header--post {
  min-height: 400px;
  background-color: #DBE4FE;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .blog-header--post {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 26.6666666667%; /* 320/1200 */
  }
}

@media screen and (max-width: 909px) {
  .blog-header--post {
    min-height: 240px;
    padding-bottom: 0;
  }
}

.blog-post {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.blog-post__header {
  max-width: 930px;
  border-radius: 2px;
  box-shadow: 0 32px 40px -15px rgba(0,0,0,0.1);
  background-color: #FFF;
  padding: 24px 24px 30px;
  margin: -100px 0 38px -24px;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__author a {
  color: #192A42;
  transition: color .25s ease-in;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286; /* 20/14 */
}

.blog-post__meta a:hover {
  color: #128AFB;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #99ACBC;
  font-size: 14px;
  line-height: 1.4285714286; /* 20/14 */
}

.blog-post__divider {
  margin: 64px 0 52px;
}

.blog-post__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
}

.blog-post__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #128AFB;
  display: block;
  margin: 0 0 .5rem;
  letter-spacing: 2.5px;
  line-height: 1.7142857143; /* 24/14 */
  text-transform: uppercase;
}

.blog-post__title {
  margin: 0 0 1rem;
  font-size: 36px;
  line-height: 1.3333333333; /* 48/36 */
}

@media screen and (max-width: 1024px) {
  .blog-post__preheader {
    font-size: 12px;
  }

  .blog-post__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .blog-post__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 580px) {
  .blog-post__title {
    font-size: 24px;
  }
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 680px;
}

.blog-post__body-wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.blog-post__body p {
  line-height: 1.5; /* 24/16 */
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .blog-post__tags::before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C0D0DF;
  }
}

.blog-post__tag-link {
  color: #99ACBC;
  background-color: #FFF;
  border: 2px solid #C0D0DF;
  border-radius: 2px;
  padding: 6px 16px;
  margin: 0 8px 8px 0;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.75px;
  line-height: 2;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
}

.blog-post__tag-link:hover, .blog-post__tag-link:focus, .blog-post__tag-link:active {
  background-color: #128AFB;
  border-color: #128AFB;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 580px) {
  .blog-post__tag-link {
    font-size: 0.625rem;
  }
}

.blog-post__tag-link:last-child {
  margin-right: 0;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #192A42;
}

/* Blog header obloque divider */
.blog-header {
  position: relative;
}

.blog-header .kl-oblique-section-divider {
  top: auto;
  bottom: 0;
  background: linear-gradient(to right top, #FFF 50%, rgba(255,255,255,0) calc(50% + 1px));
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 620px;
  padding: 120px 20px;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(https://9119985.fs1.hubspotusercontent-na1.net/hubfs/9119985/raw_assets/public/atlas-theme-icoldo/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 12px;
}

.systems-page__preheader {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #128AFB;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #128AFB;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #128AFB;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #128AFB;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

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

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

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

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 42px 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

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

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #DADADA;
}

/* Search pages */
.hs-search-field {
  max-width: 750px;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 2px;
  width: 100%;
  z-index: 10;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #192A42;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Lato, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #128AFB;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #192A42;
  font-family: Lato, sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 20px !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}
.no-scroll {
  overflow: hidden;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
}

.mobile-text-left{
  text-align: left;
}
.mobile-text-right{
  text-align: right;
}
.mobile-text-center{
  text-align: center;
}
.mobile-left{
  align-items: flex-start;
}
.mobile-center{
  align-items: center;
}
.mobile-right{
  align-items: flex-end;
}


@media screen and (min-width: 768px) {
  .tablet-text-center{
    text-align: center;
  }
  .tablet-text-left{
    text-align: left;
  }
  .tablet-text-right{
    text-align: right;
  }
  .tablet-left{
    align-items: flex-start;
  }
  .tablet-center{
    align-items: center;
  }
  .tablet-right{
    align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .desktop-text-center{
    text-align: center;
  }
  .desktop-text-left{
    text-align: left;
  }
  .desktop-text-right{
    text-align: right;
  }
  .desktop-left{
    align-items: flex-start;
  }
  .desktop-center{
    align-items: center;
  }
  .desktop-right{
    align-items: flex-end;
  }
}


.kl-navbar-submenu__item a:hover {
    color: #009fe3 !important;
    cursor: pointer !important;
}

li.kl-navbar__item.kl-navbar__parent a {
    color: black;
    cursor: default;
}