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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


body {
  color: black;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 40PX;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.6rem!important;
}

.legal-consent-container .field.hs-form-field {
   margin-bottom: 0.5rem!important;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ce004f!important;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
/* default "Get Free Widget" form (renders when no form is passed to the form HubL tag) is an anchor (a.hs-button) rather than a real input, so it needs explcit css to avoid link styling */
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
/* see "no form selected" note above */
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
/* see "no form selected" note above */
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.container-fluid.background_red {
  background: #CE004F;
}
.header__container {
  display: flex;
  justify-content: space-between;
}

.menu_keb ul a {
  text-decoration: none;
  color: white;
}

.menu_keb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu_keb ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.menu_keb ul a {
  text-decoration: none;
  color: white;
}

.menu_keb li {
  display: inline;
}

.menu_keb ul {
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::-moz-placeholder {
  color: transparent;
}

.header__search .hs-search-field__input:-ms-input-placeholder {
  color: transparent;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

 

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

.privacy_policy__ a {
    color: white;
    border-bottom: 1px solid white;
    font-size: 12px;
     margin-right: 8px;
}
.privacy_policy__ {
    display: flex;
    justify-content: start;
    height: 100%;
    align-items: center;
}

#socialmedia-footer a:first-child {
    padding-left: 0;
    margin-left: 0;
}
#socialmedia-footer {
    display: flex;
    justify-content: flex-end;
}

@media screen (max-width: 1200px) {
  .privacy_policy__ {
    padding: 8px 0;
  }
}
* {
  font-family: Arial, Helvetica, sans-serif !important;
}
.blog-post ul {
    color: black;
}
.padding-top-96 {
  padding-top: 96px;
}
.product_social_wrapper {
    display: none;
}
.proposition_centered_image { display: grid; align-content: center;}

.hs-input[type="checkbox"], .hs-input[type="radio"] {
    width: auto;
}
.script-container .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 1.4em;
}
.software , .hmi , .controls , .drives {
    cursor: pointer;
}
/*  ACTIVE DA MODIFICARE */
.download.active {
    background: #d0004e2b;
    order: -1;
}
a.b_p_tlink:hover {
    color: #d0004e;
}
.carica-articoli.text-center a:hover , {
    color: #d0004e;
}
.box-blog a:hover {
    color: #d0004e;
}
.wp-card:hover p {
    color: #d0004e !important;
}
.blog-post__body a {
     color: #d0004e;
}
.white-paper__ .white-paper-cards p:hover {
    color: #d0004e;
}
.blog-pagination a:hover {
    color: #d0004e !important;
}
div#hs_cos_wrapper_wysiwyg_7-module-1 a:hover {
    color: #d0004e;
}
.wp-card:hover p {
    color: #d0004e;
}
a.a_white_pap_:hover {
    color: #d0004e;
}
a.a_white_pap_:hover p {
color: #d0004e;
}
.white-paper.white___ a:hover {
    color: #d0004e;
}
.image_card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.newsletter-keb:last-child a {
    align-self: baseline;
    color: black;
}
.titoli p {
    font-size: 16px;
    font-weight: bold;
}
.div-interno_last , .div-interno {margin-top: 32px;}
.dnd-section, .content-wrapper--vertical-spacing {padding: 0 !important;}
/* DA COMPLETARE */
.col-lg-6.product_background {
    height: 100vh;
    min-height: 500px;
}
.container-fluid.wysiwyg {
    padding: 0;
}
.button__ button {
    font-size: 18px;
    background-color: #ce004f;
    border: 0;
    border-radius: 0;
}
.button__ button {
    font-size: 18px;
    background-color: #ce004f;
    border: 0;
    border-radius: 0;
}
.button__ button:hover {
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);
background: #ce004f;
border: 0;
}
.application.applicationaside {
  height: 0;
    overflow: hidden;
      transition: all .8s ease;
}
.section-whitepaper {
    display: flex;
    flex-direction: column;
}

.legal-consent-container .hs-richtext {
    margin: 0 !important;
}
.newsletter-keb:last-child {
    align-self: baseline;
}
.box-blog .legal-consent-container p {
    color: #c0c0c0;
}
ol.upper-alpha > li {
    margin-bottom: 8px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 10px;
    margin: 0 !important;
    color: #c1c1c1;
}
.hs_error_rollup {
  display: none;
}
label.hs-form-booleancheckbox-display {
    margin: 0;
}
.hs-form-booleancheckbox-display {
    display: flex;
}
legend.hs-field-desc.checkbox-desc {
    margin: 0 !important;
}
.legal-consent-container p {
    margin: 0 !important;
    font-size: 10px !important;
    color: #c0c0c0;
}
.legal-consent-container {
    margin-bottom: 16px;
}
.prodotti__ {
    display: grid;
    grid-gap: 16px;
}
.script-container {
  padding: 80px 0;
}
.dnd-text-editor-container { 
  color: black ; 
}
.h2-blog , .h2-blog span {
  text-align: center;
  font-size: 24px;
  color: black;
}
.menu-container ul {
  list-style: none;
  font-size: 18px;
}
.inputs-list>li {
    margin: 0;
}
.image-blog img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
label.hs-error-msg {
    margin: 0;
    font-size: 10px;
    font-weight: 100;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 8px;
}
.box-blog {
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
  margin-top: -175px;
  background: white;
  padding: 48px 32px 48px ;
}
.embed-container video {
  width: 100%;
  object-fit: cover;
}
.blog-post {
  padding: 3.3rem 15px !important;
}
.body_referenze {
  margin-top: 96px;
}
.text_36_desk.black_text {
  text-align: center;
  font-size: 36px;
  color: black;
  font-weight: bold;
}
.application.applicationaside.active {
  display: grid ;
  padding: 16px 0;
  transition: all .8s ease;
  overflow: visible;
    height: auto;
}
.np_left {
    display: flex;
    justify-content: center;
    align-items: center;
}
aside:nth-child(4) h5 {
    margin-bottom: 18px;
}
.modulo-video_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
aside:nth-child(5) h5 {
    margin-bottom: 28px;
}
.modulo-video_grid .embed-container {
  --video--height: 900;
  margin-top: 0;
}
.body-video-referenze {
  padding-top: 64px;
}
.body_referenze h2 {
  margin-bottom: 16px;
}
.embed-container {
  margin-top: 96px;
  --video--width: 1296;
  --video--height: 540;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}
