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

/* 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;
}
.page-center {
  margin: 0 auto;
}
.dnd-section > .row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.banner-section .dnd-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: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: UniversLTW01-55Roman; 
  src: url("https://8565384.fs1.hubspotusercontent-na1.net/hubfs/8565384/bdtronic_July2021/Fonts/UniversLTW01-55Roman.eot") format("embedded-opentype"),
    url("https://8565384.fs1.hubspotusercontent-na1.net/hubfs/8565384/raw_assets/public/bdtronic_July2021/fonts/UniversLTW01-55Roman.a726c16.woff2") format("woff2"),
      url("https://8565384.fs1.hubspotusercontent-na1.net/hubfs/8565384/raw_assets/public/bdtronic_July2021/fonts/UniversLTW01-55Roman.woff") format("woff"),
        url("https://8565384.fs1.hubspotusercontent-na1.net/hubfs/8565384/raw_assets/public/bdtronic_July2021/fonts/UniversLTW01-55Roman.ttf") format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}


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

.body-container-wrapper{
  line-height: 1.4;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

::selection {
  background: #fff7c7
}

::-moz-selection {
  background: #fff7c7
}
button,
.button {
  background-color: #ebaf23;
  min-height: 45px;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

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

button:hover,
.button:hover {
  outline:none;
  text-decoration: none;
  background-color: rgba(0, 102, 115, 1.0);
  border-color: rgba(0, 102, 115, 1.0);
  color: #FFFFFF;
}

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

:focus{
  outline:none;
}

.hs-form{
  margin-bottom:20px;
}

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

h3.form-title{
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #46484d;
  line-height: 1.2;
  font-weight: 400;
  font-size: 36px;
}

/* Labels */

form label {
  display: block;
  color: #46484d;
  padding-bottom: 5px;
  display: inline-block;
  font-family:UniversLTW01-55Roman;
  font-size:18px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type=password],
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 {
  border: 0px solid;
  min-height: 45px;
  width: 100%;
  background-color: #f4f4f4;
  color: #46484d;
  line-height: 1.2;
  display: inline-block;
  padding: 0 25px;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
  font-family: UniversLTW01-55Roman;
  margin: 0;
}

textarea.hs-input {
  height: 200px;
  padding-top: 15px;
}

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

/* Validation */

.hs-form-required {
  color: red;
}

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

.hs-error-msg,
.hs-error-msgs label{
  color: #cc514d;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 8px;
  font-size:14px;
  font-family:UniversLTW01-55Roman;
  line-height: 1.5;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #ebaf23;
  min-height: 45px;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

form input[type=file] {
  padding: 0 !important;
  background-color: transparent !important;
  color: #153a45!important;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
  display: inline-block;
  min-height: auto;
  font-family: UniversLTW01-55Roman, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  border: none;
}

body form.hs-form .hs-richtext,
body form.hs-form .hs-richtext p {
  font-size: 14px;
  line-height: 1.5;
  color: #153a45;
  margin-bottom: 0;
}

body form.hs-form .hs-richtext p {
  margin-bottom: 10px;
}

body form.hs-form .hs-richtext a {
  color: #ebaf23;
  font-size: 14px;
  line-height: 1.2;
}

body form.hs-form .inputs-list p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}

body form.hs-form .hs-form-booleancheckbox-display>span {
  padding-left: 40px;
  position: relative;
  display: block;
  margin-left: 0;
}

body form.hs-form .inputs-list p, body form.hs-form .inputs-list span {
  font-size: 14px;
}

/* Captcha */
body form.hs-form .hs-form-booleancheckbox-display>span:after {
  content: ""!important;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 10px;
  left: 2px;
  top: 8px;
  border: 3px solid #ebaf23;
  border-top: none;
  border-right: none;
  transform: rotate(
    -45deg
  );
  display: block!important;
  opacity: 0;
}

body form.hs-form .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
  opacity:1;
}

body form.hs-form .hs-form-booleancheckbox-display>span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: 0;
  top: 5px;
}

body form.hs-form .hs-form-booleancheckbox-display input {
  display: none;
}

body form.hs-form .hs-richtext a:hover {
  color: #fff!important;
}

body form.hs-form .hs_recaptcha {
  margin: 15px 0;
}

body form.hs-form legend {
    padding-bottom: 5px!important;
    font-size: .8em;
}
/* 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;
}
/* Header container */

.header-wrapper {
  padding: 33px 43px 33px 33px;
  z-index: 9999;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}

