*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

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

html {
    opacity: 1;
    transition: opacity .15s;
}

html,
body {
    height: 100%;
}

html.loading {
    opacity: 0;
    transition: opacity 0s;
}

*, a, a:active, a:focus {
    outline: none;
}

::-moz-focus-inner {
  border: 0;
}

img,
.image {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.body-container-wrapper {
    flex: 1 0 auto;
}

.body-container {
    padding-top: 135px;
}

.body-container img,
.body-container .image {
    border-radius: 5px;
}

.body-container--bg,
.body-container--blankpage
{
    padding-top: 0;
}

.body-container--blankpage img,
.body-container--blankpage .image {
    border-radius: 0;
}

body-container

/* 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;
    }
    
    /* .body-container--home */
    /*
    div[class*="row-fluid-wrapper"][class*="max-width-section"] > .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }

    div[class*="row-fluid-wrapper"][class*="max-width-section"] > .row-fluid > [class*="span"]:not(:first-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;
  max-width: 1240px;
  /*padding: 0 20px;*/
}

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

.dnd-section {
  padding: 80px 20px;
}

.hero .dnd-section {
  position: relative;
  z-index: 1;
  background-color: rgb(11,17,66);
}

.hero .dnd-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(11,17,66);
  background: linear-gradient(90deg, rgba(11,17,66,1) 0%, rgba(11,17,66,1) 50%, rgba(11,17,66,0.5) 100%);
  z-index: -1;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.5;
  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: 1rem;
  margin: 0 0 1.4rem;
}

.title-tag {
  font-weight: 600;
    color: #EA7E00;
}

.title-tag.secondary {
  color: #2DAEDE;
}

.title-label {
  background-color: #EA7E00;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 5px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 14px 4px;
  text-transform: uppercase;
  font-size: 14px;
}

