*, *: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 {
  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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  box-sizing: border-box;
  *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: 1px;
  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%;
    box-sizing: border-box;
  }

  .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%;
    box-sizing: border-box;
    *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: 1px;
    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: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

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

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5; 
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

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

/* Paragraphs */

p {
  margin: 0 0;
  margin-bottom: 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  overflow-wrap: break-word;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1.25;
  font-weight:normal;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


body .dnd-section,
body .content-wrapper--vertical-spacing {
  padding-left:0;
  padding-right:0;
} 

.dnd-section > .row-fluid,
.content-wrapper,
.page-center,
.footer__container,
.header__container {
  padding-left:24px; 
  padding-right:24px;
}
@media only screen and (min-width: 520px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container {
    padding-left: 48px;
    padding-right: 48px;
  }

}
 
@media only screen and (min-width: 910px) {
  .dnd-section > .row-fluid,
  .content-wrapper,  
  .page-center,
  .footer__container,
  .header__container{
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1208px; 
  }

}

@media only screen and (min-width: 1400px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container {
    padding-left: 80px;
    padding-right: 80px;
  }

}
.body-container-wrapper button,
.body-container-wrapper .button,
.body-container-wrapper .hs-button,
.banner-section .hs-button {
  /***********/
  margin: 10px 0;
  position: relative;
  display: inline-block;
  text-shadow: none;
  text-align: center;
  text-decoration:none;
  /***********/
  line-height: 24px;
  font-weight: 600;
  font-family: Source Sans Pro,sans-serif;
  border: 1px solid #094fa3;
  padding: 8px 16px; 
  min-width: 88px; 
  border-radius: 2px;
  font-size: 16px;
}

.body-container-wrapper button:hover,
.body-container-wrapper button:focus,
.body-container-wrapper .button:hover,
.body-container-wrapper .button:focus,
.body-container-wrapper .hs-button:hover,
.body-container-wrapper .hs-button:focus,
.banner-section .hs-button:hover,
.banner-section .hs-button:focus {
  text-decoration: none;
} 

.body-container-wrapper button:active,
.body-container-wrapper .button:active,
.body-container-wrapper .hs-button:active,
.banner-section .hs-button:active {
  text-decoration: none;
}
/* Form fields */
form{
  max-width: 500px;
}
.hs-form-field {
  margin-bottom: 24px;
}

/* Labels */

form label {
  vertical-align: middle;
  letter-spacing: normal;
  text-transform: none;
  font-family: Poppins, arial, sans-serif;
  display: inline-block;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 14px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

.body-container-wrapper form input[type=text],
.body-container-wrapper form input[type=email],
.body-container-wrapper form input[type=password],
.body-container-wrapper form input[type=tel],
.body-container-wrapper form input[type=number],
.body-container-wrapper form input[type=file],
.body-container-wrapper form select,
.body-container-wrapper form textarea {
  margin: 0;
  vertical-align: middle; 
  width: 100%;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF;
  display:block;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
  font: inherit;
  font-family: Source Sans Pro,sans-serif;
  font-size: 1rem;
  line-height: 20px;
  color: #000000; 
  font-weight: 400;
  min-height: 2.5rem;
  padding: .5rem .75rem;
}

.body-container-wrapper form input[type=text]:focus, 
.body-container-wrapper form input[type=email]:focus,
.body-container-wrapper form input[type=password]:focus,
.body-container-wrapper form input[type=tel]:focus,
.body-container-wrapper form input[type=number]:focus, 
.body-container-wrapper form input[type=file]:focus,
.body-container-wrapper form select:focus,
.body-container-wrapper form textarea:focus {
  outline-offset: 1px;
  position: relative;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  outline: 2px solid #094fa3;
}
 
form fieldset {
  max-width: 100% !important;
}

::placeholder {
}

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: ;
}
.error { 
  background-color: #fbe5ea!important;
  border-color: #d50032!important;
  border-width: 1px!important;
}
.error:focus {  
  border: 3px solid #d50032 !important;
  background: #fbe5ea !important;
}
ul.no-list.hs-error-msgs li {
  margin:10px 0;
  font-family: Source Sans Pro,sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  color: #d50032;
  font-weight: 700;
}
ul.no-list.hs-error-msgs li label { 
  font-size: inherit;
  color: inherit;
  font-weight: 700;
}
.hs-error-msg {
  color: inherit;
  margin-top: 0;
}
:focus {
  outline: 2px solid #094fa3;
  outline-offset: 1px;
  position: relative;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  line-height: 24px;
  min-height: auto;
}

/* Captcha */

.grecaptcha-badge { 
  margin: 0 auto;
}

@media (max-width: 767px){
  form{
    max-width: 100%;;
  }
  .hs-form-field {
    margin-bottom: 12px;
  }
}

/* Translations in manage preferences are improved and done via JS, remove original Select */
select.localization-language {
  display: none;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* General - should move to other files */
*,
:after,
:before {
    box-sizing: unset;
}

:focus {
    outline: 2px solid #094fa3;
    outline-offset: 1px;
    position: relative;
}

a {
    text-decoration: none;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #094fa3;
    font-weight: 600;
}

input {
    font-family: Source Sans Pro;
}

input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
}

/* Icon - should move to other files */
.Streamline_Icon {
    display: inline-block;
}

.Streamline_Icon {
    display: inline-block;
}

.icon-size--XS svg {
    height: 12px;
    width: 12px;
}

.icon-size--S svg {
    height: 16px;
    width: 16px;
}

.icon-size--M svg {
    height: 24px;
    width: 24px;
}

.icon-size--L svg {
    height: 40px;
    width: 40px;
}

.icon-size--XL svg {
    height: 64px;
    width: 64px;
}

.icon-fill-primary svg {
    fill: #094fa3;
}

.icon-stroke-primary svg {
    stroke: #094fa3;
}

.icon-fill-brand svg {
    fill: #094fa3;
}

.icon-stroke-brand svg {
    stroke: #094fa3;
}

.icon-fill-accent svg {
    fill: #d10168;
}

.icon-stroke-accent svg {
    stroke: #d10168;
}

.icon-fill-status-error svg {
    fill: #d50032;
}

.icon-stroke-status-error svg {
    stroke: #d50032;
}

.icon-fill-status-success svg {
    fill: #58ad68;
}

.icon-stroke-status-success svg {
    stroke: #58ad68;
}

.icon-fill-status-info svg {
    fill: #55b6dd;
}

.icon-stroke-status-info svg {
    stroke: #55b6dd;
}

.icon-fill-status-alert svg {
    fill: #f68f1e;
}

.icon-stroke-status-alert svg {
    stroke: #f68f1e;
}

.icon-fill-ui-lightest svg {
    fill: #f7f8f9;
}

.icon-stroke-ui-lightest svg {
    stroke: #f7f8f9;
}

.icon-fill-ui-light svg {
    fill: #f3f4f7;
}

.icon-stroke-ui-light svg {
    stroke: #f3f4f7;
}

.icon-fill-ui-default svg {
    fill: #cfd6de;
}

.icon-stroke-ui-default svg {
    stroke: #cfd6de;
}

.icon-fill-ui-dark svg {
    fill: #738193;
}

.icon-stroke-ui-dark svg {
    stroke: #738193;
}

.icon-fill-ui-darkest svg {
    fill: #363d45;
}

.icon-stroke-ui-darkest svg {
    stroke: #363d45;
}

.icon-fill-ui-shadow svg {
    fill: #042041;
}

.icon-stroke-ui-shadow svg {
    stroke: #042041;
}

.icon-fill-ui-overlay svg {
    fill: #042041;
}

.icon-stroke-ui-overlay svg {
    stroke: #042041;
}

.icon-fill-ui-active svg {
    fill: #e2f4fc;
}

.icon-stroke-ui-active svg {
    stroke: #e2f4fc;
}

.icon-fill-white svg {
    fill: #fff;
}

.icon-stroke-white svg {
    stroke: #fff;
}

.icon-fill-black svg {
    fill: #000;
}

.icon-stroke-black svg {
    stroke: #000;
}

.icon-align-top svg {
    vertical-align: top;
}

.icon-align-middle svg {
    vertical-align: middle;
}

.icon-align-bottom svg {
    vertical-align: bottom;
}

/* Header wrapper */
.varma-header {
    position: sticky;
    top: 0;
    z-index: 3;
}

/* Header desktop top */
.desktop-top {
    background: #f3f4f7;
}

.desktop-top__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 1.5rem;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.search {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.search [type="text"] {
    height: 100%;
    border: 1px solid #738193;
    border-radius: 2px;
    background: #fff;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 40px 0 12px;
    font-size: 16px;
}

.search [type="text"]::placeholder {
    color: #abb7c5;
    font-size: 14px;
}

.search [type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}

.desktop-top__separator {
    width: 1px;
    height: 100%;
    background: #cfd6de;
}

.item {
    border: 0;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.item .text,
.hs-menu-depth-1 a {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 400;
    white-space: nowrap;
    padding: 8px 0;
    display: block;
    position: relative;
}

.hs-menu-depth-1 a:hover {
    text-decoration: underline;
}

.item-root {
    position: relative;
}

.item--top {
    flex-direction: row;
    gap: 8px;
}

.item--top .text {
    display: block;
    font-family: Source Sans Pro, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 400;
    font-weight: 600;
}

.dropdown {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    z-index: 3;
    top: calc(100% + 2px);
    left: -1rem;
    box-shadow: 0 2px 4px #04204133;
    display: none;
    min-width: 100%;
}

.hs-menu-depth-1 {
    padding: 0 1rem;
    position: relative;
}

.hs-menu-depth-1:hover:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #094fa3;
}

.vafi-button {
    display: inline-block;
    border: 1px solid #094fa3;
    border-radius: 2px;
    padding: 8px 16px;
    text-align: center;
}

.vafi-button.vafi-small {
    padding: 4px 8px;
    font-size: 0.875rem;
}

.vafi-button.vafi-primary {
    background: #094fa3;
    color: #fff;
}

.vafi-button:active:not(:disabled).vafi-primary,
.vafi-button:hover:not(:disabled).vafi-primary {
    background-color: #3a72b5;
    border-color: #3a72b5;
}

.vafi-button.vafi-accent {
    background: #d10168;
    border-color: #d10168;
    color: #fff;
}

.vafi-button .Streamline_Icon:not(:last-child) {
    margin-right: 0.5rem;
}

/* Header desktop main */
.desktop-main {
    box-shadow: 0 2px 4px #04204133;
    background: #fff;
}

.desktop-main__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 72px;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: stretch;
}

.desktop-main__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hs-link-header_logo_hs_logo_widget {
  display: block;
  line-height: 0;
}

.desktop-main__navi > .hs_cos_wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    height: 100%;
}