body.vp-center #player {
  max-width: none !important;
}
.embed-container > * {
  max-width: none !important;
}
#player {
  max-width: none !important;
}
.player{
  max-width: none !important;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-blog i {
  font-size: 16px;
  color: #D0004E;
}
div#player {
  max-width: none !important;
}
.image-blog {
  width: 100%;
  height: 350px;
}
.box-blog a {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.box-blog p.grey-blog {
  font-size: 14px;
  color: #787878;
  margin-bottom: 24px;
}
.box-blog p {
  font-size: 24px;
  color: black;
  font-weight: bold;
  margin-bottom: 32px;
}
.flex.items-center.bg-cherry {
  display: flex;
}
.text-white {
  color: #fff;
}
.stuff-card p {
  text-align: center;
}
#test .mm-navbars_top {
  display: none !important;
}
#test .mm-panels>.mm-panel {
  background: white;
}
#test .application__ .application {
  justify-content: center;
}
#test.mm-menu{
  width: 80%;
  min-width: 100px !important;
  max-width: 180px !important;
}
.background_bp h1 {
  margin-bottom: 16px;
}
.hero-tag {
  padding-bottom: 24px;
}
.article-container {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.4);
}
.post-title {
  padding: 8px 24px 0 0;
  overflow: hidden;
text-overflow: ellipsis;
}
.post-title a {
  font-size: 24px;
  color: white;
}
.article-container:hover {
    opacity: 1;
}
.tag-container:hover {
    transform: scale(1.1);
}

.post-title a:hover {
    color: inherit !important;
}
.article-container {
  padding: 32px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: all 0.4s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  height: 300px;
  opacity: 0.7;
}
.article-container .topic-link {
  font-size: 16px;
  color: white;
}
.container-fluid.background_bp {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.4);
}
a.b_p_tlink {
  color: white;
  font-size: 24px;
  font-family: 'Roboto' !important;
}
.stuff-cards {
  grid-gap: 40px;
}
.stuff-card {
  border: 1px solid #F3F3F3;
}

.far {
  font-weight: 400;
}
.stuff-card {
  transition: all .1s ease;
}
.stuff-card:hover {
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);

}
.wp-card:hover {
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}
.wp-card {
  transition: all .3s ease;
}

.card_blog_grid:hover {
  opacity: 0.7;
}
.card_blog_grid {
  opacity: 1;
  transition: all 0.3s ease;
}
.menu_keb ul li {
    cursor: pointer;
}
.image_card , .card-application{
  transition: all 0.5s ease;
}
.image_card:hover {
  transform: scale(1.2);
}

.card-application:hover {
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}

.main-overlay.active-overlay {
  display: block;
  opacity: 1;
  visibility: inherit;
}
.blog-post p {
  color: black;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  border: 1.79px solid #d1d6dc;
  border-radius: 0;
  color: #494a52;
  font-family: Arial;
  font-size: 22px;
  font-weight: 300;
  border: none !important;
  height: 32px;
  padding: 0;
  background-size: 16px;
}
.mobile-nav-trigger {
  color: white;
  display: none;
}
.fa, .fas {
  font-family: "FontAwesome";
  font-weight: 900;
  font-style: normal;
}
.fa:before, .fas:before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-style: normal;
}
.header__search {
  border: none !important;
  padding: 0;
  width: 32px;
  height: 32px;
  transition: all 0.5s ease;
}

