*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
@media (min-width: 768px){
  .content-wrapper,
  .page-center,
  .blog-container ,
  .container,
  .dnd-section > .row-fluid   {
    max-width: 750px;
  }
}

@media (min-width: 992px){ 
  .content-wrapper,
  .page-center,
  .blog-container ,
  .container,
  .dnd-section > .row-fluid   {
    max-width: 970px;
  }
}
.content-wrapper,
.page-center,
.blog-container ,
.container,
.dnd-section > .row-fluid   {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.banner-section .dnd-section {
  padding: 0;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url(//26117705.fs1.hubspotusercontent-eu1.net/hubfs/26117705/raw_assets/public/Heroes_September_2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(//26117705.fs1.hubspotusercontent-eu1.net/hubfs/26117705/raw_assets/public/Heroes_September_2022/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//26117705.fs1.hubspotusercontent-eu1.net/hubfs/26117705/raw_assets/public/Heroes_September_2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(//26117705.fs1.hubspotusercontent-eu1.net/hubfs/26117705/raw_assets/public/Heroes_September_2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1.6;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {

}

/* Paragraphs */

p {
  margin: 0 0 10px;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
}

/* Lists */

ul {
  margin: 0;
}
ul li{
  list-style-type: none;

}
main  ul li{
  margin-left: -15px;
}
main ul li:before {
  content: "\f00c ";
  font-family: FontAwesome;
  color: #ff9e00;
  font-size: 20px;
  margin-right: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

img{
  max-width:100%;
  height:auto;

}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #003b79;
  padding: 15px 0 25px 25px;
  font-style: italic;
  font-size: 16px;
  border-color: #4c626c;
  margin: 0 0 20px;
}

/* Horizontal rules */

hr {

}
::selection {
  background: #42454a;
  color: #fff;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

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


form {
  max-width: 42em;
  padding: 20px;
  margin-bottom: 28px; 
}

/* Labels */
form label {
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
.field {
  margin-bottom: 30px;
}
/* Help text - legends */

form legend {
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {

  border-style: solid;
  cursor: text;
  outline: none;
  width: 100%;
  padding: 8px 10px;
  line-height: normal;

}

fieldset {
  max-width: 100% !important;
}
.hs_error_rollup label {
  color: #ef6b51;
  margin-top: 0.35rem;
}
/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

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

.legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox] {
margin-top: 5px;
}


/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
form .inputs-list>li:before {
  display: none;
}
/* Submit button */

input[type=submit],
.hs-button,
.error-page a.button {
  border-style: solid;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 38px;
  margin: 15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.private-popover__inner ul li:before {
  display: none;
}
.hs-tools-menu .hs-dropdown li:before {
  display: none;
}
.header_menu .custom_menu_primary .hs-menu-wrapper ul li {
  margin: 0;
}
.header_menu .custom_menu_primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  bottom: 10px;
}

.scrolled .header_menu .custom_menu_primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  bottom: 5px;
}
.header_container_wrapper {
  box-shadow: 0 1px 1px 0 rgb(50 50 50 / 10%);
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  min-height:85px
}

header.header {
  min-height: 85px;
  background: #fff;
}

.header_container_wrapper .container {
  padding: 0;
  padding-right: 25px;
  max-width: 100%;
  width: 100%;
}

.header_logo img {
  width: 300px !important;
}

.header_logo {
  padding-top: 5px;
  float: left;
  position: absolute;
}

.header_right {
  float: right;
}
.header_menu {
  display: inline;
  float: left;
  text-align: right;
}

.header_icon {
  display: inline;
}

.search_btn_wrp {
  background: none repeat scroll 0 0 #42454a;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  letter-spacing: 1px;
  line-height: 38px;
  padding: 0 20px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 19px;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
  content: "\f002";
}
.custom_menu_primary {
  margin-right: 60px;
}

.header_menu .custom_menu_primary .hs-menu-wrapper >ul>li {
  margin-left: -4px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.header_menu .custom_menu_primary .hs-menu-wrapper >ul>li>a {
  padding: 30px 10px;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: #252525;
  line-height: 26px;
}
.header_menu .custom_menu_primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .header_menu .custom_menu_primary .hs-menu-wrapper >ul>li>a {
    font-size: 11px
  }
}


@media only screen and (min-width: 1170px) {
  .header_menu .custom_menu_primary .hs-menu-wrapper >ul>li>a {
    font-size: 14px
  }
}
@media only screen and (min-width: 1600px) {
  .header_menu .custom_menu_primary .hs-menu-wrapper >ul>li>a {
    font-size: 14px;
  }
}

.header_menu .custom_menu_primary .hs-menu-wrapper ul li:before {
  display: none;
}

.header_menu .custom_menu_primary .hs-menu-wrapper>ul ul {
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  visibility: hidden;
  opacity: 0;
  background: #42454a;
  padding: 20px 25px;
  z-index: 999999;
}

.header_menu .custom_menu_primary .hs-menu-wrapper>ul>li:hover> ul {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.header_menu .custom_menu_primary .hs-menu-wrapper>ul>li:hover>a {
  background: #42454a;
  color: white;
}

header.header {
  font-size: 16px;
}

.header_menu .custom_menu_primary .hs-menu-wrapper >ul>li.hs-item-has-children>a:after {
  content: "\f0d7";
  position: absolute;
  color: #42454a;
  font-family: 'FontAwesome';
  left: 45%;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  transition: bottom 0.5s;
  color: #ddd;
}

.header_menu .custom_menu_primary .hs-menu-wrapper>ul ul li>a {
  padding: 5px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
  display: block;
  text-transform: capitalize;
  background: #42454a;
  color: white;
  border-bottom: 1px solid #56585B;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px ;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align:left;
}
.header_menu .custom_menu_primary .hs-menu-wrapper>ul ul>li:hover>a {
  color: #ff9e00;
}
.header_menu .custom_menu_primary .hs-menu-wrapper>ul ul li:last-child>a {
  border: none;
}
.search_btn_wrp:hover {
  background: #ff9e00;
  color: white;
  cursor: pointer;
}

@media(max-width:1500px){
  .header_icon {
    display: none;
  }
  .custom_menu_primary {
    margin-right: 0;
  }
  .header_logo {
    padding-top: 6px;
  }
  .header_menu .custom_menu_primary .hs-menu-wrapper>ul>li:last-child>ul {
    left: auto;
    right: 0;
  }
}

@media(max-width:1170px){
  .header_logo {
    padding-top: 12px;
  }

}

@media(min-width:1101px){
  .slide_menu_wrap {
    display: none !important;
  }

}
@media(max-width:1100px){
  .header_logo {
    width: 225px;
    position: absolute;
    top: 15px;
  }

  .header_logo {
    padding: 0;
  }

  .header_right {
    display: none;
  }
  .mobile_trigger {
    cursor: pointer;
    font-size: 24px;
    position: relative;
    z-index: 20;
    content: '\f0c9';
    font-family: FontAwesome;
    padding: 16px 20px;
    margin: 0;
    float: right;
    padding-left: 20px;
    color: #000 !important;
    line-height: 48px;
  }
  i.fa.fa-bars:before {
    content: "\f0c9";
  }

  .header_container_wrapper .container {
    padding: 0;
  }

  .slide_menu_wrap {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    overflow-x: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(290px);
    -moz-transform: translateX(290px);
    -ms-transform: translateX(290px);
    -o-transform: translateX(290px);
    transform: translateX(290px);
    font-size: 13px;
    line-height: 1.3em;
    background: #f9f9f9;
    color: #666666;
    border-left: none;
    max-width: 290px;
    transition: transform .5s;
  }

  .mobile_open .slide_menu_wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .body-wrapper {
    transition: transform .5s;
  }

  .mobile_open .body-wrapper {
    -webkit-transform: translateX(-290px);
    -moz-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    -o-transform: translateX(-290px);
    transform: translateX(-290px);
  }

  body.mobile_open {
    overflow: hidden;
  }

  .mobile_open i.fa.fa-bars:before {
    content: '\f00d';
  }
  .slide_close {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3em;
    display: block;
    position: absolute;
    right: 0;
    padding: 15px 20px;
    background: rgba(0,0,0,.2);
    z-index: 20;
    cursor: pointer;
  }

  .slide_close i:after {
    content: "\f00d";
  }

  .slide_logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    line-height: 0;
  }

  .slide_logo img {
    width: 220px !important;
    max-width: 100%;
  }

  .mobile_menu .hs-menu-wrapper ul li {
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper ul li:before {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    list-style-type: none;
    z-index: 30;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    border-top: none;
    border-bottom: none;
    text-shadow: none;
  }

  .mobile_menu .hs-menu-wrapper>ul ul {
    line-height: 1.3em;
    position: static;
    top: auto;
    left: auto;
    float: none;
    min-width: 0;
    color: #999999;
    background: #e0e0e0;
    display: none;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a {
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    border-top: none;
    border-bottom: none;
    text-shadow: none;
    color: #999999;
    border-width: inherit;
    border-top-color: transparent;
    border-bottom-color: transparent;
    font-weight: normal;
    font-size: inherit;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a:hover {
    background: #4c626c;
    color: #ffffff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a:hover {
    background: #4c626c;
    color: #ffffff;
  }

  .slide_menu_wrap:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    z-index: 10000;
    left: -15px;
    right: auto;
  }
  .child_trigger {
    line-height: 1.3em;
    max-width: 50px;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    top: 0;
    right: 0;
    padding: 0 20px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    color: #555555;
    height: 51px;
    width: 51px;
  }
  .fa-chevron-down:before {
    content: "\f078";
  }

  .child_trigger i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:hover >.child_trigger {
    color: #fff;
  }
  .child-open .fa-chevron-down:before {
    content: "\f077";
  }

  .mobile_menu .hs-menu-wrapper>ul>li.child-open>a {
    color: #fff;
    background: #4c626c;
  }

  .child-open .child_trigger {
    color: #fff;
  }

  .child_trigger:hover {
    color: #fff;
  }

}

@media only screen and (max-width: 479px){
  .slide_menu_wrap {
    width: 320px;
    max-width: 95%;
  }

  .mobile_open .body-wrapper {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .slide_menu_wrap {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
  }
}


@media only screen and (max-width: 374px){
  .slide_menu_wrap {
    -webkit-transform: translateX(305px);
    -moz-transform: translateX(305px);
    -ms-transform: translateX(305px);
    -o-transform: translateX(305px);
    transform: translateX(305px);
    width: 305px;
    max-width: 95%;
  }

  .mobile_open .body-wrapper {
    -webkit-transform: translateX(-305px);
    -moz-transform: translateX(-305px);
    -ms-transform: translateX(-305px);
    -o-transform: translateX(-305px);
    transform: translateX(-305px);
  }
}
@media only screen and (max-width: 359px){
  .mobile_open .body-wrapper {
    -webkit-transform: translateX(-265px);
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -o-transform: translateX(-265px);
    transform: translateX(-265px);
  }
}
@media only screen and (max-width: 359px) {
    .slide_menu_wrap {
        width: 265px;
        max-width: 95%;
    }
}


.type_2 .cm_modal_form form .hs-input {
    width: 100% !important;
}
.cm_modal_wrp {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  -moz-animation-delay: 0;
  background: center center;
  padding-left:10px;
  padding-right:10px;
  overflow-y:auto;
  -webkit-animation-name: ulp-fadeOut;
  animation-name: ulp-fadeOut;
}
.popup_open_2 .cm_modal_wrp.type_2,
.popup_open_1 .cm_modal_wrp.type_1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ulp-fadeIn;
  animation-name: ulp-fadeIn;
  background: rgba(119, 119, 119, 0.6);
  display:block;
}
.cm_modal_container {
  max-width: 1120px;
  width: 100%;
  min-height: 596px;
  margin: 0 auto;
  background-color: rgba(255,255,255,1);
  border: 1px solid #ff9e00;
  z-index: 1000003;
  line-height: 1.475;
  letter-spacing: 0;
  margin-top: 16px;
  box-shadow: 0px 5px 20px 0px #202020;
}

.cm_modal.modal_head {
  background-color: rgba(255,158,0,0.9);
  position: relative;
  padding: 14px 19px 10px;
}

.cm_modal.modal_head h3 {
  font-family: 'Roboto',arial;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}

a.form_close {
  text-align: left;
  font-family: 'Roboto',arial;
  font-weight: 400;
  color: #ffffff !important;
  font-size: 62px;
  text-decoration: none;
  outline: none;
  position: absolute;
  right: 11px;
  top: -21px;
}

.cm_modal_header {
  font-family: 'Roboto Condensed',arial;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  padding: 10px 19px;
}

.cm_modal_header a strong {
  text-align: left;
  font-family: 'Roboto Condensed',arial;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}
a.form_close:hover {
  color: #fff;
}
.cm_modal_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 57px;
  padding-left: 19px;
  padding-right: 30px;
}

.cm_modal_image {
  max-width: 248px;
  width: 100%;
}

.cm_modal_discrip {
  max-width: 268px;
  width: 100%;
}

.cm_modal_form {
  max-width: 489px;
  width: 100%;
}
.cm_modal_image img {
  width: 100% !important;
  max-width: 100%;
}
.cm_modal_discrip {
  font-family: 'Roboto',arial;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}

.cm_modal_discrip strong {
  font-weight: bold ;
  font-size: 16px ;
}

.cm_modal_discrip a {
  color: #000000 !important;
}
.hs_button a:focus {
    background-color: rgba(255,158,0,.8);
    color: #fff;
}
.cm_modal_form form {
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
  max-width: 100%;
}

.cm_modal_form form .hs-input {
  padding: 9px 15px;
  line-height: 1.5;
  background: #fff;
  text-align: left;
  font-family: 'Roboto',arial;
  font-weight: 400;
  color: #000000;
  border-color: #333333;
  border-width: 1px;
  border-radius: 0px;
  font-size: 15px;
}

.cm_modal_form form .field {
  margin-bottom: 8px;
}

.cm_modal_form form .field>label {
  margin: 0;
  display: none;
}
.cm_modal_form form .hs-input::placeholder {
  color: inherit;
  opacity: .9;
}
.cm_modal_form form .form-title {
  margin: 0;
}
.cm_modal_form form textarea.hs-input {
  padding: 0.3em 1em;
}
.cm_modal_form h3.form-title {
  margin: 0;
}
.cm_modal_form form textarea {
  min-height: 120px;
}
.cm_modal_form form textarea.hs-input {
  padding: 0.3em 1em;
}

.cm_modal_form {
  margin: 0;
}

.cm_modal_form input[type=submit] {
  margin: 0;
  border-radius: 0px ;
  background: #333333;
  border: 1px solid #333333;
  text-align: center;
  font-family: 'Roboto',arial;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 20px;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
  font-size: 17px;
  letter-spacing: normal;
}

.cm_modal_form .hs_submit.hs-submit {
  text-align: right;
  padding-top: 40px;
}
.cm_modal_form input[type=submit]:hover {
  border-radius: 0px;
  background: #232323;
  border: 1px solid #232323;
}
.type_2 .cm_modal_form form .hs-input {
  border-color: #c5c2bc;
}

.type_2 .cm_modal_header {
  padding: 30px 19px 10px;
}

.type_2 .cm_modal_info {
  margin-top: 16px;
}

.type_2 .cm_modal_image {
  width: 100%;
  max-width: 45.8%;
}

.type_2 .cm_modal_form {
  width: 100%;
  max-width: 45.8%;
}
@media(max-width:1080px){
  .cm_modal_image {
    max-width: 20%;
  }

  .cm_modal_discrip {
    max-width: 20%;
  }

  .cm_modal_form {
    width: 50%;
  }

}
@media(max-width:767px){
  .cm_modal_info {
    flex-direction: column;
  }
  .type_2 .cm_modal_form, .type_2 .cm_modal_image {
    width: 100%;
    max-width: 100%;
  }

  .type_2 .cm_modal_image {
    margin-bottom: 20px;
  }
  .cm_modal_discrip, .cm_modal_image {
    max-width: 100%;
  }

  .cm_modal_form {
    width: 100%;
  }

  .cm_modal_image img {
  }

  .cm_modal_image {
    max-width: 200px;
  }

  .cm_modal_info {
    margin-top: 20px;
  }

  .cm_modal_form {
    max-width: 100%;
    width: 100%;
  }
  .cm_modal_wrp {
    padding: 10px;
  }

  .cm_modal_form .hs_submit.hs-submit {
    padding-bottom: 10px;
  }
}

@media(max-width:1100px){
  .demoButton.hs_button,.kontaktButton.hs_button {
    display:none 
  }
}


.backtotop {
  font-size: 10px;
  display:none;
  letter-spacing: 2px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  z-index: 100;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  bottom: 0px;
  right: 0;
  color: #000;
  display: block;
  background-color: rgba(255, 158, 0, 0.5);
  height: 85px;
  padding: 5px;
  line-height: 26px;
  font-weight:400;
}

.backtotop span {
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: toup;
  display: inline-block;
  font-size: 15px;
  width: 100%;
}

.backtotop span:before {
  content: "\f102";
}
.backtotop:hover {
  letter-spacing: 3px;
  color: #000 ;
}
.backtotop:hover {
  background-color: rgba(255, 158, 0, 0.9);
}

.custom_footer {
  background: #25272b;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col_4 {
  width:100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_right_section .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
}
.col_8 {
  width:100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.copyright_text p {
  margin: 24px 0 14px 0;
  font-size: 12px;
  color: #4f4f4f;
  font-weight:400;
}

.copyright_text {
  padding-bottom: 10px;
}
.top_header {
  background: #32353a;
  padding: 65px 0 50px 0;
}
footer.footer {
  line-height: 26px;
  font-size: 16px;
  overflow:hidden;
}

.top_header {
  background: #32353a;
  padding: 65px 0 50px 0;
}

.footer_icons ul li {
  border: none;
}
.footer_right_section .hs-menu-wrapper ul,
.footer_right_section ul {
  float: right;
  margin-right: -30px;
  margin-bottom:0;
}

.footer_right_section ul li:before {
  display: none;
}

.footer_right_section ul li {
  margin: 0;
}

.footer_right_section ul li {
  list-style: none;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 10px;
  border-left: 1px solid #323437;
}

.footer_right_section ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

.fa-xing:before {
  content: "\f168";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-youtube:before {
  content: "\f167";
}

.footer_right_section ul.socialSignals li {
  border: none;
  padding: 0 10px;
}

.footer_right_section .footer_menu ul li:last-child {
  border-right: 1px solid #323437;
}

.footer_right_section ul.socialSignals li i {
  line-height: 64px;
}

@media (min-width: 1200px){
  .col_4 {
    width: 25%;
    float: left;
  }

  .col_8 {
    float: left;
    width: 75%;
  }

}


@media (max-width: 1199px){
  .copyright_text p {
    text-align: center;
  }

  .footer_right_section .hs-menu-wrapper ul, .footer_right_section ul {
    float: none;
    margin-right: 30px;
    text-align: center;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 980px){
  .top_header {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 480px){
  .top_header {
    padding: 30px 0;
  }

  .footer_right_section ul li {
    height: 45px;
    line-height: 45px;
    border: none;
  }

}

.hs_button a:hover {
  background: #ff9e00;
  color:#fff;

}

.hs_button a {
  background-color: rgba(255, 158, 0, 0.8);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 12px 14px 12px 40px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 190px;
  z-index: 99;
  width: 200px;
  text-align: right;
  line-height: 26px;
}

.demoButton.hs_button a {
  top: 225px ;
}

.kontaktButton a {
  top: 160px ;
}

@keyframes toup {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  10% {
    opacity: 0;
    transform: translateY(15px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  90% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@-webkit-keyframes toup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }
}
@-o-keyframes toup {
  0% {
    opacity: 0;
    -o-transform: translateY(15px);
  }
  10% {
    opacity: 0;
    -o-transform: translateY(15px);
  }
  50% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  90% {
    opacity: 0;
    -o-transform: translateY(-15px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-15px);
  }
}


@-webkit-keyframes ulp-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ulp-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}@-webkit-keyframes ulp-fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ulp-fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hubspot-disable-focus-styles footer.footer {
  padding-bottom: 50px;
}
.custom_footer .footer-nav ul {
    display: inline-flex;
      padding-left: 0;
  padding-bottom: 12px;
}
.custom_footer .footer-nav ul li {
    padding: 0 24px 0 0;
}
.custom_footer .footer-nav a {
    color: #fff;
}
@media (max-width:1199px){
  .custom_footer .footer-nav ul li {
    padding: 0 12px;
}
  .custom_footer .footer-nav {
    text-align: center;
}
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-menu-wrapper ul li:before {
  display: none;
}

.hs-menu-wrapper ul li {
  margin-left: 0;
}