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

@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;
  max-width: var(--container-width);
}

.dnd-section .dnd-column {
  padding: 0 var(--container-padding);

}

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

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 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.2;
}

/* 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;
}
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;
}
/* ------------------------------------- */
/* -------------- FORMS -------------- */
/* ------------------------------------- */
form {
    font-family: var(--body_font);
    color: var(--form_field_font_color);
}
form input::-webkit-input-placeholder {
    color: var(--form_field_placeholder_color);
    font-family: var(--body_font);
   /* font-size: 1.6rem;
    */
    font-weight: 400;
    transition: 0.3s all;
}
form::-moz-placeholder {
    color: var(--form_field_placeholder_color);
    font-family: var(--body_font);
    font-weight: 400;
    transition: 0.3s all;
}
form::-ms-input-placeholder {
    color: var(--form_field_placeholder_color);
    font-family: var(--body_font);
    font-weight: 400;
    transition: 0.3s all;
}
form .hs-richtext {
    padding: 0px !important;
    color: var(--form_help_text_font_color);
    margin-bottom: 20px;
    margin-top:-15px;
}
form .hs-richtext p {
  
    margin: 0px 0px;
    font-size: 14px;
}
form .hs-richtext a {
    margin-bottom: 15px;
    color: inherit;
}
form .hs-richtext li {
    margin-bottom: 15px;
}
form:not(#email-prefs-form) input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
form:not(#email-prefs-form) input[type="checkbox"] + span {
    margin-left: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
form:not(#email-prefs-form) input[type="checkbox"] + span:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ced2e0;
    background-color: #fff;
    top: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    cursor: pointer;
}
form:not(#email-prefs-form) input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    font-family: "FontAwesome";
    cursor: pointer;
    font-weight: 300;
}
form:not(#email-prefs-form) input[type="checkbox"]:checked + span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.316' height='12.978' viewBox='0 0 17.316 12.978'%3E%3Cpath id='Path_4911' data-name='Path 4911' d='M-4412.09-14586.909l4.384,4.681,10.1-9.522' transform='translate(4413.55 14593.206)' fill='none' stroke='%231673e7' stroke-linejoin='round' stroke-width='4'/%3E%3C/svg%3E");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
form:not(#email-prefs-form) input[type="radio"] {
    visibility: hidden;
    display: none;
}
form:not(#email-prefs-form) input[type="radio"] + span {
    margin-left: 10px;
    font-size: 14px;
    position: relative;
}
form:not(#email-prefs-form) input[type="radio"] + span:before {
    content: "";
    border-radius: 50%;
    border: 1px solid #ced2e0;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    height: 18px;
    width: 18px;
    transition: 0.3s;
    cursor: pointer;
}
form:not(#email-prefs-form) input[type="radio"] + span:after {
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
}
form:not(#email-prefs-form) input[type="radio"]:checked + span:before {
    border-color: var(--primary-color);
}
form:not(#email-prefs-form) input[type="radio"]:checked + span:after {
    content: "";
}
form ul {
    padding-left: 20px;
    margin-top: 20px;
}
form ul li {
    padding-left: 0px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 60px;
    font-size: 16px;
}
form ul li:before {
    display: none;
}
form ul li:first-child {
    margin-left: 20px;
}
form fieldset {
    max-width: 100% !important;
    margin: auto;
}
form fieldset .hs-richtext {
    max-width: inherit;
}
form fieldset .input {
    width: 100%;
    margin: 0;
}
form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
}
form fieldset.form-columns-3 .hs-form-field {
    width: 33.33% !important;
}
form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
    padding-left: 10px;
    padding-right: 10px;
}
form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field:first-of-type {
    padding-left: 0;
}
form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field:last-of-type {
    padding-right: 0;
}
input:focus::-webkit-input-placeholder {
    transform: translateX(100%);
    opacity: 0;
}
input:focus::-moz-placeholder {
    transform: translateX(100%);
    opacity: 0;
}
input:focus::-ms-input-placeholder {
    transform: translateX(100%);
    opacity: 0;
}
.hs-error-msgs {
    list-style: none;
    padding-left: 0;
    margin: 0px;
    display: block;
}
.hs-error-msgs li {
    padding-left: 0 !important;
    font-size: 12px !important;
    font-family: var(--body_font);
    line-height: 1.4;
    margin-bottom: 0 !important;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    color: #f2545b;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.hs-error-msgs li label {
    margin-left: 0px;
}
.hs-error-msgs li:first-child {
    margin-left: 0px;
}
.hs-error-msgs li:before {
    content: "";
    display: none !important;
}
.hs-error-msgs li a {
    color: inherit;
    font-weight: inherit;
}
.hs_error_rollup {
    margin-bottom: 5px;
}
h3.form-title {
    color: var(--form_title_font_color);
    background-color: var(--form_title_background_color);
}
.hs-form-field {
    margin-bottom: 20px;
}
.hs-form-field > legend {
    display: block;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
  
    padding-left: 0px;
}
.hs-form-field > legend p {
    margin: 0px;
    
}
.hs-form-field > label {
    display: block;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
 
    color: var(--form_label_font_color);
    padding-left: 0px;
}
.hs-form-field > label p {
    margin: 0px;
}
.hs-search-field__input {
    appearance: none;
    border: none;
    outline: none;
    font-family: var(--body_font);
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    padding: 14px 15px;
    color: #2d3242;
    border-radius: 4px;
    border: none;
    background-color: rgba(241, 246, 249, 0.5);
    border: solid 1px rgba(113, 165, 191, 0.3);
}
.hs-search-field__input:focus {
    border-color: var(--primary-color);
}
.hs-search-field__input::-ms-reveal {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
.hs-search-field__input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input.hs-input {
    appearance: none;
    border: none;
    outline: none;
    font-family: var(--body_font);
    background-color: var(--form_field_bg_color);
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 15px;
    color: var(--form_field_font_color);
    border-radius: var(--form_field_corner_radius);
    border: 1px solid #b7b7b7;
    width: 100%;

}
input.hs-input:focus {
    border-color: var(--primary-color);
}

textarea {
    appearance: none;
    border: none;
    outline: none;
    font-family: var(--body_font);
    background-color: var(--form_field_bg_color);
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 15px;
    color: var(--form_field_font_color);
    border-radius: var(--form_field_corner_radius);
    border: 1px solid black;
    resize: vertical;
    min-height: 160px;
    display: block;
    width: 100%;
}
textarea:focus {
    border-color: var(--primary-color);
}

select {
    appearance: none;
    border: none;
    outline: none;
    font-family: var(--body_font);
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    padding: 14px 15px;
    color: #2d3242;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    background-color: rgba(241, 246, 249, 0.5);
    border: solid 1px rgba(113, 165, 191, 0.3);
    width: 100%;
}
select:focus {
    border-color: var(--primary-color);
}
select::-ms-reveal {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
select::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
select:invalid {
    color: rgba(86, 86, 86, 0.4) !important;
}
select option[value=""] {
    color: rgba(86, 86, 86, 0.4) !important;
}
select option[disabled] {
    color: rgba(86, 86, 86, 0.4) !important;
}
select.is-placeholder {
    color: rgba(86, 86, 86, 0.4) !important;
}
.hs_submit {
    text-align: center;
    display: inline-block;
    margin: 0px auto 0px;
}

.hs_submit .actions {
    display: inline-block;
    position: relative;
}
form.stacked a.hs-button,
.hs_submit input[type="submit"] {
    display: inline-block;
    appearance: none;
    font-family: var(--body_font);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all;
    border: none;
    padding: 13px 30px;
    border-radius: var(--button_corner_radius);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    /* margin-top: 20px; */
}
.hs_submit input[type="submit"]:focus, .hs_submit input[type="submit"]:hover {
    background-color: #fff;
    color: var(--primary-color);
}
.hs_submit input[type="submit"]:active, .hs_submit input[type="submit"]:visited {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.inputs-list {
    padding-left: 0px;
}
.inputs-list.multi-container {
    padding-left: 20px;
}
.inputs-list.multi-container li {
    display: block;
    margin-left: 0px;
}
.select-tags-wrapper .wrapper {
    position: relative;
    cursor: pointer;
}
.select-tags-wrapper .wrapper select {
    cursor: pointer;
    font-family: var(--body_font);
}

.hs-fieldtype-select .input {
    position: relative;
    cursor: pointer;
}
.hs-fieldtype-select .input select {
    cursor: pointer;
    font-family: var(--body_font);
}
.hs-fieldtype-select .input:after {
    pointer-events: none;
    content: "";
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: var(--primary-color);
    top: 22px;
    right: 13px;
    transform: rotate(-45deg);
}
.hs-fieldtype-select .input:before {
    pointer-events: none;
    content: "";
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: var(--primary-color);
    top: 22px;
    right: 19px;
    transform: rotate(45deg);
    
}
.legal-consent-container {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: rgba(86, 86, 86, 0.5);
}
.legal-consent-container .inputs-list li {
    margin-left: 20px;
}
.legal-consent-container a {
    color: #2a3cf8;
}
.legal-consent-container span {
    font-size: 16px;
    color: inherit;
}
.legal-consent-container p {
    /* font-size: 16px; */
    font-size: 14px;
    color: inherit;
}
.legal-consent-container .inputs-list{
    margin: 0px;
}
.legal-consent-container .hs-form-field {
    margin: 10px 0px;
}
@media (max-width: 767px) {
    form ul li {
        display: block;
        margin-left: 20px;
   }
}
@media (max-width: 400px) {
    form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
        width: 100% !important;
        padding: 0px;
   }
    form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field input {
        width: 100% !important;
   }
}
@media (max-device-width: 480px) and (min-device-width: 320px) {
    form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
        width: 100% !important;
        padding: 0px;
   }
    form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field input {
        width: 100% !important;
   }
}
/* 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
*/

/* ------------------------------------- */
/* -------------- HEADER --------------- */
/* ------------------------------------- */

header.main-header {
	 background: var(--header-bg-color);
	 height: var(--header-height);
	 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	 width: 100%;
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 z-index: 100;
	 display: flex;
	 align-items: center;
	 padding: var(--container-padding) 0px;
   padding: 0px var(--container-padding);
}
 @media (max-width: 1024px) {
	 header.main-header {
		 height: var(--header-mobile-height);
	}
  header.main-header .logo-wrapper img {

   width: auto !important;
    max-height: calc(var(--header-mobile-height) - 10px);
 }
}
 header.main-header .container {
	 width: 100%;
	 margin: 0 auto;
   padding: 0;
}
 header.main-header .inner-wrapper {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 header.main-header .logo-wrapper {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
	 z-index: 50;
}
 header.main-header .logo-wrapper img {
	 display: block;
	 /* width: auto !important;
	 max-height: calc(var(--header-height) - 2 * var(--container-padding)); */
}
 /* @media (max-width: 1024px) {
	 header.main-header .logo-wrapper img {
		 max-height: calc(var(--header-mobile-height) - 2 * var(--container-padding));
	} 
}
*/
.globe_class:hover .lang_list_class{

min-width: 100px;
}
header.main-header .header__navigation{
  display: flex;
  align-items: center;

}
header.main-header .header__navigation .header__lang-switcher-wrapper > div{
  margin-left: 10px;
}
 @media (max-width: 1024px) {
	 header.main-header .menu-wrapper {
		 display: none;
	}
	 header.main-header .slicknav_menu {
		 display: block;
	}
}
 header.main-header .slicknav_menu .slicknav_btn {
	 margin: 0px;
	 text-decoration: none;
	 text-shadow: none;
	 border-radius: 4px;
}
 header.main-header .slicknav_menu .slicknav_nav {
	 padding: 0px 0px;
}
 header.main-header .slicknav_menu .slicknav_nav a {
	 padding: 0px;
	 margin: 0px;
	 border-radius: 0px;
	 text-decoration: none;
}
 header.main-header .slicknav_menu .slicknav_nav a a {
	 padding: 0px;
}
 

/* ------------------------------------- */
/* ----------- SLICK HEADER ------------ */
/* ------------------------------------- */
.slicknav_menu  ul {
 list-style: none!important;
 padding: 0px;
}

.slicknav_menu {
  z-index: 997;
  width: auto;
  top: 50%;
  right: 0px;
  background: transparent;
  padding: 0px;
  display: none;
}
.slicknav_menu .submenu:not(.slicknav_hidden) ~ .button-wrapper {
  right: 0px;
}
.slicknav_menu .button-wrapper {
  width: 100%;
  height: var(--header-mobile-height);
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  display: none;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
  display: flex;
  top: 0px;
  right: -110%;
  position: fixed;
  left: auto;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.slicknav_menu .button-wrapper .back {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  height: var(--header-mobile-height);
  padding-left: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 60px;
}
.slicknav_menu .button-wrapper .back::before {
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-253 -244)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' class='cls-1' width='21' height='21' transform='translate(253 244)'/%3E%3Cg id='angle-left' transform='translate(366.54 264.5) rotate(180)'%3E%3Cpath id='Path_1' data-name='Path 1' class='cls-2' d='M108.129,10.99l-8.6,8.6a1.4,1.4,0,1,1-1.981-1.98l7.61-7.61L97.549,2.391A1.4,1.4,0,0,1,99.53.41l8.6,8.6a1.4,1.4,0,0,1,0,1.98Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.slicknav_menu .button-wrapper .title {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  height: var(--header-mobile-height);
}
.slicknav_menu .button-wrapper .title::before {
  content: "";
}
.slicknav_menu .slicknav_btn {
  position: relative;
  z-index: 9999;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 0px;
  background-color: transparent;
  text-shadow: none;
  margin-right: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 14px;
}
.slicknav_menu .slicknav_btn .slicknav_icon {
  width: 20px;
  height: 14px;
  position: relative;
  display: block;
}
.slicknav_menu .slicknav_btn .slicknav_icon span {
  box-shadow: none;
  background-color: var(--header-mobile-button-color);
  width: 100%;
  display: block;
  position: absolute;
  height: 2px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  margin: 0 !important;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 0px;
}
.slicknav_menu .slicknav_nav {
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - var(--header-mobile-height));
  overflow: hidden;
  overflow-y: scroll !important;
  display: none !important;
  flex-direction: column;
  position: fixed;
  top: var(--header-mobile-height);
  right: 0;
  z-index: 996;
  transition: 0.3s all;
  background: var(--header-bg-color);
  display: flex;
  flex-direction: column;
  min-width: 400px;
  height: calc(100vh - var(--header-mobile-height));
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item {
 /* content: "";
  */
}
.slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item::after {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(0deg) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none;%7D .cls-2 %7B fill: %23fff;%7D %3C/style%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(274 265) rotate(180)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' class='cls-1' width='21' height='21' transform='translate(253 244)'/%3E%3Cg id='angle-left' transform='translate(366.54 264.5) rotate(180)'%3E%3Cpath id='Path_1' data-name='Path 1' class='cls-2' d='M108.129,10.99l-8.6,8.6a1.4,1.4,0,1,1-1.981-1.98l7.61-7.61L97.549,2.391A1.4,1.4,0,0,1,99.53.41l8.6,8.6a1.4,1.4,0,0,1,0,1.98Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item .custom-arrow {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(0deg) translateY(-50%) !important;
  right: 20px;
  top: 50%;
}
.slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item .custom-arrow svg .arrow {
  fill: var(--header-mobile-button-color) !important;
}
.slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item a::after {
  display: none;
}
.slicknav_menu .slicknav_nav > li {
  margin: 0px auto;
  width: 100%;
}
.slicknav_menu .slicknav_nav > li > a {
  color: var(--nav-font-color);
  font-size: 16px;
}
.slicknav_menu .slicknav_nav > li > a > a {
  color: var(--nav-font-color);
}
.slicknav_menu .slicknav_nav > li > a:hover {
  border-radius: 0px;
}
.slicknav_menu .slicknav_nav li.slicknav_parent {
  position: relative;
}
.slicknav_menu .slicknav_nav li.slicknav_parent > a::after {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  display: none;
}
.slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow {
  display: none;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul {
  margin: 0px;
  position: fixed;
  top: var(--header-mobile-height);
  right: 0px;
  background: var(--header-bg-color);
  z-index: 996;
  transition: 0.3s all;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll !important;
  min-width: 400px;
  width: 100%;
  max-width: 400px;
  display: flex !important;
  flex-direction: column;
  box-shadow: none;
  height: calc(100vh - var(--header-mobile-height));
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul .container {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul .container li {
  width: 50%;
  text-align: center;
  padding: 3%;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a {
  text-align: center;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  height: 38px;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a .icon-wrapper svg {
  max-height: 90% !important;
  width: auto !important;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4d4d60;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul.slicknav_hidden {
  right: -110%;
}
.slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_open > a::after {
  transform: rotate(90deg);
}
.slicknav_menu .slicknav_nav a {
  padding: 12px 18px !important;
  margin: 0px 0px;
  border-radius: 0px;
  color: var(--nav-font-color);
  font-size: 16px;
  display: block;
}
.slicknav_menu .slicknav_nav a > a {
  padding: 0 !important;
}
.slicknav_menu .slicknav_nav a:hover {
  color: var(--nav-font-color);
}
.slicknav_menu .slicknav_nav a:hover a {
  color: var(--nav-font-color);
}
.slicknav_menu .slicknav_nav a a {
  padding: 0px;
}
.slicknav_menu .slicknav_nav a a:hover {
  color: var(--nav-font-color);
}
.slicknav_menu .slicknav_nav.loaded {
  display: flex !important;
}
.slicknav_menu .slicknav_nav.slicknav_hidden {
  display: flex !important;
  right: -120%;
}
.slicknav_menu .slicknav_nav.slicknav_hidden:after {
  right: -120%;
}
body.lock-bg {
  overflow: hidden;
  user-select: none;
}
body.lock-bg .header {
  background-color: #fff;
}
body.lock-bg .header .slicknav_menu .slicknav_btn .slicknav_icon span {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .slicknav_menu {
    display: block;
 }
  body.menu-open .body-footer-wrapper {
    opacity: 0.2;
    filter: blur(3px);
 }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .slicknav_menu.hiden {
    display: none;
 }
}
@media (hover: hover) {
  .slicknav_menu .slicknav_nav {
    height: calc(100vh - var(--header-mobile-height));
 }
  .slicknav_menu .slicknav_nav > li:last-child {
    padding-bottom: 30px;
 }
  .slicknav_menu .slicknav_nav li.slicknav_parent ul {
    height: calc(100vh - var(--header-mobile-height));
 }
}
@media (max-width: 599px) {
  .slicknav_menu .slicknav_nav {
    width: 100%;
    min-width: 100%;
 }
  .slicknav_menu .slicknav_nav li.slicknav_parent ul {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
 }
}
/* Footer content */
footer.main-footer{
    background: var(--footer-background-color);
}
footer.main-footer p,  footer.main-footer h1, footer.main-footer h2, footer.main-footer h3, footer.main-footer h4, footer.main-footer h5, footer.main-footer h6, footer.main-footer label, footer.main-footer span, footer.main-footer li, footer.main-footer img {
    color: var(--footer-font-color); 
}
footer.main-footer h5 {
    margin-bottom: calc(var(--typograpphy-margin-bottom) / 2);
    font-weight: bold;
}
footer.main-footer a {
    color: var(--footer-font-color); 
    transition: 0.3s all;
}
footer.main-footer a:hover {
    color: inherit;
    opacity:0.7;
}
footer.main-footer a:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .footer__container--dnd .dnd-module > div {
        margin: 0 auto;
   }
}
/* 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;
  }
}