.site-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.custom-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.nav-lang {
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header-wrapper .site-header .logo-wrapper {
  padding-left: 77px;
  padding-bottom: 12px;
}

.custom-desktop-menu .hs-menu-wrapper >ul>li {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 0!important;
}

.custom-desktop-menu .hs-menu-wrapper >ul>li> a {
  color: #2c2c2c;
  font-size: 24px;
  font-family: UniversLTW01-55Roman;
}


.header-wrapper .site-header .nav-lang .lang-menu {
  padding-right: 30px;
  cursor: pointer;
}

.lang-menu .hs-menu-wrapper >ul >li {
  padding-left: 10px;
  position: relative;
}

.lang-menu .hs-menu-wrapper >ul >li > a {}

.header-wrapper .site-header .nav-lang span {
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
}

span.uppercase.text-grey {
  text-transform: uppercase;
}

.header-wrapper .site-header .nav-lang .globe {
  padding-right: 5px;
  display: inline-block;
  margin-right: 25px;
}

.lang-menu .hs-menu-wrapper >ul >li >ul {
  display: none;
  left: 0;
  top: 100%;
  width: 113px;
  background-color: #fff;
  color: #fff;
  padding-top: 5px;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.lang-menu .hs-menu-wrapper >ul >li:hover >ul {
  display: flex!important;
}

.hamburger-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: all .7s;
  left: -100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
  z-index: 99999;
}


.hamburger-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hamburger-menu-wrapper .hamburger-side-menu {
  position: relative;
  background-color: #153a45;
  padding-top: 45px;
  overflow: auto;
}

.hamburger-search-main-wrapper {
  width: calc(100% - 560px);
  height: 100%;
  padding: 150px 45px;
  overflow: auto;
  background: rgb(239, 239, 239);
}

.hamburger-menu-wrapper .close-icon {
  margin-left: auto;
  font-size: 14px;
  margin-right: 0;
  cursor: pointer;
  z-index: 99999;
  display: flex;
  color: #46484d;
  align-items: center;
  transition: all .4s;
  background-color: inherit;
  padding: 0 45px;
}

.hamburger-menu-wrapper .close-icon svg {
  display: block;
  color: #fff;
  transition: all .4s;
}

.hamburger-menu-wrapper .hamburger-side-menu .esc {
  color: #828a90;
}

.hamburger-menu-wrapper .close-icon span {
  padding-left: 10px;
  transition: all .4s;
}

.hamburger-menu-wrapper .search-triggr {
  display: none!important;
}

.hamburger-menu-wrapper .search-triggr {
  position: absolute;
  color: #fff;
  top: 31px;
  right: 30px;
  z-index: 10;
}

.cursor-pointer {
  cursor: pointer;
}

.hamburger-main-wrapper {
  height: calc(100% - 65px);
  background-color: inherit;
  position: relative;
  z-index: 2;
  width: 560px;
  padding: 120px 45px 150px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hamburger-main-wrapper .languages {
  font-size: 14px;
}

.languages .hs-menu-wrapper >ul {}

.languages .hs-menu-wrapper >ul >li >a {
  margin-bottom: 20px!important;
  display: inline-block;
  padding-right: 10px;
  color: #dc5f32;
  text-transform: uppercase;
}

.languages .hs-menu-wrapper >ul >li>ul {
  display: inline-block;
}

.languages .hs-menu-wrapper >ul >li>ul >li>a {
  padding: 10px;
  font-size: 14px;
  transition: all .4s;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.custom-slider-menu .hs-menu-wrapper >ul >li {}

.custom-slider-menu .hs-menu-wrapper >ul {
  display: block;
}

.custom-slider-menu .hs-menu-wrapper >ul >li>ul {
  display: none;
}

.custom-slider-menu .hs-menu-wrapper >ul >li {
  margin: 0;
  padding: 0 25px 0 0;
  width: 100%;
  display: block;
  position: relative;
  border-top: 1px solid #838b91;
}

.languages {
  width: 100%;
}

.custom-slider-menu {
  width: 100%;
}

.custom-slider-menu .hs-menu-wrapper >ul li a {
  font-size: 24px;
  padding: 25px 0;
  display: block;
}

.hamburger-main-wrapper .social-media {
  margin-left: -20px;
  margin-right: -20px;
  /* padding-bottom: 70px; */
}

.hamburger-main-wrapper .social-media a {
  display: block;
}

.header-social-icon-group a {
  padding: 20px;
}

.hamburger-menu-wrapper a span:first-child {
  padding-left: 0;
}

.hamburger-main-wrapper .social-links path {
  fill: #838b91;
}

.social-media.header-social-icon-group span.social-icon-Facebook svg {
  width: auto !important;
  height: auto !important;
}

.custom-slider-menu .hs-menu-wrapper >ul >li:last-child {
  border-bottom: 1px solid #838b91;
}



.custom-slider-menu .hs-menu-wrapper>ul>li>ul >li {
  margin: 0;
  padding: 0 25px 0 0;
  width: 100%;
  display: block;
  position: relative;
  border-top: 1px solid #838b91;
}

.custom-slider-menu .hs-menu-wrapper>ul>li>ul {
  margin-right: -25px;
}

.custom-slider-menu .hs-menu-wrapper>ul>li>ul >li a {
  font-size: 24px;
  padding: 25px 0;
  display: block;
}

.custom-trigger {
  cursor: pointer;
}

.show-mobile-nav .hamburger-menu-wrapper {
  left: 0;
}
.custom-search-heading h3 {
  font-size: 40px;
  margin-bottom: 90px;
  color: #000;
  line-height: 2.6875rem;
  font-weight: 400;
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
}

/* .custom-slider-search-group {
background-color: #fff;
display: flex;
position: relative;
margin-bottom: 30px;
width: 100%;
} */

.custom-slider-search-group >div {   
  width: 100%;
}

input.hs-search-field__input {}

.custom-slider-search-group input.hs-search-field__input {
  display: inline-block;
  padding: 0 25px;
  color: #46484d;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
  order: 2;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  color: #46484d;
  font-family: 'UniversLTW01-55Roman';
  border: 0;
}

.custom-slider-search-group form {
  display: flex;
}

button {}

.custom-slider-search-group button {
  order: 1;
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  height: 45px;
  border: 0;
  outline: none;
}

.custom-slider-search-group button svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.custom-slider-search-group button svg path {stroke: 1px;}

.custom-search-heading h3 {
  margin-bottom: 90px;
}

.custom-slider-search-group button svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  stroke-width: 1px;
}

.custom-slider-search-group button svg {
  height: auto;
}

.second-search-text {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  color: #46484d;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: rgb(70, 72, 77);
}


.hamburger-contact-person {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
}

.hamburger-search-main-wrapper .contact-person-desc-main {
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
  color: #46484d;
  font-size: 18px;
  line-height: 1.4;
}

.contact-person-desc-main h2 {
  margin-top: 0;
  margin-bottom: 40px;
  color: #46484d;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  font-size: 36px;
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
}

.contact-person-desc-main p {
  margin-bottom: 0;
  font-size: 18px;
  color: #46484d;
  line-height: 1.4;
}

.hamburger-search-main-wrapper .contact-person {
  max-width: 100%;
  padding-top: 30px;
}

.hamburger-search-main-wrapper .contact-person {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hamburger-search-main-wrapper .contact-person-description {
  padding-left: 20px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.avatar-holder.bg-cover.bg-center {
  width: 245px;
  height: 240px!important;
  background-position-x: left;
  background-size: cover;
  background-position: 50%;
}

.hamburger-search-main-wrapper .contact-person-description>div {
  width: 100%;
}

.hamburger-search-main-wrapper .contact-person h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
  font-weight: 400;
}

.hamburger-search-main-wrapper .contact-person-links {
  padding-top: 20px;
  margin-top: auto;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.header .contact-person .contact-person-links a {
  width: 70px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  background-color: #fff;
  color: #999ea2;
}

.header .contact-person .contact-person-links a svg[data-v-170db2b4] {
  display: block;
  width: 20px;
  height: 20px;
}

.header .contact-person .contact-person-links>div {
  padding-right: 10px;
}

.header .contact-person .contact-person-links a svg[data-v-170db2b4] {
  display: block;
  width: 20px;
  height: 20px;
}

.header .contact-person .contact-person-links a svg {
  display: block;
  width: 20px;
  height: 20px;
}

.header .contact-person .contact-person-links a:hover {
  color: #fff;
  background-color: #006673;
}



.submenu-icon {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
}

.submenu-icon:before,.submenu-icon:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #838b91;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.submenu-icon:after {
  transform: rotate(
    90deg
  );
}

.submenu-icon.child-open {}

.submenu-icon.child-open:after {
  transform: rotate( 
    0deg
  );
}

.header-search-wrapper {
  position: fixed;
  top: -100vh;
  height: 100vh;
  overflow: hidden;
  left: 0;
  right: 0;
  background-color: #f4f4f4;
  padding: 0 15px 90px;
  transition: all .4s;
  z-index: 9999999;
  width: 100%;
}

body.search-open {
  overflow: hidden;
}

.custom-slider-search-group .hs-search-field__bar button svg {
  height: auto !important;
}


body.search-open .header-search-wrapper {
  top: 0;
}

.header-search-wrapper .header-search-wrapper-close-logo {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 35px 45px;
}

.header-search-wrapper .header-search-wrapper-close-logo .close-search-icon {
  z-index: 99999;
  cursor: pointer;
}

.header-search-wrapper .header-search-wrapper-close-logo .close-search-icon span {
  padding-left: 10px;
  transition: all .4s;
  color: #46484d;
}

.main-search-wrapper {}

.main-search-wrapper .container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1220px;
}

.main-search-wrapper h2 {
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
  font-weight: 400;
  color: #46484d;
  font-size: 36px;
  line-height: 1.2;
}

.search-group form {
  background-color: #fff;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.search-group form input.hs-search-field__input {
  order: 2;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  color: #46484d;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
  font-family: 'UniversLTW01-55Roman';
  border: 0;
  outline: none;
}

.search-group form button {
  order: 1;
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  height: 45px;
  border: 0;
  outline: none;
  color: #46484d;
  font-size: 17px;
  transition: all .4s;
  cursor: pointer;
}

.search-group form button svg {
  width: 20px;
  height: 20px !important;
  display: inline-block;
}

.search-group form input.hs-search-field__input:focus {
  outline: none;
}

.search-group form button:focus {
  outline: none;
}

.header-wrapper .site-header .nav-lang .lang-menu  li a .flag-icon {
  margin-right: 27px;
}

.lang-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 24px;
}

.lang-menu .hs-menu-wrapper>ul>li>ul>li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 12px 10px;
  text-align: left;
  box-sizing: content-box;
  width: 100%;
}