.desktop-main__navi__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktop-main__navi__item-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.desktop-main__navi__item-text {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 400;
    font-weight: 600;
}

.desktop-main__navi__item-icon {
    margin-left: 0.5rem;
}

.topic-navi {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px #04204133;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #cfd6de;
    display: none;
}

.topic-navi__content {
    display: flex;
    flex-direction: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1.5rem;
}

.topic-navi__separator {
    flex-basis: 1px;
    flex-shrink: 0;
    background: #cfd6de;
}

.topic-navi__separator:last-child {
    display: none;
}

.vafi-button.vafi-ghost {
    background: #fff;
}

.vafi-button:active:not(:disabled).vafi-ghost, .vafi-button:hover:not(:disabled).vafi-ghost {
    box-shadow: 0 0 0 2px #094fa3;
}

.topic-navi__main-button {
    white-space: nowrap;
}

.topic-navi__main-button:hover,
.topic-navi__menu-item--link:hover {
    color: #094fa3;
}

.topic-navi__section-title {
    font-family: Source Sans Pro, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.topic-navi__menu-items {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.topic-navi__menu-item {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
}

.topic-navi__menu-item:hover {
    text-decoration: underline;
}

.topic-navi__menu-item--link {
    color: #094fa3;
    font-weight: 600;
}

@media only screen and (min-width: 910px) {
    .grid-contain {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
}

@media only screen and (min-width: 520px) {
    .grid-contain {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Header mobile */
.mobile-header {
    display: block;
    box-shadow: 0 2px 4px #04204133;
    background: #fff;
}

@media only screen and (min-width: 1030px) {
    .mobile-header,
    .mobile-top,
    .mobile-main {
        display: none;
    }
}

@media only screen and (max-width: 1029px) {
    .desktop-top,
    .desktop-main {
        display: none;
    }
}

.mobile-header__content {
    box-sizing: border-box;
    height: 64px;
    padding: 8px 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

@media only screen and (max-width: 519.99px) {
    .mobile-header__content {
        padding: 8px .75rem;
    }
}

.item--mobile {
    flex-direction: column;
    width: auto;
    width: 3rem;
    gap: 4px;
}

.item--mobile .text {
    font-family: Source Sans Pro, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 400;
    padding: 0;
}

.item .text.color-primary, .item .text.color-brand {
    color: #094fa3;
}

.mobile-header__logo {
    height: 20px;
}

.mobile-header__separator {
    width: 1px;
    height: 100%;
    background: #cfd6de;
}

.mobile-search {
    z-index: 3;
    box-shadow: 0 2px 4px #04204133;
    padding: .75rem 1rem;
    height: 28px;
    background: #f7f8f9;
    position: sticky;
    top: 0;
    display: none;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
}

.search--grow {
    flex-grow: 1;
}

.mobile-search__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0;
    padding: 0;
    cursor: pointer;
}

.mobile-menu {
    z-index: 3;
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #f7f8f9;
    border-top: 1px solid #cfd6de;
    display: none;
}

.mobile-menu__icon--close {
    display: none;
}

.navi {
    box-shadow: 0 2px 4px #04204133;
    padding: .75rem 1.5rem;
    margin-bottom: 1.5rem;
    background: #fff;
}

@media only screen and (max-width: 519.99px) {
    .navi {
        padding: .75rem 1rem;
    }
}

.langs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 1.5rem;
}

.langs .hs-menu-wrapper ul {
    display: flex;
}

.langs .item:after,
.langs .hs-menu-item a:after {
    content: " ";
    position: absolute;
    width: 1px;
    right: 0;
    top: 8px;
    bottom: 8px;
    background: #cfd6de;
}

.langs .icon-item {
    padding-right: 1rem;
}

.langs .hs-menu-item {
    padding: 0 .75rem;
}

.langs .hs-menu-item a {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 600;
    position: static;
    display: block;
    padding: .75rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 1029px) {
  .hs-menu-depth-1 {
    padding: unset;
  }
}

.navi-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .75rem 0;
    gap: 8px;
}

button.navi-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .75rem 0;
    gap: 8px;
}

.item-text {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 600;
}

.navi-item.has-children .item-text {
    flex-grow: 1;
}

.navi-menu--level2,
.navi-menu--level3 {
    display: none;
    flex-flow: column;
}

.navi-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
}

.navi-line button.navi-item {
    width: auto;
}

.navi-line .vafi-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navi-separator {
    margin: .75rem 0;
    height: 1px;
    background: #cfd6de;
}

.topic-link .item-text {
    color: #094fa3;
}
.varma-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #094fa3;
    color: #fff;
}

