




















* {
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  text-decoration: none;
  text-align: left;
}

header *,
.header-wrapper *::before,
.header-wrapper *::after,
.body-container *,
.body-container *::before,
.body-container *::after,
footer *,
footer *::before,
footer *::after {
  /*transition: all 0.2s ease;*/
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

@media (max-width: 940px) {

  .overflow-hidden {
    overflow: hidden;
  }

}

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

/*
::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}
*/

/* Hide Privacy Policy while editing page */
.hs-inline-edit #hs-eu-cookie-confirmation {
  display: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Sections
   ========================================================================== */

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

 main {
  display: block;
}

/* 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
   ========================================================================== */

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

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

a img {
  border-style: none;
}

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

/**
 * Change the font styles in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
}

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

/**
 * 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;
}
/* 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%;
  min-height: 28px;
  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;
  }

  .row-fluid [class*='span']:not(:last-child) {
    margin-bottom: 20px;
  }
}

@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%;
    min-height: 28px;
    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%;
    min-height: 28px;
    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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
  .dnd-section .dnd-column .dnd-column:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .dnd-section .dnd-column .dnd-column:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

.dnd-row:not(:last-child) {
  padding-bottom: 20px;
}

/* .dnd-section .dnd-column .dnd-column:first-child {
  padding-left: 0;
}
.dnd-section .dnd-column .dnd-column:last-child {
  padding-right: 0;
} */

/* Full width sections */

.dnd-section[class*='force-full-width-section'],
.dnd-section[class*='force-full-width-section'] > .row-fluid > .dnd-column {
  padding: 0;
}
/* Font Awesome Pseudo */

a.cta_button::after,
button.cta_button::after,
nav#menu a::after,
.cards a h5::after,
footer a::before,
footer .location::before,
footer a::after,
.hs-fieldtype-select .input::after,
#calculator .checkbox input:checked + .button::after {
  font-family: "tabler-icons";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Hidden link text for screen readers */

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

@media (min-width: 941px) {

  .show-for-sr-desktop {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

}
/* Column grid */

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 80px/3));
  
  gap: 40px;
  align-items: flex-start;
}
.column-grid .column > a {
  display: grid;
  gap: 20px;
}
@media (max-width: 720px) {
  .column-grid {
    grid-template-columns: repeat(2, calc(50% - 40px/2));
  }
}
@media (max-width: 480px) {
  .column-grid {
    grid-template-columns: repeat(1, 100%);
  }
  .column-grid > a {
    grid-template-columns: repeat(1, 100%);
  }
}
/* Custom layout and positioning */

.page-center {
  max-width: 1090px;
  margin: 0 auto;
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
}

.page-center.pt0 {
  padding-top: 0;
}

.page-center.pb0 {
  padding-bottom: 0;
}

.column-wrapper {
  display: flex;
}

.column-wrapper.center {
  align-items: center;
}

.column-wrapper.wrap {
  flex-wrap: wrap;
  row-gap: 40px;
}

.column-wrapper.wrap > h2 {
  flex-basis: 100%;
}

.col-1 {
  max-width: 760px;
  margin: 0 auto;
}

.col-1.full-width {
  max-width: none;
}

.col-2 {
  width: calc(50% - 40px);
  margin-right: 80px;
}

.col-3 {
  width: calc(33.333% - 160px / 3);
  margin-right: 80px;
}

.col-4 {
  width: calc(25% - 120px / 4);
  margin-right: 40px;
}

.col-2:nth-of-type(2n),
.col-3:nth-of-type(3n),
.col-4:nth-of-type(4n) {
  margin-right: 0;
}

@media (min-width: 941px) {

  /*.col-2:nth-of-type(n+3),
  .col-3:nth-of-type(n+4),
  .col-4:nth-of-type(n+5) {
    margin-top: 70px;
  }*/

  .column-wrapper.wrap h2 {
    padding-bottom: 1.6em;
  }

}

@media (max-width: 767px) {
  
  .column-wrapper {
    flex-direction: column;
  }
  
  .column-wrapper.reverse {
    flex-direction: column-reverse;
  }
  
  .col-2,
  .col-3,
  .col-4 {
    width: 100%;
    margin-right: 0;
  }

  .col-2:nth-last-child(n+2),
  .col-3:nth-last-child(n+3),
  .col-4:nth-last-child(n+4),
  .reverse .col-2:last-child {
    margin-bottom: 60px;
  }

  .reverse .col-2:first-child {
    margin-bottom: 0;
  }
  
}


