*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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%;
    }

    .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%;
        *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;
}

.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Icons"; 
  src: url("https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/koerber_January2022/fonts/korber.eot") format("embedded-opentype"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/korber.woff) format("woff"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/korber.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face { 
  font-family: "Koerber";
  src: url("https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/koerber_January2022/fonts/Koerber-Light.eot") format("eot"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Koerber-Light.woff2) format("woff2"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Koerber-Light.woff) format("woff");
}
@font-face {
  font-family: "Koerber";
  src: url("https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/koerber_January2022/fonts/Koerber-Semibold.eot") format("eot"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Koerber-Semibold.woff2) format("woff2"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Koerber-Semibold.woff) format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Koerber";
  src: url("https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/koerber_January2022/fonts/Koerber-Bold.eot") format("eot"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Koerber-Bold.woff2) format("woff2"), 
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Koerber-Bold.woff) format("woff");
  font-style: normal; 
  font-weight: bold;
}

@font-face {
  font-family: "Korber-Bold"; 
  src: url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Korber-Bold.eot) format("eot"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Korber-Bold.woff2) format("woff2"), 
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Korber-Bold.woff) format("woff"),
    url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/fonts/Korber-Bold.ttf) format("truetype"); 
  font-style: normal; font-weight: bold; 
}




body {
  line-height: 1.666666666666667;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F3F1;
}

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

/* Paragraphs */

p {
  margin: 0 0 18px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
}
h1{
  line-height:1.259259259259259;
}
h2{
  line-height:1.27906976744186;
}
h3{
  line-height:1.266666666666667;
}
h4{
  line-height:1.307692307692308;
}
h5{
  line-height:1.363636363636364;
}

h6{
  line-height:1.666666666666667;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

.body-container-wrapper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: white;
  padding: 40px;
  margin-bottom: 1.5%;
  margin-top: -157px;
  padding-top: 157px;
}

@media (max-width: 1199.98px){
  body{
    line-height: 1.6;
  }
  h1 {
    line-height: 1.238095238095238;
  }
  h2 {
    line-height: 1.294117647058824;
  }
  h3 {
    line-height: 1.285714285714286;
  }
  h4 {
    line-height: 1.416666666666667;
  }
  h5 {
    line-height: 1.318181818181818;
  }
  h6 {
    line-height: 1.6;
  }
}

@media (max-width: 767.98px){
  h1{
    line-height: 1.333333333333333;
  }
  h2 {
    line-height: 1.416666666666667;
  }
  h3 {
    line-height: 1.5;
  }
  h4 {
    line-height: 1.473684210526316;
  }
  h5 {
    line-height: 1.470588235294118;
  }
}

@media (min-width: 576px){
  .body-container-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .body-container-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .body-container-wrapper {
    max-width: 980px;
  }
}
@media (min-width: 1200px){
  .body-container-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1500px){
  .body-container-wrapper {
    max-width: 1440px;
  }
}

@media (max-width: 1499.98px){
  .body-container-wrapper {
    max-width: 97%;
  }
}

@media (max-width: 1199.98px){
  .body-container-wrapper{
    padding: 30px;
    margin-top: -125px;
    padding-top: 125px;
  }
}
@media (max-width: 991.98px){
  .body-container-wrapper{
    padding: 20px;
    margin-top: -177px;
    padding-top: 177px;
  }
}
@media (max-width: 767.98px){
  .body-container-wrapper{
    max-width: 100%;
    margin-top: -61px;
    padding-top: 61px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

form{
  margin-bottom:10px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  font-family: inherit;
  height: 40px;
  padding: 11px 16px 11px;
  border: 1px solid #262626;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#000;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  outline: -webkit-focus-ring-color auto 1px;
}

form textarea{
  height: 8.2em;
  padding: 2px 3px;
}

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

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: #ff0000;
}



.hs-error-msgs label{
  background: #0060ff;
  color: white;
  border-radius: 0;
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  display: block;
  margin-top: 7px;
}

/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"],
.button{
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none;
  font-family: inherit;
  margin:10px 0;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 30px 6px;
  color: #0060ff;
  font-weight: 600;
  text-align: center;
  border: 0;
  background-image: none;
  background-color: transparent;
  border-radius: 19px;
  box-shadow: 0 0 0 2px #0060ff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus
.button:hover,
.button:focus{
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px){
  form{
    max-width:500px;
  }

  .blog-comments form {
    max-width:100%;
  }

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

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}
/* 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;
}
.body-wrapper{
  position: relative;
  display: block;
  max-width: 100%;
  padding-top: 100px;
}
.with-out-banner {
  background-color: #F5F3F1;
}
.with-out-banner .header-language .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: #0060ff;
  color: #fff !important;
  text-decoration: none;
}
.header-group{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-height: 64px;
  flex: 0 0 auto;
  line-height:30px;
}
.header-group .navigationWrapper {
  display: flex;
  justify-content: center;
  transition: background-color 0.2s ease;
  position:relative;
}
.header-group .navigationWrapper .navigationInner {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  /*flex-shrink: 0;*/
  max-width: 1660px;
  margin: 0 80px;
  flex-wrap: wrap;
}
.header-logo{
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
}
.header-logo.logo-normal {
  display: none;
}
.header-logo.logo-inverse{
  display: inline-block;
}
.header-logo img{
  vertical-align: middle;
  border-style: none;
  width:auto !important;
  height:70px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  z-index: 2;
  margin: 20px 50px 20px 0;
}
.header-logo .logo-inverse {
  display: block;
}
.header-group .mainNavigationArea {
  white-space: nowrap;
  position: relative;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-group .toggle-nav {
  display: none;
  cursor: pointer;
}
.header-group:hover .navigationWrapper{
  background-color: #fff;
  border-bottom: 1px solid #E6E2DC;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 5%);
}
.header-group:hover .header-logo.logo-normal {
  display: inline-block;
}
.header-group:hover .header-logo.logo-inverse {
  display: none;
}
.header-group:hover .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a{
  position: relative;
  color: #262626;
  display: block;
  transition: color 0.2s ease;
}
.header-group:hover .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 45%;
  right: 45%;
  background-color: #262626;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-group:hover .top-menu-primary .hs-menu-wrapper>ul>li>a{
  position: relative;
  color: #262626;
  display: block;
  transition: color 0.2s ease;
}
.header-group:hover .top-menu-primary .hs-menu-wrapper>ul>li>a:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 45%;
  right: 45%;
  background-color: #262626;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-group:hover .header-language .hs-menu-wrapper>ul>li>a{
  color: #262626;
}
.header-group:hover .header-language .hs-menu-wrapper>ul>li>ul>li>a{
  position: relative;
  color: #262626;
  display: block;
  transition: color 0.2s ease;
}
.header-group:hover .toggle-search:after{
  color: #262626;
}