.submenu-icon:hover:after, 
.submenu-icon:hover:before {
  background-color: #dc5f32;
}



span.hamburger.custom-trigger:hover {
  color: rgb(0, 102, 115);
}


.header-wrapper .lang-menu .hs-menu-wrapper.flyouts>ul>li {
  /* padding-left: 0px; */
  top: -2px;
}

.header-wrapper .site-header .nav-lang .globe {
  margin-right: 29px;
  position: relative;
  top: -1px;
}

.header-wrapper .site-header .nav-lang .lang-menu li a .flag-icon {
  margin-right: 29px;
  bottom: 1px;
  position: relative;
}

.header-wrapper .site-header .nav-lang .lang-menu li a .flag-icon svg {
  width: 26px;
  display: block;
  position: relative;
  bottom: -1px;
}

.header-wrapper .lang-menu .hs-menu-wrapper>ul>li>ul>li {
  border: 0;
}


.hamburger-menu-wrapper .close-icon:hover, .hamburger-menu-wrapper .close-icon:hover svg {
  color: #dc5f32;
}

.languages .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #dc5f32;
}



input::placeholder, 
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}


input[type="search"]::-webkit-search-cancel-button {
  display:inline;;
}


.social-media ul li a span {
  display: block;
}

.hamburger-main-wrapper .social-media a {
  padding: 20px;
  padding-right: 16px;
  display: inline-block;
  padding-top: 28px;
}