@media (max-width: 640px) and (max-height: 940px) {
  
  .page-center {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
  
}

/* Cards */

.cards .column {
  background-color: #FFF;
  overflow: hidden;
}
.bg-white .cards .column {
  box-shadow: inset 0 0 0 3px #707070;
}


.cards [class*="col-"] {
  background-color: #FFF;
}

.image-wrapper {
  height: 0px;
  padding-bottom: 60%;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  position: absolute;
}

a:hover .image-wrapper img {
  transform: scale(1.05);
}

.cards .text-wrapper {
  padding: 2.5rem 3.4rem;
}

.bg-dark.cards p,
.bg-dark.cards li,
.bg-dark.cards a,
.bg-dark.cards h3,
.bg-dark.cards h4,
.bg-dark.cards h5,
.bg-dark.cards h6 {
  color: #FFF;
}

.bg-dark.cards [class*="col-"] h2 {
  color: #0073E6;
}

@media (max-width: 940px) {

  .cards .text-wrapper {
    padding: 2.5rem 2.8rem;
  }

}

/* Overlay colors */
.overlay-blue:before, .overlay-black:before, .overlay-green:before {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.overlay-blue:before { background-color: #0073E6; }
.overlay-black:before { background-color: #000; }
.overlay-green:before { background-color: #02CEB3; }

/* Background colors */


.bg-blue { background-color: #0073E6; }
.bg-light-blue { background-color: #00BAE6; }
.bg-white-blue { background-color: #EBF9FC; }
.bg-dark-blue { background-color: #0E173A; }
.bg-pink { background-color: #BA0050; }
.bg-orange { background-color: #FD6311; }
.bg-light-orange { background-color: #FD6311; }
.bg-black { background-color: #000; }
.bg-white { background-color: #FFF; }

/*  */




  .bg-dark-blue p,
  .bg-dark-blue li,
  .bg-dark-blue label,
  .bg-dark-blue div,
  .bg-dark-blue a {
    color: #FFF;
  }

  .bg-dark-blue h1,
  .bg-dark-blue h2,
  .bg-dark-blue h3,
  .bg-dark-blue h4,
  .bg-dark-blue h5,
  .bg-dark-blue h6,
  .bg-dark-blue li::marker {
    color: #FFF;
  }
  .bg-dark-blue .topics-listing a {
    color: #FFF;
  }


  .bg-blue p,
  .bg-blue li,
  .bg-blue label,
  .bg-blue div,
  .bg-blue a {
    color: #FFF;
  }

  .bg-blue h1,
  .bg-blue h2,
  .bg-blue h3,
  .bg-blue h4,
  .bg-blue h5,
  .bg-blue h6,
  .bg-blue li::marker {
    color: #FFF;
  }
  .bg-blue .topics-listing a {
    color: #FFF;
  }


  .bg-pink p,
  .bg-pink li,
  .bg-pink label,
  .bg-pink div,
  .bg-pink a {
    color: #FFF;
  }

  .bg-pink h1,
  .bg-pink h2,
  .bg-pink h3,
  .bg-pink h4,
  .bg-pink h5,
  .bg-pink h6,
  .bg-pink li::marker {
    color: #FFF;
  }
  .bg-pink .topics-listing a {
    color: #FFF;
  }


/* Auto BG custom colors */





    .autobg-0E173A {
        background-color: #0E173A;
    }

    

      /* (String: h1) */
      
        .autobg-0E173A h1 {
            color: #00BAE6;
        }
      
    

      /* (String: h2) */
      
        .autobg-0E173A h2 {
            color: #00BAE6;
        }
      
    

      /* (SizeLimitingPyList: [.cta_button, border-color]) */
      
        .autobg-0E173A .cta_button {
            border-color: #00BAE6;
        }
      
    

      /* (SizeLimitingPyList: [.hs-button, border-color]) */
      
        .autobg-0E173A .hs-button {
            border-color: #00BAE6;
        }
      
    


/* System Pages */

section.system {
  min-height: calc(100vh - 365px);
}

/* Cookie Confirmation Pop-up */

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background: rgba(0,0,0,.6);
  border: 0;
  box-shadow: none;
  height: calc(100vh - 14vw);
  padding: 7%;
  position: fixed;
  top: 0;
  width: calc(100% - 14%);
  text-align: center;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
  max-width: 600px;
  padding: 3rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.375 !important;
  margin-bottom: 1em !important;
  text-align: center;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p a {
  color: inherit;
  text-align: center;
  text-decoration: underline !important;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
  display: flex;
  flex-direction: row-reverse;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a {
  border-radius: 0;
  font-size: 1.6rem;
  text-align: center;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  margin: 0 0 0 0.8em !important;
  font-weight: 700 !important;
  text-align: center;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border-color: #000 !important;
  color: #000 !important;
  text-align: center;
}

body div#hs-eu-opt-in-buttons button#hs-eu-confirmation-button, body div#hs-eu-opt-in-buttons button#hs-eu-decline-button {
  text-align: center !important;
}

@media (max-width: 640px) {

  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
    padding: 7% !important;
  }

  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p,
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p a,
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a {
    font-size: 1.4rem !important;
    text-align: center !important;
  }

}

html{
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* Tiny slider */ 

.tns-outer {
  position: relative;
  z-index: 1;
}
.tns-controls { 
}
.tns-controls button {
  background: transparent;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border: 0;
  font-family: 'tabler-icons';
  font-size: 2em;
  top: calc(50% - 50px);
  text-align: center;
  padding: 4px;
}
.tns-controls button[data-controls="next"] { right: -60px; }
.tns-controls button[data-controls="prev"] { left: -60px; }

.tns-nav {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 2em;
}
.tns-nav button {
  margin: 6px;
  display: inline-block;
  border: none;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #FD6311;
}
/* Load webfonts */

@font-face {
  font-family: 'Satoshi';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/Satoshi-BlackItalic.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/Satoshi-BlackItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/Satoshi-Black.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/Satoshi-Black.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-ExtraLight.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-ExtraLight.woff") format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-ExtraLightItalic.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-ExtraLightItalic.woff") format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-Light.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-LightItalic.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-LightItalic.woff") format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-Regular.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-SemiBoldItalic.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-SemiBoldItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-Italic.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-Italic.woff") format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-SemiBold.woff2") format('woff2'),
      url("//19649420.fs1.hubspotusercontent-eu1.net/hubfs/19649420/raw_assets/public/idid-theme/fontit/FiraSans-SemiBold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Set base font-size to 10px - ease relative unit management */

html {
  font-size: 62.5%;
}

body {
  font-family: 'Fira Sans', Arial, sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.375;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #EBF9FC;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Paragraphs */

p,
li,
a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #000;
}

p {
  padding-bottom: 1em;
}

p *,
li *,
h1 *,
h2 *,
h3 *,
h4 * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}

* b,
* strong {
  font-weight: 700;
}

* i,
* em {
  font-style: italic;
}

/* Anchors */

p a:not(.cta_button),
li a:not(.cta_button) {
  text-decoration: underline;
  font-weight: 700;
}

.col-3 p a:not(.cta_button),
.col-3 li a:not(.cta_button) {
  text-decoration: none;
  font-weight: 400;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Satoshi', Arial, sans-serif;
  font-weight: bold;
  color: #0E173A;
  letter-spacing: -0.05rem
}

h1, h2 {
  line-height: 1.16;
  padding-bottom: 0.5em;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 4.6rem;
}

h3, h4 {
  line-height: 1.2;
  padding-bottom: 1.1em;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.4rem;
}

h5, h6 {
  letter-spacing: 0.03em;
  line-height: 1.16;
  padding-bottom: 0.6em;
}

h5 {
  font-size: 2.2rem;
}

h6 {
  font-size: 2.1rem;
  font-family: 'Fira Sans', Arial, sans-serif;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  padding-top: 1em;
}

@media (min-width: 450px and max-width: 940px) {

  h1,
  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 2.1rem;
  }
  
  h4 {
    font-size: 1.8rem;
  }

}
@media (max-width: 449px) {

  h1,
  h2 {
    font-size: 3.2rem;
  }

}
/* Blockquote */
blockquote, blockquote p {
  font-weight: 200;
  font-style: italic;
  font-size: 1.8rem;
      quotes: "“" "”";
}
p + blockquote {
  margin-top: 2rem;
}
blockquote:not(:last-child) {
  border-left: 4px solid #FD6311;
  padding-left: 1.6rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
}
blockquote:before,
.testimonial p:before {
  display: block;
  content: open-quote;
  font-family: 'Satoshi', Arial, sans-serif;
  font-weight: 900;
  font-size: 6rem;
  color: #FD6311;
  line-height: 0.65;
}

/* Lists */

ul,
ol {
  padding-left: 1.4em;
  padding-bottom: 2em;
}

li {
  padding-bottom: 0.5em;
}


li::marker {
  color: #0073E6;
}
ol li::marker {
  font-family: 'Satoshi', Arial, sans-serif;
  font-weight: bold;
}

/* If last child */

*:not(.hs-richtext) > h1:last-child,
*:not(.hs-richtext) > h2:last-child,
*:not(.hs-richtext) > h3:last-child,
*:not(.hs-richtext) > h4:last-child,
*:not(.hs-richtext) > h5:last-child,
*:not(.hs-richtext) > h6:last-child,
p:last-child,
a:last-child,
li:last-child,
ul:last-child,
ol:last-child {
  padding-bottom: 0;
}

/* Hide for screen readers */

.sr-only {
  height:1px;
  left:-10000px;
  overflow:hidden;
  position:absolute;
  top:auto;
  width:1px;
}
a.cta_button,
a.hs-button,
button.cta_button,
form input[type="submit"] {
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  border: 2px solid #B0E4CB;
  padding: 0.4em 1em;
  line-height: 1.2;
  display: inline-block;
  border-radius: 0.2em;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  color: #0E173A;
  position: relative;
  background-color: #B0E4CB;
  cursor: pointer;
}
a.cta_button:hover,
a.hs-button:hover,
button.cta_button:hover,
form input[type="submit"]:hover {
  border: 2px solid #0E173A;
  color: #B0E4CB;
  background-color: #0E173A;
}
.autobg-dark a.cta_button:hover,
.autobg-dark a.hs-button:hover,
.autobg-dark button.cta_button:hover,
.autobg-dark form input[type="submit"]:hover {
  border: 2px solid #B0E4CB;
  color: #B0E4CB;
  background-color: transparent;
}

.autobg-dark a.cta_button,
.autobg-dark a.hs-button,
.autobg-dark button.cta_button,
.autobg-dark form input[type="submit"] {
  border: 2px solid #B0E4CB;
  color: #0E173A;
  background-color: #B0E4CB;
}

/*Header button*/

a#demo-cta-header{
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff !important;
}

.slick-arrow:before {
  font-size: 40px;
  font-family: "tabler-icons";
  font-weight: 300;
}
.slick-next:before {
  content: "\ea61";

}
.slick-prev:before {
  content: "\ea60";
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: white;
  font-family: "tabler-icons";
  font-weight: 400;
  font-size: 12px;
}

.bg-gray .slick-dots li button:before, .bg-gray .slick-dots li.slick-active button:before, .bg-gray .slick-arrow:before {
  color: #000;
}

.slick-dots li button:before {
  content: "\f698";
}
.slick-dots li.slick-active button:before {
  content: "\f698";
  font-weight: 900;
}
.hs_cos_wrapper_type_form form fieldset {
  max-width: none;
  color: #0E173A;
}

.hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field {
  width: 48%;
  margin-right: 4%;
}

.hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-right: 0;
}

.hs-form .hs-form-field {
  margin-bottom: 1.2rem;
  color: #0E173A;
}

fieldset[class^="form-columns"]:last-of-type .hs-form-field {
  margin-bottom: 1.2rem;
}

.hs_cos_wrapper_type_form form fieldset[class^="form-columns"] .hs-form-field .hs-input {
  width: 100%;
  box-sizing: border-box;
}

.hs_cos_wrapper_type_form form fieldset[class^="form-columns"] .hs-form-field .input {
  margin-right: 0;
}

.cookie-reset-container, .cookie-reset-container > a {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}


.hs-form input,
.hs-form select,
.hs-form textarea, form input[type=password] {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: .8em 1em;
  border: 0.04rem solid #B0E4CB;
  border-radius: 0.4rem;
  -webkit-appearance: none;
  appearance: none;
  color: #0E173A;
  background-color: #FFF;
}

form input[type=number] {
  width: 22rem;
  max-width: 22rem;
}


[class^="form-columns"] textarea {
  min-height: 140px;
}

/* Headings and text */

[class^="form-columns"] h3,
[class^="form-columns"] h4 {
  margin-bottom: 0;
  padding: 1.4rem 0 0 0;
}


.hs-form p {
  color: #0E173A;
}

[class^="form-columns"] a {
  color: #0073E6
}

form .hs-richtext {
  margin: 0 0 1.2rem;
}
form .hs-richtext p {
  color: #0E173A;
  margin: 0 0 1.2rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}

/* Property name (label) and helptext (legend) */

.hs_cos_wrapper_type_form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}

.hs_cos_wrapper_type_form legend {
  display: block;
  font-size: 1.4rem;
  /* font-style: italic; */
  font-weight: 300;
  margin-bottom: 0.5em;
}

/* Custom Select Field Icon */

[class^="form-columns"] select option {
  color: #0E173A !important;
}

[class^="form-columns"] select:hover {
  cursor: pointer;
}

[class^="form-columns"] .hs-fieldtype-select .input {
  position: relative;
}

[class^="form-columns"] .hs-fieldtype-select .input::after {
  content: '\f078';
  position: absolute;
  color: #0E173A;
  line-height: 2.9;
  font-size: 1.6rem;
  /* font-weight: 400; */
  right: 0;
  height: 100%;
  width: 10rem;
  /* padding-right: 1.8rem; */
  text-align: right;
  padding-right:0.8rem;
  pointer-events: none;
  /* border-radius: 0.4rem; */
  /* background: rgba(176,228,203); */
  /* background: -moz-linear-gradient(90deg, rgba(176,228,203,0) 0%, rgba(176,228,203,1) 30%); */
  /* background: -webkit-linear-gradient(90deg, rgba(176,228,203,0) 0%, rgba(176,228,203,1) 30%); */
  /* background: linear-gradient(90deg, rgba(176,228,203,0) 0%, rgba(176,228,203,1) 30%); */
}

.hs_cos_wrapper_type_form ul.inputs-list {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  list-style: none;
}
.hs_cos_wrapper_type_form ul.inputs-list li.hs-form-checkbox {
  width: 100%;
  color: #0E173A;
}


/* @media (min-width: 941px) {

  .hs_cos_wrapper_type_form ul.inputs-list li.hs-form-checkbox {
    width: 48%;
  }
  
} */

.hs_cos_wrapper_type_form ul.inputs-list li.hs-form-checkbox input {
  width: 1em !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}

/* END CHECK */

@media (max-width: 940px) {
  
  .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  fieldset[class^="form-columns"] .hs-form-field {
    margin-bottom: 2rem;
  }
  
  [class^="form-columns"] input,
  [class^="form-columns"] select,
  [class^="form-columns"] textarea {
    width: 100% !important;
    color: #0E173A;
  }
}

/* Checkbox & Radio Button */
.hs_cos_wrapper_type_form ul.inputs-list {
  color: #0E173A;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 1rem 0;
}

.hs_cos_wrapper_type_form ul.inputs-list label {
  align-items: flex-start;
  color: #0E173A;
  display: flex;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.hs-fieldtype-radio > label span,
.hs-fieldtype-booleancheckbox > label span,
.hs-fieldtype-checkbox > label span {
  color: #0E173A;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.hs-fieldtype-radio > label span,
.hs-fieldtype-booleancheckbox > label span,
.hs-fieldtype-checkbox > label span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hs-fieldtype-radio ul.inputs-list input,
.hs-fieldtype-booleancheckbox ul.inputs-list input,
.hs-fieldtype-checkbox ul.inputs-list input {
  font-weight: 400;
  height: 1.6rem !important;
  margin-right: 1.4rem;
  margin-top: 0.4rem;
  width: 1.6rem !important;
}
.hs-fieldtype-radio ul.inputs-list label span,
.hs-fieldtype-booleancheckbox ul.inputs-list label span,
.hs-fieldtype-checkbox ul.inputs-list label span {
  width: calc(100% - (1.6rem + 1.4rem));
  margin: 0;
}
.hs-fieldtype-radio ul.inputs-list input {
  appearance: radio !important;
  -webkit-appearance: radio !important;
}
.hs-fieldtype-booleancheckbox ul.inputs-list input,
.hs-fieldtype-checkbox ul.inputs-list input {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}
@media (min-width: 941px) {
  /* .hs_cos_wrapper_type_form ul.inputs-list li:not(:only-child) {
    width: 48%;
  } */
   .hs_cos_wrapper_type_form ul.inputs-list li:nth-last-child(-n) {
    padding-bottom: 0;
   }
}

.legal-consent-container {
  margin-bottom: 2%;
  font-size: 0.8em;
  line-height: 1.2;
}

.legal-consent-container p {
  font-size: 1.4rem;
}

/* Validation */

/* .hs-form-required {
  color: #BA0050;
} */

.hs_error_rollup ul.hs-error-msgs li {
  font-size: 1.6rem;
  margin-top: 0.6em;
  list-style-type: none;
}

.hs_error_rollup ul.hs-error-msgs li::before {
  content: "*";
  font-size: 2.1rem;
  padding-right: 0.2em;
  vertical-align: top;
}

/* .hs_cos_wrapper_type_form .hs-form-field .hs-error-msgs {
  display: none !important;
} */

.hs_error_rollup ul.hs-error-msgs {
  padding: 0;
}

.hs-input.invalid.error {
  border: 0.05rem solid #BA0050; 
  border-radius: 0.4rem;
}

.hs-error-msg,
.hs-error-msgs,
.hs_cos_wrapper_type_form ul.inputs-list label.hs-error-msg.hs-main-font-element {
  color: #BA0050;
  margin-top: -0.5rem;
}
/* 
.hs-form .hs-input.invalid.error input,
.hs-form .hs-input.invalid.error select,
.hs-form .hs-input.invalid.error textarea {
  border: 0.05rem solid #BA0050; 
  border-radius: 0.125rem;
} */

/* new form editor settings */
 [data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 4.4rem;
    line-height: 1.16;
    word-break: keep-all;
    }
@media (max-width: 792px) {
    /* form#93cee8e-87c0-4000-8592-35838909e900-11 > p > span > strong { */
 /* [data-hsfc-id=Renderer] .hsfc-RichText {
    word-break: keep-all;
    line-height: 1;
 } */
  [data-hsfc-id=RichText] .hsfc-RichText {
    font-size: 4.4vw;
    line-height: 1.16;
    word-break: keep-all;
  }
 
[data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 3.2rem;
    line-height: 1.16;
    word-break: keep-all;
    }
  }

  @media (max-width: 585px) {

  [data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 2.4rem;
    line-height: 1.35;
    word-break: keep-all;
    }
  [data-hsfc-id=RichText] .hsfc-RichText {
    font-size: 3.6vw;
    line-height: 1.16;
    word-break: keep-all;
  }
  }
   @media (max-width: 479px) {

  [data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 2.6rem;
    line-height: 1.35;
    word-break: keep-all;
    }
  [data-hsfc-id=RichText] p.hsfc-RichText {
    font-size: 3.2vw;
    line-height: 1.16;
    word-break: keep-all;
  }
  }
     @media (max-width: 375px) {
  [data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 2rem;
    line-height: 1.35;
    word-break: keep-all;
    }
  [data-hsfc-id=RichText] .hsfc-RichText,   [data-hsfc-id=RichText] p.hsfc-RichText {
    font-size: 2.8vw;
    line-height: 1.16;
    word-break: keep-all;
  }
  }
       @media (max-width: 307px) {
  [data-hsfc-id=Renderer] .hsfc-Heading {
    font-size: 1.6rem;
    line-height: 1.35;
    word-break: keep-all;
    }
  [data-hsfc-id=RichText] .hsfc-RichText,   [data-hsfc-id=RichText] p.hsfc-RichText {
    font-size: 1.4rem;
    line-height: 1.16;
    word-break: keep-all;
  }
  }

/* Header */
.header-wrapper {
  position: relative;
  z-index: 10;
  background-color: #EBF9FC;
  z-index: 4;
}

.header-wrapper .site-nav .page-center,
.header-wrapper .header.page-center{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-wrapper .site-nav > .page-center {
  justify-content: flex-end;
}
.site-nav .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.header.page-center {
  height: 9rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/**** OLD CODE ***/

/* Navigation */

.lang-switcher a {
  font-size: 1.2rem;
}



.header-wrapper li {
  padding-bottom: 0;
  position: relative;
}

.header-wrapper li a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.header-wrapper .main-menu li a {
  line-height: 3rem;
}
.main-menu {
  background-color: #EBF9FC;
}
.main-menu .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
}

.global-links a {
  color: #EBF9FC;
}
.global-links li.active > a,
.global-links a:hover {
  color: #00BAE6;
}
.global-links li.has-children a[target="_blank"]::after {
  content: " \ea99";
  font-family: "tabler-icons";
}
.main-menu li.active > a,
.main-menu a:hover {
  color: #0073E6;
}
.global-links {
  display: flex;
  align-items: center;
  height: 4rem;
  gap: 2rem;
  line-height: 2rem;
  list-style: none;
  padding: 0;
}
.global-links * {
  line-height: inherit;
}
.site-nav {
  font-family: 'Satoshi', sans-serif;
  font-weight: bold;
}
.site-nav ul {
  list-style: none;
  padding: 0;
}
.site-nav li.has-children > a {
  display: flex;
}
.site-nav li.has-children > ul {
  display: none;
  transition: none;
}
.site-nav li.has-children > a::after {
  content: '\ea5f';
  font-size: 0.9rem;
  padding-left: 0.5em;
  vertical-align: middle;
  font-family: 'tabler-icons';
}
.site-nav li.has-children.active > ul,
.site-nav li.has-children:hover > ul {
  display: block;
}
/* Desktop only */
@media (min-width: 768px) {

  .body-container {
    margin-top: 6rem;
    flex: 1;
  }

  .global-links {
    justify-content: space-between;
    width: 100%;
  }
  .global-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    flex: 1;
    justify-content: flex-end;
    z-index: 2;
    align-items: baseline;
  }

  .global-menu > li {
    position: relative;
    overflow: visible;
    height: 2rem;
  }
  .global-menu > li > ul {
    background-color: #0E173A;
    min-width: 100%;
    padding: 10px;
    left: -10px;
  }
  .global-menu ul {
    display: none;
  }
  .global-menu > li:hover ul,
  .global-menu > li:focus-visible ul,
  .global-menu > li:focus ul  {
    display: block;
    position: absolute;
    background-color: #0E173A;
  }

  ul.main-menu {
    display: flex;
    height: 6rem;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4rem;
    justify-content: flex-end;
  }

  .header-wrapper .site-nav {
    background: #0E173A;
  }

  ul.main-menu {
    position: absolute;
    bottom: -7.5rem;
    right: 1.75rem;
    z-index: 1;
    height: 6rem;
    width: 100%;
    padding: 0 2rem 0 10rem;
    left: 0;
    box-sizing: border-box;
    transition: transform .2s ease, opacity .2s ease;
  }
  .main .main-menu .active a:after {
    bottom: 0;
    display: block;
    left: 0;
    content: " ";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #FD6311;
  }

  .main-menu a {
    transition: color 0.2s ease, transform 0.1s linear;
    white-space: nowrap;
  }

  .main .main-menu a:hover,
  .main .main-menu a:active {
    color: #FD6311;
  }

  .mobile-nav {
    display: none;
  }

  .site-nav li.has-children > ul {
    position: absolute;
    height: auto;
    min-width: calc(100% + 4rem);
    box-sizing: border-box;
  }
  .main-menu > li > ul {
    border-top: none;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,0.2);
    opacity: 0 !important;
    padding: 1.6rem 2.2rem;
    transform: translateY(-1.6rem) translateX(0);
    left: -2rem;
    /*visibility: hidden !important;*/
    background-color: #FFF;
    z-index: -2;
    pointer-events: none;
  }
  .main-menu > li >  ul {
    height: auto;
  }
  .main-menu > li  > ul {
    opacity: 1 !important;
    transform: translateY(0) translateX(0);
    /*visibility: visible !important;*/
    pointer-events: all;
  }

  header.open .site-nav {
    left: 0;
  }

  .mobile-site-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-site-nav ul::after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    margin-bottom: 4rem;
    margin-top: 1rem;
    border-radius: 1px;
    background-color: #707070;
    order: 3;
  }

  .mobile-site-nav li {
    order: 2;
  }

  .mobile-site-nav li.current {
    order: 1;
  }

  .mobile-site-nav li a span::after {
    bottom: -17px;
  }

  .mobile-site-nav li:nth-child(n+4) {
    display: none;
  }

  .mobile-site-nav li a {
    margin-bottom: 0 !important;
    font-size: 1.4rem;
  }

  .body-container.has-hero > .hs_cos_wrapper:first-child > section.hero {
    padding-top: 9rem;
  }
  .body-container.has-hero > .hs_cos_wrapper:first-child > section.hero:after {
    margin-top: -9rem;
  }
  body.fixed-nav header.header-wrapper:not(:hover) {
    top: -4rem;
  }

  body.fixed-nav .body-container {
    margin-top: 7rem;
  }
  
  .main-menu li.has-children:hover > ul {
    margin-top: 1rem;
    display: grid;
    gap: 20px;
  }
  li.has-children > ul:before {
    content: " ";
    background: pink;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: calc(100% + 1rem);
    display: block;
    opacity: 0;
  }
  .body-container.has-hero > .hs_cos_wrapper:first-child > section.hero {
    padding-top: 13rem;
  }
  .body-container.has-hero > .hs_cos_wrapper:first-child > section.hero:after {
    margin-top: -13rem !important;
  }

}

/* Mobile only */
@media (max-width: 767px) {

  .site-nav {
    position: absolute;
    left: 200vw;
    width: 100vw;
    height: 100vh;
    top: 8rem;
    overflow:auto;
  }
  .site-nav li.has-children a {
    justify-content: space-between;
  }

  .global-menu {
    width: 100%;
  }
  .global-links {
    height: auto;
    flex-flow: column;
    align-items: flex-start; 
    padding: 20px;
    gap: 0px;
  }
  .main-menu {
    flex: 1;
    box-sizing: border-box;
    padding: 0px;
  }
  .main-menu li > a {
    padding: 10px 20px;
  }
  .global-links a {
    line-height: 3rem;
  }
  .global-menu li.has-children ul {
    padding-left: 10px;
  }
  .main-menu > li {
    border-bottom: 1px solid #CCD7D9;
  }
  .main-menu .widget-type-menu {
    min-height: 100%;
  }
  
  .header-wrapper .site-nav .page-center {
    flex-flow: column;
    padding: 0;
    align-items: inherit;
    height: 100%;
    justify-content: flex-start;
  }
  .header-wrapper .main-menu {
    width: 100%;
  }
  .header.page-center {
    height: 8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
  }

  .dropdown-caret {
    display: none;
  }

  .main-menu .widget-type-menu {
    /*display: block;
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -100vw;*/
    width: 100%;
    background-color: #FFF;
  }
  
  header.open .site-nav {
    left: 0;
  }

  .main-menu .widget-type-menu > span > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .main-menu ul {
    width: 100%;
  }

  .main-menu a {
    padding: 0.1em 0;
    white-space: initial;
    color: #000;
  }

  .body-container.has-hero > .hs_cos_wrapper:first-child > section.hero {
    padding-top: 8rem;
  }
  .body-container.has-hero > .hs_cos_wrapper:first-child > section.hero:after {
    margin-top: -8rem !important;
  }

}



/* Logo */

header #hs_cos_wrapper_logo,
header #hs_cos_wrapper_logo .hs_cos_wrapper_widget,
header #hs_cos_wrapper_logo a,
header #hs_cos_wrapper_logo img {
  height: 100%;
  
}

#hs_cos_wrapper_logo a {
  align-items: center;
  display: flex;
  line-height: 0;
  position: relative;
  padding: 0;
}

#hs_cos_wrapper_logo img {
  width: auto !important;
  height: 100% !important;
  z-index: 1 !important;
}


/* Site Navigation */

 .global-links a {
  font-size: 1.4rem;
  font-weight: 700;
}


/* Page Navigation */
  
.main-menu a {
  color: #0E173A;
  font-size: 1.6rem;
  font-weight: 400;
}

.main .main-menu .active a {
  color: #000;
  position: relative;
}

/* Icon items */

.site-nav .icon {
  color: inherit;
  display: grid; 
  grid-auto-rows: 1fr; 
  grid-template-columns: auto 1fr; 
  grid-template-rows: auto auto; 
  gap: 0px 10px; 
  grid-template-areas: 
    "icon title"
    "icon description"; 
  justify-content: start; 
  justify-items: start; 
  align-items: start; 
  column-gap: 10px;
}
.site-nav .icon i { grid-area: icon; font-size: 3rem; padding-top: 0.25rem; color: #0073E6; }
.site-nav .icon span { grid-area: title; color: inherit; line-height: 1.2em;}
.site-nav .icon p { grid-area: description; font-family: 'Fira Sans', sans-serif; font-weight: normal; font-size: 1.4rem; line-height: 1.2em; padding-top: 0.5rem; color: #707070;}

/* Mobile Navigation Icon */

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
}

.mobile-nav:hover {
  cursor: pointer;
}

.mobile-nav .nav-icon,
.mobile-nav .nav-icon::before,
.mobile-nav .nav-icon::after {
  width: 100%;
  background-color: #000;
  height: 4px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.mobile-nav .nav-icon::before,
.mobile-nav .nav-icon::after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-nav .nav-icon::before {
  transform: translateY(-280%);
}

.mobile-nav .nav-icon::after {
  transform: translateY(280%);
}

.mobile-nav.open .nav-icon {
  background-color: transparent;
  transform: rotate(90deg);
}

.mobile-nav.open .nav-icon::before {
  transform: translateY(0) rotate(45deg);
}

.mobile-nav.open .nav-icon::after {
  transform: translateY(0) rotate(-45deg);
}

/* Fixed Header */

header.header-wrapper {
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.15);
  position: fixed;
  top: 0;
  width: 100%;
}

header.header-wrapper,
.body-container {
  transition: top 0.4s ease;
}

.body-container {
  margin-top: 13rem;
}

body.fixed-nav .body-container.has-hero,
.body-container.has-hero {
  margin-top: 0;
}


/* Language switcher */

#hs_cos_wrapper_language-switcher .hs-language-switcher__icon, #hs_cos_wrapper_language-switcher > nav > div > button > span > svg {
    fill: #EBF9FC !important;
}

.hs-language-switcher__button, 
#hs_cos_wrapper_language-switcher.hs-language-switcher__button, 
#hs_cos_wrapper_language-switcher > nav > div > button {
  border-style: none !important;
}

.hs-language-switcher__label {
    background-color:#0E173A;
    color: #0E173A
}

.hs-language-switcher__current-language, .hs-language-switcher__icon--dropdown, .hs-language-switcher__icon {
  color: #EBF9FC;
  fill: #EBF9FC;
}


 
/* Loput tsekattava
.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color:rgb(8, 37, 66);
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__row-1  {
    display:none;
  }
}
*/
@media screen and (max-width: 767px) {
    #hs_cos_wrapper_language-switcher .hs-language-switcher__menu.hs--align-right {
      right: 1em !important;
      left: 1em !important;
  }

   #hs_cos_wrapper_language-switcher .hs-language-switcher__current-language {
        display: block !important;
        padding-left: 1em;
  }

  .header__language-switcher {
    padding-left: 30px;
    padding-right: 0;
  }

  .hs-language-switcher__item a {
    color: #0E173A;
  }
  #hs_cos_wrapper_language-switcher .hs-language-switcher__item.active a {
    color: #00BAE6;
  }
  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  /* .header__language-switcher--label-current {
    display: none;
  } */

  /* .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  } */

  /* .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  } */
}

@media (max-width: 450px) {
  .hs-language-switcher__item a {
  color: #0E173A;
  }

  #hs_cos_wrapper_language-switcher .hs-language-switcher__item.active a {
  color: #00BAE6;
  }
}
footer {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
footer .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .col-1 {
  margin: 0;
}
footer .col-2 h3 {
  padding-bottom: 1rem;
  color: white;
}
/* Red Background */

footer .col-3:first-child {
  position: relative;
}
footer .col-3 p,
footer .col-3 li,
footer .col-3 a {
  color: #000;
}

footer p,
footer li,
footer a {
  color: #000;
}

footer p a:not(.cta_button), footer li a:not(.cta_button) {
  text-decoration: none;
}
footer p a:not(.cta_button):hover, footer li a:not(.cta_button):hover {
  text-decoration: underline;
}

footer .col-3:first-child .hs_cos_wrapper_type_module {
  position: relative;
  z-index: 2;
}

footer .col-3:first-child::after {
  content: '';
  position: absolute;
  background-color: #FFF;
}

@media (min-width: 941px) {

  footer .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }
  .footer .page-center.bottom-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .col-3:first-child::after {
    width: 50vw;
    height: calc(100% + 160px);
    right: 0;
    top: -80px;
  }
  footer .some {
    vertical-align: middle;
  }

}

@media (max-width: 940px) {
  footer .bottom-footer.page-center.column-grid {
  
  }
  footer .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .page-center.bottom-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
    flex-flow: column;
    align-items: unset !important;
  }

  footer .col-3:first-child {
    margin-bottom: 90px
  }

  footer .col-3:first-child::after {
    width: 100vw;
    height: calc(100% + 90px);
    left: -5vw;
    top: -60px;
  }

}