.header-group:hover .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a:after, .header-group:hover .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a:after{
  left: 14px;
  right: 14px;
  opacity: 1;
}
.header-group:hover .top-menu-primary .hs-menu-wrapper>ul>li:hover>a, .header-group:hover .top-menu-primary .hs-menu-wrapper>ul>li.active>a{
  color: #262626;
}
.header-group:hover .top-menu-primary .hs-menu-wrapper>ul>li:hover>a:after, .header-group:hover .top-menu-primary .hs-menu-wrapper>ul>li.active>a:after{
  left: 14px;
  right: 14px;
  opacity: 1;
}


.scroll-header .header-group .navigationWrapper,
.mega-menu-active .header-group .navigationWrapper,
.with-out-banner .header-group .navigationWrapper{
  background-color: #fff;
  border-bottom: 1px solid #E6E2DC;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 5%);
}


.scroll-header .header-logo.logo-normal,
.mega-menu-active .header-logo.logo-normal,
.with-out-banner .header-logo.logo-normal{
  display: inline-block;
}
.scroll-header .header-logo.logo-inverse,
.mega-menu-active .header-logo.logo-inverse,
.with-out-banner .header-logo.logo-inverse{
  display: none;
}
.scroll-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a,
.mega-menu-active .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a,
.with-out-banner .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a{
  position: relative;
  color: #262626;
  display: block;
  transition: color 0.2s ease;
}
.scroll-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a:after,
.mega-menu-active .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a:after,
.with-out-banner .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 45%;
  right: 45%;
  background-color: #262626;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.scroll-header .top-menu-primary .hs-menu-wrapper>ul>li>a,
.mega-menu-active .top-menu-primary .hs-menu-wrapper>ul>li>a,
.with-out-banner .top-menu-primary .hs-menu-wrapper>ul>li>a{
  position: relative;
  color: #262626;
  display: block;
  transition: color 0.2s ease;
}
.scroll-header .top-menu-primary .hs-menu-wrapper>ul>li>a:after,
.mega-menu-active .top-menu-primary .hs-menu-wrapper>ul>li>a:after,
.with-out-banner .top-menu-primary .hs-menu-wrapper>ul>li>a:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 45%;
  right: 45%;
  background-color: #262626;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.scroll-header .header-language .hs-menu-wrapper>ul>li>a,
.mega-menu-active .header-language .hs-menu-wrapper>ul>li>a,
.with-out-banner .header-language .hs-menu-wrapper>ul>li>a{
  color: #262626;
}
.scroll-header .header-language .hs-menu-wrapper>ul>li>ul>li>a,
.mega-menu-active .header-language .hs-menu-wrapper>ul>li>ul>li>a,
.with-out-banner .header-language .hs-menu-wrapper>ul>li>ul>li>a{
  position: relative;
  color: #262626;
  display: block;
  transition: color 0.2s ease;
}
.scroll-header .header-group .toggle-search:after,
.mega-menu-active .header-group .toggle-search:after,
.with-out-banner .header-group .toggle-search:after{
  color: #262626;
}
.scroll-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a, .scroll-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a,
.mega-menu-active .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a, .mega-menu-active .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a,
.with-out-banner .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a, .with-out-banner .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a{
  color: #262626;
}