.social-media.header-social-icon-group  ul {
  display: block;
}

.social-media.header-social-icon-group span.social-icon-Youtube svg {
  width: 28.41px !important;
  height: 25px !important;
  position: relative;
  right: 5px;
}
.social-media.header-social-icon-group ul li {
  display: inline-block;
}


.custom-desktop-menu .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-desktop-menu .hs-menu-wrapper>ul>li:hover >ul {
  display: block;
}

.custom-desktop-menu .hs-menu-wrapper>ul>li >ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 150px;
  background-color: #fff;
  padding: 10px 0;
  z-index: 10;
}

.custom-desktop-menu .hs-menu-wrapper>ul>li >ul >li>a {
  font-size: 24px;
  font-family: UniversLTW01-55Roman;
  padding: 5px 10px;
  display: block;
}

.lang-menu .hs-menu-wrapper>ul {
  position: relative;
  top: -2px;
}

.header-wrapper .site-header .search-wrapper .search-icon svg {
  position: relative;
  top: -1px;
}

body.show-mobile-nav {
  overflow: hidden;
}

.header-wrapper .hamburger-search-main-wrapper .hamburger-search-main-inner {
  max-width: 1110px;
  width: 100%;
  margin: auto;
}

.header-wrapper .hamburger-contact-person {
  display: flex;
}

.header-wrapper .hamburger-search-main-wrapper .contact-person-desc-main {
  max-width: 510px;
  width: 100%;
  padding-right: 20px;
}

.header-wrapper .hamburger-search-main-wrapper .contact-person {
  max-width: 520px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}



span.hamburger.custom-trigger {
  color: #46484d;
}

.hamburger-menu-wrapper .hamburger-side-menu {
  overflow-x: hidden;
}


.header-search-wrapper .header-search-wrapper-close-logo .close-search-icon:hover, .header-search-wrapper .header-search-wrapper-close-logo .close-search-icon:hover svg {
  color: #dc5f32;
}

