/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.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: 1px;
  margin-left: 2.127659574%;
  -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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .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: 1px;
    margin-left: 2.762430939%;
    -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%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .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: 1px;
    margin-left: 2.564102564%;
    -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%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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;
  }
  
  main section:first-of-type {
    padding-top: 80px !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;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/






.footer-right__title {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  font-family: arial, helvetica, sans-serif;
  color: #1C3458;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-right__list li {
  margin-bottom: 15px;
}

.footer-right__list li a, .footer__copyright-text a {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  color: #1C3458;
  font-size: 16px;
  text-transform: none;
}

.footer-right__list li a:hover, .footer__copyright-text a:hover {
  color: #0483E2!important;
  text-decoration: underline!important;
   font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.footer__description {
  font-weight: 400; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  font-family: arial, helvetica, sans-serif;
  color: #1C3458;
  font-size: 16px;
}

.footer__copyright-text p, .footer__copyright-text {
  font-weight: 400; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  font-family: arial, helvetica, sans-serif;
  color: #1C3458;
  font-size: 16px;
}

.copyright__links .hs_cos_wrapper_type_icon svg {
  height:24px;
  fill: #0483E2;
}


body {
  line-height: 1.7;
  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;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2em
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/* PRIMARY FILLED */









/* PRIMARY OUTLINED */











/* SECONDARY FILLED */









/* SECONDARY OUTLINED */


















.primary__button-filled.btn-link, .secondary__button-filled.btn-link,
.primary__button-outlined.btn-link, .secondary__button-outlined.btn-link,
a.btn-link,
.primary__button-filled a, .secondary__button-filled a,
.primary__button-outlined a, .secondary__button-outlined a {
  margin-right: 15px;
  letter-spacing: 0.05em;
  position: relative;
}

.primary__button-filled, .secondary__button-filled,
.primary__button-outlined, .secondary__button-outlined {
  margin-bottom: 15px;
}

.primary__button-filled.btn-link:last-child, .secondary__button-filled.btn-link:last-child,
.primary__button-outlined.btn-link:last-child, .secondary__button-outlined.btn-link:last-child,
.primary__button-filled:last-child a, .secondary__button-filled:last-child a,
.primary__button-outlined:last-child a, .secondary__button-outlined:last-child a {
  margin-right: 0px;
}

.primary__button-filled a, .secondary__button-filled a,
.primary__button-outlined a, .secondary__button-outlined a {
  line-height: 1.5em;
}

.primary__button-filled.btn-link, .primary__button-filled a {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal; 
  color: #FFFFFF;
  font-size: 14px;
  background: #ff6700;
  border-radius: 8px;
  padding: 9px 30px;
  display: inline-block;
  border: 1px solid #ff6700;
  
  box-shadow: 0px 5px 10px  rgba(0, 0, 0, 0.23);
  
}

.primary__button-filled.btn-link:hover, .primary__button-filled a:hover {
  background-color: #ff6700;
  color: #000000;
  border-color: #ff6700;
}

.primary__button-outlined.btn-link, .primary__button-outlined a {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal; 
  color: #FFFFFF;
  font-size: 14px;
  background:  rgba(255, 255, 255, 0.0 );
  border-radius: 4px;
  padding: 9px 30px;
  display: inline-block;
  
  box-shadow: 0px 5px 10px  rgba(0, 0, 0, 0.23);
  
  border: 2px solid #FFFFFF
}

.primary__button-outlined.btn-link:hover, .primary__button-outlined a:hover {
  background-color: #ff6700;
  color: #ff6700;
  border-color: #ff6700;
}

.secondary__button-filled.btn-link, .secondary__button-filled a {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal; 
  color: #fff;
  font-size: 14px;
  background: #ff6700;
  border-radius: 8px;
  padding: 9px 30px;
  display: inline-block;
  border: 1px solid #ff6700;
  
  box-shadow: 0px 5px 10px  rgba(0, 0, 0, 0.23);
  
}

.secondary__button-filled.btn-link:hover, .secondary__button-filled a:hover {
  background-color: #ff6700;
  color: #000000;
  border-color: #ff6700;
}

.secondary__button-outlined.btn-link, .secondary__button-outlined a {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal; 
  color: #FFFFFF;
  font-size: 14px;
  background:  rgba(255, 103, 0, 0.0 );
  border-radius: 8px;
  padding: 9px 30px;
  display: inline-block;
  
  box-shadow: 0px 5px 10px  rgba(0, 0, 0, 0.23);
  
  border: 2px  solid #0483E2
}

.secondary__button-outlined.btn-link:hover, .secondary__button-outlined a:hover {
  background-color: #ff6700;
  color: #000000;
  border-color: #ff6700;
}

.primary__button-filled.button__has-icon:hover .button__icon svg {
  fill: #000000;
}

.primary__button-outlined.button__has-icon:hover .button__icon svg {
  fill: #ff6700;
}

.secondary__button-filled.button__has-icon:hover .button__icon svg {
  fill: #000000;
}

.secondary__button-outlined.button__has-icon:hover .button__icon svg {
  fill: #000000;
}

.primary__button-filled.button__has-icon, .primary__button-outlined.button__has-icon,
.secondary__button-filled.button__has-icon, .secondary__button-outlined.button__has-icon {
  padding-right: 55px;
}

.primary__button-filled.button__has-icon .button__icon {
  width: 12px; 
  position: absolute; 
  right: 14px;
}

.primary__button-filled.button__has-icon .button__icon svg {
  fill: #0483E2
}

.primary__button-outlined.button__has-icon .button__icon {
  width: 12px; 
  position: absolute; 
  right: 14px;
}

.primary__button-outlined.button__has-icon .button__icon svg {
  fill: #0483E2
}

.secondary__button-filled.button__has-icon .button__icon {
  width: 12px; 
  position: absolute; 
  right: 14px;
}

.secondary__button-filled.button__has-icon .button__icon svg {
  fill: #fff
}

.secondary__button-outlined.button__has-icon .button__icon {
  width: 12px; 
  position: absolute; 
  right: 14px;
}

.secondary__button-outlined.button__has-icon .button__icon svg {
  fill: #0483E2
}

.button__text, .button__icon {
  display: inline-block;
}

.buttons--shadow {
  box-shadow: 0px 5px 10px  rgba(0, 0, 0, 0.23);
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 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;
}


/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/




/* 1g. Website header */





































/* Header DND sections */

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

/* Header container */

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

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

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;

}


.header__cta-layout .menu__item.menu__item--depth-1:last-of-type .menu__link {
  background: #0483E2;
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  line-height: 1em; 
}

.header__cta-layout .menu__item.menu__item--depth-1:last-of-type .menu__link:hover {
  background: #0483E2;
  color: #FFFFFF; 
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .header__cta-layout .menu__item.menu__item--depth-1:last-of-type .menu__link {
  width: 100%;
  border-radius: 0px;
  font-size: 18px;
  padding-left: 20px;
  }
}



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


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 15px;
  padding-bottom: 5px;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.site__search__wrapper .hs-search-field--open .hs-search-field__suggestions {
  background: #FFFFFF;
  border: 0.5px solid #D9D7CF;
  box-sizing: border-box;
  border-radius: 21px;
  z-index: 99;
  margin-top: 5px;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  color: #7E7A60;
}

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

.site__search__wrapper .hs-search-field__suggestions li {
  border-bottom: 0.5px solid #D9D7CF;
}

.site__search__wrapper .hs-search-field__suggestions li:last-of-type {
  border: none;
}

.site__search__wrapper .hs-search-field__suggestions li a {
  color: #7E7A60;
  padding: 7px 15px;
  font-family: Raleway;
  font-size: 16px;
}

.site__search__wrapper .hs-search-field__suggestions a:hover {
  background-color: unset;
}


@media (min-width: 1050px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

header.sticky--scrolled .menu__link {
  color: #1C3458
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  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--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.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: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}






.header__container.content-wrapper {
  padding: 0;
  
  max-width: 1200px;
  
}



.header .menu__item--depth-1:last-of-type {
  padding-right: 0px;
}


@media (min-width: 1050px) {
.header__navigation.header--element.header__search-layout {
  display: flex;
} 
}

.header__navigation.header--element.header__search-layout .site__search__wrapper {
  align-self: center;
}

.site__search__wrapper {
  margin-left: 15.0px;
}

.hs_cos_wrapper_type_logo img {
  max-width: 166.38px!important
}

.header {
  background-color: ;
  
  background-color: rgba(255, 255, 255, 0.0);
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.header.sticky--scrolled {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 1px 9px  rgba(0, 0, 0, 0.1);
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.menu__child-toggle-icon,
.lang_list_class li a {
  font-weight: 400; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #1C3458;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  text-transform: none;
}

.menu__link:hover, 
.menu__link--active-link,
.menu__link--active-branch,
.lang_list_class li a:hover,
.globe_class .active-language a {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #1C3458;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: inherit;
  -webkit-text-fill-color: #1C3458;
  -webkit-text-stroke-width: .45px;
  -webkit-text-stroke-color: #1C3458;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 1050px) {
  .menu .menu__submenu,
  .lang_list_class {
    border: 0.5px none #d9d7cf;

    background-color: #FFFFFF;
    border-radius: 21px; 
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0.5px none #d9d7cf;

    background-color: ;
  }


  
  .menu__submenu .menu__item {
    border-bottom: 0.5px none #d9d7cf ;
  }
  
}

.menu__submenu .menu__link {
  font-weight: 400; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #1C3458;
  font-size: 16px;
}

.menu__submenu .menu__link:hover {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #1C3458;
  font-size: 16px;
  -webkit-text-fill-color: #1C3458;
    -webkit-text-stroke-width: 0.45px;
    -webkit-text-stroke-color: #1C3458;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

/* Search custom style */

.search--hiden { 
  display: none;
}

.header__search .hs-search-field__input {
  width: 100%;
  height: 54px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 6px;
  font-size: 21px;
  border: 1px solid #cccccc;
  opacity: 0;
  transition: opacity .5s ease-out;
}

@media screen and (min-width: 850px) {
  .site__search__wrapper {
    width: 230px;
  }
}

.header .hs-search-field__bar form .hs-search-field__input {
  background: #fff;
  border-radius: 21px;
  position: relative;
  border: 0.5px solid transparent;
  
  
  box-shadow: 0px 57px 92px rgba(108, 105, 36, 0.07), 
    0px 20.8059px 35.7288px rgba(108, 105, 36, 0.0556541), 
    0px 10.1009px 15.2519px rgba(108, 105, 36, 0.0449379), 
    0px 4.95165px 5.24894px rgba(108, 105, 36, 0.0340013), 
    0px 1.95789px 0.832478px rgba(108, 105, 36, 0.0211311);
  
  color: #7E7A60;
  font-size: 16px;
  padding-left: 15px;

}

.header .hs-search-field__bar form .hs-search-field__input, .header .hs-search-field__bar form .hs-search-field__input::placeholder {
  font-family: DEFAULT; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1C3458;
  font-size: 16px;
}

.header.sticky--scrolled .hs-search-field__bar form .hs-search-field__input {
  
  box-shadow:none;
  
  
  border: 0.5px solid #D9D7CF;
  
}

.hs-search-field__bar form::after {
  content: " ";

  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8623 18.3155L15.1204 13.5736C15.0305 13.4837 14.9133 13.4368 14.7883 13.4368H14.2727C15.5031 12.0111 16.2492 10.1558 16.2492 8.1246C16.2492 3.63654 12.6127 0 8.1246 0C3.63654 0 0 3.63654 0 8.1246C0 12.6127 3.63654 16.2492 8.1246 16.2492C10.1558 16.2492 12.0111 15.5031 13.4368 14.2727V14.7883C13.4368 14.9133 13.4876 15.0305 13.5736 15.1204L18.3155 19.8623C18.4991 20.0459 18.796 20.0459 18.9795 19.8623L19.8623 18.9795C20.0459 18.796 20.0459 18.4991 19.8623 18.3155ZM8.1246 14.3743C4.67165 14.3743 1.87491 11.5776 1.87491 8.1246C1.87491 4.67165 4.67165 1.87491 8.1246 1.87491C11.5776 1.87491 14.3743 4.67165 14.3743 8.1246C14.3743 11.5776 11.5776 14.3743 8.1246 14.3743Z' fill='rgba(4, 131, 226, 1.0)'/%3E%3C/svg%3E%0A");
    position: absolute;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hs-search-field__bar form .hs-search-field__input::placeholder {
  color: #7E7A60;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%
}

.hs-search-field__input:focus, .hs-search-field__input:focus-visible {
  border-color: #3898EC;
  outline: 0;
}

.header__search label {
  display: none;
}

.header__search-wrapper#header__search-wrapper {
  display: flex;
  padding: 0px; 
  align-items: center;
  justify-content: center;
  transform: scaleY(0);
  height: 0;
  transition: height 0.45s ease-out, padding 0.2s ease-out;
}

#header__search-wrapper.header__search-wrapper.search--show {
  height: 110px;
  transition: height 0.45s ease-in, padding 0.2s ease-in;
  transform: scaleY(1);
  padding: 20px 40px;
}

#header__search-wrapper.header__search-wrapper.search--show .header__search .hs-search-field__input {
  opacity: 1;
  transition: opacity .5s ease-in;
}


.header__search-wrapper .header__row-1 {
  max-width: 1360px;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 15px;
}

.header__search-wrapper .header__search {
  width: 100%;
}

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

.globe_class {
  background-image: none;
}

@media(max-width: 1050px) {
  
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
  
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
  
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
  
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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

  .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__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

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

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

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

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

  .header__navigation--toggle {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 19' version='1.1'%3E%3Cg id='hamburger' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' stroke='rgb(4, 131, 226)' stroke-width='1'%3E%3Crect id='Rectangle' x='1.5' y='1.5' width='21' height='1' rx='0.5'/%3E%3Crect id='Rectangle-Copy-4' x='1.5' y='9.5' width='21' height='1' rx='0.5'/%3E%3Crect id='Rectangle-Copy-5' x='1.5' y='17.5' width='21' height='1' rx='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__language-switcher--toggle {
    background-size: cover;
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
  }

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

  .header__search--toggle {
    background-image: url(data:image/svg+xml;utf8,
      <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 19' version='1.1'><title>hamburger</title><desc>Created with Sketch.</desc><g id='hamburger' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Group' stroke='#0070b0' stroke-width='1'><rect id='Rectangle' x='1.5' y='1.5' width='21' height='1' rx='0.5'/><rect id='Rectangle-Copy-4' x='1.5' y='9.5' width='21' height='1' rx='0.5'/><rect id='Rectangle-Copy-5' x='1.5' y='17.5' width='21' height='1' rx='0.5'/></g></g></svg>);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .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: 0;
    width: 25px;
  }

  .header__navigation--toggle {
    width: 25px;
    height: 25px;
    margin-left: -25px!important;
  }

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

  .header__navigation.header--element.header__search-layout.open .menu--mobile, 
  .header__navigation.header--element.header__cta-layout.open .menu--mobile {
    display: block;
  }
  
  .header__navigation.header--element.header__cta-layout.open, .header__navigation.header--element.header__search-layout.open {
    overflow: scroll;
    max-height: 90vh;
  }

  .header__navigation.header--element.header__search-layout {
    flex-direction: column;
  }

  .header__navigation.header--element.header__search-layout .site__search__wrapper {
    display: none;
  }

  .header__navigation.header--element.header__search-layout.open .site__search__wrapper {
    display: block;
    align-self: auto;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header__navigation {
    background-color: ;
  }

  .header__navigation--toggle.open:after {
    display: none;
  }

  .header--toggle.header__navigation--toggle.hide.open {
    display: none;
  }

  .header__logo, .header__navigation--toggle {
    margin: 0
  }

  .header__row-2 {
    padding-right: 0px;
    width: auto;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }

  .header__container.content-wrapper {
    flex-direction: row;
    padding: 0 20px;
    height: 72px;
  }

  .header__search--toggle {
    display: none;
  }

  .header__close--toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='19px' viewBox='0 0 24 19' version='1.1'%3E%3Ctitle%3Eclose%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' transform='translate(2.000000, -1.000000)' stroke='rgb(4, 131, 226)' stroke-width='1'%3E%3Crect id='Rectangle' transform='translate(10.000000, 10.500000) rotate(-45.000000) translate(-10.000000, -10.500000) ' x='-0.5' y='10.5' width='21' height='1' rx='0.5'/%3E%3Crect id='Rectangle-Copy-5' transform='translate(10.000000, 10.500000) rotate(45.000000) translate(-10.000000, -10.500000) ' x='-0.5' y='10.5' width='21' height='1' rx='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .header__navigation--toggle {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 19' version='1.1'%3E%3Cg id='hamburger' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group' stroke='rgb(4, 131, 226)' stroke-width='1'%3E%3Crect id='Rectangle' x='1.5' y='1.5' width='21' height='1' rx='0.5'/%3E%3Crect id='Rectangle-Copy-4' x='1.5' y='9.5' width='21' height='1' rx='0.5'/%3E%3Crect id='Rectangle-Copy-5' x='1.5' y='17.5' width='21' height='1' rx='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .header__navigation.open {
    top: 72px;
  }


  .header__navigation.open {
    background: white;
  }
  
  .menu--desktop {
    display: none;
  }
  
  .menu__item--depth-1 {
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 10px 20px;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }

}

@media (min-width: 768px) and (max-width: 1150px) {
  /*.menu__link {
    font-size: 0.833rem;
  } */
}

@media (max-width: 1050px) {
  .menu__item {
    display: block;
    width: 100%;
    padding: 0;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
    border-bottom: 0.5px solid #D9D7CF;
  }
}

/* Menu items - top level */
.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 50%;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  /* transform: unset;*/
}

.menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__item:last-of-type {
  border: none;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1050px) {

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1050px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    padding: 0;
    
    
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 100%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 1050px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }
  
  .menu__item--depth-2 .menu__child-toggle  {
    top: 0;
    bottom: 0;
    transform: rotate(-90deg);
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
   display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.5234 2.07031L32.9766 0.523438C32.6094 0.15625 32.0156 0.15625 31.6484 0.523438L17.5 14.6406L3.35156 0.523438C2.98438 0.15625 2.39062 0.15625 2.02344 0.523438L0.476562 2.07031C0.109375 2.4375 0.109375 3.03125 0.476562 3.39844L16.8359 19.7578C17.2031 20.125 17.7969 20.125 18.1641 19.7578L34.5234 3.39844C34.8906 3.03125 34.8906 2.4375 34.5234 2.07031Z' fill='rgb(28, 52, 88)'/%3E%3C/svg%3E%0A");
    border: none;
    width: 18px;
    height: 10px;
    background-size: cover;
  }
  
  header.sticky--scrolled .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.5234 2.07031L32.9766 0.523438C32.6094 0.15625 32.0156 0.15625 31.6484 0.523438L17.5 14.6406L3.35156 0.523438C2.98438 0.15625 2.39062 0.15625 2.02344 0.523438L0.476562 2.07031C0.109375 2.4375 0.109375 3.03125 0.476562 3.39844L16.8359 19.7578C17.2031 20.125 17.7969 20.125 18.1641 19.7578L34.5234 3.39844C34.8906 3.03125 34.8906 2.4375 34.5234 2.07031Z' fill='rgb(28, 52, 88)'/%3E%3C/svg%3E%0A");
  }
  
  .menu__item.menu__item--depth-1:hover .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.5234 2.07031L32.9766 0.523438C32.6094 0.15625 32.0156 0.15625 31.6484 0.523438L17.5 14.6406L3.35156 0.523438C2.98438 0.15625 2.39062 0.15625 2.02344 0.523438L0.476562 2.07031C0.109375 2.4375 0.109375 3.03125 0.476562 3.39844L16.8359 19.7578C17.2031 20.125 17.7969 20.125 18.1641 19.7578L34.5234 3.39844C34.8906 3.03125 34.8906 2.4375 34.5234 2.07031Z' fill='rgb(28, 52, 88)'/%3E%3C/svg%3E%0A");
  }
  
  .menu__item.menu__item--depth-2 .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.5234 2.07031L32.9766 0.523438C32.6094 0.15625 32.0156 0.15625 31.6484 0.523438L17.5 14.6406L3.35156 0.523438C2.98438 0.15625 2.39062 0.15625 2.02344 0.523438L0.476562 2.07031C0.109375 2.4375 0.109375 3.03125 0.476562 3.39844L16.8359 19.7578C17.2031 20.125 17.7969 20.125 18.1641 19.7578L34.5234 3.39844C34.8906 3.03125 34.8906 2.4375 34.5234 2.07031Z' fill='rgb(28, 52, 88)'/%3E%3C/svg%3E%0A")!important;
  }
  
  .menu__item.menu__item--depth-2:hover .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 40 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.5234 2.07031L32.9766 0.523438C32.6094 0.15625 32.0156 0.15625 31.6484 0.523438L17.5 14.6406L3.35156 0.523438C2.98438 0.15625 2.39062 0.15625 2.02344 0.523438L0.476562 2.07031C0.109375 2.4375 0.109375 3.03125 0.476562 3.39844L16.8359 19.7578C17.2031 20.125 17.7969 20.125 18.1641 19.7578L34.5234 3.39844C34.8906 3.03125 34.8906 2.4375 34.5234 2.07031Z' fill='rgb(28, 52, 88)'/%3E%3C/svg%3E%0A")!important;
  }
  
  
}