.header__search.active {
  width: 100px;
}
header .main-menu-mobile {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 400px;
  background-color: #F0F0F0;
  color: #000000;
  transition: transform .3s ease;
  z-index: 101;
}
.header__search .hs-search-field__input.active {
  background-image: none;
}
form input[type="submit"]:hover, form input[type="submit"]:focus, form .hs-button:hover, form .hs-button:focus {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);
  background: #ce004f;
  border: none;
}
form input[type="submit"]:active, form .hs-button:active {
    box-shadow:none;
-webkit-transform: scale(1.1);
transform: scale(1.1);
  background: #ce004f;
  border: none;
}
.cta_header:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);
  border: none;
}
.cta_header:active{
box-shadow: none;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.menu_keb > ul {
    padding: 0;
}
.a-no-dec:hover {
  text-decoration: none;
}
.a-no-dec {
  text-decoration: none;
}
.cta_header.active {
  width: 50px;
}
.cta_header {
  min-width: 50px;
  background: white;
  color: #CE004F;
  transition: all 0.5s ease;
  height: 32px;
  margin-top: 1px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.search_keb {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  margin-top: -1px;
}

aside:nth-of-type(2) h5 {
    margin: 110px;
    margin-left: -50px;
}
aside:nth-of-type(3) h5 {
    margin: 140px;
    margin-left: -50px;
}
.wp-card i {
  font-size: 16px;
}
.header__search {
  padding: 0;
  width: 32px;
}
.hero_section {
  background-image: url('https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/quality-expert-SRD5NVY_flip.jpg');
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.4);
  margin-bottom: 64px;
  background-position: center;
}
.hero-tag_ a {
  color: black;
}
#hs_cos_wrapper_module_16070817479064 {
  width: 100%;
}
.padding-top-64 {
  padding-top: 64px;
}
/* prova */
.swiper , .swiper-container{
  height: 500px;
}
#hs_cos_wrapper_module_16070817479064 > div {
  padding: 0;
}
.hero-tag_ {
  padding-bottom: 16px;
}
.class-margin-negative {
  padding: 64px 0 32px;
  margin-top: 0;
  background: white;
  position: relative;
}
.newsletter-keb h2 {
  font-size: 24px;
  color: #1A1917;
  margin: 0 0 16px;
}
.hero_text_ h1 span {
  color: black;
}
.articoli-correlati {
  margin-bottom: 96px;
}
p.topic-link {
  margin: 0;
}
.padding0{
  padding: 0;
}
.padding-top-96 {
  padding-top: 96px;
}
div#hs_cos_wrapper_module_160751494545813 {
  padding-top: 96px;
}
.a_1.col-lg-6.col-xl-7 {
  padding: 0;
}
.padding_bottom_sect {
  padding-bottom: 96px;
}
.class_blog_post_single {
  height: 40vh;
  background-position: center;
}
.download_ul {
  list-style: none;
}
.container-risorse h3 {
  font-size: 21px;
  text-transform: uppercase;
}
.downloads {
  display: grid;
  grid-gap: 8px;
}
.text_download_area h3 {
  margin: 0;
}
.download_ul {
  margin-top: 32px;
}
.main_text.text_download_area {
  margin-bottom: 64px;
}
.download h4 {
  font-size: 21px;
  color: black;
  margin: 0;
}
.scarica_file p {
  padding-right: 8px;
}
.scarica_file i {
  font-size: 16px;
  color: #D0004E;
}
.padding-top-bottom-96 {
  padding: 96px 15px;
}
.scarica_file {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.scarica_file p {
  margin: 0;
}
.download {
  background: white;
  padding: 18px 15px;
  display: flex;
  justify-content: space-between;
}
.disp_non {
  display: none;
}
.container-risorse {
  border: 1px solid #CE004F;
  padding: 32px 15px;
  background: #F3F3F3;
}
ul.download_ul li {
  padding-bottom: 32px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
ul.download_ul li.active {
  color: #CE004F;
}
.swiper, .swiper-container {
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets {
  top: 30%;
  left: 0;
  right: inherit;
  transform: translate3d(0px,-50%,0);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: auto;
  height: auto;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 100%;
  background: none;
  opacity: .2;
}
.swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 100%;
  background: none;
  opacity: .2;
}
.swiper-container {
  margin-left: 0;
  margin-right: 0;
  position: initial;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.hero_text_ .blog-post {
  margin: 0;
  padding: 0 !important;
}
.paddingrightno {
  padding-right: 0;
}
.hightlights {
  background: white;
  padding: 32px 16px;
}
.box-blog i {
    margin-left: 8px;
}
.text-aside {
  font-size: 24px !important;
color: black !important;
margin-bottom: 16px !important;
  text-align: left !important;
}
.hightlights-container {
  margin-top: 96px;
}
.upper-alpha {
  list-style-type: upper-alpha;
  color: black;
  font-size: 14px;
  margin: 0;
}  

.angle-border {
border-top: 8px solid #ce004f;
    width: 80px;
    height: 80px;
    border-left: 8px solid #ce004f;
    margin-top: -154px;
    margin-top: -64px;
    position: absolute;
    left: -9px;
    top: 56px;

}
.pl30 {
  padding-left: 30px;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field span {
  font-size: 14px;
  font-weight: bold;
  color: #6B6B6B;
}
::placeholder {
  color: #C1C1C1;
  font-size: 16px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 10px;
    color: #c1c1c1;
    font-weight: 100;
    letter-spacing: normal;
}
.legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 10px;
  color: #C1C1C1;
}
.inputs-list input, .inputs-list span {
  font-size: 0;
}
.footer {
  background-color: #CE004F;
  text-align: center;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.hs-input[type="checkbox"], .hs-input[type="radio"] {
  width: auto;
}
.hs-error-msg {
  font-size: 16px;
}
.riferimenti p {
  margin: 16px 0;
}
.col-4.grid-end {
  display: grid;
  align-content: end;
}
select {
  cursor: pointer;
                      text-overflow: ellipsis;
                      -moz-appearance: none;
                      -webkit-appearance: none;
                      appearance: none;
                      background-color: transparent;
                      background-image: url("https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/images/chevron-down.svg");
                      background-repeat: no-repeat, repeat;
                      background-position: right 8px top 50%, 0 0;
                      background-size:auto, 100%;
}
form input[type="submit"], form .hs-button {
  font-size: 18px;
  background-color: #CE004F;
  border: 0;
  border-radius: 0;
}
form label {
  font-size: 14px;
  color: #6B6B6B;
  font-weight: bold;
}
.contenuti {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  grid-gap: 80px;
}
.newsletter-keb:last-child {
  align-self: baseline;
}

.grid-pre-footer {
  display: grid;
  grid-template-columns: 1fr;
}
.actions {
  padding-top: 8px;
  display: flex; 
  justify-content: center;
}
.newsletter-keb {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.titoli {
  align-self: flex-start;
}
.div-interno {
  align-self: end;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="file"], select, textarea {
  background-color: #FFF;
  border: 1px solid #DCDCDC;
  border-radius: 0px;
  color: black;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  width: 100%;
}
.newsletter-keb H5 {
  color: black;
  font-size: 16px;
  margin: 0px 0px 16px;
}
.body-tag {
  padding-top: 96px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 32px;
}
.tag-container a.b_p_tlink {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: bold;
  padding: 0 8px;
}
.tag-container {
    background: none;
    border-radius: 15px;
    font-size: ;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    color: black;
    border: 1px solid black;
}
.color-gray {
  color: #787878;
}
.newsletter-keb p {
  margin: 0 0 16px 0px;
  letter-spacing: 2px;
}
.hero_text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
}
.card_blog_grid_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  grid-template-areas: "A A B" "C D D " "E E F";
}
.padding-top-128 {
  padding-top: 128px;
}
section h3 {
  color: black;
}
h3 {
  font-size: 40px ;
}
.fs-16 {
font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.bolder {
  font-weight: 700;
}
section {
  color: black;
}
.white-paper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white-paper a , .carica-articoli a{
  color: black;
}
.white-paper__ .white-paper-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
}
.application.applicationaside .card-application {
  height: auto;
  padding: 32px 0px;
}
.application.applicationaside p {
  font-size: 8px;
  text-align: center;
}
.application.applicationaside a {
  color: black;
}
.application.applicationaside img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  padding-bottom: 8px;
}
.application.applicationaside .card-application {
  height: auto;
  padding: 32px 0px;
}
.cartica-articoli a {
    justify-content: center;
    padding-top: 12px;
}
.carica-articoli.text-center {
    margin-top: 32px;
}
.application.applicationaside {
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
}
.carica-articoli .fas.fa-arrow-circle-right {
    font-size: 16px;
}
.white-paper__ a.a_white_pap_ {
  color: black;
  display: flex;
  justify-content: flex-start;
  padding-top: 16px;
  font-size: 16px;
  align-items: baseline;
}
.a_white_pap_ i {
  color: #d0004e;
}
.white-paper__ .white-paper-cards p {
  color: black;
}
.white-paper__ .white-paper-cards .wp-card {
  background: white;
  padding: 16px 32px;
}
.white-paper__ {
  margin-top: 64px;
}
.white-paper__ .white-paper-cards i.far {
  color: black;
}
aside {
  display: block;
  position: relative;
  border-left: 64px solid #efefef;
  padding-left: 10px;
}
.div-class_application h2 {
  text-align: center;
  font-size: 18px;
  color: black;
  padding-top: 8px;
  margin: 0;
}
.question h3::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 700;
  float: right;
  transition: all .5s;
  justify-self: flex-end;
}
.question h3.ruota::after {
  content: "\f106";      
  font-family: 'FontAwesome'     
}
.prodotti__ {
  padding: 64px 0 0;
}
.prodotti__ h3 {
  margin: 0;
  font-size: 18px;
  color: black;
  text-align: center;
  padding-right: 16px;
}
.question {
  background: #EFEFEF;
  padding: 16px 0;
}
.no-padding {
  padding: 0;
}
.div-class_application {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-card h5 {
  font-size: 18px;
}
ul.sub-menu .div-class_application img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}
.stuff-cards {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  height: auto;
}
.stuff-card p {
  margin: 0;
}
aside h5 {
  text-transform: uppercase;
  background: #efefef;
  color: black;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  margin-left: 0px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: 0;
  transform-origin: 0 0;
  transform: rotate(270deg);
  margin-left: -50px;
}
a:hover, a:focus {
    text-decoration: none;
}
ul.sub-menu {
  top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: absolute;
  transition: opacity .25s ease-in;
  pointer-events: none;
  opacity: 0;
}
li.applications_li {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-class_application {
  width: 150px;
  padding: 8px;
height: 100%;
}
.div-class_application img{
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.div-class_application h2 {
  text-align: center;
  font-size: 18px;
  color: black;
}
.div-class_application h2 a strong {
  color: black;
}
.div-class_application h2 strong{
  color: black;
}
.menu_keb ul {
  align-items: center;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
}
.first_UL {
  height: 100%;
}
.newsletter-keb span {
    letter-spacing: 2px;
}

.articoli-correlati a {
    color: inherit;
}
.div-class_application:hover {
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}
.menu_keb ul li.applications_li:hover ul.sub-menu{
 opacity: 1;
 pointer-events: auto;
 z-index: 3;
overflow: auto;
}
.menu_keb ul li:hover {
  border-bottom: 1px solid white;
  color: white;
}
.menu_keb ul li.applications_li:hover {
border-bottom: none;
}
div#hs_cos_wrapper_module_16070817479064 {
  padding-bottom: 132px;
}
.products-card {
  display: grid;
  grid-gap: 8px;
}
.body-tag {
  padding-bottom: 136px;
}
.articoli-correlati {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  grid-gap: 32px;
  justify-items: center;
}
a:hover, a:focus {
  text-decoration: none;
}
.application a {
  color: black;
}
.articoli-correlati_container h3 {
  font-size: 32px;
  text-align: center;
  color: black;
}
.stuff-cards a {
  color: black;
  height: 218px;
}
.stuff-card {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.stuff-card img {
  padding-bottom: 24px;
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.card-application {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}
.card-application img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
.card-application p {
  margin: 0 16px;
    text-align: center;
}
.absoulte_pos {
  position: absolute;
  right: 0;
}
.relative_pos {
  position: relative;
}
.application {
  padding: 48px 0;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 32px;
}
.white-paper-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
.wp-card p {
  margin: 0;
}
header .menu-container ul a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 3.6em;
  line-height: 3.6em;
  padding-left: 4em;
  background-color: #f0f0f0;
  color: black;
  border-bottom: .1em solid #D5D5D5;
  text-transform: uppercase;
}
.menu-container ul {
  list-style: none;
}
header .menu-container {
  position: absolute;
  top: 7.69em;
  left: 0;
  width: 100%;
  height: calc(100% - 3.6em);
  overflow-y: auto;
}
header .menu-container ul a {
  padding-left: 2em;
}
.main-overlay {
  display: none;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.hero_text_2 {
  color: black;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.hero_text_2 h1 {
  margin: 0;
}

.hero_text_2 h1 span {
  color: black;
}
.hero_text_2 p {
  margin: .5em 0;
}
.cta_class {
  margin-top: 8px;
}
.hero_text_2 .hero-tag {
  padding-bottom: 8px;
}
.hero_text_2 a.b_p_tlink {
  color: black;
}
.wp-card {
  box-shadow: 0px 0px 16px 4px rgba(0,85,140,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 16px;
}
section.blog-index {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 32px;
}
.white-paper a:hover {
  text-decoration: none;
}
.white-paper-cards a .np_left i {
    color: black;
}

.card_blog_grid {
  height: 352px;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.4);
  color: white;
  padding: 0 32px;
  display: flex;
  align-items: flex-end;
  background-position: center;
}
footer {
  padding: 20px 0 22px 0;
}
#socialmedia-footer a:last-child {
  margin-left: 0;
}
.wp-card:hover {
    color: #d0004e !important;
}
.wp-card:hover i {
    color: #d0004e !important;
}
#socialmedia-footer a {
  display: inline-block;
  width: 30px;
  height: 30px;
  outline: 0;
  border: none;
  margin: 0 0 0 5px;
}
#socialmedia-footer a:hover {
  opacity: .8;
}
#socialmedia-footer .blog, #socialmedia-header .blog {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02Ljk5OSwyMGMtMC44MzMsMC0xLjU0MSwwLjI5MS0yLjEyNSwwLjg3NEM0LjI5MiwyMS40NTgsNCwyMi4xNjYsNCwyMi45OThjMCwwLjgzNSwwLjI5MiwxLjU0MywwLjg3NCwyLjEyNmMwLjU4NCwwLjU4MiwxLjI5MiwwLjg3NCwyLjEyNSwwLjg3NGMwLjgzMywwLDEuNTQyLTAuMjkyLDIuMTI1LTAuODc0YzAuNTgzLTAuNTgzLDAuODc1LTEuMjkxLDAuODc1LTIuMTI2YzAtMC44MzItMC4yOTItMS41NC0wLjg3NS0yLjEyNEM4LjU0MSwyMC4yOTEsNy44MzMsMjAsNi45OTksMjB6Ii8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEzLjkwNSwxNi4wOTNjLTEuMTc4LTEuMTg3LTIuNTI2LTIuMTMyLTQuMDQ3LTIuODM1QzguMzM3LDEyLjU1NSw2Ljc0NCwxMi4xMzUsNS4wNzcsMTJINC45OTljLTAuMjcxLDAtMC40OTQsMC4wODktMC42NzEsMC4yNjdDNC4xMDksMTIuNDUzLDQsMTIuNjk4LDQsMTN2Mi4xMDljMCwwLjI2LDAuMDg1LDAuNDg0LDAuMjU3LDAuNjcyYzAuMTcyLDAuMTg4LDAuMzg4LDAuMjkxLDAuNjQ5LDAuMzEyYzIuMzg0LDAuMjMsNC40MjQsMS4xOSw2LjExNiwyLjg4NGMxLjY5MiwxLjY5MSwyLjY1MywzLjczLDIuODgyLDYuMTE2YzAuMDIxLDAuMjYxLDAuMTI1LDAuNDc2LDAuMzEzLDAuNjQ3YzAuMTg4LDAuMTcyLDAuNDExLDAuMjU4LDAuNjcyLDAuMjU4aDIuMTA4YzAuMzAzLDAsMC41NDctMC4xMDgsMC43MzQtMC4zMjdjMC4xOTgtMC4yMDksMC4yODctMC40NTksMC4yNjctMC43NWMtMC4xMzUtMS42NjYtMC41NTQtMy4yNi0xLjI1OC00Ljc4QzE2LjAzNywxOC42MTksMTUuMDkyLDE3LjI3MSwxMy45MDUsMTYuMDkzeiIvPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNC4xMjMsMTcuMTE3Yy0xLjExNS0yLjQ5NC0yLjY0Ny00LjcxLTQuNTk1LTYuNjQ4Yy0xLjkzNy0xLjk0OS00LjE1Mi0zLjQ3OS02LjY0Ny00LjU5M2MtMi40OTQtMS4xMTUtNS4xMDUtMS43NC03LjgzNS0xLjg3NUg0Ljk5OWMtMC4yNzEsMC0wLjUsMC4wOTMtMC42ODgsMC4yODFDNC4xMDQsNC40Nyw0LDQuNzEsNCw1LjAwMXYyLjIzNGMwLDAuMjYsMC4wOTEsMC40ODcsMC4yNzIsMC42NzljMC4xODMsMC4xOTIsMC40MDQsMC4yOTQsMC42NjUsMC4zMDRjMi4yMzksMC4xMzYsNC4zNjYsMC42NjcsNi4zODEsMS41OTVjMi4wMTUsMC45MjcsMy43NjUsMi4xMzIsNS4yNSwzLjYxNmMxLjQ4NCwxLjQ4MywyLjY5LDMuMjMzLDMuNjE2LDUuMjQ5YzAuOTI4LDIuMDE3LDEuNDUzLDQuMTQ0LDEuNTc4LDYuMzgyYzAuMDExLDAuMjYxLDAuMTEyLDAuNDgyLDAuMzA1LDAuNjY1czAuNDI1LDAuMjcyLDAuNjk1LDAuMjcyaDIuMjMzYzAuMjkyLDAsMC41MzEtMC4xMDMsMC43Mi0wLjMxMmMwLjIwOC0wLjIwOCwwLjMwMS0wLjQ1NCwwLjI4MS0wLjczNEMyNS44NjIsMjIuMjI0LDI1LjIzNiwxOS42MTIsMjQuMTIzLDE3LjExN3oiLz48L2c+PC9nPjwvc3ZnPg==) 0 0 no-repeat;
}
#socialmedia-footer .instagram, #socialmedia-header .instagram {
  background: transparent url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15,5.211c3.189,0,3.566,0.012,4.826,0.069c1.165,0.053,1.798,0.247,2.218,0.411%20c0.519,0.191,0.988,0.497,1.371,0.894c0.399,0.386,0.702,0.854,0.896,1.373c0.162,0.421,0.355,1.053,0.409,2.217%20c0.059,1.26,0.071,1.637,0.071,4.826c0,3.19-0.013,3.567-0.071,4.827c-0.054,1.164-0.247,1.797-0.409,2.217%20c-0.401,1.042-1.226,1.865-2.268,2.268c-0.42,0.164-1.053,0.358-2.218,0.411c-1.259,0.057-1.637,0.069-4.826,0.069%20c-3.189,0-3.566-0.013-4.825-0.069c-1.164-0.053-1.796-0.247-2.218-0.411c-0.519-0.191-0.988-0.497-1.373-0.894%20c-0.396-0.386-0.702-0.855-0.893-1.374c-0.165-0.42-0.359-1.053-0.412-2.217C5.221,18.567,5.21,18.19,5.21,15%20c0-3.188,0.012-3.566,0.069-4.826c0.053-1.164,0.247-1.795,0.412-2.217c0.191-0.52,0.496-0.989,0.893-1.374%20c0.385-0.396,0.854-0.702,1.373-0.893C8.378,5.527,9.01,5.333,10.175,5.28C11.433,5.223,11.811,5.209,15,5.211%20M15,3.059%20c-3.243,0-3.65,0.014-4.923,0.072c-1.272,0.058-2.14,0.26-2.898,0.555c-0.797,0.3-1.519,0.771-2.116,1.377%20C4.455,5.659,3.984,6.382,3.685,7.178C3.389,7.937,3.188,8.806,3.13,10.077C3.071,11.35,3.058,11.756,3.058,15%20c0,3.243,0.013,3.651,0.072,4.924c0.059,1.271,0.26,2.138,0.556,2.897c0.3,0.798,0.77,1.521,1.377,2.116%20c0.597,0.608,1.318,1.076,2.116,1.377c0.759,0.295,1.628,0.497,2.898,0.556c1.274,0.059,1.68,0.071,4.924,0.071%20c3.242,0,3.649-0.013,4.923-0.071c1.272-0.059,2.139-0.261,2.898-0.556c1.605-0.619,2.874-1.888,3.493-3.493%20c0.295-0.76,0.497-1.626,0.556-2.897c0.059-1.274,0.071-1.682,0.071-4.924s-0.013-3.651-0.071-4.924%20c-0.059-1.271-0.261-2.14-0.556-2.899c-0.301-0.796-0.769-1.519-1.377-2.115c-0.598-0.607-1.318-1.078-2.116-1.377%20c-0.76-0.295-1.626-0.497-2.898-0.554C18.65,3.072,18.243,3.059,15,3.059L15,3.059L15,3.059z%22/%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M15,8.868c-3.387,0-6.131,2.746-6.131,6.132s2.745,6.131,6.131,6.131s6.132-2.745,6.132-6.131l0,0%20C21.132,11.614,18.386,8.868,15,8.868z%20M15,18.981c-2.199,0-3.979-1.782-3.979-3.981c0-2.198,1.781-3.98,3.979-3.98%20c2.199,0,3.981,1.782,3.981,3.98C18.981,17.2,17.199,18.981,15,18.981z%22/%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M21.374,7.192c0.792,0,1.436,0.642,1.436,1.433c0,0.792-0.644,1.434-1.436,1.434%20c-0.789,0-1.432-0.642-1.432-1.434C19.942,7.834,20.585,7.192,21.374,7.192z%22/%3E%3C/svg%3E) 0 0 no-repeat;
}
#socialmedia-footer .xing, #socialmedia-header .xing {
  background: transparent url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11.736%207.832c-.272-.472-.618-.708-1.037-.708H6.94c-.24%200-.407.078-.502.235-.115.152-.11.35.016.58l2.53%204.383c.01.01.01.016%200%20.016L5.01%2019.385c-.105.198-.105.388%200%20.566.105.18.267.27.487.27h3.757c.398%200%20.74-.24%201.02-.724%202.59-4.59%203.936-6.98%204.04-7.167l-2.576-4.494zm15.247-5.014c.115-.22.115-.414%200-.582C26.89%202.08%2026.727%202%2026.496%202h-3.788c-.41%200-.744.236-1.007.708l-8.34%2014.807%205.33%209.778c.25.47.596.707%201.036.707h3.758c.23%200%20.4-.08.504-.236.106-.18.1-.37-.014-.582l-5.283-9.667V17.5l8.3-14.682z%22%2F%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