.scroll-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a:after, .scroll-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a:after,
.with-out-banner .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a:after, .with-out-banner .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a:after{
  left: 14px;
  right: 14px;
  opacity: 1;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li.mega-menu-open>a:after{
  left: 14px !important;
  right: 14px !important;
  opacity: 1 !important;
}

.scroll-header .top-menu-primary .hs-menu-wrapper>ul>li:hover>a, .scroll-header .top-menu-primary .hs-menu-wrapper>ul>li.active>a,
.mega-menu-active .top-menu-primary .hs-menu-wrapper>ul>li:hover>a, .mega-menu-active .top-menu-primary .hs-menu-wrapper>ul>li.active>a,
.with-out-banner .top-menu-primary .hs-menu-wrapper>ul>li:hover>a, .with-out-banner .top-menu-primary .hs-menu-wrapper>ul>li.active>a{
  color: #262626;
}
.scroll-header .top-menu-primary .hs-menu-wrapper>ul>li:hover>a:after, .scroll-header .top-menu-primary .hs-menu-wrapper>ul>li.active>a:after,
.mega-menu-active .top-menu-primary .hs-menu-wrapper>ul>li:hover>a:after, .mega-menu-active .top-menu-primary .hs-menu-wrapper>ul>li.active>a:after,
.with-out-banner .top-menu-primary .hs-menu-wrapper>ul>li:hover>a:after, .with-out-banner .top-menu-primary .hs-menu-wrapper>ul>li.active>a:after{
  left: 14px;
  right: 14px;
  opacity: 1;
}
.scroll-header .header-logo{

}
.scroll-header .header-logo img{
  height: 58px;
  margin: 18px 80px 8px 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper{
  display:block;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul{
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  right: 0px;
  margin: 0 0 5px 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
}
.custom-menu-primary {
  width: 100%;
  margin-top: -43px;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li{
  display: inline-block;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a{
  position: relative;
  color: #fff;
  display: block;
  transition: color 0.2s ease;
  padding: 12px 17px 6px 18px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 45%;
  right: 45%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover > a:after, .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active > a:after {
  left: 14px;
  right: 14px;
  opacity: 1;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover > a, .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active > a {
  text-decoration: none;
}
.header-group .subNavWrapper {
  display: flex;
  padding-right: 55px;
}
.top-menu-primary .hs-menu-wrapper>ul{
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: 0;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.top-menu-primary .hs-menu-wrapper>ul>li{
  display: inline-block;
}
.top-menu-primary .hs-menu-wrapper>ul>li>a{
  position: relative;
  color: #fff;
  display: block;
  transition: color 0.2s ease;
  padding: 4px 15px;
}
.top-menu-primary .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 45%;
  right: 45%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 1px;
}
.top-menu-primary .hs-menu-wrapper>ul>li:hover > a, .top-menu-primary .hs-menu-wrapper>ul>li.active > a {
  text-decoration: none;
}
.top-menu-primary .hs-menu-wrapper>ul>li:hover > a:after, .top-menu-primary .hs-menu-wrapper>ul>li.active > a:after {
  left: 14px;
  right: 14px;
  opacity: 1;
}
.header-language{
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  padding: 0;
}
.header-language .hs-menu-wrapper>ul>li>a{
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  padding: 4px 20px 4px 15px;
  top: 0;
  text-decoration:none;
  transition:unset;
}
.header-language .hs-menu-wrapper>ul>li>a:after {
  content: "d";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: 400;
  position: absolute;
  display: block;
  right: 3px;
  font-size: 14px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-language .hs-menu-wrapper>ul>li>ul{
  position: absolute;
  display: block;
  background-color: rgba(238,238,238,0.95);
  padding: 7px;
  min-eidth: 100%;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: left;
  box-shadow: 0 2px 8px -3px rgb(0 0 0 / 30%);
  z-index:1;
}
.header-language .hs-menu-wrapper>ul>li.lang-open >ul{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  -o-transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-language .hs-menu-wrapper>ul>li>ul>li{
  display: block;
}
.header-language .hs-menu-wrapper>ul>li>ul>li>a{
  position: relative;
  display: block;
  text-decoration:none;
  padding: 4px 11px 5px 10px;
  margin-right: 2px;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  color: #262626;
  line-height: 18px;
  font-size: 13px;
}
.header-language .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background-color: #0060ff;
  color: #fff;
  text-decoration: none;
}
.header-language .hs-menu-wrapper>ul>li>ul:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent rgba(238,238,238,0.95) transparent;
}
.searchform form{
  max-width:100%;
  margin:0;
}
.searchform form input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: 36px;
  border: 0;
  border-bottom: 2px solid #E6E2DC;
  background-color: transparent;
}
.searchform form input::placeholder {
  color: #262626;
}
.searchform form input:focus {
  outline: 0;
  box-shadow: none;
  border-bottom-color: white;
}
.header-group .toggle-search {
  box-shadow: none;
  transition: unset;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  color:#000;
}
.searchform form button{
  box-shadow: none;
  transition: unset;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  color:#000;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul{
  list-style:none;
  margin:0;
  padding:0;
  flex: 0 1 auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  top: -1500px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top:100%;
  overflow: hidden;
  margin-top:1px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.imageContainer{
  color: #262626;
  font-weight: normal;
  flex: 0 0 200px;
  margin-right: 34px;
  display: block;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.imageContainer img{
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.contentContainer>a{
  font-family: inherit;
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 30px;
  color: #262626;
  font-size: 18px;
  margin: 0 0 8px 0;
  text-decoration:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.contentContainer .megaTeaserContent{
  flex: 0 1 auto;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.contentContainer .megaTeaserContent a{
  position: relative;
  display: inline-block;
  color: #262626;
  padding: 2px 22px 2px 2px;
  margin-left: -2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.contentContainer .megaTeaserContent a:after {
  content: "a";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: 400;
  position: relative;
  left: 11px;
  top: 3px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -11px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li>.contentContainer .megaTeaserContent a:hover:after{
  left: 17px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > ul > li>ul>li{
  line-height: 16px;
  margin: 40px 0 0 60px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > ul > li>ul>li>a{
  color: #262626;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 30px;
  padding: 0;
  font-size: 18px;
  text-decoration:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > ul {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E2DC;
  margin-top: 14px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul>li:nth-child(2)>ul>li>.contentContainer .megaTeaserContent p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 26px;
}
.mega-menu-active {
  overflow: hidden;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>ul>.inner-wrapper>li:last-child>ul> li:first-child > a{
  display:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(5)>ul>.inner-wrapper>li:last-child>ul> li:first-child > a{
  display:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>ul>.inner-wrapper>li:last-child>ul> li:first-child>ul{
  margin:0;
  border:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(5)>ul>.inner-wrapper>li:last-child>ul> li:first-child > ul{
  margin-top:0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul .close{
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #262626;
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  cursor: pointer;
  position: fixed;
  top: 132px;
  left: 20px;
  background: none;
  border: none;
  outline: none;
  opacity: 1;
  text-decoration:none;
  z-index:1;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul .close:before {
  content: "x";
  position: relative;
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul .inner-wrapper>li>a.active-menu{
  color: #9D968D;
}


.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul {
  text-align: left;
  /*   height: 100%; */
}
.custom-menu-primary .inner-wrapper {
  /*max-width: 1790px;*/
  margin: 0 auto;
  position: relative;
  padding: 40px 60px;
  overflow: hidden;
  overflow-y: auto;
  max-width: 1820px;
  /*   max-height: calc(100vh - 85px );
  height: 100%; */
}
.custom-menu-primary .inner-wrapper > li > a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 28px;
  font-weight: 600;
  display: block;
  border: none;
  outline: none;
  text-align: left;
  padding: 0;
  background: transparent;
  text-decoration:none;
  color: #262626;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul > .inner-wrapper > li > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul {
  position: absolute;
  left: 370px;
  width: calc(100% - 430px);
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  border-left: 1px solid #E6E2DC;
  padding: 0 80px;
  top: 40px;
  max-width: 1300px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 26px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > a {
  line-height: inherit;
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #262626;
  padding: 2px 22px 2px 2px;
  text-decoration:none;
  margin-left: -2px;
  font-weight: 600;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > a:after {
  content: "a";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: 400;
  position: relative;
  left: 7px;
  top: 3px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -11px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > a:hover:after{
  left: 12px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) {
  margin-bottom: 28px;
  border-bottom: 1px solid #E6E2DC;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul.show-menu {
  display: block;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li:last-child {
  margin-right: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(2) > ul > li {
  flex: 1 1 470px;
  display: flex;
  margin: 0 34px 28px 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(3) > a {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #262626;

  display: block;
  text-decoration:none;
  cursor:auto;
  padding: 0px;
  padding-bottom: 15px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li:first-child>ul> li:nth-child(3) > a{
  padding: 30px 0px 20px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(3) > ul {
  font-size: 15px;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(3) > ul > li {
  display: inline-block;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:nth-child(3) > ul > li > a {
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 30px 6px;
  overflow: hidden;
  color: #0060ff;
  font-weight: 600;
  z-index: 1;
  text-align: center;
  border: 0;
  background-color: transparent;
  margin: 10px 20px 10px 0;
  border-radius: 19px;
  box-shadow: 0 0 0 2px #0060ff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  margin-left: 2px;
  text-decoration:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul > .inner-wrapper > li > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > ul {
  display: flex;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > ul > li {
  width: 50%;
}
.custom-menu-primary .inner-wrapper > li {
  width: 310px;
  padding-right: 40px;
}

/*
.custom-menu-primary .inner-wrapper>li.all-solutions > ul > li > ul > li > a {
color: #262626;
font-weight: normal;
margin-bottom: 12px;
line-height: 30px;
padding: 0;
font-size: 18px;
text-decoration: none;
}

.custom-menu-primary .inner-wrapper>li.all-solutions > ul > li > ul > li > ul > li > a {
font-size: 13px;
line-height: 21px;
margin: 0 0 4px 12px;
padding: 0;
display: block;
color: #262626;
font-weight: normal;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li.all-solutions>ul>li:first-child>ul>li>ul>li>a {
font-size: 13px;
line-height: 21px;
margin: 0 0 4px 12px;
padding: 0;
display: block;
color: #262626;
font-weight: normal;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li.all-solutions>ul>li:first-child>ul>li>ul>li {
margin: 0;
}

.custom-menu-primary .inner-wrapper>li.all-solutions > ul > li > ul {
flex-wrap: wrap;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper >li.all-solutions > ul {
display: flex;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper >li.all-solutions > ul > li {
width: 50%;
border: none;
margin: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper >li.all-solutions > ul > li >ul>li {
width: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li.all-solutions>ul>li > ul {
display: block;
margin: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li.all-solutions>ul>li > ul > li {
display: block;
margin: 0 80px 20px 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li.all-solutions>ul>li > ul > li > .contentContainer>a {
margin-bottom: 0;
line-height: 30px;
padding: 0;
color: #262626;
font-weight: normal;
} 
*/

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul>li:first-child>ul>li>ul>li>ul>li>a{
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 4px 12px;
  padding: 0;
  display: block;
  color: #262626;
  font-weight: normal;
  text-decoration:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul>li:first-child>ul>li>ul>li>ul>li>ul>li{
  margin-left: 12px;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul>li:first-child>ul>li>ul>li>ul>li>ul>li>a{
  color: #262626;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 4px 12px;
  padding: 0;
  display: block;
  text-decoration:none;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li.mega-menu-open>ul {
  max-height: calc(100vh - 111px);
  overflow: auto;
}
@media (min-width: 1200px){
  .header-group .navigationWrapper{
    z-index: 2;
  }
  .mobile-menu-primary {
    display: none;
  }
  .header-group .mainNavigationArea{
    text-align: right;
  }
  .searchform form {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    box-shadow: 0 -110px 0 0 white;
    z-index: -1;
  }
  .searchform form:after {
    content: "";
    height: calc(100vh - 100px);
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .searchform form .inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 5vw auto 25vh;
    overflow: hidden;
    padding: 5px 0 10px;
    font-size: 22px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .searchform form input {
    position: relative;
    z-index: 1;
    text-align: left;
    color: #262626;
    height: 60px;
    padding: 10px;
    border: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .searchform form input {
    border-bottom-color: white;
  }
  .searchform form canvas {
    position: relative;
    display: block;
    width: 0;
    height: 3px;
    margin: 0 auto;
    opacity: 1 !important;
    -webkit-transition: 0.6s cubic-bezier(0.645,0.045,0.355,1) 0.4s;
    -ms-transition: 0.6s cubic-bezier(0.645,0.045,0.355,1) 0.4s;
    transition: 0.6s cubic-bezier(0.645,0.045,0.355,1) 0.4s;
    background-color: #F5F3F1;
  }
  .searchform form button {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    right: 0;
    top: 5px;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
  }
  .searchform form button:before {
    content: "s";
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    font-size: 28px;
    line-height: 60px;
  }
  .header-group .toggle-search {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .header-group .toggle-search:after {
    transition: color 0.2s ease;
    content: "s";
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    padding: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
  }
  .search-open .searchform form {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  }
  .search-open .header-group .toggle-search:after {
    content: 'x';
  }
  .search-open .searchform form .inner {
    opacity: 1;
  }
  .search-open .searchform form input{
    opacity: 1;
  }
  .search-open .searchform form .inner canvas {
    width: 100%;
  }
  .search-open .searchform form button{
    opacity: 1;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.mega-menu-open>ul{
    top: 100%;
    border-bottom: 1px solid #E6E2DC;
    display: block;
    min-height: 469px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>.inner-wrapper>li>ul> li:first-child > ul > li>ul>li{
    margin: 0 80px 20px 0;
  }
}


.flyout-contact-button {
    position: fixed;
    top: 22%;
    right: 0;
    width: 60px;
    background: #262626;
    z-index: 9;
    height: 60px;
    color: #0060ff;
    border: 0 solid #0060ff;
    line-height: 1.5;
    font-family: 'Koerber',sans-serif;
    font-size: 15px;
    line-height: 28px;
    overflow: hidden;
    transition: width 0.5s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold;
    padding-left: 12px;
}

.flyout-contact-button a {
  display: block;
  width: 100%;
  height: 100%;
} 

.flyout-contact-button:hover {
        width: 225px;
    background-color: #0060ff;
    color: white;
}

 

.flyout-contact-button::before {
      font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    font-size: 25px;
    color: #0060ff;
      background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    content: "";
    top: 12px;
    left: 12px;
  background-image: url(https://25315885.fs1.hubspotusercontent-eu1.net/hubfs/25315885/raw_assets/public/koerber_January2022/images/contactToolbar-Chat.svg);
}

.flyout-contact-button a span {
  padding: 10px;
      display: inline-block;
    padding-top: 16px;
    padding-left: 50px;
    font-size: 18px;
    width: max-content;
}

.flyout-contact-button:hover a span,
.flyout-contact-button:hover a {
  color: #fff;
}


@media (max-width: 1199.98px){
  .header-group{
    line-height: 24px;
  }
  .header-group .navigationWrapper .navigationInner{
    margin: 0 24px;
    flex-direction: column;
  }
  .header-logo img {
    height: 36px;
    margin: 13px 40px 13px 0px;
  }
  .header-group .mainNavigationArea{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s,visibility 0s ease 0.4s,z-index 0.4s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    z-index: 1;
    max-height: 0;
  }
  .custom-menu-primary.desktop{
    display:none;
  }
  .header-group .toggle-nav{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 16px;
    width: 40px;
    height: 40px;
    top: 10px;
    z-index: 2;
  }
  .header-group .toggle-nav:after, .header-group .toggle-nav:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 7px;
    right: 7px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translate3d(0,-6px,0) rotate(0deg);
    -moz-transform: translate3d(0,-6px,0) rotate(0deg);
    -ms-transform: translate3d(0,-6px,0) rotate(0deg);
    -o-transform: translate3d(0,-6px,0) rotate(0deg);
    transform: translate3d(0,-6px,0) rotate(0deg);
  }
  .scroll-header .header-group .toggle-nav:after, .scroll-header .header-group .toggle-nav:before,
  .mobile-open .header-group .toggle-nav:after, .mobile-open .header-group .toggle-nav:before{
    background-color: #262626;
  }
  .header-group .toggle-nav:after {
    -webkit-transform: translate3d(0,6px,0) rotate(0deg);
    -moz-transform: translate3d(0,6px,0) rotate(0deg);
    -ms-transform: translate3d(0,6px,0) rotate(0deg);
    -o-transform: translate3d(0,6px,0) rotate(0deg);
    transform: translate3d(0,6px,0) rotate(0deg);
  }
  .scroll-header .header-logo img {
    height: 36px;
    margin: 13px 0 13px 0px;
  }
  .header-group:hover .toggle-nav:after, .header-group:hover .toggle-nav:before,
  .mega-menu-active .toggle-nav:after, .header-group:hover .mega-menu-active:before{
    background-color: #262626;
  }
  .mobile-open .header-group .mainNavigationArea{
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s,visibility 0s ease 0s,z-index 0.5s linear,margin 0.3s ease,border-width 0.3s ease,top 0.3s ease,top 0.3s ease,left 0.3s ease,right 0.3s ease,transform 0.4s ease,-webkit-transform 0.4s ease;
  }
  .mobile-open .header-group .toggle-nav:before {
    -webkit-transform: translate3d(0,0,0) rotate(225deg);
    -moz-transform: translate3d(0,0,0) rotate(225deg);
    -ms-transform: translate3d(0,0,0) rotate(225deg);
    -o-transform: translate3d(0,0,0) rotate(225deg);
    transform: translate3d(0,0,0) rotate(225deg);
  }
  .mobile-open .header-group .toggle-nav:after {
    -webkit-transform: translate3d(0,0,0) rotate(135deg);
    -moz-transform: translate3d(0,0,0) rotate(135deg);
    -ms-transform: translate3d(0,0,0) rotate(135deg);
    -o-transform: translate3d(0,0,0) rotate(135deg);
    transform: translate3d(0,0,0) rotate(135deg);
  }
  .mobile-open .navigationWrapper{
    background-color: #fff !important;
    border-bottom: 1px solid #E6E2DC;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 5%);
  }


  .mobile-open .header-logo.logo-normal{
    display: inline-block;
  }
  .mobile-open .header-logo.logo-inverse{
    display: none;
  }
  .mobile-menu-primary {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    right: 0px;
    margin: 0 0 5px 0;
    width: 100%;
    position: relative;
    margin-top: 97px;
    padding-bottom: 20px;
    height:auto !important;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li{
    margin-bottom: 12px;
    display: block;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 12px 17px 6px 18px;
    padding-left: 0;
    position: relative;
    color: #262626;
    display: block;
    transition: color 0.2s ease;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .mobile-menu-primary .hs-menu-wrapper>ul>li.active>a{
    text-decoration: none;
    color: #262626;
  }
  /*.mobile-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
  flex: 0 1 auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 100%;
  position: relative;
  top: -1500px;
  overflow: hidden;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  top: 62px;
  background-color: #fff;
  z-index: 1;
  padding: 0;
  max-width: 100%;
  max-height: calc(100% - 62px);
  border: none;
}
  .mobile-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper {
  max-height: 100%;
  width: 100%;
  max-width: 1820px;
  position: relative;
  display: none;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 80px 0 0 0;
  flex-direction: column;
  opacity: 1;
}
  .mobile-menu-primary .hs-menu-wrapper>.animate-menu.child-open ul.hs-menu-children-wrapper .animate-menu-inner{
  overflow: hidden;
  overflow-y: auto;
  flex-direction: column;
  padding: 0;
  margin: 88px 0 0 0;
  display: flex;
}
  */
  .header-group .subNavWrapper{
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #262626;
    width:100%;
  }
  .header-language {
    color: red;
    z-index: 1000;
    display: inline-block;
    vertical-align: top;
    height: 25px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
  }
  .searchform {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 24px;
    overflow: hidden;
  }
  .searchform form:before {
    position: absolute;
    left: 0px;
    top: 14px;
    content: "s";
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    color: #262626;
  }
  .searchform form input {
    padding: 1px 2px;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-left: 36px;
    color: transparent;
    height: 30px;    
    border-bottom-color: #E6E2DC !important;
  }
  .searchform form input:focus{
    color: #262626;
    outline: none;
    box-shadow: none;
    border-bottom-color: #E6E2DC !important;
  }
  .searchform form button{
    padding: 1px 6px;
  }
  .header-group .toggle-search {
    display: none;
  }
  .top-menu-primary .hs-menu-wrapper>ul{
    display: inline-block;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li{
    display: block;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 4px 15px;
    position: relative;
    color: #262626;
    display: block;
    transition: color 0.2s ease;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .top-menu-primary .hs-menu-wrapper>ul>li.active>a{
    text-decoration: none;
    color: #262626;
  }
  .header-language .hs-menu-wrapper>ul>li>a{
    position: relative;
    display: block;
    color: #262626;
    font-size: 13px;
    line-height: 17px;
    padding: 4px 20px 4px 15px;
    top: 0;
  }
  .header-language .hs-menu-wrapper>ul>li>a:after {
    content: "d";
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    display: block;
    right: 3px;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-menu-primary {
    display: inline-block;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li>a:after{
    display:none;
  }
  .header-language .hs-menu-wrapper>ul>li>ul>li>a:hover{
    color:#fff !important;
  }
  .searchform form{
    background:transparent !important;
  }

  .mobile-menu-primary  ul.after-child-open {
    left: -100%;
  }
  .mobile-menu-primary  ul.hs-menu-children-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    right: 0;  
    z-index: 1000;
  }
  .mobile-menu-primary .parent-wrapper{  
    position: relative;
    left: 0;
  }
  .mobile-menu-primary ul.hs-menu-children-wrapper.child-open {
    left: 0;
  }
  .mobile-menu-primary .dropdown-wrapper>ul {
    display: none;
  }
  .mobile-menu-primary .dropdown-wrapper>ul.child-open {
    display: block;
    position: fixed;
    max-height: calc(100vh - 142px );
    background: #fff;
    width: 100%;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #F5F3F1;
    padding: 0 24px;
   
    border-bottom: 1px solid #E6E2DC;
    margin-bottom: 12px;
    color: #262626;
    height:100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li{
    margin-bottom: 28px;
    border-bottom: 1px solid #E6E2DC;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:last-child{
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(2){
    margin-bottom: 14px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 25px;
    margin-top:88px;
     
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li>ul{
    position:static;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(2)>a{
    position: relative;
    display: inline-block;
    color: #262626;
    padding: 2px 22px 2px 2px;
    margin-left: -2px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(2)>a:hover{
    text-decoration: none;
    color: #9D968D;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(2)>a:after {
    content: "a";
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    position: relative;
    left: 7px;
    top: 3px;
    font-size: 14px;
    line-height: 22px;
    margin-top: -11px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(2)>a:hover:after{
    left: 12px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:last-child>a{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #262626;
    font-family: inherit;
    padding: 30px 0px 20px;
    padding-bottom: 12px;
    text-decoration: none;
    cursor: auto;
    display: block;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:last-child>ul{
    font-size: 15px;
    line-height: 26px;
    display:flex;
    flex-wrap:wrap;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:last-child>ul>li>a{
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px 6px;
    overflow: hidden;
    color: #0060ff;
    font-weight: 600;
    z-index: 1;
    text-align: center;
    border: 0;
    background-color: transparent;
    margin: 10px 20px 10px 0;
    border-radius: 19px;
    box-shadow: 0 0 0 2px #0060ff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 2px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:last-child>ul>li:last-child>a{
    margin-right: -2px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:last-child>ul>li>a:hover{
    color: white;
    background-color: #0060ff;
    text-decoration: none;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li.dl-back.firstlink {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background: #fff;
    margin: 0;
    border: none;
    padding-top: 88px;
    z-index: 1000;
    border-bottom: 1px solid #E6E2DC;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li.dl-back.firstlink>a{
    text-decoration:none;
    left: 18px;
    top: 75px;
    position: fixed;
    background: none;
    border: none;
    outline: none;
    opacity: 1;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #262626;
    text-shadow: 0 1px 0 #fff;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li.dl-back.firstlink>a:before {
    content: "<";
    position: absolute;
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    left: 0;
    top: -7px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li.dl-back.firstlink>a span{
    font-size: 20px;
    line-height: 25px;
    visibility: visible;
    display: block;
    border-bottom: 2px solid #262626;
    margin-left: 30px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul{
    display: block;
    width: 85%;
    margin-bottom: 12px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li{
    margin: 0 0px 28px 0;
    max-width: 200px;
    display: block;
    flex: 0 0 200px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li:last-child{
    margin-right: 0;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .imageContainer{ 
    color: #262626;
    font-weight: normal;
    text-decoration:none;
    flex: 0 0 200px;
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .imageContainer img{
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    border-style: none;
    height: auto;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer>a{
    font-weight: 600;
    line-height: 30px;
    color: #262626;
    position: relative;
    display: block;
    font-family: inherit;
    font-size: 18px;
    margin: 0 0 8px 0;
    text-decoration:none;
    white-space:normal;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer>a:hover{
    text-decoration: none;
    color: #9D968D;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer .megaTeaserContent a{
    position: relative;
    display: inline-block;
    color: #262626;
    padding: 2px 22px 2px 2px;
    margin-left: -2px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer .megaTeaserContent a:after {
    content: "a";
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: 400;
    position: relative;
    left: 11px;
    top: 3px;
    font-size: 14px;
    line-height: 22px;
    margin-top: -11px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer .megaTeaserContent a:hover {
    color: #0060ff;
    text-decoration: none;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer .megaTeaserContent a:hover:after {
    left: 16px;
  }
  .mobile-menu-primary .dropdown-wrapper>ul>li:nth-child(3)>ul>li .contentContainer .megaTeaserContent p{
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 26px;
  }
  .mobile-dropdown-open {
    overflow: hidden;
  }
  
 
  
}

@media (max-width: 991.98px){
  .body-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px){
  .body-wrapper{
    padding-top: 64px;
  }
  .top-menu-primary .hs-menu-wrapper>ul {
    margin-bottom: 24px;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 8px;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 0;
  }
}




@media (max-width: 767px){

.flyout-contact-button {
  display: none;
  }

  /*.mobile-menu-primary ul li a {
  display: block;
  padding: 15px 20px;
  background: #9e1847;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration:none;
}*/
  .mobile-menu-primary .parent-wrapper:before,.mobile-menu-primary .parent-wrapper:after {
    display: none;
  }




  /*.mobile-menu-primary ul li.hs-item-has-children >  a {
  background: #948989;
}
  .mobile-menu-primary li.hs-item-has-children:last-child {
  margin-bottom:  0;
}

  .mobile-menu-primary {
  overflow: hidden;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  transition: transform 0.3s ease;
  width: 100%;
  transform: scale(1,0);
  transform-origin: top center;
}*/



}
.footer{
  line-height:30px;
}
.footer-top {
  -webkit-transition: filter 0.5s ease;
  -ms-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  background-color: #9D968D;
}
.footer__container {
  position: relative;
  color: #fff;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.footer-links .hs-menu-wrapper>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.footer-links .hs-menu-wrapper>ul>li{
  width: 100%;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding: 40px 20px 0;
}
.footer-links .hs-menu-wrapper>ul>li>a{
  font-family: inherit;
  order: 5;
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin: 32px 0 18px;
  margin-bottom: 18px;
  margin-top: 0;
  color: #fff;
  text-decoration:none;
}
.footer-links .hs-menu-wrapper>ul>li>ul{
  list-style: none;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a{
  font-size: 14px;
  color: #fff;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a::after {
  content: "a";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: 400;
  position: relative;
  left: 7px;
  top: 2px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -11px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-size-adjust: 100%;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a .arrow{
  display: inline-block;
  transition: 0.3s ease-in;
  margin-left:3.84px
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a:hover .arrow {
  transform: translateX(50%);
}
.backToTopButton {
  position: fixed;
  z-index: 3;
  text-align: center;
  cursor: pointer;
  margin-left: calc(50% + 522px);
  right: unset;
  color: #262626;
  font-weight: 600;
  -webkit-transition: filter 0.5s ease;
  -ms-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  bottom: 166px;
  opacity: 0;
  user-select: none;
  z-index: -1;
}
.backToTopButton.backToTopButton-scrolled{
  position: absolute;
  margin-left: 1200px;
  z-index: 0;
  opacity: 1;
}
.backToTopButton > span {
  background-color: rgba(255,255,255,0.6);
  mix-blend-mode: normal;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  display: block;
  padding: 0 16px;
}
.backToTopButton > span span.title {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  padding: 1px 3px 5px 2px;
  vertical-align: middle;
}
.backToTopButton > span:before {
  content: "d";
  font-family: "Icons";
  font-size: 20px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
  font-weight: 600;
}
.backToTopButton > span:hover {
  color: white;
  background: #0060ff;
  mix-border-left: normal;
  border-radius: 20px;
}
.pagefooter {
  position: relative;
  display: block;
  margin: 80px -40px -40px;
  background-color: black;
  color: white;
  padding: 0 40px 20px 40px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: filter 0.5s ease;
  -ms-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  margin-top: 0;
}
.footerNavigation {
  position: relative;
  padding: 30px 0 10px 0;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.pagefooter .copyright {
  border-top: 1px solid #262626;
  margin-top: 18px;
  padding-top: 12px;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagefooter .copyright p{
  font-size: 13px;
  line-height: 21px;
  margin: 4px 0 12px;
  color: #fff;
}
img{
  max-width:100%;
}
.footer-logo img {
  margin-right: 40px;
  display: block;
  height: 38px;
}
.footer-bottom-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  flex: 3;
  width: 100%;
}
.footer-bottom-links .hs-menu-wrapper>ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap:wrap;
  width: 100%;
}
.footer-bottom-links .hs-menu-wrapper>ul>li{
  display: inline-block;
}
.footer-bottom-links .hs-menu-wrapper>ul>li>a{
  color: white;
  display: block;
  padding: 10px 12px;
  position: relative;
}
.footer-bottom-links .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  left: 45%;
  right: 45%;
  bottom: 8px;
  height: 1px;
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-bottom-links .hs-menu-wrapper>ul>li>a:hover{
  color: white;
  text-decoration: none;
  position: relative;
}
.footer-bottom-links .hs-menu-wrapper>ul>li>a:hover:after {
  left: 11px;
  right: 11px;
  opacity: 1;
}
div#back-to-top.f-active {
    position: fixed;
    bottom: 100px;
    z-index: 3;
    text-align: center;
    cursor: pointer;
    right: unset;
    color: #262626;
    font-weight: 600;
}
@media (min-width: 768px){
  .footer-links .hs-menu-wrapper>ul>li:first-child {
    padding-left: 0;
  }
  .footer-links .hs-menu-wrapper>ul>li:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-links .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
  }
  .footer-links .hs-menu-wrapper>ul>li{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px){
  .backToTopButton > span:before {
    margin-right: 6px;
  }
}
@media (min-width: 1200px){
  .footer-top{
    margin: 40px -40px 0px -40px;
    padding: 20px 40px 10px 40px;
  }

}
@media (max-width: 1499.98px){
  .backToTopButton{
    right: 45px;
    margin-left: 0 !important;
  }
  
  div#back-to-top.f-active {
    right: 65px;
        margin-left: 0;
}
}
@media (max-width: 1199.98px){
  .pagefooter{
    margin: 80px -30px -30px;
    padding: 0 30px 20px 30px;
    margin-top: 0;
  }
  .footer-top {
    margin: 40px -30px 0px -30px;
    padding: 20px 40px 10px 40px;
  }
  .footer-links .hs-menu-wrapper>ul>li>a {
    font-size: 22px;
    line-height: 29px;
  }
  .backToTopButton {
    right: 24px;
    bottom: 204px;
  }
  .footer {
    line-height: 24px;
  }
}

@media (max-width: 991.98px){
  .pagefooter{
    display: block;
    margin: 80px -20px -20px;
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
  .backToTopButton{
    bottom: 242px;
    right: 6px;
    padding: 3px 10px 8px 14px;
  }
  .backToTopButton > span span.title {
    display: none;
  }
  .footer-links .hs-menu-wrapper>ul>li {
    padding: 40px 10px 0;
  }
  
  div#back-to-top.f-active {
    right: 20px;
    position: fixed !important;
}

}

@media (max-width: 767.98px){
  .footerNavigation{
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bottom-links {
    margin-top: 15px;
    width: calc(100% + 10px);
    flex: 1 1 calc(100% + 10px);
    margin-right: -10px;
    margin-bottom: 7px;
  }
  .footer-bottom-links .hs-menu-wrapper>ul>li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .footer-bottom-links .hs-menu-wrapper>ul>li:first-child{
    margin-left: 0;
  }
  .footer-bottom-links .hs-menu-wrapper>ul>li>a {
    padding: 5px 3px;
  }
  .pagefooter .copyright {
    padding-left: 2px;
  }
  .pagefooter .copyright p {
    margin: 0 0 15px;
  }
  .backToTopButton {
    bottom: 291px;
  }
  .footer-links .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
    line-height: 25px;
    margin: 22px 0 16px;
    margin-bottom: 18px;
    margin-top: 0;
  }
  .footer-top{
    margin: 40px -20px 0px -30px;
  }
}
@media (max-width: 575.98px){
  .backToTopButton {
    width: 100%;
    height: 43px;
    position: static !important;
    padding: 0;
    cursor: default;
    background-color: unset;
    margin-top: 15px;
    bottom: 329px;
  }
  .backToTopButton span {
    position: static;
    cursor: pointer;
    text-align: center;
    float: right;
  }
}
/* Menu and simple menu */

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

.landing_header {
  padding: 20px 0;
  border-bottom: 1px solid #f5f3f1;
  background-color: #ffffff;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.landing_header_container {
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.landing_row {
  margin-right: -15px;
  margin-left: -15px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
}
.landing_right_row {
  text-align: right;
  font-size: 18px;
  line-height: 1.6;
  color: #262626;
  font-family: 'Korber-Bold';
  margin-bottom: 0;
}

.landing_row_left img{


  vertical-align: bottom;
  display: inline-block;
  max-width: 130px;
  width: 100%;
}
.landing_row_left, 
.landing_row_right{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.landing_row_right {
  float: left;
  width: 50%;
}

.hs-landing-wrap  .body-wrapper{


  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0px;
}
.hs-landing-wrap .body-container-wrapper{

  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;

}

footer.landing_footer {
  padding: 30px 0;
  display: block;
  background: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l_footer_sec_links {
  display: flex;
}
.landing_footer_container {
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.footer_second_section {
  border-top: 1px solid #262626;
  margin-top: 18px;
  padding-top: 12px;
}
.landing-copyright {
  font-family: 'Korber-Light';
  line-height: 1.6;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.landing-copyright p{
  margin: 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
}
.l_footer_link ul{

  margin: 0;
  padding: 0;
  display: flex;
  vertical-align: middle;
}
.l_footer_link ul> li{

  display: inline-block;
  margin: 0;
  padding: 10px 12px;
  line-height: 1.42857143;
  font-size: 16px;
}
.l_footer_link ul> li>a{


  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff!important;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.l_footer_link ul> li>a:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.l_footer_logo img{

  vertical-align: bottom;
  max-width: 100%;

}
.l_footer_logo {
  max-width: 60px;
  margin-right: 64px;
  display: inline-block;
  width: 100%;
  line-height: 1.42857143;
  font-size: 16px;
}
.l_footer_link ul> li>a:before {
  content: "";
  position: absolute;
  left: 45%;
  right: 45%;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.landing-banner-areas .dnd-section{
  padding:0px;

}

.landing-banner-areas .dnd-section .dnd-module {
  width: 100%;
}
  .custom_landing_page {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

@media (min-width: 768px){
  .landing_row_left {
    float: left;
    width: 50%;
  }


}

@media (min-width: 992px){


  .landing_row_left {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 1024px){
  .landing_right_row {
    font-size: 16px;
    line-height: 1.4;
  }



}

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

  .landing_row {
    display: block;
  }
  .landing_row_left, .landing_row_right {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    width: 100%;
    text-align: center;
  } 
  .landing_row_left img{
    margin-bottom: 15px;
    max-width: 100px;
    display: inline-block;


  }

  .landing_right_row {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    text-align: center;
  }

  footer.landing_footer {
    padding: 20px 0;
    text-align: center;
  }
  .l_footer_sec_links {
    display: block;
  }
  .l_footer_logo {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    padding-bottom: 11px;
  }
  .l_footer_link ul{
    display: block;
    text-align: center;


  }
  .l_footer_link ul>li{


    display: block;
    text-align: center;
    padding: 5px 0;
  }
  .footer_second_section {

    margin-top: 10px;

  }
  .l_footer_link ul>li:last-child{

    padding-bottom: 2px; 
  }
}