@media (max-width: 1050px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu__child-toggle-icon {
background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85417 3.5H3.9375V0.166667C3.9375 0.0745833 3.87224 0 3.79167 0H3.20833C3.12776 0 3.0625 0.0745833 3.0625 0.166667V3.5H0.145833C0.0652604 3.5 0 3.57458 0 3.66667V4.33333C0 4.42542 0.0652604 4.5 0.145833 4.5H3.0625V7.83333C3.0625 7.92542 3.12776 8 3.20833 8H3.79167C3.87224 8 3.9375 7.92542 3.9375 7.83333V4.5H6.85417C6.93474 4.5 7 4.42542 7 4.33333V3.66667C7 3.57458 6.93474 3.5 6.85417 3.5Z' fill='%23D9D7CF'/%3E%3C/svg%3E%0A");    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: all 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transition: all 0.4s;
background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='1' viewBox='0 0 8 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83333 0H0.166667C0.0745833 0 0 0.0745833 0 0.166667V0.833333C0 0.925417 0.0745833 1 0.166667 1H7.83333C7.92542 1 8 0.925417 8 0.833333V0.166667C8 0.0745833 7.92542 0 7.83333 0Z' fill='%23D9D7CF'/%3E%3C/svg%3E%0A");
    margin-top: 7px;
  }
}