#socialmedia-footer .linkedin, #socialmedia-header .linkedin {
  background: transparent url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M26,17.377v8.134h-4.715v-7.589c0-1.906-0.683-3.208-2.39-3.208c-1.303,0-2.077,0.877-2.419,1.725%20c-0.125,0.304-0.157,0.726-0.157,1.15v7.921h-4.716c0,0,0.064-12.853,0-14.185h4.716v2.011c-0.01,0.015-0.022,0.031-0.031,0.045%20h0.031v-0.045c0.627-0.965,1.746-2.344,4.251-2.344C23.674,10.993,26,13.021,26,17.377z M6.669,4.489C5.056,4.489,4,5.547,4,6.939%20c0,1.362,1.025,2.452,2.606,2.452h0.032c1.645,0,2.667-1.09,2.667-2.452C9.275,5.547,8.283,4.489,6.669,4.489z M4.28,25.511h4.715%20V11.326H4.28V25.511z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
#socialmedia-footer .youtube, #socialmedia-header .youtube {
  background: transparent url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24.167%2014.9c-.11-.504-.358-.927-.737-1.27-.38-.34-.818-.54-1.314-.6-1.572-.172-3.944-.258-7.115-.258s-5.53.085-7.1.257c-.5.06-.94.26-1.32.6-.37.34-.62.76-.74%201.27-.22.99-.33%202.48-.33%204.48%200%202.03.11%203.53.34%204.48.11.5.36.92.74%201.27.38.34.82.54%201.32.59%201.575.18%203.947.27%207.117.27s5.544-.09%207.116-.27c.494-.05.93-.25%201.306-.59.377-.34.624-.77.744-1.27.22-.99.33-2.49.33-4.49%200-2.04-.11-3.53-.334-4.49zm-13.244%201.295h-1.37v7.295H8.27v-7.295H6.923V14.99h4v1.205zm3.462%207.295h-1.142v-.692c-.46.52-.897.782-1.308.782-.394%200-.64-.16-.743-.476-.068-.205-.103-.518-.103-.935v-5.02h1.14v4.66c0%20.27%200%20.42.01.45.02.18.11.27.27.27.23%200%20.47-.18.73-.54v-4.84h1.14v6.33zm4.358-1.9c0%20.626-.037%201.055-.114%201.286-.15.47-.45.704-.92.704-.41%200-.81-.235-1.19-.704v.614h-1.14v-8.5h1.14v2.783c.37-.46.76-.69%201.19-.69.46%200%20.76.238.91.716.08.22.11.64.11%201.26v2.52zm4.333-1.05h-2.294v1.117c0%20.59.196.884.59.884.282%200%20.452-.15.513-.46.017-.08.025-.34.025-.78h1.166v.17c0%20.42-.008.67-.025.75-.02.23-.11.46-.27.69-.3.46-.76.68-1.38.68-.59%200-1.05-.22-1.38-.65-.25-.31-.37-.81-.37-1.48v-2.22c0-.67.12-1.17.36-1.482.34-.434.79-.65%201.37-.65.58%200%201.03.217%201.36.65.23.318.35.814.35%201.49v1.32z%22%2F%3E%3Cpath%20d%3D%22M17.103%2018.117c-.196%200-.39.096-.576.283v3.858c.188.188.38.282.576.282.333%200%20.5-.287.5-.86v-2.704c0-.572-.167-.86-.5-.86zm4.257%200c-.386%200-.578.292-.578.872v.59h1.153v-.59c0-.58-.192-.88-.576-.88zM10.18%208.144v3.475h1.282V8.14l1.55-5.116h-1.308l-.87%203.372-.91-3.373h-1.36c.24.718.518%201.517.834%202.398.402%201.18.663%202.09.782%202.72zm4.55%203.564c.59%200%201.043-.218%201.36-.654.238-.316.358-.82.358-1.513V7.3c0-.684-.12-1.184-.36-1.5-.316-.436-.767-.653-1.357-.653-.57%200-1.02.218-1.34.653-.24.316-.36.816-.36%201.5v2.24c0%20.685.12%201.19.36%201.514.33.436.78.654%201.35.654zm-.55-4.64c0-.59.183-.886.55-.886.37%200%20.552.295.552.885V9.76c0%20.597-.184.896-.55.896-.37%200-.553-.3-.553-.897v-2.7zm4.077%204.64c.427%200%20.867-.265%201.32-.795v.706h1.166v-6.4h-1.166v4.88c-.257.36-.5.55-.73.55-.154%200-.244-.1-.27-.28-.01-.02-.014-.17-.014-.45v-4.7h-1.166v5.05c0%20.43.034.75.103.96.11.31.362.47.757.47z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