@media (max-width: 640px) {
  

  footer .col-3:first-child::after {
    left: -7vw;
  }
  
  footer a{
    display: block;
  }

}

@media (max-width: 940px) {
  footer div[class^="col-"]:not(:last-child) {
    margin-bottom: 40px;
  }
  
  footer .shape{
    width: 80%;
    right: -53%;
    top: -84%;
}
}

/* Logo */
#hs_cos_wrapper_logo_footer {
  margin-top: -1.6rem;
}

footer #hs_cos_wrapper_logo a {
  display: block;
  line-height: 0;
  margin-bottom: 4rem;
}

footer #hs_cos_wrapper_logo img {
  width: auto !important;
  height: 60px !important;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  footer #hs_cos_wrapper_logo img {
    width: auto !important;
    height: 201px !important;
    margin-bottom: 2rem;
  }
}

/* Social Media Icons */
footer .some a {
  display: inline-block;
  padding-bottom: 0;
  margin-left: 1.5rem;
}

footer .some a:first-child {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
}

footer .some a:hover {
  text-decoration: none !important;
}


footer .some a i {
  font-size: 2em;
}
@media (max-width: 768px) {
footer .some a i {
    font-size: 3em;
}
}

footer .some a:hover img {
  /* transform: scale(1.15); */
}