@media only screen and (min-width: 910px) {
    .grid-contain {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    
    .grid-base {
        display: grid;
        gap: 24px;
    }
}

@media only screen and (max-width: 519.99px) {
    
}

@media only screen and (min-width: 520px) {
    .grid-contain {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-base {
        display: grid;
        gap: 24px;
    }
}

@media only screen and (min-width: 0px) {
    .grid-contain {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-base {
        display: grid
        ;
        gap: 16px;
    }
}

.varma-footer__link-sections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2.5rem;
}

@media only screen and (max-width: 909.99px) {
    .varma-footer__link-sections {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 519.99px) {
    .varma-footer__link-sections {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.varma-footer__heading {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #042041;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff !important;
}

@media only screen and (min-width: 910px) and (max-width: 1399.99px) {
    .varma-footer__heading {
        font-family: Source Sans Pro, sans-serif;
        font-size: 1.25rem;
        line-height: 1.5;
        color: #042041;
        font-weight: 700;
    }
}

.varma-footer__links {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style: none;
    padding: 0;
}

.varma-footer__link-text {
    text-decoration: underline;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #094fa3;
    font-weight: 600;
    color: #fff;
}

a.varma-footer__link[href^="tel"] .varma-footer__link-text {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: -18px;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    font-weight: 400;
}

.varma-footer__link .Streamline_Icon {
    margin-left: .5rem;
    vertical-align: middle;
}

.varma-footer__rows {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.varma-footer__row,
.varma-footer__row .hs_cos_wrapper_type_module {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #0e0f12;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 909.99px) {
    .varma-footer__row,
    .varma-footer__row .hs_cos_wrapper_type_module,
    .varma-footer__social-medias {
        justify-content: left;
    }
}

.varma-footer__separator:before {
    content: "|";
    display: inline;
}

.varma-footer__social-medias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

@media only screen and (max-width: 519.99px) {
    .varma-footer__social-medias {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.varma-footer__social-media-link {
    white-space: nowrap;
}

.varma-footer__social-media-link__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle;
}

.varma-footer__social-media-link__text {
    display: inline-block;
    vertical-align: middle;
}

.varma-footer__social-media-link__text span {
    text-decoration: underline;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #094fa3;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}
/* Menu and simple menu */

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