body footer #disclaimer {
  background: transparent url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/images/disclaimer_footer_en.png) 0 0 no-repeat;
  height: 26px;
  width: 249px;
  margin-top: 2px;
}
ul.sub-menu li:hover {
    border: none;
}
a.cta_button:hover {
    transform: scale(1.1);
}
#socialmedia-footer .linkedin, #socialmedia-header .linkedin {
  background: transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M26,17.377v8.134h-4.715v-7.589c0-1.906-0.683-3.208-2.39-3.208c-1.303,0-2.077,0.877-2.419,1.725%20c-0.125,0.304-0.157,0.726-0.157,1.15v7.921h-4.716c0,0,0.064-12.853,0-14.185h4.716v2.011c-0.01,0.015-0.022,0.031-0.031,0.045%20h0.031v-0.045c0.627-0.965,1.746-2.344,4.251-2.344C23.674,10.993,26,13.021,26,17.377z M6.669,4.489C5.056,4.489,4,5.547,4,6.939%20c0,1.362,1.025,2.452,2.606,2.452h0.032c1.645,0,2.667-1.09,2.667-2.452C9.275,5.547,8.283,4.489,6.669,4.489z M4.28,25.511h4.715%20V11.326H4.28V25.511z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 0 0 no-repeat;}
section#wrapper-footer a {
  color: #444;
}
ul.sub-menu li {
    width: 100%;
}
.div-class_application {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sub-menu {
  display: grid !important;
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  justify-items: center;
}
.card_blog_grid a {
  width: 100%;
  height: 100%;
  display: flex;
}
.text_blog {
  display: grid;
  grid-template-rows: auto auto;
  grid-gap: 16px;
  align-content: end;
}
.text_blog small {
  font-size: 16px;
  color: white;
}
.text_blog h4 {
  color: white;
  font-weight: bold;
  font-size: 24px;
}
.text_blog p {
  margin: 0;
}

.item-a {
  grid-area: A;
  background-image: url('https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/images/background-a.png');
}
.item-b {
  grid-area: B;
}
.item-c {
  grid-area: C;
}
.item-d {
  grid-area: D;
}
.item-e {
  grid-area: E;
}
.item-f {
  grid-area: F;
}
.container.container_hero, .container.container_hero .row {
  height: 100%;
}

.hero_text {
  color: white;
}
h1 span {
  font-family: 'Roboto' !important;
  font-size: 40px;
  color: white;
  font-weight: 700;
}
.background_bp .hero_text p {
  font-family: 'Roboto' !important;
}
.grid_row_1 {
  grid-row: 1;
}
.white-paper i.fas.fa-arrow-circle-right,  .carica-articoli i.fas.fa-arrow-circle-right{
  color: #d0004e;
  padding-top: 3px;
}
.card-application.active {
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}
.application__ {
  position: absolute;
}
.application__ .application {
  padding: 16px 0;
  grid-template-columns: 160px;
  grid-gap: 16px;
}
.application__  .card-application p {
  font-size: 12px;
}
.application__ .card-application {
  height: 100px;
}
.application__  .card-application img {
  width: 80px;
  height: 50px;
  object-fit: contain;
  padding-bottom: 8px;
}
.application__ .application a {
  color: black;
}
.white-paper a , .carica-articoli a {
  display: flex;
}
.p-right16px {
  padding-right: 16px;
}
.white-paper i {
  font-size: 16px;
}
.wp-card p {
  padding-right: 16px;
}
.wp-card a {
  color: #D0004E;
  display: flex;
}
.background_bp .hero_text {
  padding: 80px;
  text-align: center;
}
.fa-newspaper:before {
  content: "\f1ea";
  font-family: 'FontAwesome';
}
i.far.fa-newspaper {
  padding-right: 16px;
}
.background_bp .cta_a {
  color: white;
  display: flex;
  justify-content: center;
}
.hero_text h2 {
  color: white;
  font-size: 64px;
  font-family: 'Arial';
  line-height: 72px;
}

.class_nopaddleft {
  padding-left: 0;
}

.cta_class {
  transition: all .5s ease;
  height: 56px;
  width: 256px;
  background: #CE004F;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.cta_class:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hero_text p {
  font-family: 'Arial';
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
}

.cta_a {
  color: white;
}
.prop-text h3 {
  font-size: 32px;
  color: black;
}
.background-grey_ {
  background: #F3F3F3; 
}
.prop-text {
  padding-top: 96px;
  padding-bottom: 16px;
  padding-left: 23px;
  background: url('https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/images/Fill2.png');
  background-repeat: no-repeat;
    background-position-y: 48px;
}
.proposition {
  margin: 32px 0;
}
.prop-text p {
  font-size: 16px;
  color: black;
  line-height: 32px;
}

.main_text {
  text-align: center;
}
.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  box-shadow: none;
}
.main_text h1, .main_text h2 {
  color: black;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 24px;
}

