*, *: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;
  padding: 0 1rem;
}


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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "kepler-std-display"; 
  src: url("https://use.typekit.net/af/74a78f/00000000000000000001302b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/74a78f/00000000000000000001302b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/74a78f/00000000000000000001302b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; font-weight: 400; 
  font-stretch: normal; 
  font-display: auto; 
}


body {
  line-height: 1.5;
  word-break: break-word;
  letter-spacing: 0.0487rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem #f2f2f2#121111;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background: #121111;
  border-radius: 0.5rem;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

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

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */


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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 3px 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #ad231c;
}

/* Submit button */

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 {
  letter-spacing: .0556rem;
  line-height: inherit;
  margin: 0;
  padding: 10px 0 10px 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid ;
  border-radius: 0;
  font-family: Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  outline: none;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, 
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus, 
form select:focus,
form textarea:focus{
  background-color: #f2f2f2;
}


form input[type=submit],
form .hs-button {
  max-width: 100%;
  border: 2px solid ;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  width: 245px;
  line-height: normal;
}

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

.hs_error_rollup label {
  font-size: 14px;
  color: #ad231c;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form {
  margin-bottom: 50px;
}
/* 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;
}
/* search */
.search-bar ul,
.header ul,
.mobile-menu ul,
.footer ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-button {
  cursor: pointer;
}
.search-bar {
  position: fixed;
  z-index: 10001;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
.hs-inline-edit .search-bar,
.hs-inline-edit .menu-overlay,
.hs-inline-edit .mobile-menu{
  display: none;
}

body.search-open .search-bar {
  display: block;
}

.search-close {
  right: 2rem;
  top: 2rem;
  position: absolute;
  cursor: pointer;
}

.search-close svg {
  height: 44px;
  width: 44px;
  display: block;
  vertical-align: middle;
}

.search-close svg path {
  stroke-width: 1px;
  stroke: #3e3e3e
}

.search-bar-body {
  margin-top: 5rem;
}


.search-form {
  width: 60%;
  margin: 0 auto;
}


.search-form  form {
  display: flex;
  grid-column: before-start / after-end;
  grid-row: input-start / input-end;
  position: relative;
  margin: 0;
}

.hs-search-field__bar form input[type=text] {
  padding-right: 3rem;
  font-size: 2.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  padding-left: 1rem;
  border: none;
  border-bottom: 1px solid #121111;
  border-radius: 0;
  line-height: inherit;
  outline: none;
}

.search-form form button {
  background: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 2px;
  pointer-events: none;
  width: 2.5rem;
  z-index: 1;
  padding: 0;
  position: absolute;
  top: 34px;
  right: 0;
  border: none;
}

.search-form form button {
  grid-area: after;
}

.hs-search-field__bar {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-areas:
    'before input after';
  grid-template-columns: auto 1fr auto;
  width: 100%;
}

.search-form form button svg {
  display: block;
  width: 35px;
  height: 35px;
}

.hs-search-field__bar form label {
  color: #3e3e3e;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.25s ease-in;
  left: 1rem;
  position: absolute;
  letter-spacing: 0.7792px;
  font-size: 0.75rem;
}

.hs-search-field__bar form input[type=text]:focus {
  background: #f2f2f2;
}

.search-form .focused form label {
  top: 0;
  transform: translateY(-100%);
  left: 0;
  position: absolute;
}

.nedd-help {
  grid-template-areas:
    'sidebar products';
  grid-template-columns: 1fr 4.75fr;
  gap: 2.5rem;
  display: grid;
  margin-top: 4rem;
  padding-bottom: 5rem;
}

.nedd-help .need-help-wrapper {
  grid-area: sidebar;
  grid-template-columns: 1fr;
  display: grid;
}

.nedd-help .need-help-wrapper h5 {
  letter-spacing: 0.0975rem;
  font-family: 'Open Sans';
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}



.faq-btn a {
  height: 60px;
  max-width: 100%;
  width: 100%;
  display: flex;
  border: 2px solid #3e3e3e;
  background: #3e3e3e;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.contact-us a {
  height: 60px;
  max-width: 100%;
  width: 100%;
  display: flex;
  border: 2px solid #3e3e3e;
  background: #3e3e3e;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-us a:hover, .faq-btn a:hover {
  background: rgba(18, 17, 17, 0.2);
}


@media screen and (max-width: 1023px){
  .search-bar-body .content-wrapper {
    max-width: 100%;
  }

  .nedd-help .need-help-wrapper h5{
    font-size: 1.25rem;
  }
}


@media screen and (max-width: 800px){
  .search-form {
    width: 90%;
  }

  .nedd-help {
    grid-template-areas:
      'products'
      'sidebar';
    grid-template-columns: 1fr;
  }

  .search-close svg {
    width: 22px;
    height: 22px;
  }

  .hs-search-field__bar form input[type=text] {
    font-size: 1rem;
    margin-top: 5px;
  }

  .nedd-help .need-help-wrapper h5 {
    font-size: 1.375rem;
  }

  .search-form form button {
    top: 13px;
  }
}

.hs-inline-edit .search-bar {
  display: none;
}

/* search end */

.hs-inline-edit .header-menu .hs-menu-wrapper li.hs-menu-depth-2 ul {
  display: none !important;
}

.lp-header .content-wrapper{
  padding: 0 2.5rem 0 0;
}

header.header {
  position: relative;
  z-index: 100;
}

header.header.lp-header {
  top: -1px;
}

.lp-header .bottom-header .content-wrapper{
  width: 100%;
}

.child-menu svg path {
  stroke-width: 1px;
}

.child-menu {
  transform: rotate(-90deg);
  cursor: pointer;
}

header .top-header {
  font-size: 0.75rem;
  background-color: #121111;
  border-bottom: 1px solid #828282;
}

header .top-header .content-wrapper {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  padding-top: 6px;
  padding-bottom: 6px;
}

header .top-header {
  font-size: 0.75rem;
  background-color: #121111;
  border-bottom: 1px solid #828282;
}

header .top-menu .hs-menu-wrapper > ul > li > a {
  padding-left: 2rem;
  padding-right: 1rem;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  padding-bottom: 0.875rem;
}

header .top-menu .hs-menu-wrapper ul ul {
  display: none;
}

header .top-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

header .top-menu .hs-menu-wrapper > ul > li:first-child > a {
  padding-left: 0;
}

header .top-menu .hs-menu-wrapper > ul > li:first-child:hover > a:after {
  position: absolute;
  left: 0px;
  width: 100%;
  content: '';
  bottom: 4px;
  height: 6px;
  background-color: #ad231c;
  z-index: 1200;
}

header .header-menu .hs-menu-wrapper > ul > li > ul > li.hs-menu-depth-2:hover > ul {
  display: block !important;
}

header .header-menu .hs-menu-wrapper li.hs-menu-depth-3:hover ul {
  display: block !important;
}

header .header-menu .hs-menu-wrapper li.hs-menu-depth-2 ul {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}


header .header-logo a {
  height: 50px;
  width: auto !important;
}

header .header-logo a img {
  width: 100% !important;
  vertical-align: middle;
  height: 50px;


}

header .bottom-header {
  display: grid;
  height: auto;
  width: 100%;
  grid-auto-columns: minmax(0, 1fr);
  justify-content: center;
  color: #fff;
  top: -1px;
  z-index: 1000;
  position: sticky;
  background: #121111;
}

header .inner-bottom {
  display: grid;
  height: 3.5rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-content: center;
  align-items: center;
  position: relative;
}

header .header-menu {
  justify-self: center;
  grid-column-start: 4;
}

.header-menu .hs-menu-wrapper ul ul {
  display: none;
}

header .login {
  display: grid;
  width: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: end;
  justify-self: end;
  column-gap: 0.25rem;
}

header .header-menu .hs-menu-wrapper > ul > li > a {
  display: inline-flex;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
}

header .header-login {
  justify-self: end;
  width: max-content%;
  grid-auto-flow: column;
  display: grid;
  grid-column-start: 12;
  grid-column-end: 13;
  justify-content: space-around;
}

header .top-menu .hs-menu-wrapper > ul > li:hover ul.hs-menu-children-wrapper,
header .header-menu .hs-menu-wrapper > ul > li:hover ul.hs-menu-children-wrapper{
  display: block;
}

header .top-menu .hs-menu-wrapper > ul > li,
header .header-menu .hs-menu-wrapper > ul > li{
  position: relative;
}

header .top-menu .hs-menu-wrapper ul ul{
  position: absolute;
  padding: 21px 34px 20px;
  top: 28px;
  left: calc(100% - 10rem);
  box-shadow: 0 0 5px rgb(173 181 189 / 11%), 0 10px 50px rgb(108 117 125 / 14%);
  width: 250px;
  background-color: #fff;
  z-index: 1100;
}

header .header-menu .hs-menu-wrapper ul ul{
  position: absolute;
  padding: 21px 0 20px;
  top: 100%;
  left: -50%;
  box-shadow: 0 0 5px rgb(173 181 189 / 11%), 0 10px 50px rgb(108 117 125 / 14%);
  background-color: #fff;
}

header .header-menu .hs-menu-wrapper ul ul li {
  display: flex;
  flex-direction: column;
  padding-right: 64px;
  padding-left: 34px;
  min-width: 200px;
}

header .top-menu .hs-menu-wrapper ul ul li a,
header .header-menu .hs-menu-wrapper ul ul li a{
  font-size: 0.875rem;
  line-height: 1.71;
  display: block;
  padding-top: 0.5rem;
  position: relative;
  padding-bottom: 0.5rem;
  font-weight: 400;
  color: #121111;
  letter-spacing: 0;
  white-space: nowrap !important;
}

header .top-menu .hs-menu-wrapper ul ul li a:hover:before,
header .header-menu .hs-menu-wrapper ul ul li a:hover:before{
  position: absolute;
  top: 0px;
  height: 100%;
  content: '';
  left: -34px;
  width: 10px;
  background: #cbcbcb;
}
header .header-menu .hs-menu-wrapper ul ul li.hs-item-has-children {
  position: relative;
}
header .top-menu .hs-menu-wrapper ul ul li a:hover,
header .header-menu .hs-menu-wrapper ul ul li a:hover{
  font-weight: 600;
  letter-spacing: 0;
}

header .header-menu .hs-menu-wrapper > ul > li:hover:before {
  z-index: 100;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 6px;
  width: 100%;
  background: #ad231c;
}

.mobile-trigger {
  display: none;
}

.mobile-trigger {
  grid-column-start: 12;
  grid-column-end: 13;
  justify-self: end;
  min-width: 65px;
}

.mobile-trigger > div {
  min-height: 5rem;
  width: 65px;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  pointer-events: auto;
  text-align: center;
  background: #cbcbcb;
}

.icon-hamburger {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  touch-action: manipulation;
}

.icon-hamburger svg {
  display: none;
}

body.menu-open .icon-hamburger img {
  display: none;
}

body.menu-open .icon-hamburger svg {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu .hs-menu-wrapper ul ul {
  display: none;
}

.mobile-menu {
  display: grid;
  grid-template-rows: auto 1fr auto;
  right: 0;
  overflow: hidden;
  position: fixed;
  transform: translate3d(100%, 0, 0);
  transition-property: opacity, transform, visibility;
  max-width: 27.5rem;
  width: 100%;
  z-index: 1000;
  background: #fff;
  height: 100%;
  transition-duration: 192ms;
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
}

body.menu-open .mobile-menu{
  transform: translate3d(0, 0, 0);
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children a {
  letter-spacing: 0;
}
.mobile-menu .hs-menu-wrapper ul li {
  display: flex;
  margin: 0 15px;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  line-height: 1.71;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}


header .bottom-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.fixheader header .bottom-header {
  position: fixed;
  top: -1px;
}


.menu-overlay {
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: 192ms;
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #121111;
  opacity: 0;
  visibility: hidden;
}


body.menu-open .menu-overlay{
  transition-duration: 224ms;
  visibility: visible;
  opacity: 0.5;
}

.mobile-menu .hs-menu-wrapper ul li.hs-menu-depth-4 a {
  letter-spacing: 0.7792px;
}

@media screen and (min-width: 641px){
  header .inner-bottom{
    column-gap: 0.5rem;
  }

  header .header-logo{
    grid-column-end: 4;
    grid-column-start: 1;
  }
}

@media screen and (min-width: 768px){
  header .inner-bottom{
    height: 5rem;
  }
}

@media screen and (min-width: 1024px){
  header .inner-bottom{
    column-gap: 1rem;
  }

  header .inner-bottom{
    height: 5rem;
  }

  header .header-logo {
    justify-self: start;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 4;
  }

  header .header-menu{
    grid-column-end: 11;
  }

  header .header-menu .hs-menu-wrapper > ul {
    display: flex;
    height: 100%;
    align-items: center;
  }
  header .header-menu .hs-menu-wrapper>ul>li {
    padding-right: 1rem;
    padding-left: 0px;
  }

}

@media screen and (min-width: 1280px){
  header .header-menu{
    grid-column-end: 11;
  }

  header .login {
    column-gap: 1rem;
  }

  header .header-menu .hs-menu-wrapper > ul > li {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
}

@media screen and (max-width: 1024px){
  header .bottom-header .content-wrapper {
    max-width: 100%;
    padding: 0 0 0 1.5rem;
  }

}

@media screen and (max-width: 1023px){
  header .header-login {
    grid-column-start: 7;
    grid-column-end: 12;
    margin-right: 20px;
  }

  .mobile-trigger{
    display: block;
  }
  header .top-header {
    display: none;
  }

  header .header-menu {
    display: none;
  }
  header.header {
    min-height: 80px !important;
  }
  .mobile-menu .hs-menu-wrapper ul ul {
    position: absolute;
    right: -100%;
    left: auto;
    width: 100%;
    display: block;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: 0;
  }

  .mobile-menu .hs-menu-wrapper ul li.parent a {
    color: #cbcbcb;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.7792px;
    border-left: 5px solid #cbcbcb;
    padding: 10px 10px;
    width: 100%;
  }

  .mobile-menu .hs-menu-wrapper ul li.parent {
    margin: 0;
    padding: 0;
    border: none;
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn {
    text-transform: capitalize;
    display: inline-flex;
    border: none;
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    transform: rotate(90deg);
    background-image: url(https://19914658.fs1.hubspotusercontent-na1.net/hubfs/19914658/raw_assets/public/HubbardtonForge_January2023/images/back-arrow.svg)
  }

  .mobile-menu .hs-menu-wrapper ul li.child-open > ul {
    right: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    background: #fff;
  }

  .mobile-menu .hs-menu-wrapper ul {
    height: calc(100vh - 56px);
    width: 100%;
  }
  .mobile-menu.submenu-active .hs-menu-wrapper > ul > li:not(.child-open) {
    visibility: hidden;
  }
  .mobile-menu .hs-menu-wrapper ul {
    transition: all .3s ease;
    transform: translateX(0);
  }

  .mobile-menu.first-active .hs-menu-wrapper > ul {
    transform: translateX(-100%);
  }

  .mobile-menu .hs-menu-wrapper ul ul {
    transform: translateX(100%);
    right: 0;
  }
  .mobile-menu.second-active .hs-menu-wrapper>ul {
    transform: translateX(-200%);
  }

  .mobile-menu.third-active .hs-menu-wrapper>ul {
    transform: translateX(-300%);
  }

  .mobile-menu.fourth-active .hs-menu-wrapper>ul {
    transform: translateX(-400%);
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn span.icon-root-Lbh img {
    transform: rotate(90deg);
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn {
    width: 100%;
    min-height: 56px;
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn span.icon-root-Lbh {
    display: inline-block;
    margin: 0px 18px 0 3px;
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn span.icon-root-Lbh img {
    vertical-align: middle;
    display: block;
    margin-top: 7px;
  }

  .mobile-menu .hs-menu-wrapper ul li.back-btn a {
    letter-spacing: 0.7792px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px){
  header .top-menu .hs-menu-wrapper>ul>li:last-child>a {
    padding-right: 10px;
  }

  header .header-menu .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
    margin-right: -17px;
  }
}



@media screen and (max-width: 767px){

  header.header{
    min-height: 56px !important;
  }
  .mobile-trigger>div {
    min-height: 3.5rem;
  }
}

@media screen and (max-width: 760px){
  .mobile-trigger>div {
    min-height: 56px;
  }
}

@media screen and (max-width: 640px){
  header .header-logo a img{
    width: 37px !important;
    height: 37px;
    margin-top: 3px;
  }

  .mobile-menu {
    max-width: 100%;
  }
}
footer.footer {
  position: relative;
  z-index: 9;
  border-top: 1px solid #121111;
}

.lp-footer{
  border: none !important;
}

footer form {
  margin: 0;
}



footer .bottom-footer-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #cbcbcb;
}

footer .hs_error_rollup label {
  font-size: 12px;
}

footer .bottom-footer-inner > div {
  flex-basis: 33%;
}

footer .bottom-footer-inner .copyright {
  order: 3;
}

footer .bottom-footer-inner .policy-menu {
  order: 1;
  padding-top: 0.75rem;
}

footer .bottom-footer-inner .social-link {
  order: 2;
}

footer .policy-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: column;
}

footer .copyright p {
  margin-bottom: 0.75rem;
  font-weight: 400;
  color: #121111;
  letter-spacing: 0.0487rem;
  line-height: 2;
  padding-top: 1rem;
  border-top: 1px solid #cbcbcb;
  text-align: center;
}

footer .policy-menu .hs-menu-wrapper>ul>li {
  text-align: center;
  margin: 0 0.75rem;
  margin-bottom: 1rem;
}

footer .policy-menu .hs-menu-wrapper>ul>li>a{
  white-space: nowrap;
}

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

footer .main-footer {
  background: #fff;
  color: #121111;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

footer .main-footer-inner{
  display: grid;
}

footer .footer-menu .hs-menu-wrapper > ul > li > a {
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  justify-content: space-between;
  padding-bottom: 1rem;
  color: rgb(62, 62, 62);
  cursor: text;
}

footer .footer-menu .hs-menu-wrapper ul ul li  a {
  line-height: 1.75rem;
  display: inline-block;
  color: #3e3e3e;
}

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

.footer-form form input,
.footer-form form select{
  width: 100%;
  border: none;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #121111 !important;
  background-color: transparent;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0.0556rem;
  font-size: 1rem;
  color: #121111;
  border-radius: 0;
  margin: 0;
  line-height: inherit;
}

.footer-form form input:focus{
  background-color: #f2f2f2;
}

.footer-form form select{
  letter-spacing: 0;
}

.footer-form form .hs-input {
  font-size: 0.75rem;
}

footer .footer-loginWrapper {
  font-weight: 600;
  margin-bottom: 2.25rem;
  padding-bottom: 1.5rem;
  margin-top: 1.25rem;
}

footer .footer-loginWrapper p{
  margin: 0;
}

footer .footer-loginWrapper a {
  letter-spacing: 0.0625rem;
  width: 100%;
  height: 50px;
  max-width: 100%;
  font-weight: 600;
  color: #fff;
  background: #3e3e3e;
  border: 2px solid #3e3e3e;
  border-radius: 0;
  margin-top: 1.25rem;
  font-size: 100%;
  padding: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-loginWrapper a:hover,
.footer-form form .hs_submit.hs-submit .hs-a:hover {
  color: #3e3e3e;
  border: solid 2px #3e3e3e;
  background-color: rgb(18 17 17 / 20%);
}
footer .footer-loginWrapper a span {
  align-items: center;
  display: inline-grid;
  gap: 0.35rem;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 100%;
  outline: none;
}

.footer-form form .hs-form-field {
  margin-bottom: 0;
  margin-top: 13px;
}

.footer-form form .hs_submit.hs-submit {
  margin-top: 39px;
}

.footer-form form .hs_submit.hs-submit .hs-button {
  margin-top: 39px;
}

.footer-form form .hs_submit.hs-submit .hs-button:hover {
  background: #12111133;
  color: #3e3e3e;
}

footer .footer-newsletterWrapper-xTR p {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: calc(1.5rem + 3px);
}

.footer-form form .hs-form-field:first-child {
  margin-top: 2px;
}
.footer-form form .hs-form-field label {
  font-size: 0.75rem;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 18px;
  margin: 0;
}

.footer-form form .hs_submit.hs-submit .hs-button {
  letter-spacing: 0.0625rem;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 247px;
  max-width: 100%;
  height: 50px;
  color: #fff;
  border: 2px solid #3e3e3e !important;
  border-radius: 0;
  background: #3e3e3e;
  padding: 10px;
  padding-right: 0;

}



footer .child-trigger{
  display: none;
  cursor: pointer;
}

footer .child-trigger svg{
  transition: all 0.25s ease-in-out;
}

footer .child-trigger.footer-menu-open svg {
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 640px){
  footer .bottom-footer-inner{
    border-width: 0;
  }

  footer .main-footer{
    border-bottom: 1px solid #cbcbcb;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  footer .main-footer-inner {
    column-gap: 2rem;
    grid-column-gap: 2rem;
  }

  footer .footer-menu {
    display: grid;
    grid-auto-flow: column;
    grid-column: span 2 / span 2;
    margin-bottom: 2.25rem;
    column-gap: 1rem;
  }

  footer .footer-newsletterWrapper-xTR p{
    font-size: 1rem;
  }

  footer .footer-menu{
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #cbcbcb;
  }
}

@media screen and (min-width: 768px){
  footer .footer-menu {
    grid-column: span 4 / span 4;
    column-gap: 0.5rem;
  }

  footer .footer-newsletterWrapper-xTR {
    grid-column: span 3;
  }
  footer .footer-loginWrapper {
    grid-column: span 1;
  }
}


@media screen and (min-width: 1024px){
  footer .main-footer-inner {
    grid-auto-flow: row;
  }

  footer .footer-menu {
    grid-column: span 10 / span 10;
  }

  footer .footer-newsletterWrapper-xTR {
    grid-column: span 6;
  }

  footer .footer-loginWrapper {
    grid-column: span 4;
  }
}



@media screen and (min-width: 1280px){

  .lp-footer .bottom-footer-inner .policy-menu{
    position: relative;
    top: 1px;
  }

  .lp-footer .bottom-footer {
    border-top: 1px solid #cbcbcb;
  }

  footer .bottom-footer-inner{
    padding-top: 1.75rem;
    flex-direction: row;
    margin-bottom: 1.25rem;
  }

  footer .main-footer-inner {
    column-gap: 0px;
    grid-template-columns: repeat(12, 1fr);
  }

  footer .footer-menu {
    padding-bottom: 11px;
    border-style: none;
  }

  footer .footer-newsletterWrapper-xTR {
    grid-column: span 2 / span 2;
    grid-column-start: 11;
  }

  footer .footer-loginWrapper {
    grid-column: span 2 / span 2;
    margin-top: 0 !important;
  }

  footer .footer-loginWrapper a{
    width: 100%;
  }

  footer .bottom-footer-inner .copyright {
    order: 1;
  }

  footer .bottom-footer-inner .policy-menu {
    order: 2;
    padding: 0;
  }

  footer .bottom-footer-inner .social-link {
    order: 3;
  }
  footer .policy-menu .hs-menu-wrapper>ul>li{
    margin-bottom: 0;
  }

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

  footer .copyright p{
    padding-top: 0;
    border-style: none;
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px){
  footer .footer-menu {
    grid-column: span 8 / span 8;
  }
}

@media screen and (min-width: 1536px){
  footer .footer-menu {
    grid-column: span 10 / span 10;
  }
}



@media screen and (max-width: 1279px){
  footer .bottom-footer-inner>div {
    width: 100%;
  }
  footer .footer-loginWrapper{
    order: 4;
    font-weight: 600;
  }

  footer .footer-newsletterWrapper-xTR{
    order: 5;
  }

  footer .main-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 639px){
  footer .footer-loginWrapper {
    border-bottom: 1px solid #828282;
  }
  .footer-form form .hs_submit.hs-submit .hs-button {
    width: 100%;
  }

  footer .footer-menu .hs-menu-wrapper>ul>li>a {
    padding-bottom: 0;
  }

  footer .footer-menu .hs-menu-wrapper>ul>li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  footer .child-trigger {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
  }

  footer .footer-menu .hs-menu-wrapper ul ul {
    display: none;
  }
}


@media screen and (max-width: 1024px){
  footer .content-wrapper{
    max-width: 100%;
  }
}