/* Icons */

footer a::before,
footer .location::before,
footer a::after {
  font-size: 1em;
  font-weight: 700;
  vertical-align: middle;
  color: #EBF9FC;
}

footer p > a:not([href*="mailto:"]):not([href*="tel:"])::after {
  content:'\ea61';
  padding-left: 0.5em;
}

footer .col-3:first-child p a::after {
  color: #FFF;
}

footer p a:not([href*="mailto:"]):not([href*="tel:"]):hover::after {
  transform: translateX(25%);
}
footer .blog-links {
  list-style: none;
  padding-left: 0;
}
footer .location,
footer .blog-links a,
footer a[href*="tel:"],
footer a[href*="mailto:"] {
  padding-left: 1.6em;
  position: relative;
  display: block;
}

footer .location::before,
footer .blog-links a::before,
footer a[href*="tel:"]::before,
footer a[href*="mailto:"]::before {
  left: 0;
  top: 0.1rem;
  font-family: "tabler-icons";
  color: #EBF9FC;
  position: absolute;
}

footer a[href*="mailto:"]::before {
  content:'\fa47';
}

footer a[href*="tel:"]::before {
  content:'\fa3b';
}

footer .location::before {
  content:'\f680';
}

footer .blog-links a::before {
  content:'\ea61';
}