.main_text h3 {
  color: black;
  font-size: 40px;
  font-weight: bold;
}


.cards_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding: 16px 0 64px;
}


.card_keb {
  display: grid;
color: black;
justify-items: center;
grid-template-rows: 0.5fr 0.5fr 1fr;
}

.card_keb h4 {
  font-family: Arial;
  font-size: 24px;
  color: black;
  font-weight: 400;
}

.card_keb p {
  font-family: Arial;
  font-size: 16px;
  text-align: center;
}

.image_card {
  max-width: 100px;
max-height: 100px;
  height: 88px;
  width: 88px;
  background: gray;
  margin: 0 0 1.4rem;
}

/* 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) {
  .articoli-correlati {
    grid-template-columns: 1fr;
    height: auto;
}
h1 span {
  font-family: 'Roboto' !important;
  font-size: 36px;
  color: white;
  font-weight: 700;
}
  .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: 1250px) {
  .contenuti {
    grid-template-columns: 1fr 1fr;
  }
  .newsletter-keb {
    height: 100%;
  }
}
@media (max-width: 992px) {

  aside:nth-of-type(2) h5 , aside:nth-of-type(3) h5 {
    margin: -49px 0 0 0;
  }
  .hightlights-container{display:none;}
  .col-lg-6.product_background {
    height: 50VH;
    min-height: 300PX;
    background-position: center !important;
}
  .text_blog h4 {
    font-size: 16px;
  }
    
  .absoulte_pos {
    position: relative;
    order: 2;
    padding-left: 0;
  }
  .prop-text {
    padding-bottom: 0px;
  }
  .text_blog p {
    margin: 0;
    line-height: 24px;
}

  #socialmedia-footer {
    display: flex;
    
  }
  .body-tag {
    padding-top: 96px;
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 32px;
}
  .modulo-video_grid {
    grid-template-columns: repeat(2,1fr);
}
  aside {
    border-top: 64px solid #efefef;
    border-left: 0;
  }
  .white-paper-cards {
    grid-template-columns: 1fr;
}
  .application {
    grid-template-columns: repeat(2,1fr);
  }
  aside h5 {
    text-transform: uppercase;
    background: #efefef;
    color: black;
    padding: 5px 10px;
    margin-top: -49px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    transform-origin: 0 0;
    transform: unset;
    margin-left: 0;
}
.stuff-card {
  padding: 24px;
}
.stuff-cards {
  grid-template-columns: repeat(2,1fr);
  height: auto;
  grid-gap: 24px;
  padding: 24px 0;
}
  .cta_header {
    display:none;
   }
   header .nav-menu-open {
    transform: translateX(-400px);
  }
   .search_keb {
    justify-content: flex-end;
   }
   .mobile-nav-trigger {
    display: block;
  }
  .menu_keb , .menu_keb_cont{
    display: none;
}
.header__search.header--element {
  margin-right: 24px;
}

form input[type="submit"], form .hs-button {
  font-size: 16px;
}
}
@media (max-width: 767px) {
  #hs_cos_wrapper_module_16069158963444 {
    width: 100%;
  }
  section.blog-index {
    grid-template-columns: 1fr;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
  .header__search {
    order: 0 !important;
  }
#socialmedia-footer {
    margin-top: 20px;
    float: left;
}
  #socialmedia-footer a:first-child {
    margin: 0;
  }
  
}

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

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

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

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

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

@media (max-width: 1200px) {

}



@media (max-width: 767px) {
  .d-none-on-sm {display: none;}
 
  .container-risorse h3 {
    text-align: center;
}
  .container-risorse {
    border: none;
    padding: 32px 15px;
    background: #f3f3f3;
    height: auto;
    overflow: visible;
}
ul.download_ul li {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    background: white;
    border: 1px solid #ce004f;
    padding: 6px 12px;
    margin: 4px;
}
ul.download_ul {
    padding-inline-start: 0;
}  
ul.download_ul li.active {
    color: white;
    background: #ce004f;
}
  .card_blog_grid {
    align-items: center;
  }
  .contenuti {
    grid-template-columns: 1fr;
}
  .embed-container{--video--height: 800;}
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
  .cta_class {
    width: 100%;
}

  .hero_text p {
    font-size: 16px;
  }
  .actions {
    padding-top: 8px;
    display: flex; 
    justify-content: center;
}
  .hero_text h2 {
    font-size: 44px;
    line-height: 52px;
  }     
  .cards_grid {
    grid-template-columns: 1FR;
  }  
  .card_blog_grid_container {
    grid-template-columns: 1FR;
    grid-template-areas: none;
  }
  .item-a , .item-b , .item-c , .item-d , .item-e , .item-f{
    grid-area: UNSET;
  }
  .white-paper {
    flex-direction: column;
  }
  .application {
    grid-template-columns: repeat(2,1fr);
  }
  
  .white-paper.white___ {
    order: 2;
    padding-top: 32px;
  }
  .post-title a {
    font-size: 16px; }
.box-blog {
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
    margin-top: -175px;
    background: white;
    padding: 48px 16px 48px;
}
}


@media (max-width: 576px) {
  .stuff-cards {
    grid-template-columns: 1fr;
}
  .background_bp .hero_text {
    padding: 80px 0;
    text-align: center;
}
  .nopadding-mobile {padding: 0;}
  .hero_text_2 {
    padding: 32px 0 32px;
}
  .col-lg-6.product_background {
    height: 30VH;
  }

  .a_2.offset-lg-4.col-lg-8.offset-xl-6.col-xl-6 {
    padding: 0;
}
  .prop-text {
    background-size: contain;
  }
  .modulo-video_grid {
    grid-template-columns: 1fr;
}
  header .nav-menu-open {
    transform: translateX(-270px);
  } 
  .application {
    grid-template-columns: repeat(1,1fr);
}
  .header__search.active {
    width: 80px;
    z-index: 2;
}
  .white-paper-cards {
    grid-template-columns: 1fr;
  }
  /* .hero_text {
    justify-content: flex-start;
    flex-direction: column;
    padding: 80PX 0 0 0;
  }  */
}