.header-dark-logo.sticky--scrolled .site-logo, .header-light-logo.sticky--scrolled .site-logo,
.header-light-logo:not(.sticky--scrolled) .site-logo.site-logo-dark, .header-dark-logo:not(.sticky--scrolled) .site-logo:not(.site-logo-dark) {
  display: none;
}

.header-dark-logo.sticky--scrolled .site-logo.site-logo-dark, .header-light-logo.sticky--scrolled .site-logo.site-logo-dark,
.header-ligh-logo:not(.sticky--scrolled) .site-logo, .header-dark-logo:not(.sticky--scrolled) .site-logo.site-logo-dark {
  display: block;
}

.globe_class:hover .lang_list_class {
  width: 140px;
}

@media screen and (min-width: 576px) {
  .header__container.content-wrapper {
    width: 540px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
} 

@media screen and (min-width: 768px) {
  .header__container.content-wrapper {
    width: 720px;
    max-width: 100%;
  }
} 

@media screen and (min-width: 992px) {
  .header__container.content-wrapper {
    width: 960px;
    max-width: 100%;
  }
} 

@media screen and (min-width: 1200px) {
  .header__container.content-wrapper {
    width: 1200px;
    max-width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.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 (max-width: 767px) {
  .show-for-sr--mobile {
    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;
  }
}