.title-label.secondary {
  background-color: #2DAEDE;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:not([href]),
a:not([href]):hover,
a:not([href]):focus {
  cursor: default;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

h4,
h5,
h6 {
  margin: 0 0 .6rem;
}

h6 > a:after,
.link-arrow:after {
  content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 2px;
    border-radius: 3px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    margin-left: 5px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  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;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  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 #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}


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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

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

/* Inputs - datepicker */

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

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !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;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Override default hs form styles */
form[class^="hs-form-"] fieldset.form-columns-2 > div:first-child
{
  padding-right: 15px;
}

form[class^="hs-form-"] fieldset.form-columns-2 > div:last-child
{
  padding-left: 15px;
}

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

form[class^="hs-form-"] fieldset.form-columns-1 .hs-input {
  width: 100%;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

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

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: padding 0.5s ease;
  padding: 20px 0;
}

.hero .header {
  transition: background-color 0.2s ease, padding 0.5s ease;
}

html:not(.scrolled) .header {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 0 20px;*/
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
/*
.header__row-1 {
  padding-top: 30px;
}
*/
/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: 20px;
  max-width: 200px;
  overflow: hidden;
}

.header__logo a,
.scrolled .hero .header__logo a {
  position: relative;
  display: block;
  background-image: url('https://3856453.fs1.hubspotusercontent-na1.net/hubfs/3856453/raw_assets/public/nalta2021/images/nalta-logo-2024.svg');
  background-size: contain;
  background-size: 200px 32px;
  background-repeat: no-repeat;
  z-index: 10;
}

.hero .header__logo a {
  background-image: url('https://3856453.fs1.hubspotusercontent-na1.net/hubfs/3856453/raw_assets/public/nalta2021/images/nalta-logo-2024-white-text.svg');
}

.header__logo img {
  display: block;
  max-width: 100%;
  opacity: 0;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* Search bar */

.header__search {
  padding: 0 10px;
  width: auto;
  text-align: right;
}

.header__search .hs-search-field__input {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: %23aaa; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-535 -338)'%3E%3Crect id='Rectangle_6' data-name='Rectangle 6' class='cls-1' width='21' height='21' transform='translate(535 338)'/%3E%3Cpath id='search_copy' data-name='search copy' class='cls-2' d='M19.3,18.3h0l-4.7-4.9A8.31,8.31,0,0,0,13.5,1.9a8.327,8.327,0,0,0-11.6,1,8.243,8.243,0,0,0,1,11.6,8.593,8.593,0,0,0,5.3,1.9h0A8.555,8.555,0,0,0,12.8,15l4.7,4.9a1.234,1.234,0,0,0,.8.4h.1a1.136,1.136,0,0,0,.8-.3,1.234,1.234,0,0,0,.4-.8A.855.855,0,0,0,19.3,18.3ZM8.2,14A5.8,5.8,0,1,1,14,8.2,5.8,5.8,0,0,1,8.2,14Z' transform='translate(535.629 338.496)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.header__search button > span {
  display: none;
}

.header__navigation {
  position: relative;
  right: -5px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 992px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */
@media (max-width: 992px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    /*padding: 20px 0 0;*/
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    /*margin: 0 0 20px 20px;*/
    width: 100%;
  }

  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open {
    background-color: #F8FAFC;
    display: block;
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 4px 5vw 3px;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open {
    /*display: block;*/
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after{
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
    margin-top: -25px;
    top: -5px;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  html:not(.scrolled) .hero .header--toggle,
  html:not(.scrolled) .hero .header__close--toggle {
    filter: brightness(0) invert(1);
  }

  .header__navigation--toggle:after {
    content: "";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    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;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 40px;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media (min-width: 992px) {

  html:not(.scrolled) .hero .navigation-primary .level-1 > li:not(:last-child) > a:not(:hover),
  html:not(.scrolled) .hero .navigation-primary .level-1 > li:not(:last-child) > a:not(:hover) ~ label {
    color: #fff;
  }

  .header__column {
    margin-right: 20px;
  }

  .header__search .hs-search-field__input {
    width: 0;
    padding-left: 50px;
    padding-right: 0px;
    transition: .5s ease;
    transition-property: width, background, padding, border;
    cursor: pointer;
  }

  .header__search .hs-search-field__input:hover {
    background-color: #F2F2F2;
  }

  .header__search .hs-search-field__input:focus {
    width: 100%;
    border: 1px solid #D1D6DC;
    background-color: #FCFCFC;
    cursor: text;
    padding-right: 15px;
  }

  .header__search button {
    opacity: 0;
    width: 0;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    padding: 0;
    overflow: hidden;
    transition: opacity .5s ease .15s;
    border-radius: 3px;
  }
  
  .header__search button:after {
    content: 'Search';
    word-break: normal;
  }

  .header__search .hs-search-field__input:focus + input + button,
  .header__search .hs-search-field__input:focus + input + input + button,
  .header__search .hs-search-field__input:focus + input + input + input + button,
  .header__search .hs-search-field__input:focus + input + input + input + input + button,
  .header__search button:focus:active {
    opacity: 1;
    padding: 0 15px;
    width: auto;
  }

}
.footer {
  border-top: solid 1px #eee;
  padding: 50px 15px;
}

.footer .row-fluid h5,
#hs_menu_wrapper_footer_nl ul:first-child > li,
#hs_menu_wrapper_footer_en ul:first-child > li {
  margin-top: 30px;
}

.footer .row-fluid h5,
#hs_menu_wrapper_footer_nl ul:first-child > li > a,
#hs_menu_wrapper_footer_en ul:first-child > li > a {
  font-size: 16px;
  font-weight: 500;
}

.footer .row-fluid h5,
.footer .row-fluid h5 > a,
#hs_menu_wrapper_footer_nl ul:first-child > li > a,
#hs_menu_wrapper_footer_en ul:first-child > li > a {
  color: #14202C;
}

.footer .link-arrow {
  color: #3a91e8;
}

.footer .row-fluid p {
  margin-bottom: 1rem;
}

.footer__container.content-wrapper {
  padding: 1rem 20px;
}

.footer .hiring {
  position: relative;
  padding: 20px;
  border: solid 1px #ededed;
  border-radius: 8px;
  margin-top: 30px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color .2s ease;
}

.footer .hiring:hover {
  background-color: rgba(255,255,255,.5);
}

.footer .hiring:hover a {
  text-decoration: underline;
}

.footer .hiring h5 {
  margin-top: 0;
  font-weight: 900;
  margin-bottom: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91.898' height='55.988' viewBox='0 0 91.898 55.988'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2377B1EB;%7D.b%7Bfill:%233a91e8;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-2.472 -8.1)'%3E%3Cg transform='translate(2.472 8.1)'%3E%3Ccircle class='a' cx='11.314' cy='11.314' r='11.314' transform='translate(6.022)'/%3E%3Cpath class='a' d='M24.063,34.7H15.65A11.941,11.941,0,0,0,3.756,45.337L2.5,55.1a2.444,2.444,0,0,0,1.934,2.708,72.1,72.1,0,0,0,15.375,1.547q3.336,0,6.382-.29l1.064-8.7a17.058,17.058,0,0,1,6.092-11.12A11.73,11.73,0,0,0,24.063,34.7Z' transform='translate(-2.472 -8.978)'/%3E%3C/g%3E%3Cg transform='translate(63.516 8.1)'%3E%3Ccircle class='a' cx='11.314' cy='11.314' r='11.314' transform='translate(2.224)'/%3E%3Cpath class='a' d='M95.286,45.337A12.011,12.011,0,0,0,83.392,34.7H74.98a11.92,11.92,0,0,0-9.38,4.545,16.659,16.659,0,0,1,6.092,11.12l1.064,8.7c2.031.193,4.255.29,6.382.29a78.168,78.168,0,0,0,15.375-1.547A2.53,2.53,0,0,0,96.447,55.1Z' transform='translate(-65.6 -8.978)'/%3E%3C/g%3E%3Cg transform='translate(31.095 13.805)'%3E%3Cpath class='b' d='M53.566,40.6H45.153A11.936,11.936,0,0,0,33.259,51.14L32.1,60.907a2.389,2.389,0,0,0,1.934,2.708,72.1,72.1,0,0,0,15.375,1.547,78.929,78.929,0,0,0,15.375-1.547,2.53,2.53,0,0,0,1.934-2.708l-1.16-9.767A12.1,12.1,0,0,0,53.566,40.6Z' transform='translate(-32.072 -14.879)'/%3E%3Ccircle class='b' cx='11.314' cy='11.314' r='11.314' transform='translate(6.022 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 50px;
}

.footer .hiring a::after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer .footer__copyright {
  border-top: solid 1px #eee;
  padding: 1.5em 0;
  margin: 58px 0 0;
  overflow: hidden;
  clear: both;
  color: #BEBEBE;
  font-size: 15px;
}

.landingpage .footer .footer__copyright {
  padding: 0;
  border: none;
  margin: 0;
}

.footer .footer__copyright span,
.footer .footer__copyright a {
  color: #BEBEBE;
}

.footer__copyright > div {
  float: right;
}

#hs_menu_wrapper_footer_nl > ul,
#hs_menu_wrapper_footer_en > ul {
  justify-content: space-between;
}

#hs_menu_wrapper_footer_nl li,
#hs_menu_wrapper_footer_en li {
  margin-top: 1rem;
}

.footer .lang_switcher_class {
  margin-top: 30px;
}

.footer .globe_class {
  position: relative;
  width: auto;
  height: auto;
  border: solid 1px #ededed;
  padding: 10px 15px;
  border-radius: 8px;
  background-size: 20px;
  background-position: center left 15px;
  transition: background-color .2s ease;
}

.footer .globe_class:hover {
  background-color: #fff;
}

.footer .globe_class::before {
  content: 'Language';
  display: block;
  white-space: nowrap;
  margin: 0 30px 0 34px;
  font-size: 15px;
}

.footer .globe_class::after { 
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  width: 8px;
  height: 8px;
  margin: 6px 0 0 10px;
  border: solid 1px #bebebe;
  border-radius: 2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(135deg);
}

.footer .lang_list_class {
  white-space: nowrap;
  top: 50px;
  padding: 0;
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
  left: 0;
  right: 0;
  transform: none;
  cursor: default;
}

.footer .lang_list_class::before {
  border: none;
  width: 100%;
  left: 0;
  top: -15px;
  height: 20px;
  margin: 0;
}

.footer .lang_list_class li {
  border: none;
}

.lang_list_class li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.lang_list_class li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.footer .lang_list_class li a {
  display: block;
  font-size: 15px;
  color: #6d7479;
}

.footer .lang_list_class li a:hover,
.footer .lang_list_class li a:focus {
  text-decoration: underline;
}
/*



*/

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

/* Blog */
.blogs {
  display: block;
  overflow: hidden;
  margin: 2rem 20px;
}

.blogs .blog {
  display: flex;
  position: relative;
  width: calc(33.33% - 47px);
  min-height: 200px;
  float: left;
  margin-bottom: 70px;
  margin-right: 70px;
  z-index: 1;
}

.blogs:not(.related) .blog:nth-child(3n+2) {
  clear: both;
}

.blogs .blog,
.blogs .blog:focus,
.blogs .blog:hover,
.blogs .blog:active {
  text-decoration: none;
  color: #14202C;
}

.blogs .blog:focus .link,
.blogs .blog:hover .link,
.blogs .blog:active .link {
    text-decoration: underline;
}

.blogs:not(.related) .blog:first-child {
  display: flex;
  min-height: 250px;
  width: 100%;
}

.blogs:not(.related) .blog:nth-child(3n+1) {
  margin-right: 0;
}

.blogs.related .blog:nth-child(3n) {
  margin-right: 0;
}

.blogs .blog .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  z-index: -1;
  border-radius: 5px;
}

.blogs:not(.related) .blog:first-child .image {
  width: 500px;
  height: 250px;
}

.blogs .blog .image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.2s linear;
}

.blogs .blog:focus .image::before,
.blogs .blog:hover .image::before,
.blogs .blog:active .image::before {
    background-color: rgba(0, 0, 0, .1);
}

.blog .tag {
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: #999;
}

.blog .tag-explore {
  color: #42CCFF;
}

.blog .tag-explain {
  color: #5FD77F;
}

.blog .tag-experience {
  color: #EC7E45;
}

.blogs .blog .tag-podcast {
  color: #8583FB;
}

.blogs .blog .bottom {
  margin-top: 220px;
}

.blogs:not(.related) .blog:first-child .bottom {
  margin-top: 0;
  margin-left: 530px;
}

.blog .date {
  position: relative;
  display: inline-block;
  margin-bottom: .5em;
  font-size: 15px;
  color: #9D9D9D;
}

.blog-body {
  margin: 20px 0 50px;
}

.blogs:not(.related) .blog:first-child .intro {
  margin-bottom: 1em;
  font-size: 15px;

}

.blogs .blog .title {
  display: block;
  font-size: 19px;
  font-weight: 600;
}

.blogs:not(.related) .blog:first-child .title {
  font-size: 25px;
  text-transform: uppercase;
}

.blogs .blog .link,
.blogs .blog .link:focus,
.blogs .blog .link:hover,
.blogs .blog .link:active {
  display: block;
  margin-top: .5em;
  color: #3A91E8;
  font-size: 15px;
}

.blog-pagination {
  margin: 0 0 7rem;
  text-align: center;
}

.body-container--blog-post > .content-wrapper > .blog,
.blog-related-posts > .content-wrapper > h3 {
  margin: 0 20px;
}

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

  .blogs .blog {
    width: calc(33.33% - 34px);
    margin-right: 50px;
  }

  .blogs:not(.related) .blog:first-child {
    min-height: 250px;
    width: 100%;
  }
}

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

  .blogs .blog {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }

  .blogs:not(.related) .blog:first-child {
    min-height: 250px;
    width: 100%;
  }

  .blogs:not(.related) .blog:first-child .bottom {
    margin-top: 220px;
    margin-left: 0;
  }

  .blogs:not(.related) .blog:first-child .image {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  
  .blogs .blog {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  
}

/* Cards (override default) */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
}

.cards__card {
  width: auto;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .03);
  background: #fff;
  padding: 30px 15px 10px 15px;
  margin: 0;
  height: 100%;
  align-content: start;
}

.cards__card h3 {
  font-size: 23px;
}

.card__image {
  
}

.card__text {

}

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

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media screen and (max-width: 767px) {
  
  .cards {
    grid-template-columns: 1fr;
  }
  
}
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, 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 */

.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 {
  position: relative;
  margin-bottom: 3rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.hs-search-results__title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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