@media screen and (min-width: 993px) {
  header .main-menu-mobile {
    display: none;
  }
  .header__search.header--element {
    display: none;
}
}



.newsletter-keb p {
    margin: 0 0 16px 0px;
    letter-spacing: normal;
}
.newsletter-keb span {
    letter-spacing: normal;
}
.legal-consent-container p {
    margin: 0 !important;
    font-size: 10px !important;
    color: silver;
    margin-bottom: 8px !important;
}
.blog-header__inner {
    margin: 0 auto;
    max-width: 600px;
    padding: 32px 0 1px;
}
ul.first_UL a.active {
    border-bottom: 1px solid white;
}
.menu_keb ul a.active li:hover {
    border-bottom: none;
}
.div-class_application a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-tag a.b_p_tlink {
    font-size: 16px;
}
.body-tag a.b_p_tlink:hover {
    color: white;
}


.blog-post__body p {
    font-size: 16px !important;
    color: #000000 !important;
}

.blog-post__body h5 {
    font-size: 12px !important;
    color: #000000 !important;
}

.blog-post__body h5 {
    font-size: 14px !important;
    color: #000000 !important;
}

.blog-post__body h4 {
    font-size: 16px !important;
    color: #000000 !important;
}

.blog-post__body h3 {
    font-size: 18px !important;
    color: #000000 !important;
}