.header-search-wrapper {
  overflow-y: auto;
}

header.header .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

header.header .hs-search-field__suggestions #results-for {
  line-height: 2rem;
  font-size: 26px;
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
  font-weight: 400;
  color: #46484d;
}

header.header .hs-search-field__suggestions a {
  transition: all .4s;
  color: #006673;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 15px;
  font-weight: 700;
  display: inline-block;
}

header.header .hs-search-field__suggestions a:hover, header.header .hs-search-field__suggestions a:focus {
  background: transparent;
}


.custom-desktop-menu .hs-menu-wrapper>ul>li>ul {
  min-width: 200px;
}
.custom-desktop-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
  padding: 10px;
}

header.header .custom-top_search_wrap .hs-search-field__suggestions a:hover {
  color: #dc5f32;
}


span#hs_cos_wrapper_language_menu {
  display: none;
}

ul.current-lang {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  list-style: none;
}

ul.current-lang ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  list-style: none;
}

.header-wrapper .site-header .nav-lang .lang-menu .current-lang>li {
  padding-left: 10px;
}

.header-wrapper .site-header .nav-lang .lang-menu li {
  margin-left: 0;
}

.header-wrapper .site-header .nav-lang .flag-icon, .header-wrapper .site-header .nav-lang .globe {
  display: inline-block;
  margin-right: 25px;
}

.header-wrapper .site-header .nav-lang span {
  font-size: 20px;
  font-weight: 400;
  color: rgb(153, 158, 162);
}

.header-wrapper .site-header .nav-lang span {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  top: -1px;
  position: relative;
}

.header-wrapper .site-header .nav-lang .lang-menu .other-lang {
  display: none;
  left: 0;
  top: 100%;
  width: 113px;
  background-color: #fff;
  color: #fff;
  padding-top: 5px;
  position: absolute;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.header-wrapper .site-header .nav-lang .globe,
.header-wrapper .site-header .nav-lang .lang-menu, 
.header-wrapper .site-header .nav-lang .search-wrapper.relative {
  position: relative;
  top: -1px;
}
.header-wrapper .site-header .nav-lang .lang-menu .other-lang .text-grey {
  top: 0;
}

.current-lang>li:hover .other-lang {
  display: flex!important;
}

.lang-menu {
  position: relative;
}
.hamburger-main-wrapper .languages > ul {
  font-size: 0;
}
.hamburger-main-wrapper .languages > ul > Li {
  font-size: 14px;
}
.hamburger-main-wrapper .languages > ul > Li.current-lang {
  margin-right: 4px;
}

.header-wrapper .site-header .nav-lang .lang-menu .other-lang li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 12px 10px 11px;
  text-align: left;
  width: 100%;
}

.header-wrapper .site-header .nav-lang .lang-menu .other-lang .flag-icon, .header-wrapper .site-header .nav-lang .lang-menu .other-lang .globe {
  margin-right: 23px;
}

.header-wrapper .site-header .nav-lang .lang-menu .other-lang li a {
  font-size: 24px;
}

.header-wrapper .site-header .search-wrapper .search-icon svg {
  display: block;
  width: 22px!important;
  height: 22px;
  top: 2px;
}

.header-wrapper .site-header .search-wrapper .search-icon svg {
  display: block;
}

.header-wrapper .site-header .search-wrapper .search-icon {
  display: block;
}


span#hs_cos_wrapper_slider_language_menu {
  display: none;
}

.languages >ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-main-wrapper .languages li {
  margin-bottom: 20px!important;
  display: inline-block;
}

.hamburger-main-wrapper .languages .current-lang span {
  padding-right: 10px;
  color: #dc5f32;
  text-transform: uppercase;
}