footer .logos {
  align-items: center;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  justify-content: center;
  margin: 0 auto;
  max-width: 90%;
  padding: 10px 20px;
  width: max-content;
  }

footer .bottom-footer.page-center.column-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
}




.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 .hs-item-has-children {
  position: relative;
}

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

.hero.bg-image-hero:after {
  content: " ";
  background: #0E173A;
  display: block;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero.bg-image-svg:after {
  content: " ";
  /* background: #0E173A; */
  display: block;
  /* opacity: 0.5; */
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero .cta-buttons{
  display: flex;
  flex-direction: row;
  align-content:center;
}
.hero .text-center .cta-buttons {
  justify-content: center;
}
.col-2 {
  position: relative;
}
.hero {
  min-height: 385px;
}

.hero .shape .dark {
  fill: #0073E6;
}

.hero .shape .light {
  fill: #00BAE6;
}

.bg-blue.gradient { background-image: linear-gradient(180deg, #00BAE6FF 0%, #00BAE600 100%); }

.hero.bg-pink { background-color: #0073E6;}
.bg-pink.gradient { background-image: linear-gradient(180deg, #BA0050FF 0%, #BA005000 100%); }
.hero.bg-pink .shape .light { fill: #BA0050; }

.hero.bg-green { background-color: #0073E6;}
.bg-green.gradient { background-image: linear-gradient(180deg, #02CEB3FF 0%, #02CEB300 100%); }
.hero.bg-green .shape .light { fill: #02CEB3; }

.hero.bg-orange { background-color: #FDAF03;}
.bg-orange.gradient { background-image: linear-gradient(180deg, #FEAB6FFF 0%, #FEAB6F00 100%); }
.hero.bg-orange .shape .light { fill: #FDAF03; }
.hero.bg-orange .shape .dark { fill: #FD6311; }

@media (max-width: 940px) {
#hero-video {
  /* display: none; */
}
.hero-image img {
  z-index: 1;
}

}

@media (max-width: 940px) and (min-width: 641px) {
.hero h1 {
  font-size: 3.4rem;
}
.hero-image {
  right: 10%;
} 
}

@media (max-width: 640px) and (min-width: 481px) {
.hero h1 {
  font-size: 2.8rem;
}
}
@media (max-width: 940px) {
img.hero-image {
  max-height: 340px;
  max-width: 340px;
  width: auto;
  height: auto;
}

.hero-wrapper {
  width: 100%;
  z-index: 5;
  background: -20vw
    40vh no-repeat;
}

.hero .page-center {
  min-height: 33.333vw;
}
}


/* Tiny slider */ 

.tns-outer {
position: relative;
z-index: 1;
}
.tns-controls { 
}
.tns-controls button {
background: transparent;
width: 40px;
height: 40px;
display: block;
position: absolute;
border: 0;
font-family: 'tabler-icons';
font-size: 2em;
top: calc(50% - 6px);
text-align: center;
color: #0E173A;
padding: 4px;
}
.autobg-dark .tns-controls button {
  color: #EBF9FC;
}
.tns-controls button[data-controls="next"] { right: -48px; }
.tns-controls button[data-controls="prev"] { left: -48px; }

@media (max-width: 1130px) {
.tns-controls button[data-controls="next"] { right: -22px; }
.tns-controls button[data-controls="prev"] { left: -22px; }
}

.tns-nav {
width: 100%;
text-align: center;
display: block;
margin-top: 2em;
}
.tns-nav button {
margin: 6px;
display: inline-block;
border: none;
border-radius: 100%;
width: 15px;
height: 15px;
background-color: #0073E6;
}
.tns-nav button.tns-nav-active {
background-color: #0E173A;
}

.autobg-dark .tns-nav button.tns-nav-active {
background-color: #EBF9FC;
}
/* Blog header */

.hs-blog-post + .body-container .hero {
  min-height: auto;
}
.hs-blog-post + .body-container .hero .page-center {
  min-height: auto;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* blog narration*/
#hs_cos_wrapper_narration {
  max-width: 90%;
  padding: 0 1.4rem 1.8rem 1.6rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  margin-bottom: 4rem;
}

h6.client-name + h3 {
  padding-top: 0px;
}

h3.client-name + h3 {
  padding-top: 0;
}

h3.client-name {
  letter-spacing: 0;
  line-height: 1.16;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 100;
  padding-bottom: 0.5em;
  padding-top: 1em;
}

h6.client-name {
  font-size: 1.3rem;
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-weight: 100;
}

.image-wrapper + h3 {
  padding-top: 0px;
}


@media screen and (min-width: 768px) {
  .blog-index__post {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  flex: 1 1 48%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image {
    margin-bottom: 0;
  }
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
    padding-bottom: 25%;
  }
  .blog-index__post-image--small {
    padding-bottom: 20%;
  }

  .blog-index__post-content--large, .blog-index__post-content--small {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {

}

.blog-index__post-content p {
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

/* Blog pagination */

.blog-pagination {
  flex-basis: 100%;
  margin-top: 4rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.blog-pagination a {
  line-height: 1;
  padding: 9px;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.blog-pagination a.number:hover {
  text-decoration: underline;
}

.blog-pagination a.current {
  color: #0073E6;
}

.blog-pagination a.disabled {
  display: none;
}

.blog-pagination a.prev::before,
.blog-pagination a.next::after {
  font-size: 0.8em;
  font-family: "tabler-icons";
}

.blog-pagination a.prev::before {
  content:'\ea60';
  padding-right: 0.5em;
}

.blog-pagination a.prev:hover::before {
  transform: translateX(-25%);
}

.blog-pagination a.next::after {
  content:'\ea61';
  padding-left: 0.5em;
}

.blog-pagination a.next:hover::after {
  transform: translateX(25%);
}

/* Blog post */

.blog-post, .blog-post-meta {
  margin: 0 auto;
  max-width: 720px;
}
.blog-post-meta {
  padding: 60px 20px 30px;
}

.blog-post__meta {
  margin: 0 0 4rem 0;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post h1 {
  font-size: 4.6rem;
}
@media (max-width: 768px) {
  .blog-post h1 {
    font-size: 4.2rem;
  }
}

/* Tag list */

ul.tag-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
}
li.tag-link {
  padding: 0.25em 1em;
  border-radius: 2px;
  background: #B0E4CB;
  font-size: 0.8em;
}
li.tag-link a {
  text-decoration: none;
  font-size: inherit;
  color: #0E173A !important;
}

.blog-post__author {
  display: flex;
  height: 3rem;
  line-height: 3rem;
  gap: 1rem;
}
.blog-post__author img {
  border-radius: 100%;
}

/* Ingress */

.blog-post .ingress p {
  font-size: 1.8rem;
  font-weight: 200;
  font-style: italic;
}

div.blog-ingress {
  font-size: 1.8rem;
  font-weight: 200;
  font-style: italic;
  padding-bottom: 2.6rem;
}
/* Summary box */

.blog-post ul[style="list-style-type: square;"] {
  background-color: #B0E4CB;
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 3px;
  margin-bottom: 2rem;
  list-style-type: disc !important; 
}

/* .blog-post ul[style="list-style-type: square;"] li, .blog-post ul[style$="list-style-type: square;"] li::marker {

} */

/* Author contat section */
.author-meta, .author-contact {
  padding: 40px 0;
}
.author-social i.ti {

}
.author-cta {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .author-contact-section {
    display: flex;
  }
  .author-contact-section > div {
    flex: 1;
    min-width: 50%;
  }
  .author-contact-section > div:last-child {
    order: -1;
  }
  .author-meta, .author-contact {
    max-width: 525px;
    box-sizing: border-box;
  }
  .author-meta {
    width: 100%;;
  }
  .author-meta {
    display: flex;   
    align-items: center;
    gap: 40px;
  }
  .author-contact {
    margin-right: auto;
    padding-Left: 40px;
  }
}

.author-meta img {
  max-width: 180px;
  border-radius: 100%;
}

@media (max-width: 767px) {

  .author-meta img {
    margin-bottom: 2em;
    max-width: 100px;
  }

  .author-social i.ti-brand,  .author-social > a[class^="member"] {
    font-size: 3rem;
  }
  .author-info > p {
    font-size: 2.0rem;
  }
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* 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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

/* Topics listing */

.topics-listing  {
  list-style-type: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;    
  flex-flow: wrap;
  gap: 10px;
  margin-bottom: 4rem;
}

.topics-listing a {
  border: 2px solid #B0E4CB;
  padding: 0.2em 0.7em;
  border-radius: 2px;
  text-decoration: none !important;
  /* color: #0E173A; */
  display: block;
}
.topics-listing .tag-link a {
  color: #0E173A;
}
.topics-listing a.primary {
  border: 2px solid #FEAB6F;
}
.topics-listing a.active {
  background-color: #B0E4CB;
  color: #0E173A;
}
.topics-listing a.primary.active {
  background-color: #FEAB6F;
  color: #0E173A;
}

.category-label {
  margin-right: 10px;
}

.topics-listing li {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

/* Topics listing tag-module */

.topics-listing-tags  {
  list-style-type: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;    
  flex-flow: wrap;
  gap: 10px;
  margin-bottom: 4rem;
}

.topics-listing-tags a {
  border: 2px solid #B0E4CB;
  padding: 0.2em 0.7em;
  border-radius: 2px;
  text-decoration: none !important;
  /* color: #0E173A; */
  color: #FFF;
  background-color: #0E173A;
  display: block;
}
.topics-listing-tags .tag-link a {
  color: #0E173A;
}
.topics-listing-tags a.primary {
  border: 2px solid #FEAB6F;
  background-color: #0E173A;
}
.topics-listing-tags a.active {
  background-color: #B0E4CB;
  color: #0E173A;
}
.topics-listing-tags a.primary.active {
  background-color: #FEAB6F;
  color: #0E173A;
}

.topics-listing-tags li {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-family: 'Fira Sans', sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */
section.system {
  min-height: auto;
  display: flex;
  justify-content: center;
}

.system-page-container {
  max-width: 1090px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.system-2 {
  flex: 0 0 49%;
}

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

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

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

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494a52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

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

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270e0;
}

/* Password prompt */

.password-prompt input[type='password'] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

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

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

@media screen and (max-width: 1100px) {
  .system-2 {
    flex: 0 0 99%;
  }
  .system-page-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 500px;
    padding: 2rem;
  }
}

/* .lang-switcher {
    display:none;
} */