.blog-post__body h2 {
    font-size: 24px !important;
    color: #000000 !important;
}

.blog-post__body h1  {
    font-size: 40px !important;
    color: #000000 !important;
}

.body-tag a.b_p_tlink {
    padding: 8px;
}
.hs_email .input .hs-input {
    width: 100% !important;
}
.hs_phone input {
    width: 100% !important;
}
.hs_message textarea {
    width: 100% !important;
}
.cta-container {
    height: 100%;
    display: flex;
    align-items: end;
}
.post-title {
color: white;
}
.hs-form-field {
    margin-bottom: 8px;
}
form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
form a {
    color: #ce004f;
}
form a:hover {
    color: #ce004f;
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  form.hs-form fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}
}


.div-class_application h2 a strong {
     height: 100%;
    width: 100%;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div-class_application h2 {
    height: 100%;
    width: 100%;
}
.box-blog form a {
    font-size: inherit;
}


.blog-post__body p img {
    width: 100% !important;
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}
.blog_social_wrapper {
  justify-content: center;
  align-content: center;
  display: flex;
}
.blog_social_wrapper svg {
   width: 50px;
   height: 50px;
}
.blog_author_wrap {
  justify-content: flex-start;
  align-content: center;
  margin: 20px 0px;
  display: flex;
}
.blog_author_img {
  margin-bottom: 30px;
  margin-right: 20px;
  border-radius: 50px;
  object-fit: cover;
  height: 50px;
  width: 50px;
}
.blog_author_generic {
  margin-bottom: 30px;
  font-size: 30px;
}
.blog_author_personal_name {
  font-size: 35px;
  color: #000;
}
.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  flex: auto;
}

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  font-family: Lato, sans-serif;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
.product_social_wrapper {
  justify-content: space-between;
  align-content: center;
  display: flex;
  margin: auto;
  width: 50%;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  text-align: center;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-300/roboto-v30-latin-300.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-300/roboto-v30-latin-300.eot#iefix%27) format('embedded-opentype'), /* IE6-IE8 */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-300/roboto-v30-latin-300.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-300/roboto-v30-latin-300.woff) format('woff'), /* Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-300/roboto-v30-latin-300.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-300/roboto-v30-latin-300.svg#Roboto%27) format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-400/roboto-v30-latin-regular.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-400/roboto-v30-latin-regular.eot#iefix%27) format('embedded-opentype'), /* IE6-IE8 */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-400/roboto-v30-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-400/roboto-v30-latin-regular.woff) format('woff'), /* Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-400/roboto-v30-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-400/roboto-v30-latin-regular.svg#Roboto%27) format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-500/roboto-v30-latin-500.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-500/roboto-v30-latin-500.eot#iefix%27) format('embedded-opentype'), /* IE6-IE8 */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-500/roboto-v30-latin-500.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-500/roboto-v30-latin-500.woff) format('woff'), /* Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-500/roboto-v30-latin-500.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-500/roboto-v30-latin-500.svg#Roboto%27) format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-700/roboto-v30-latin-700.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-700/roboto-v30-latin-700.eot#iefix%27) format('embedded-opentype'), /* IE6-IE8 */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-700/roboto-v30-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-700/roboto-v30-latin-700.woff) format('woff'), /* Modern Browsers */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-700/roboto-v30-latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://8380306.fs1.hubspotusercontent-na1.net/hubfs/8380306/raw_assets/public/keb_template/src/css/fonts/roboto-700/roboto-v30-latin-700.svg#Roboto%27) format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* Test page */
.service_page h1 {
    font-size: 40px;
    color: black;
}
.service_page h3 , .service_page h2 {
    font-size: 24px;
    color: black;
}
.systems-page p {
    font-size: 18px;
    color: black;
}
.service_page .fakelabel span {
    font-weight: bold;
}
.service_page .item p {
    padding-left: 1.2em;
}
.blog-post ul li {
    font-size: 16px;
    line-height: 24px;
}

ul, ol {
  color: black ; }

.card_keb h4 {text-align: center;}
.inputs-list input, .inputs-list span {
    font-size: 12px;
}
.background-grey_ {
  padding: 30px 0px;
}
.product_img {
  margin: 20px 0px;
  width: 100%;
}
.product_social_wrapper { display: none; }
.div-class_application {
    height: 100%;
}
.col-md-6.product_text.proposition {
    display: flex;
    align-items: center;
}

/* Social BAR */
ul.share {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 18px);
    grid-gap: 18px;
    margin: 0;
}
.social_bar p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #787878;
    letter-spacing: 3px;
}
.social_bar {
    display: flex;
    align-items: center;
    justify-content: center;
  margin-top: 40px;
}
.hightlights-container {
    margin-top: 40px;
}
.share_app {
    display: flex;
    justify-content: flex-end;
}
.prodotti___main .social_bar {
    margin-bottom: 40px;
}
.blog_author h3 {
    font-size: 14px;
    margin: 0 0 4px;
}
html {
  scroll-behavior: smooth;
}
.blog_author_wrap {
    align-items: center;
}
.blog_author_img { margin-bottom: 0; }
.blog_author p {
    margin: 0;
    font-size: 12px;
    color: #787878;
}


a#buttonCloseUpdateBrowser {
    display: none !important;
}