*, *: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: 991px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 991px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding:0 12px;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Lato"; src: url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { font-family: "Lato"; src: url("https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { font-family: "Lato"; src: url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { font-family: "Poppins"; src: url("https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { font-family: "Poppins"; src: url("https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { font-family: "Poppins"; src: url("https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Poppins"; src: url("https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "font-icons"; src: url(//6891574.fs1.hubspotusercontent-na1.net/hubfs/6891574/raw_assets/public/DNC2025/fonts/icons.woff2) format("woff2"); font-style: normal; font-weight: normal; font-display: swap; }

body {
  line-height: 1.5;
  word-break: break-word;
  font-size:16px;
}

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

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

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

[class^="icon-"], [class*=" icon-"], [class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"],
[class*=" icon-line2-"], .side-header .primary-menu ul > li.sub-menu > a:after, .docs-navigation ul ul li.current a:after {
  display: inline-block;
  font-family: "font-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Lists */
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding: 0;
  list-style: inside;
}

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

ul.no-list {
  list-style:none;
}
li{
  margin: 0;
  padding: 0;
}

/* Code blocks */
code {
  vertical-align: bottom;
}
/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}
/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  white-space: normal;
  margin: 5px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

button i, 
.button i {
  position: relative;
  margin: 0px 5px;
  width: 16px;
  text-align: center;
}
/* Form fields */
.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */
form {
  padding:30px;
  border-radius:5px;
  box-shadow: -5px 0 20px 0 rgba(68, 0, 0, .1);
}
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  border-radius: 3px;
  background-color: #f5f8fa;
  outline:none;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select {
  height: 40px;
}
form textarea {
  min-height: 100px;
}

form fieldset {
  max-width: 100% !important;
}
form label a,form a {
  color: inherit;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form input[type=checkbox] + label, form input[type=radio]+ label {
  position: relative;
  top: -4px;
}
form input[type=checkbox], form input[type=radio] {
  width: auto;
}
form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.password-prompt input[type=password] {
  min-height: 40px;
}
.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

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

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}

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

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}
.form-title{
  padding: 0;
  margin: 0;
}
.hs-error-msg {
  color: #f2545b;
}
form .inputs-list>li{
  margin:0px;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:15px 0px;
}

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

@media screen and (max-width: 767px){
  .body-container-wrapper form {
    margin-bottom: 30px;
  }
  form {
    padding: 30px 12px;
  }
}
/* Table */
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header{
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5
}
header.header.sticky_header .header_logo img.hs-image-widget {
  height: 60px;
  width: 138.25px !important;
}
header.header .header-wrap {
  position: relative;
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  border-bottom-color: #eee;
}
header.header .header-row {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header.header .navigation-primary {
  display: none;
}
header.header .navigation-primary>ul>li .submenu.level-2 li.has-submenu > a:after {
  font-family: "font-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  transform: translateY(-50%) rotate(-90deg);
  content: "\e7a7";
}
header.header .primary-menu-trigger {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
header.header .primary-menu-trigger svg {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  user-select: none;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-bottom: 3px;
}
header.header  .header-row {
  position: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header.header .header_logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  max-height: 100%;
}
header.header .header_logo a {
  display: flex;
  width: 100%;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
}
header.header .header_logo a img {
  display: block;
  max-width: 230.42px;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
  width: 100% !important;
}
header.header .primary-menu-trigger svg path:nth-child(1) {
  stroke-dasharray: 40 160;
}
header.header .primary-menu-trigger svg path:nth-child(2) {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
header.header .primary-menu-trigger svg path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
header.header .primary-menu-trigger svg path {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #333;
  stroke-width: 5;
  stroke-linecap: round;
}
header.header .header_menu {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  max-width: 100%;
}
header.header .navigation-primary>ul {
  list-style: none;
  margin: 0;
}
header.header .navigation-primary>ul>li{
  position: relative;
}
header.header .header_menu>.hs_cos_wrapper {
  width: 100%;
}
header.header .navigation-primary>ul>li>a {
  display: block;
  line-height: 22px;
  padding: 14px 5px;
  color: #444;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
header.header .navigation-primary>ul>li ul.submenu.level-2{
  position: relative;
  padding-left: 15px;
  border-top: 1px solid #EEE;
  list-style: none;
  margin-bottom: 0;
  background-color: inherit;
  display:none;
}
header.header .navigation-primary>ul>li:last-child .flag {  
  display: inline-block;
  padding-left: 24px; 
  position: relative;
  line-height: 1.2;
}
header.header .navigation-primary>ul>li:last-child .flag.it:before,
header.header .navigation-primary>ul>li:last-child ul.submenu.level-2 .flag:before {  
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
header.header .navigation-primary>ul>li:last-child .flag.it:before, 
header.header .navigation-primary>ul>li:last-child ul.submenu.level-2 .flag.it:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220cm%22%20height%3D%2220cm%22%20data-name%3D%22Livello%201%22%20viewBox%3D%220%200%20566.999%20566.999%22%3E%3Cpath%20fill%3D%22%23feffff%22%20d%3D%22M377.63%20469.546V97.453H189.369v372.68h188.882v-.576h-.621Z%22%2F%3E%3Cpath%20fill%3D%22%23fe4b55%22%20d%3D%22m378.25%20469.546%20142.215.432c26.002-1.849%2046.534-23.511%2046.534-49.989V145.925c0-23.3-15.903-42.89-37.442-48.505-27.464.022-74.031.033-151.927.033v372.093z%22%2F%3E%3Cpath%20fill%3D%22%2373af00%22%20d%3D%22M44.651%2096.312c-24.308%203.467-42.99%2024.352-42.99%2049.613v274.064c0%2027.685%2022.447%2050.133%2050.133%2050.133h7.265l130.31-.587V97.453c-36.999%200-101.783-.653-144.718-1.141%22%2F%3E%3C%2Fsvg%3E");
}
header.header .navigation-primary>ul>li:last-child ul.submenu.level-2 .flag.en:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23FE4B55%22%20d%3D%22m1.922%203.422.217-.001h.596l.643-.001%201.26-.001h4.165q1.231.001%202.461-.001%201.383-.002%202.767-.001l1.464-.001h2.675c.524-.003.975.04%201.389.397.358.371.452.736.45%201.234l.001.133v.441l.001.317.001.771v.627l.001%201.778v.194l.002%201.554.002%201.597.001.896v1.575l.001.123a1.58%201.58%200%200%201-.489%201.157c-.431.368-.914.369-1.453.367l-.217.001h-.596l-.643.001-1.26.001h-4.165q-1.231-.001-2.461.001-1.383.002-2.767.001l-1.464.001H1.829c-.524.003-.975-.04-1.389-.397-.358-.371-.452-.736-.45-1.234l-.001-.133v-.441l-.001-.317-.001-.771v-.627l-.001-1.875v-.097l-.002-1.554-.002-1.597-.001-.896V5.069l-.001-.123c.004-.464.164-.828.489-1.157.431-.368.914-.369%201.453-.367%22%2F%3E%3Cpath%20fill%3D%22%23F4F1F1%22%20d%3D%22M0%2011.016h8.984v5.547l-2.74.008-1.677.004-1.221.003-.646.002q-.305.002-.609.001l-.223.001c-.539.004-1.002-.028-1.428-.396-1.199-1.243-.44-4.325-.44-5.17m11.016-7.578%202.74-.008%201.677-.004%201.221-.003.646-.002q.305-.002.609-.001l.223-.001c.539-.004%201.002.028%201.428.396%201.199%201.242.44%204.324.44%205.169h-8.984zm-9.047-.014h.23l.621.001.65.001%201.231.003%201.664.003%202.619.006v5.547H0c0-4.721%200-4.721.469-5.196.447-.381.944-.368%201.5-.365m9.047%207.592H20c0%204.721%200%204.721-.469%205.195-.447.381-.944.368-1.5.365h-.23l-.621-.001-.65-.001-1.231-.003-1.664-.003-2.619-.006z%22%2F%3E%3Cpath%20fill%3D%22%2341479B%22%20d%3D%22M11.719%2012.383c.14.056.234.098.354.179l.092.062.1.068.222.15.121.081q.335.223.673.443l.44.288.846.554.747.49.08.052.319.209.946.619q.542.353%201.082.711l.107.07.096.064.085.056.057.044v.039h-6.367zm0-8.945h6.367a2.3%202.3%200%200%201-.435.339l-.181.116-.1.064q-.29.187-.576.375l-.129.085-1.192.782-1.186.778-.636.416-.432.283a71%2071%200%200%200-.76.503l-.067.045-.312.21-.11.074-.096.065c-.077.044-.077.044-.155.044zm-3.438%208.945v4.18H1.914c.124-.124.22-.203.365-.295l.123-.078.13-.082.269-.17.13-.083q.234-.15.465-.306.383-.255.769-.508l.074-.048.376-.246.436-.285.07-.046.352-.231.636-.416.422-.276a81%2081%200%200%200%20.828-.548l.082-.055.395-.266.142-.095.126-.085c.099-.061.099-.061.177-.061M1.914%203.438h6.367v4.18a2%202%200%200%201-.405-.213l-.125-.084-.066-.045-.355-.239-.075-.05a82%2082%200%200%200-.786-.519l-.142-.093-.286-.187-.639-.418-.353-.232-.928-.608-.76-.498q-.58-.378-1.158-.76l-.09-.059-.199-.136z%22%2F%3E%3Cpath%20fill%3D%22%2342489B%22%20d%3D%22m0%204.609.195.195c.068.052.068.052.135.091l.074.045.079.047.17.104.086.053q.173.109.342.224.426.286.857.566l.074.048.377.246.647.424.211.138.949.622.145.095q.34.224.684.445l.096.062.171.109.177.119v.039H0zm0%207.11h5.469a6%206%200%200%201-.437.32l-.075.05q-.537.355-1.077.705l-.91.596-.785.515-.351.23-.663.435-.464.303-.207.136-.119.078c-.29.186-.29.186-.381.186zm14.531%200H20v3.672l-.195-.195c-.077-.058-.077-.058-.157-.105l-.088-.055-.094-.057-.202-.126-.103-.064q-.214-.136-.425-.279a81%2081%200%200%200-.916-.605l-.073-.048-.372-.243-.645-.422-.21-.138-.657-.431-.451-.296a38%2038%200%200%200-.806-.517l-.075-.052zm5.43-7.11H20v3.672h-5.469c.22-.176.22-.176.326-.247l.072-.048.076-.051.081-.054.171-.114.254-.17q.454-.304.918-.591.313-.195.618-.403.354-.236.712-.469l.073-.048.298-.195.54-.354.507-.333.192-.126q.234-.15.473-.294c.091-.056.091-.056.119-.176%22%2F%3E%3Cpath%20fill%3D%22%23FE4D57%22%20d%3D%22M19.174%203.563c.183.067.337.208.475.343v.078a4%204%200%200%201-.249.159q-.442.271-.874.557l-.133.087-.262.172-.528.344-.282.183-.484.315-.59.384q-.497.324-.995.645l-.634.412-.903.588-.182.117c-.096.062-.096.062-.189.137-.318.237-.608.231-.986.215l-.175-.004a22%2022%200%200%201-.425-.014c.126-.131.257-.225.413-.317.304-.186.6-.383.896-.581q.454-.308.921-.598c.344-.212.68-.436%201.018-.657l.517-.337.097-.063.692-.448.742-.482.694-.449.499-.325.124-.081.243-.159.112-.073.1-.065c.124-.079.199-.105.348-.082M8.242%2011.719a5%205%200%200%201-.423.312l-.065.043-.208.138-.072.048q-.433.29-.876.565c-.344.212-.68.436-1.018.657l-.51.332-.192.125-.095.062-.295.192q-.497.324-.995.646-.516.332-1.032.669l-.299.195-.196.127q-.239.154-.473.315l-.09.061q-.084.057-.166.116c-.132.089-.199.123-.363.125a.9.9%200%200%201-.344-.194l-.102-.084-.076-.075v-.078c.059-.047.059-.047.143-.101l.095-.061.104-.065.216-.138.112-.072q.254-.163.509-.33l.796-.516.642-.417.723-.469q.557-.36%201.113-.723l.398-.259.098-.064.457-.296.083-.054q.082-.053.165-.104c.142-.089.271-.181.397-.292.551-.46%201.16-.385%201.84-.338m4.062.002c.769-.061%201.321-.075%201.941.436.155.123.322.225.489.331l.195.127.852.552%201.545%201.003%201.013.658.742.481.096.062q.315.204.626.414a1.07%201.07%200%200%201-.43.547c-.165-.08-.317-.176-.471-.273l-.097-.061c-.315-.2-.625-.408-.935-.615a27%2027%200%200%200-.844-.547c-.344-.212-.68-.436-1.018-.657l-.51-.332-.192-.124-.095-.062-.295-.192-.914-.593c-1.02-.66-1.02-.66-1.455-.947l-.076-.05-.169-.116zM.703%203.789a8%208%200%200%201%20.293.186l.179.118.095.063q.243.16.487.318l.199.129.524.339.823.534.623.404%201.213.788%201.093.709.456.296.105.068.201.131q.261.171.529.333l.055.037v.039c-.946.104-1.494-.025-2.235-.618a4%204%200%200%200-.431-.288c-.368-.226-.728-.464-1.089-.701l-.51-.332-.096-.063-.191-.124-.487-.315-.097-.063-.493-.32a357%20357%200%200%200-1.793-1.16c.024-.143.084-.227.173-.339l.073-.093c.105-.12.156-.124.301-.076%22%2F%3E%3C%2Fsvg%3E");
}
header.header .navigation-primary>ul>li ul.submenu.level-2>li>a{
  position: relative;
  padding: 11px 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  display: block;
  line-height: 22px;
  text-transform: uppercase;
}
header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 li a{
  color: #666;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  position: relative;
  font-weight: 400;
  display: block;
  line-height: 22px;
  text-transform: uppercase;
  padding: 11px 5px;
  margin: 0;
}
header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3{
  position: relative;
  padding-left: 15px;
  border-top: 1px solid #EEE;
  list-style: none;
  margin-bottom: 0;
  display:none;
}
header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 li:hover a{
  color: #f39200;
  font-weight:700;
}
header.header .navigation-primary>ul>li .submenu.level-2 li:hover a {
  color: #f39200;
}
header.header .navigation-primary>ul>li:hover>a{
  color:#f39200;
}
.header-wrap-clone{
  display:none;
}
header.header .navigation-primary ul li a i.icon-angle-down {
  font-family: "font-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0;
  width: 100% !important;
}
header.header .navigation-primary ul li a i{
  display:none;
}
.primary-menu-open {
  overflow: hidden;
}
.primary-menu-open header.header .primary-menu-trigger svg path:first-child {
  stroke-dashoffset: -64px;
}
.primary-menu-open header.header .primary-menu-trigger svg path:nth-child(2) {
  transform: rotate(90deg);
}
.primary-menu-open header.header .primary-menu-trigger svg path:nth-child(3) {
  stroke-dashoffset: -64px;
}
.primary-menu-open header.header .primary-menu-trigger svg {
  transform: rotate(45deg);
}
.is-visible {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px){
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 li:hover a{
    padding-left: 18px;
  }
  header.header .navigation-primary>ul>li .submenu.level-2 li:hover a {
    padding-left: 18px;
  }
  header.header.sticky_header nav.navigation-primary a {
    padding: 19px 15px;
  }
  header.header.sticky_header .header-wrap{
    border-bottom: 1px solid #EEE;
  }
  header.header.sticky_header .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  header.header .navigation-primary ul li a i{
    width: 16px;
    text-align: center;
    position: relative;
    display:block;
  }
  header.header .navigation-primary ul li a i.icon-angle-down:before {
    content: "\e7a7";
  }
  .child-trigger{
    display:none;
  }
  nav.navigation-primary {
    display: block !important;
  }
  .navigation-primary, .submenu {
    transition: all 1s ease-in-out;
  }
  header.header .navigation-primary ul li a i{
    display: inline-block;
    top: 0;
    font-size: 0.875rem;
    margin: -2px 0 0 5px;
    position: relative;
    top: 2px;
  }
  .header-wrap-clone{
    display: block;
    height: 100px;
  }
  header.header .navigation-primary>ul>li:not(:first-child){
    margin-left: 2px;
    border-top: 0;
  }
  header.header .navigation-primary>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: 1px solid #EEE;
  }
  header.header .header_menu{
    flex: 0 0 auto;
    flex-grow: 0;
  }
  header.header .navigation-primary>ul>li>a {
    padding: 39px 15px;
    position: relative;
  }
  header.header .navigation-primary>ul>li>a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: 0;
    border-top: 2px solid #f39200;
    transition: width .3s ease;
    transform: translateX(-50%);
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2 {
    display: block;
    margin-top: 0;
    z-index: -9999;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    width: 220px;
    border-top-color: #f39200;
    position: absolute;
    visibility: hidden;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
    border: 1px solid #EEE;
    border-top: 2px solid #f39200;
    z-index: 399;
    top: 100%;
    left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  header.header .navigation-primary>ul>li:last-child ul.submenu.level-2 {  
   /* width: 97.81px;  - Non più presente il menu language */ 
    left: auto;
    right: 0;
  }
  header.header .navigation-primary>ul>li.active ul.submenu.level-2{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li{
    position: relative;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li>a{
    padding: 10px 15px;
    font-weight: 700;
    border: 0;
    transition: none;
    text-transform: uppercase;
  }
  header.header .navigation-primary>ul>li:hover>a:after {
    width: 100%;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 {
    display: block;
    opacity: 0;
    z-index: -9999;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    width: 220px;
    list-style: none;
    top: -2px !important;
    left: 100%;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
    border: 1px solid #EEE;
    border-top: 2px solid #f39200;
    position: absolute;
    visibility: hidden;
    padding: 0;
    margin-bottom: 0;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li:hover .submenu.level-3 {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li:hover .submenu.level-3 li{
    position:relative;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 li a {
    padding: 10px 15px;
    font-weight: 700;
    border: 0;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 li:hover a{
    padding-left: 18px;
  } 
  header.header .primary-menu-trigger {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
  }
  header.header .header_logo a img{
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out, padding .4s ease-in-out, margin .4s ease-in-out, opacity .3s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out, padding .4s ease-in-out, margin .4s ease-in-out, opacity .3s ease-in-out;
  }
  header.header .header_logo{
    padding-right: 30px;
    border-right: 1px solid #EEE;
  }
  header.header .header-row {
    justify-content: space-between !important;
    position: initial;
  }
  header.header {
    border-bottom-color: #EEE;
  }
  header.header .header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%);
    transition: height .2s ease 0s, background-color .3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
  }
  header.header .header-wrap .page-center {
    width: 100%;
    max-width: none;
    padding: 0 30px;
  }
}

@media (max-width: 991px){
  header.header .navigation-primary>ul>li:not(:first-child) {
    border-top: 1px solid #EEE;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3 li:not(:first-child) {
    border-top: 1px solid #EEE;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2 li:not(:first-child){
    border-top: 1px solid #EEE;
  }
  header.header .header_menu{
    max-width: 100%;
  }
  header.header .navigation-primary>ul>li .submenu.level-2 li:hover a{
    background-color:inherit !important;
    font-weight:700;
  }
  header.header .navigation-primary>ul>li .submenu.level-2 li.has-submenu>a:after{
    display:none;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li> .sub-menu-trigger {
    top:6px;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3{
    border-top-color: #eee !important;
    background-color: inherit !important;
  }
  header.header .navigation-primary>ul>li ul.submenu.level-2>li .submenu.level-3{
    display:none;
  }
  header.header .primary-menu-trigger{
    margin-top: 3px;
  }
}
@media (min-width:991px) and (max-width:1079px){
  header.header .header_logo {
    padding-right: 15px;
  }
  header.header .navigation-primary>ul>li>a{
    padding: 39px 4px;
  }
  header.header .navigation-primary ul li a i {
    margin: -2px 0 0 0;
  }
}
@media (min-width:1080px) and (max-width:1199px){
  header.header .navigation-primary>ul>li>a{
    padding: 39px 8px;
  }
}
footer.footer {
  color: rgba(255,255,255,0.75);
  background-color: #282828;
  border-top-color: rgba(255,255,255,0.15);
  position: relative;
  z-index: 2;
  border-top: 5px solid rgba(0,0,0,0.2);
}
footer.footer .row {
  position: relative;
  margin-bottom: 0px;
  margin-left: -12px;
  margin-right: -12px;
  font-size: 16px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
footer.footer form{
  background-color:inherit !important;
  padding: 0 !important;
}
footer.footer form input[type=email]:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
footer.footer .hs-error-msg,
footer.footer ul.no-list.hs-error-msgs.inputs-list label{
  color: #f2545b !important;
  font-size: 14px;
}
footer.footer .row>*{
  max-width: 100%;
  margin-top:0px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:15px;
  flex-shrink: 0;
  width: 100%;
}
footer.footer h6 {
  margin-bottom: 0px !important;
}
.footer_box h4 {
  font-weight: 600;
  color: #EEEEEE;
}
.footer_box p {
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.75);
}
footer.footer .copyrights {
  color: rgba(255,255,255,0.4);
  background-color: rgba(0,0,0,0.2);
  padding: 40px 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
footer.footer .row-copyright {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  position: relative;
  justify-content: space-between;
}
footer.footer .row-copyright>* {
  max-width: 100%;
  padding: 0 12px;
  flex-shrink: 0;
  width: 100%;
  margin-top:0;
}
footer.footer .copyrights .copyright_left_text {
  text-align: center;
}
footer.footer .copyright_right_text{
  text-align: center;
}
footer.footer .hs_cos_wrapper form a {
  text-decoration: underline;
}
footer.footer .hs_cos_wrapper form a:hover{
  color:#551A8B
}
footer.footer .hs_cos_wrapper form input[type ="submit"] {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px !important;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: pre-wrap;
}
footer.footer .copyrights p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
}
footer.footer .last_box_img img {
  margin-bottom: 0.5rem;
}
footer.footer  label.hs-form-booleancheckbox-display {
  padding-bottom: 8px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #FAFAFA;
}
footer.footer .footer_box .button-light {
  text-transform: uppercase;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
footer.footer .footer_box .button-light i:before {
  font-size: 10px;
}

/* form css */
footer.footer form {
  width: 100%;
}
footer.footer span.hs-form-required {
  color: red;
}
footer.footer form input[type=email] {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  background-color: #f5f8fa;
  max-width: 100%;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
}
footer.footer .inputs-list:first-child {
  padding-top: 0px;
}
footer.footer ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
footer.footer footer  form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
footer.footer  label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #FAFAFA;
  display: block;
  margin-bottom: 4px;
  padding-bottom: 0 !important;
}
footer.footer form input[type=checkbox] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
footer.footer .hs_submit.hs-submit {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
footer.footer .hs_cos_wrapper form input[type=submit] {
  white-space: pre-wrap;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}
footer.footer form .inputs-list span {
  vertical-align: bottom !important;
}
footer.footer .footer_box.last_box_img p {
  margin: 0;
}
footer.footer .single_icon a {
  border: 1px solid transparent;
  border-radius: 3px;
  color: hsla(0,0%,100%,.5);
  display: block;
  font-size: .875rem;
  font-style: normal;
  height: 32px;
  line-height: 30px!important;
  margin: 0 5px 0 0;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  transition: all .3s ease;
  width: 32px;
}
footer.footer .single_icon a i {
  display: block;
  position: relative;
  transition: all .3s ease;
}
footer.footer .single_icon a:hover{
  background-color: #0E76A8;
}
footer.footer .single_icon a:hover i:first-child{
  margin-top: -32px;
}
/* back-to-top */
.gotoTop {
  display: none;
  z-index: 599;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  font-size: 1.25rem;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
  bottom: 30px;
}
body:not(.device-touch) .gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}
.gotoTop.icon-angle-up:hover {
  background-color: #f39200;
}
.icon-angle-up:before {
  content: "\e7a6";
}

@media (min-width: 992px){
  .span-lg-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .span-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .span-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
}

@media (min-width: 768px){
  .span-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  footer.footer .coptright_icon .span-flex {
    justify-content: flex-end;
  }
  footer.footer .copyright_right_text {
    text-align: right;
  }
  footer.footer .copyrights .copyright_left_text {
    text-align: left;
  }
}

@media (max-width: 991px){
  footer.footer .row>*{
    padding-bottom: 50px;
  }
  footer.footer h4{
    font-size:16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}