.hamburger-main-wrapper .languages a {
  padding: 10px;
  font-size: 14px;
  transition: all .4s;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.hamburger-main-wrapper .languages a:hover {
  color: #dc5f32;
}


.custom-slider-search-group .hs-search-field > .hs-search-field__bar {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
header.header .hs-search-field--open .hs-search-field__suggestions ~ div {
  display: none;
}
header.header .hs-search-field--open .hs-search-field__suggestions {
  padding: 0;
  border: 0;
}

header.header .custom-top_search_wrap .hs-search-field--open .hs-search-field__suggestions li#results-for {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  color: #46484d;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: rgb(220, 95, 50);
  font-size: 16px;
  line-height: 1;
}

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.hamburger-main-wrapper .social-media ul {
  padding-top: 4px;
}

.header .header-search-wrapper .main-search-wrapper .search-group form button,
.custom-slider-search-group form button.ais-SearchBox-submit {
  pointer-events: none;
}

@media (max-width: 1700px){
  .header-wrapper .hamburger-search-main-wrapper .contact-person-desc-main {
    max-width: 430px;
  }
}


@media (max-width: 1600px){
  .header-wrapper .hamburger-search-main-wrapper .contact-person-desc-main {
    max-width: 100%;
  }

  .header-wrapper .hamburger-search-main-wrapper .contact-person {
    max-width: 100%;
    padding-top: 30px;
  }
}




@media (max-width: 1200px){
  .hamburger-search-main-wrapper {
    padding: 45px;
    width: calc(100% - 450px);
  }

  .hamburger-main-wrapper {
    width: 450px;
    padding: 100px 45px 45px;
  }

  .custom-search-heading h3 {
    margin-bottom: 45px;
  }

}




@media (max-width: 1400px){
  .custom-desktop-menu .hs-menu-wrapper>ul>li {
    margin-left: 30px;
  }

  .custom-desktop-menu .hs-menu-wrapper>ul>li>a {
    font-size: 22px;
  }
}

@media (max-width: 1280px){
  .custom-desktop-menu {
    display: none;
  }
}

@media (max-width: 1024px){
  .header-wrapper {
    padding: 20px 25px;
  }

  .hamburger-main-wrapper {
    padding-top: 50px;
  }

  .hamburger-search-main-wrapper {
    padding: 30px;
  }

  .contact-person-desc-main h2 {
    margin-bottom: 20px;
  }

  .hamburger-search-main-wrapper .contact-person {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .contact-person .contact-person-description {
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hamburger-search-main-wrapper .contact-person-links {
    padding-top: 20px;
  }

  .hamburger-search-main-wrapper .contact-person>div {
    height: auto!important;
  }

  .hamburger-search-main-wrapper .contact-person h6 {
    font-size: 18px;
    color: #46484d!important;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hamburger-main-wrapper .social-media ul {
    padding-bottom: 80px;   
    padding-top: 4px;
  }
  .header .header-search-wrapper .main-search-wrapper h2 {
    margin-bottom: 20px;
  }
  .header .header-search-wrapper .main-search-wrapper #results-for {
    margin-bottom: 20px;
  }
}


@media (max-width: 991px){
  .hamburger-main-wrapper {
    width: 320px;
    padding: 50px 30px 30px;
  }

  .hamburger-search-main-wrapper {
    width: calc(100% - 320px);
  }

  .hamburger-menu-wrapper .hamburger-side-menu {
    padding-top: 30px;
  }

  .hamburger-menu-wrapper .close-icon {
    padding: 0 30px;
  }

  .custom-slider-menu .hs-menu-wrapper>ul li a {
    font-size: 18px;
    padding: 20px 0;
  }

  .social-media.header-social-icon-group {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 70px;
  }

  .custom-search-heading h3 {
    font-size: 30px;
  }

  .contact-person-desc-main h2 {
    font-size: 30px;
  }

  body.show-mobile-nav {
    overflow: hidden;
  }

  .header-search-wrapper .header-search-wrapper-close-logo {
    padding: 20px 30px;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0;
  }
  .main-search-wrapper h2 {
    font-size: 24px;
    line-height: 1.5em;
  }

  .header-search-wrapper {
    height: 100vh;
    overflow-y: scroll;
  }

  .submenu-icon {
    top: 25px;
  }

  .custom-slider-menu .hs-menu-wrapper>ul>li>ul>li a {
    font-size: 18px;
    padding: 20px 0;
  }

  .header-search-wrapper {
    padding: 0 0 45px;
  }
  .hamburger-main-wrapper .social-media ul {
    padding-bottom: 10px;
  }
}


@media (max-width: 767px){
  .header-wrapper .site-header .nav-lang .globe {
    margin-right: 25px;
  }

  .header-wrapper .lang-menu .hs-menu-wrapper>ul {
    position: relative;
    top: -2px;
  }
  .header-wrapper .site-header .logo-wrapper {
    padding-left: 30px;
  }

  .header-wrapper .site-header .nav-lang span {
    font-size: 14px;
  }

  .header-wrapper .site-header .nav-lang .lang-menu {
    padding-right: 20px;
  }

  .header-wrapper .site-header .nav-lang .globe {
    padding-right: 10px;
  }

  .lang-menu .hs-menu-wrapper>ul>li>ul {
    position: absolute !important;
  }

  .header-wrapper .site-header .nav-lang .globe {
    padding-right: 5px;
  }


}

@media (max-width: 700px){
  .hamburger-menu-wrapper .hamburger-side-menu {
    width: 100%;
  }

  .hamburger-menu {}

  .hamburger-search-main-wrapper {
    width: 100%;
    left: 100%;
    opacity: 1;
    transition: all .4s;
    height: calc(100% - 65px);
    position: absolute;
    top: 65px;
    z-index: -1;
  }

  .hamburger-menu-wrapper .search-triggr {
    position: absolute;
    color: #fff;
    top: 31px;
    right: 30px;
    z-index: 10;
    display: block !important;
  }

  .hamburger-main-wrapper {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hamburger-side-menu .social-media ul {
    padding-bottom: 11px;
    padding-top: 0px;
    position: relative;
    top: -1px;
  }

  span.search-triggr.cursor-pointer.after-open-seach {
    display: none !important;
  }

  .hamburger-menu.active-search {}

  .active-search .hamburger-search-main-wrapper {
    left: 0;
    z-index: 10;
  }

  .active-search span.search-triggr {
    display: none !important;
  }

  .active-search span span.search-triggr.cursor-pointer.after-open-seach {
    display: block !important;
  }

  .hamburger-menu.active-search span.search-triggr.cursor-pointer.after-open-seach {
    display: block !important;
  }

  .header .hamburger-main-wrapper .social-media ul {
    padding-bottom: 0;
    padding-top: 4px;
  }
}

@media (max-width: 640px){

  .header-wrapper .site-header .nav-lang span.uppercase.text-grey {
    top: 0;
  }

  .header-wrapper .site-header .search-wrapper .search-icon {
    padding: 0 10px;
  }

  .header-wrapper .lang-menu .hs-menu-wrapper>ul {
    position: relative;
    top: -1px;
  }
  .header .header-search-wrapper .main-search-wrapper .search-group form button svg {
    margin-top: 5px;
  }
  .custom-slider-search-group form button.ais-SearchBox-submit > svg {
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .header .hamburger-main-wrapper .social-media.header-social-icon-group {
    padding-top: 0;
  }
}

@media (max-width: 460px){
  .header-wrapper .site-header .logo-wrapper {
    padding-left: 15px;
  }

  .header-wrapper .site-header .search-wrapper .search-icon {
    padding: 0 5px;
  }

  .header-wrapper .site-header .nav-lang .lang-menu {
    padding-right: 15px;
  }

  .header-wrapper .site-header .nav-lang .globe {
    margin-right: 7px;
  }


  .header-wrapper {
    padding: 20px 25px;
  }

  .lang-menu .hs-menu-wrapper>ul>li>ul {
    width: 80px;
  }

  .header-wrapper .site-header .nav-lang .lang-menu li a .flag-icon {
    margin-right: 9px;
  }

  .header-wrapper .site-header .nav-lang .lang-menu .other-lang {
    width: 80px;
  }

  .header-wrapper .site-header .nav-lang .lang-menu .other-lang .flag-icon, .header-wrapper .site-header .nav-lang .lang-menu .other-lang .globe {
    margin-right: 6px;
  }


}


@media (max-width: 350px){
  .header-wrapper .lang-menu .hs-menu-wrapper>ul>li>a span.uppercase.text-grey {
    position: relative;
    top: 2px;
  }

  .header-wrapper .lang-menu .hs-menu-wrapper>ul>li>a span.globe.-top-tiny2.relative.text-grey {
    position: relative;
    top: -2px;
  }

  .header-wrapper .site-header .nav-lang .lang-menu {
    padding-right: 4px;
  }

  .header-wrapper .site-header .logo-wrapper {
    padding-left: 0;
    padding-left: 9px;
  }
}
.bg-dark_turqoise {
  background-color: rgb(21, 58, 69);
  color: #ffff;
}

.footer-grid.page-center {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 150px;
  padding-bottom: 60px;
}

.copyright.text-grey p {
  color: #999ea2;
  font-size: 18px;
  line-height: 25.6px;
}


.copyright.text-grey p {
  margin: 0;
  letter-spacing: normal;
  font-size:18px;
}

.copyright.text-grey p {
  font-family: UniversLTW01-55Roman;
}

.terms-nav .hs-menu-wrapper>ul >li {
  margin-bottom: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

.terms-nav .hs-menu-wrapper>ul >li:not(:last-child) {
  border-right: 1px solid  #fff;
}

.terms-nav .hs-menu-wrapper>ul >li > a {
  font-size: 14px;
  line-height: 1.2;
  font-family: UniversLTW01-55Roman;
  color: #fff;
}

.custom-footer-primary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-menus {
  max-width: 685px;
}

.service-social {
  width: 300px;
}

.custom-footer-primary .hs-menu-wrapper >ul>li {
  width: 25%;
  padding-right: 15px;
}

.custom-footer-primary .hs-menu-wrapper >ul>li > a {
  font-size: 14px;
  font-family: 'UniversLTW01-55Roman';
  font-weight: 500;
  line-height: 20px;
  font-family: UniversLTW01-55Roman;
  margin: 0 0 40px;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
  color: #fff;
}

.custom-footer-primary .hs-menu-wrapper>ul ul {
  display: block;
  padding-bottom: 80px;
  position: static !important;
  opacity: 1 !important;
}

.custom-footer-primary .hs-menu-wrapper>ul ul li a {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-family: 'UniversLTW01-55Roman';
}

.custom-footer-primary .hs-menu-wrapper>ul ul li {
  margin-bottom: 10px;
}

.custom-footer-primary .hs-menu-wrapper>ul ul li:last-child {
  margin-bottom: 0;
}

.services-menu .hs-menu-wrapper >ul {
  width: 100%;
  display: block;
}

.services-menu .hs-menu-wrapper >ul >li {
  width: 100%;
  padding-right: 0;
}

.custom-footer-primary .hs-menu-wrapper>ul>li>a {
  margin: 0 0 25px;
  cursor: auto;
}

.social-media h4 {
  font-size: 14px;
  font-family: 'UniversLTW01-55Roman';
  font-weight: 500;
  line-height: 20px;
  font-family: UniversLTW01-55Roman;
  margin: 0 0 25px;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
  color: #fff;
}

.social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5,25px);
  grid-gap: 30px;
  padding-bottom: 80px;
}

.social-media ul li {
  margin-bottom: 10px;
}

.social-media ul li a {
  font-size: 14px;
  line-height: 1.2;
}

.social-media ul li a span {
  padding-left: 8px;
}

.social-icon-Facebook svg {
  height: 15px!important;
}

span.social-icon-Facebook svg {
  width: 12px!important;
}

span.social-icon-Youtube svg {
  width: 21px!important;
}

.social-icon-Youtube svg {
  height: 21px!important;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

.social-media .social-icon-Linkedin svg {
  width: 19px;
  height: 18px;
}

.social-media .social-icon-Twitter svg {
  width: 21px;
  height: 16px;
}

.custom-footer-primary a {
  white-space: normal !important;
}

.footer .hs-menu-wrapper>ul ul li a {
  display: inline !important;
}

.footer .custom-footer-primary .services-menu .hs-menu-wrapper > ul > li > a {
  color: #ebaf23;
  border-color: #ebaf23;
}

.back-to-top {
  text-align: center;
  color: #46484d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 155px;
  right: 16px;
  z-index: 900;
  border: 1px solid #9a9ea2;
  background-color: #fff;
  transition: all .4s;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
  opacity: 0;
}

.back-to-top.active {
  opacity: 1;
}

.back-to-top svg {
  height: 27px;
  width: 27px;
  margin-top: -3px;
  position: relative;
  color: #9a9ea2;
}

.back-to-top:hover {
  background-color: #dc5f32;
}

.back-to-top:hover svg {
  color: #fff;
}

.footer.lp-footer .terms-nav .hs-menu-wrapper>ul>li:last-child {
  display: none;
}
.footer.lp-footer .terms-nav .hs-menu-wrapper>ul>li:nth-last-child(2) {
  border-right: none;
}


@media (max-width: 1280px){
  .footer-menus {
    max-width: 650px;
  }
}

@media (max-width: 1279px){

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

  .services-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .services-menu .hs-menu-wrapper>ul>li {
    padding: 0;
  }

}


@media (max-width: 1024px){
  .service-social {
    width: 100%;
  }

  .terms-nav .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .social-media ul {
    padding-bottom: 45px;
  }

  .custom-footer-primary .hs-menu-wrapper>ul ul {
    padding-bottom: 45px;
  }

  .footer-menus {
    max-width: 100%;
  }

}

@media (max-width: 1023px){

  .footer-grid.page-center {
    padding-top: 100px;
  }

}


@media (max-width: 767px){
  .terms-nav .hs-menu-wrapper>ul {
    flex-direction: row;
  }

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

  .custom-footer-primary .hs-menu-wrapper>ul {
    flex-direction: row;
  }

  .services-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-grid.page-center {
    padding-top: 100px;
  }

  .custom-footer-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    flex-direction: row;
  }

  .terms-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    flex-direction: row;
  }

  .custom-footer-primary span.social-icon-Facebook svg {
    position: relative;
    top: 1px;
  }

  .custom-footer-primary span.social-icon-Twitter {
    position: relative;
    top: 2px;
  }

  .custom-footer-primary span.social-icon-Linkedin {
    position: relative;
    top: 2px;
  }



}


@media (max-width: 639px){

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

}

@media (max-width: 480px){

  .social-media {
    padding-top: 30px;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

/* Body */


body.popup_open {
  overflow: hidden;
}



@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}