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

/* 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 */
  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: 991px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 992px) 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: 991px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) 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-section .dnd-section>.row-fluid {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.banner-section .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}

.banner-section {
  overflow: hidden;
  padding: 0 0 0 82.5px;
}

body:not(.no-banner) .body-container-wrapper.lp-page {
  padding-top: 0;
}

@media (max-width: 575.98px) {

  .banner-section {
    padding: 0;
  }
}

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

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

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

@media (max-width: 991px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "FF DIN";
  font-weight: 400;
  src: url(https://25129160.fs1.hubspotusercontent-eu1.net/hubfs/25129160/raw_assets/public/Aquatherm_April2023/fonts/39796a293fcaf5abdf53.woff) format("woff");
}

@font-face {
  font-family: "FF DIN";
  font-weight: 700;
  src: url(https://25129160.fs1.hubspotusercontent-eu1.net/hubfs/25129160/raw_assets/public/Aquatherm_April2023/fonts/913cbfb561c7b26a2aad.woff) format("woff");
}


body {
  line-height: 1.5;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Paragraphs */

p {
  margin: 0 0 40px;
}

@media (max-width: 991.98px) {

  p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  p {
    margin-bottom: 20px;
  }
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0 0 15px;
  line-height: 1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
  padding-left: 2rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  position: relative;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
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;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form */

form {
  max-width: 991px;
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

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

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

.hs-form label {
  font-family: FF DIN,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}

.inputs-list.hs-error-msgs label {
  font-family: FF DIN,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: .5rem;
  color: #ef6b51;
}

.hs-error-msgs label {
  color: #ef6b51;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  height: auto;
  padding: 15px;
  width: 100%;
  font-family: FF DIN;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* 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;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

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

.hs-error-msgs label {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: FF DIN;;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 0;
  position: relative;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 991px) {

  form {
    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;
}
.custom-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.header__container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: calc(35px * .5);
  padding-left: calc(35px * .5);
  margin-right: auto;
  margin-left: auto;
}

.custom-logo {

}

.custom-logo .logo-wrap {
  display: flex;
  align-items: center;
}

.custom-logo a {
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 70px;
}

.custom-logo svg {
  height: 25px;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}

.custom-logo .bar {
  height: 30px;
  background: #000;
  width: 1px;
  margin: 0 14px;
}

.custom-logo .langTitleLong {
  line-height: 1;
  font-size: 1.125rem;
}

.navbar-toggler {
  display: none;
  height: 100%;
  box-shadow: none;
  background: #fff;
  z-index: 999;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: 0;
  width: 100%;
  font-size: 1.40625rem;
  line-height: 1;
  color: #2d2d2d8c;
  outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  border: 0;
  color: #2d2d2d8c;
  box-shadow: none;
  background: #fff;
  outline: none;
}

.navbar-toggler .barwrap {
  transform: none;
  transition: all .3s ease-in-out;
}

.navbar-toggler .barwrap .bar {
  opacity: 1;
  width: 38px;
  height: 2px;
  background: #2d2d2d;
  margin: 0 auto 8px;
  transition: all .3s ease-in-out;
  transform-origin: bottom;
}

.navbar-toggler .navbar-text {
  text-transform: uppercase;
  font-size: 0.73125rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2d2d2d;
  padding: 0;
}

.navbar-toggler .navbar-text div {
  overflow: hidden;
  transition: max-height .3s ease-in-out;
  position: relative;
}

.navbar-toggler .navbar-text div.menu-open {
  max-height: 20px;
}

.navbar-toggler .navbar-text div.menu-close {
  max-height: 0;
}

.custom-menu-primary.desktop.show .navbar-toggler .barwrap .bar {
  width: 20px;
}

.custom-menu-primary.desktop.show .navbar-toggler .barwrap .bar-1 {
  transform: rotate(-45deg) translate3d(-7px, 7px, 0);
}

.custom-menu-primary.desktop.show .navbar-toggler .barwrap .bar-2 {
  opacity: 0;
}

.custom-menu-primary.desktop.show .navbar-toggler .barwrap .bar-3 {
  transform: rotate(45deg) translate3d(-8px, -6px, 0);
}

.custom-menu-primary.desktop.show .navbar-toggler .navbar-text div.menu-open {
  max-height: 0;
}

.custom-menu-primary.desktop.show .navbar-toggler .navbar-text div.menu-close {
  max-height: 20px;
}

.custom-menu-primary.desktop {
  position: fixed;
  left: 0;
  top: 100px;
  height: calc(100vh - 100px);
  width: 100px;
  background: #fff;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: auto;
  max-height: calc(100vh - 70px);
}

.custom-menu-primary.desktop .navbar-toggler + .hs_cos_wrapper_type_menu {
  overflow: hidden;
  width: 0;
  max-height: calc(100vh - 100px);
  position: fixed;
  left: 100px;
  top: 100px;
  bottom: 0;
  background: #ffffff;
  border-color: transparent;
  transition: all .3s ease-in-out;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.custom-menu-primary.desktop.show .navbar-toggler + .hs_cos_wrapper_type_menu {
  overflow: visible;
  width: 315px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li {
  cursor: pointer;
  width: 315px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 60px;
  opacity: 0;
  transition: all .1s ease-in-out;
}

.custom-menu-primary.desktop.show .hs-menu-wrapper > ul > li > ul > li {
  opacity: 1;
  transition: all .1s ease-in-out .2s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li:not(:last-child) {
  /*   border-bottom: 1px solid #f2f2f2; */
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li {
  border-bottom: 1px solid #f2f2f2;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 0.25em;
  gap: 0.25em;
  color: #2d2d2d;
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 0;
  transition: all .2s ease-in-out, color .2s ease-in-out;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li > a span {
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li > a svg {
  vertical-align: middle;
  margin-left: auto;
  transition: all .2s ease-in-out;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul {
  position: absolute;
  width: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
  left: 100%;
  top: -1px;
  max-height: calc(100vh - 100px);
  transition: all .3s ease-in-out;
  background: #ffffff;
  border: none;
  border-radius: 0;
  display: block;
  min-width: 0;
  z-index: 0;
  height: 100%;
  overflow: visible;
  border-top: 1px solid #000;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li.show > ul {
  width: 315px;
  overflow: visible;
  opacity: 1;
  z-index: 1;
  border-left: 1px solid #000;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul > li {
  align-items: center;
  cursor: pointer;
  display: flex;
  /*   height: 60px; */
  min-height: 60px;
  opacity: 0;
  padding: 0 20px;
  transition: all .1s ease-in-out;
  width: 315px;
}

.custom-menu-primary.desktop.show .hs-menu-wrapper > ul > li ul ul.show {
  border-left: 1px solid #000;
}

.custom-menu-primary.desktop.show .hs-menu-wrapper > ul > li ul ul.show > li {
  opacity: 1;
  transition: all .1s ease-in-out .2s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul li {
  border-bottom: 1px solid #f2f2f2;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 0.25em;
  gap: 0.25em;
  color: #2d2d2d;
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 0;
  transition: all .2s ease-in-out;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul ul > li > a span {
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper ul > li.item-back > a svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: auto;
  transition: all .2s ease-in-out;
}

.custom-menu-primary.desktop .hs-menu-wrapper ul > li:not(.item-back) > a svg {
  vertical-align: middle;
  margin-left: auto;
  transition: all .2s ease-in-out;
}

/* .custom-menu-primary.desktop.show .hs-menu-wrapper > ul > li ul ul li:last-child a svg {
  display: none;
} */

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul > li:first-child .nav-link {
  grid-gap: 0.25em;
  align-items: center;
  color: #2d2d2d;
  display: flex;
  font-weight: 600;
  gap: 0.25em;
  padding: 0.5rem 0;
  position: relative;
  transition: all .2s ease-in-out,color .2s ease-in-out;
  width: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul > li:first-child .nav-link-text {
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul > li:first-child svg {
  width: 16px;
  height: 16px;
  margin-left: auto;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul > li:nth-of-type(5) > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul > li:nth-of-type(6) > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > ul > li:nth-of-type(7) > a{
  margin-left:0.5rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper ul.open > li.item-back > a svg {
  transition: opacity .2s ease-in-out;
  opacity: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) {
  cursor: pointer;
  height: 60px;
  opacity: 0;
  padding: 0 20px;
  transition: all .1s ease-in-out;
  width: 315px;
}

.custom-menu-primary.desktop.show .hs-menu-wrapper > ul > li:nth-child(2) {
  opacity: 1;
  transition: all .1s ease-in-out .2s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > a {
  grid-gap: 0.25em;
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 0.25em;
  position: relative;
  transition: all .2s ease-in-out;
  width: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > a span {
  font-size: 0.6975rem;
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 22px 0;
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li {
  cursor: pointer;
  width: 315px;
  font-size: 0.9rem;
  padding: 0;
  font-weight: 600;
  height: 27px;
  display: flex;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li a {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 0.25em;
  gap: 0.25em;
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 0;
  transition: all .2s ease-in-out;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > a {
  cursor: text;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li ul {
  position: static;
  height: auto;
  max-height: 100%;
  width: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li {
  opacity: 1;
  border: none;
  font-size: 0.9rem;
  padding: 0;
  font-weight: 600;
  height: 27px;
  cursor: pointer;
  width: 315px;
  display: flex;
}



.custom-menu-primary.desktop .hs-menu-wrapper ul.open > li.item-back > a {
  opacity: 1;
  color: #2d2d2d;
}

.custom-menu-primary.desktop .hs-menu-wrapper ul > li:hover > a,
.custom-menu-primary.desktop .hs-menu-wrapper ul > li > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper ul > li.show > a,
.custom-menu-primary.desktop .hs-menu-wrapper ul > li.show > a:hover {
  opacity: 1;
  color: #05A535;
}

.custom-menu-primary.desktop.show .hs-menu-wrapper ul li.zur_übersicht a {
  color: #05A535;
}

.body-container-wrapper {
  padding-left: 82.5px;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.mob-trig {
  width: 22px;
  padding: 0;
  height: 34px;
  position: relative;
  border: 0;
  margin-left: auto;
}

.body-container-wrapper {
  padding-top: 70px;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li ul {
  height: auto;
  max-height: 100%;
  position: static;
  width: 100% !important;
  max-width: 100% !important;
  border: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li {
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li > ul {
  display: none;
  transition: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li > ul li a {
  font-size: 0.9rem;
  width: 100%;
  height: 27px;
  grid-gap: 0;
  gap: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-weight: 600;
  padding: 0.5rem 0;
  transition: all .2s ease-in-out;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li {
  height: auto;
  min-height: auto;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li a {
  padding: 2.5px 0 2.9px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-item-has-children > a {
  color: #05a535;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-item-has-children > a:after {
  background: none;
  margin-left: 4px;
  transform: none;
  content: '+';
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-item-has-children > a.act:after {
  content: '-';
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) ul {
  background-color: transparent;
}

.header-phone {
  display: none;
  margin-left: auto;
  align-items: center;
}

.header-phone a {
  align-items: center;
}

.header-phone a svg {
  vertical-align: middle;
}

.header-search,.header-lang {
  align-items: center;
  margin-left: 27px;
}

.header-lang {
  display: none;
}

.header-lang a {
  align-items: center;
}

.header-lang a:hover {
  color: #04842a;
  text-decoration: underline;
}

.header-lang a svg {
  vertical-align: middl
}

.header-lang a span {
  margin-left: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d2d2d;
  bottom: 1px;
  position: relative;
}

.hubspot-disable-focus-styles .custom-menu-primary.desktop .navbar-toggler + .hs_cos_wrapper_type_menu {
  display: none;
}
.hubspot-disable-focus-styles .custom-menu-primary.desktop.show .navbar-toggler + .hs_cos_wrapper_type_menu {
  display: flex;
}

.body-container-wrapper.lp-page {
  padding-left: 0;
}

.footer.lp-page {
  padding-left: 0;
}

@media (min-width: 576px) {

  .header-phone,
  .header-lang {
    display: flex;
  }

  .header-phone a,
  .header-lang a {
    display: flex;
  }

  .body-container-wrapper {
    padding-top: 100px;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .custom-logo a {
    height: 100px;
  }

  .navbar-toggler {
    display: block;
  }

  .custom-menu-primary.desktop {
    max-height: calc(100vh - 100px);
  }  
}

@media (min-width: 992px) {

  .custom-menu-primary.desktop {
    max-height: calc(100vh - 100px);
  }  
}

@media (min-width: 992px) {

  .custom-menu-primary.desktop {
    max-height: calc(100vh - 100px);;
  }
}

@media (min-width: 1200px) {

  .custom-menu-primary.desktop {
    max-width: 1299.0108px;
  }
}

@media (min-width: 1400px) {

  .custom-menu-primary.desktop {
    max-height: calc(100vh - 100px);
  }
  .hubspot-disable-focus-styles .custom-menu-primary.desktop {
    max-height: 140px;
  }
  .hubspot-disable-focus-styles .custom-menu-primary.desktop.show {
    max-height: calc(100vh - 100px);
  }

  /* .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child ul ul li:nth-child(2) {
    display: none;
  } */

  /* .nav-link-backtext {
    display: none;
  } */

  /* .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul ul > li > a span.nav-link-backtext {
    display: none;
  } */
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu {
    width: calc(100vw - 100px);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul {
    width: calc(100vw - 100px);
  }
}

@media (max-width: 767.98px) {

  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu {
    border-left: none;
    transition: transform .2s ease-in-out, width .2s ease-in-out;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li {
    width: 100%;
  }

  .custom-menu-primary.desktop.show .hs-menu-wrapper > ul > li ul ul {
    transition: transform .2s ease-in-out;
  }

  .custom-menu-primary.desktop.show .navbar-toggler {
    border-right: 1px solid #2d2d2d;
  }

  .custom-menu-primary.desktop.show .hs-menu-wrapper ul ul > li ul.show {
    border-left: none;
  }

  .custom-menu-primary.desktop.show .hs-menu-wrapper ul ul > li ul {
    width: calc(100vw - 100px) !important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul > li {
    width: 100%;
  }







  .custom-menu-primary.desktop .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul {
    background: #fff;
    border-color: transparent;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 100px;
    margin-left: auto;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    position: fixed;
    top: 100px;
    transition: all .3s ease-in-out;
    width: 0;
  }


  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    overflow: visible;
    width: 315px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul, 
  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper > ul {
    width: calc(100vw - 100px);
  }

  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper > ul {
    border-left: none;
    transition: transform .2s ease-in-out,width .2s ease-in-out;
  }

  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper > ul.open {
    transform: translateX(-100%);
  }

  .custom-menu-primary.desktop.show .hs-menu-wrapper ul ul>li ul.open {
    transform: translateX(-100%);
  }
}


@media (min-width: 992px) {

  /* .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child ul ul li:nth-child(2) {
    display: none;
  } */

  /* .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul ul > li > a span.nav-link-backtext {
    display: none;
  }   */
}

/* @media (max-width: 1399.98px) {

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul li:first-child a > .nav-link-text {
display: none;
}

.nav-link-backtext {
font-weight: 100;
font-size: 0.7875rem;
text-decoration: underline;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul li:nth-child(2) {
background: #f2f2f2;
color: #2d2d2d;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul li:nth-child(2) > a svg {
display: none;
}
} */


@media (max-width: 1380px) and (min-width: 992px) {

  .custom-menu-primary.desktop .navbar-toggler+.hs_cos_wrapper_type_menu {
    font-size: 14px;
  }

  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu {
    width: 27%;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 12px;
    width: auto;
    height: auto;
    min-height: 60px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul > li {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    padding: 0 12px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li.show > ul {
    width: calc(100% - 60px);
    width: calc(100% - 32px);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper ul > li:not(.item-back) > a svg {
    margin-left: 8px !important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul ul > li > a {
    flex-wrap: wrap;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper ul > li:not(.item-back) > a svg {
    width: 13px;
    height: 13px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper ul>li.item-back>a svg, 
  .custom-menu-primary.desktop .hs-menu-wrapper ul>li:not(.item-back)>a svg {
    margin-left: 8px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul ul>li>a {
    width: 85%;
  }
}

@media (max-width: 767.98px) {

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul li:first-child a > .nav-link-text {
    display: none;
  }

  .nav-link-backtext {
    font-weight: 100;
    font-size: 0.7875rem;
    text-decoration: underline;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child ul ul li:nth-child(2) {
    background: #f2f2f2;
    color: #2d2d2d;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul ul li:nth-child(2) > a svg {
    display: none;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li ul ul li:nth-child(2) a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li ul ul li:nth-child(2) a:hover {
    color: #2d2d2d;
  }
}

@media (max-width: 575.98px) {

  .body-container-wrapper {
    padding-left: 0;
  }

  .custom-logo a {
    margin-left: 0;
  }

  .navbar-toggler .barwrap .bar {
    width: 20px;
    margin: 0 auto 5px;
  }

  .navbar-toggler .barwrap .bar:last-child {
    margin: 0 auto;
  }

  .custom-menu-primary.desktop {
    max-width: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    transition: max-width .2s ease-in-out;
  }

  .custom-menu-primary.desktop .navbar-toggler+.hs_cos_wrapper_type_menu {
    top: 70px;
    left: 0;
    max-height: calc(100vh - 70px);
    max-width: 100vw;
  }

  .custom-menu-primary.desktop .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper>ul {
    top: 70px;
    left: 0;
    max-height: calc(100vh - 70px);
    max-width: 100vw;
  }

  .custom-menu-primary.desktop.show,
  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu,
  .custom-menu-primary.desktop.show .navbar-toggler+.hs_cos_wrapper_type_menu .hs-menu-wrapper > ul,
  .custom-menu-primary.desktop.show .hs-menu-wrapper ul ul > li ul {
    max-width: 100vw;
    width: 100vw !important;
  }
}


/* Popup Styling */

.hubspot-disable-focus-styles .fancybox__container,
.hubspot-disable-focus-styles .fancybox__backdrop {
  display: none;
}
.popup-act.hubspot-disable-focus-styles .fancybox__container,
.popup-act.hubspot-disable-focus-styles .fancybox__backdrop {
  display: block;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
}

.popup-act .fancybox__container {
  transform: translateX(0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 27, 0.92);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1049;
  transition: all .5s ease-in-out;
}

body.popup-act .fancybox__backdrop {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all .5s ease-in-out;
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
  cursor: grab;
}

.fancybox__content {
  align-self: flex-end;
  height: 100%;
  padding: 80px 45px;
  width: 440px;
  max-width: 100%;
  cursor: grab;
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content h6,
.currentlocation {
  margin-bottom: 40px;
  font-weight: bold;
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
}

.fancybox__content h6 svg,
.currentlocation svg {
  margin-right: 5px;
  vertical-align: middle;
}

.fancybox__content h5 {
  font-size: calc(1.26675rem + 0.201vw);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 14px;
}

.fancybox__content a,
.langlinks a {
  outline: none;
  width: 100%;
  color: #2d2d2d;
  border-top: 1px solid #2d2d2d;
  padding: 16px 0 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2d2d2d;
}

.fancybox__content a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}

.fancybox__content a span,
.langlinks a span {
  line-height: 1;
  height: 100%;
  font-weight: bold;
}

.fancybox__content a .plus,
.langlinks a .plus {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  margin-left: auto;
  vertical-align: middle;
}

.fancybox__container .is-close {
  position: absolute;
  background: #05A535;
  top: 0;
  right: 0;
  margin: 30px;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  border-radius: 50%;
}

.fancybox__container .is-close svg {
  width: 14px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: none;
  pointer-events: none;
}

.resetlang {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.resetlang a {
  padding: 24px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: #05A535;
  border: 1px solid #05A535;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(45, 45, 45, 0.075);
  transition: all 0.15s ease-in-out;
}

.resetlang a:hover {
  color: #ffffff;
  background-color: #04842a;
  border-color: #04842a;
  text-decoration: none;
}

body.popup-act {
  overflow: hidden;
  touch-action: none;
  padding-right: 17px;
}

@media (min-width: 1200px) {

  .fancybox__content h5 {
    font-size: 1.4175rem;
  }
}


@media (max-width: 375px) {

  .custom-logo {
    width: 90%;
  }

  .custom-logo .bar {
    margin: 0 8px;
  }

  .custom-logo .langTitleLong {
    font-size: 15px;
  }

  .custom-logo .logo-wrap a {
    width: 50%;
  }
}
.footer {
  padding: 0 0 0 82.5px;
}

.footer hr {
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
  margin: 24px 0;
  height: 0;
  background-color: transparent;
}

.footer__container {

}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.ms-auto {
  margin-left: auto !important;
}

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

.privacy-links .hs-menu-wrapper > ul > li {
  display: inline;
}

.privacy-links .hs-menu-wrapper > ul > li > a {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  font-weight: 600;
  font-size: 0.9rem;
  padding-right: 11px;
  margin-right: 4px;
  text-decoration: none;
}

.privacy-links .hs-menu-wrapper > ul > li:not(:last-child) > a:after {
  position: absolute;
  right: 0;
  width: 2px;
  top: 3px;
  content: '';
  background: #2d2d2d;
  height: 15px;
}

.footer-socials a {
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-socials a:not(:first-child) {
  margin-left: 25px;
  margin-left: 22px;
}

.footer-socials a svg {
  vertical-align: middle;
}

.langIso .hs_cos_wrapper_type_rich_text {
  display: flex;
  align-items: center;
  margin-left: 27px;
}

.langIso svg {
  vertical-align: middle;
}

.langIso p {
  margin: 0;
  margin-left: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d2d2d;
  bottom: 1px;
  position: relative;
}

.footer .row {
  margin-right: calc(-.5 *35px);
  margin-left: calc(-.5 *35px);
}

.top-row {
  display: flex;
  flex-wrap: wrap;
}

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

.footer-menu .hs-menu-wrapper > ul > li {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: calc(35px * .5);
  padding-left: calc(35px * .5);
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  margin-bottom: 10px;
  display: block;
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.72rem;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  /*   padding: 24px 0 36px;

  padding-bottom: 65px; */
}

.footer-menu .hs-menu-wrapper > ul > li > ul {
  display: block;
  padding: 24px 0 36px;
  padding-bottom: 65px
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul li {
  font-size: 1.125rem;
  line-height: 1.7;
}

.footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul li {
  text-transform: uppercase;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a {
  text-transform: uppercase;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul li:last-child a {
  padding: 24px 0 36px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: none;
  display: block;
  padding-bottom: 0;
  padding-top: 9px;
}


.footer-logo {
  padding: 24px 0 31px;
  display: flex;
  align-items: center;
}

.footer-logo a {
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.footer-logo svg {
  height: 25px;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}

.footer-logo .logo-wrap {
  display: flex;
  align-items: center;
}

.footer-logo .bar {
  height: 30px;
  background: #000;
  width: 1px;
  margin: 0 14px;
}

.footer-logo .langTitleLong {
  line-height: 1;
  font-size: 1.125rem;
}

.footer-buttons a {
  font-weight: 600;
  font-size: 0.9rem;
  padding: 13px 22px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  display: inline-block;
  border: 1px solid;
  border-radius: 40px;
  transition: all 0.15s ease-in-out;
}

.footer-buttons > div {
  display: inline-block;
  margin:6px 6px 0 0;
}

.footer-buttons > div:first-child a:hover {
  text-decoration: none;
}

.footer .left-col {
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(35px * .5);
  padding-left: calc(35px * .5);
}

.footer .right-col {
  flex: 0 0 auto;
  width: 100%;
  /*   padding-right: calc(35px * .5);
  padding-left: calc(35px * .5); */
}

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

.top-row .hs-menu-wrapper > ul > li {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: calc(35px * .5);
  padding-left: calc(35px * .5);
}

.top-row .hs-menu-wrapper > ul > li:last-child > ul > li {
  background: rgba(5,165,53,0.05098);
  padding: 30px;
}

.top-row .hs-menu-wrapper > ul > li > ul > li > a {
  margin-bottom: 10px;
  display: block;
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.72rem;
}

.top-row .hs-menu-wrapper > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  /*   padding: 24px 0 36px;

  padding-bottom: 65px; */
}

.top-row .hs-menu-wrapper > ul > li > ul {
  display: block;
  padding: 24px 0 36px;
  padding-bottom: 65px
}

.top-row .hs-menu-wrapper > ul > li > ul > li > ul li {
  font-size: 1.125rem;
  line-height: 1.7;
}

.top-row .hs-menu-wrapper > ul > li > ul > li > ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.top-row .hs-menu-wrapper > ul > li:not(:last-child) > ul > li > ul li:last-child a {
  padding: 24px 0 36px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: none;
  display: block;
  padding-bottom: 0;
  padding-top: 9px;
}

.footer-buttons {
  padding: 0 0 24px;
}

.footer .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
}

.top-row .hs-menu-wrapper > ul > li > ul > li > a, 
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  cursor: text;
}

.top-row .hs-menu-wrapper > ul > li > ul > li > a:hover, 
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: none;
}


@media (min-width: 576px) {

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 1200px) {

  .footer-menu .hs-menu-wrapper > ul > li {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .footer-menu .hs-menu-wrapper > ul > li:first-child {
    margin-left: 33.33333%;
  }

  .footer .left-col {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .footer .right-col {
    flex: 0 0 auto;
    width: 66.66666%;
  }

  .top-row .hs-menu-wrapper > ul > li {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (max-width: 1199px) {

  .top-row .hs-menu-wrapper > ul > li:last-child > ul {
    padding-bottom: 36px;
  } 
}

@media (max-width: 575.98px) {

  .footer {
    padding: 0;
  }
}

@media (max-width: 479px) {

  .footer-buttons > div {
    display: block;
  }

  .footer-buttons > div:last-child {
    margin-left: 0;
    margin-top: 15px;
  }

  .top-row .hs-menu-wrapper > ul > li,
  .footer-menu .hs-menu-wrapper > ul > li {
    /* width: 100%; */
    width: 50%;
  }
}

@media (max-width: 375px) {

  .footer-logo .bar {
    margin: 0 8px;
  }

  .footer-logo .langTitleLong {
    font-size: 15px;
  }

  .footer-logo .logo-wrap a {
    width: 60%;
  }
}
/* Menu and simple menu */

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