*, *: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 ;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1496px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

.dnd-section{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@font-face { font-family: -moz-bullet-font; src: url("data:font/woff2;base64,d09GMgABAAAAAARYAAwAAAAACqAAAAQFAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cBmAAgwIRCAqKDIcYATYCJAMsCxgABCAFg2AHIBtDCFGUrM0MyM/DGJyndUclpZwnU8QPQ6wsFOHO+/yHNvV9IEqSQgsVJW2p+uZkohKbVExPEz/JUW7zk6rzYH9723UJ/4DzBII8CSzwgFMOOE4KW2rjAmh4qQWSiid60f7Y9FsXScfUpeluagFqTTQYyoQaQSubXil0lHRsBehAI9KofG/6ogF9/Hl6lBd920LmeTxj8JXBfFWKwYAY3QsAAXD17ZAB4M6Ocv/nsZlkaTl0gLipewIQEMB2d9lKDAT1ZjP/F7jmWsQ3wn8AZvZFgIIC7ESh4AP1iFb4nPnfWyJgcQArpUWqW9W96j71kHr/L9a/dNRbj+8/ujXLWCMMFYVYiXoEaZQ4YOC/E7Dkz3JEjaokxAP6i3hIUjv9fwYyE6I3yIozKkaGN63fP36aeLJmxlRZwZiFziPrMVvOlnCF98SQJfGO/Xllv/FnWAcEjrMqaMCPwVmktCDO5zzxcXqeKS+QFxYnvJLFVzKZAFcKnlZRwHEPVM3mXxNt2gdZEpkKaIAG9gbgDTU5SOYDcmX7Rr61evEA1U+1/3SMb6FFtUqh55nYleE95j2zPNxzdlnGoR5xu/PxQKzb7bFaFLvl79Z54Lx9OH+g0/PPYlcsNo/nwP2V2vsHUHsV4KqEsd+e2r6Fu2v7abkfvsb65b41uwvRvqewH25kTntqolbYsEr5DAqrX97a0jrBLjFRExVHR2dH1Za6unyZfCVZHqQP0BtYjuUYlg9J6SurcrTEiOr26m5xcuTW4Sp3ljkUYWJ9+/iVmzbzPpcuXnGeqU3U7IKjz/qeKSSCltyhuSoxkqqTZX+DXt/OMmAikC8SzVD0jg3dbhIE0eUqc04UFFrxCSXzFxgHclzRMPe0ocOjiKRoSZISE0OtpkBjECdxkkRM1KiaJV0ed0V5umBP1wyUPL2ZBGLSDh5itIHahHRF0CY5nZMGib6T3cOmDvcTSZKuPiFJFpPRGNTIOq7jl5OjDiGIoo6qEE0QtfQJ3VYUD2RZvbm5uWWCWOgR4HXAk5GxLEO0izhLdvPTfpTV3xeOnOfT96uR53CdPrPq+P9HZvzO4QCMmDr7lTcNZorT6iMOYgI+IxClMzeCspeoLt5ABGSpta6gRZmQSnzk9e9jmOAYKC7RsyGMYaB6MpbNKMiRq2U6vI0yPZuTMiODFytMrGEBi7pjGgkAMoaNLGOFSoYceaZMx1+XTC/UNpmRzY1nmwT7AIcK+fK5lYNjz893lwMTuXlD2AKl8Md+24AxitRaLH/MUMqd9z862owy/bZTuZUqs1iRQop0KdLgZwPc9JS0lprnkef1gitBCRhjgV+vjGK8BfIV8CrlVghj1vIyZfyC/AJvqbsQYAEA/v+IAQA="); }

@font-face {
  font-family: 'icomoon';
  src: url(https://5122159.fs1.hubspotusercontent-na1.net/hubfs/5122159/raw_assets/public/SenprocoTrial_September2021/Fonts/icomoon.woff2) format('woff2'),
    url(https://5122159.fs1.hubspotusercontent-na1.net/hubfs/5122159/raw_assets/public/SenprocoTrial_September2021/Fonts/icomoon.woff) format('woff'),
    url(https://5122159.fs1.hubspotusercontent-na1.net/hubfs/5122159/raw_assets/public/SenprocoTrial_September2021/Fonts/icomoon.ttf) format('truetype'),
    url(https://5122159.fs1.hubspotusercontent-na1.net/hubfs/5122159/raw_assets/public/SenprocoTrial_September2021/Fonts/icomoon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  height: auto;
}

@media (min-width: 551px){
  html{
    font-size: 14px;
  }
}

@media (min-width: 801px){
  html{
    font-size: 14px;
  }
}

@media (min-width: 1261px){
  html{
    font-size: 14px;
  }
}

body {
  line-height: 1.5;
  -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 {
  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;
}

/* 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;
}
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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  font-size: 15px;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  transition: all .15s ease;
  border-style: solid;
  text-shadow: none;
  box-shadow: none;
  margin: 15px 0;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: 14px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 42px !important;
  outline: none;
  display:block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: .75rem 1rem;
  transition: border-color .1s ease-out;
  box-shadow: none;
  line-height: 1;
  vertical-align: middle;
  margin: 15px 0;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #9665aa;
}

.hs-error-msgs label {
  color: #cc4749;
  line-height: 24px;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* 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 {
  line-height: 1.4;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  font-size: 0;
  position: fixed;
  z-index: 100;
}

header.header.lp_header {
  top: 0;
}

.header .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}

.header .main-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

a.menu-toggler {
  transition: color .15s ease;
  text-decoration: underline;
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  position: relative;
  padding: 0;
}

a.menu-toggler .toggle-icon {
  background: #010101;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(0);
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
  width: 1.42857rem;
  top: 1.92857rem;
  transition: background-color 10ms ease-in .1s;
  background: #333;
}

.header .heade_logo {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  order: 2;
}

.header .header_logo_inner {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  height: inherit;
  margin: 0 auto !important;
}

.header .heade_logo a {
  transition: color .15s ease;
  color: #000;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 70%;
  z-index: 20;
  line-height: 1;
  width: 100% !important;
  display: inline-block !important;
}

.header .heade_logo a:before ,.header .heade_logo a:after {
  content: " ";
  display: table;
}

.header .heade_logo a:after {
  clear: both;
}

.header .heade_logo a .header_logo_image_wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}

.header .heade_logo a img {
  line-height: 1.4;
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem;
}

.header .heade_logo a .header_logo_image_wrapper:after {
  content: '';
  display: block;
  padding-bottom: 2.35714rem;
  padding-bottom: 2.35714rem;
}

.header .user-and-search-area {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  display: none;
  order: 1;
}

.header ul.user_wrapper {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  margin-left: 1.15rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.5rem;
  float: left;
  float: right;
  margin-left: 1.5rem;
  float: left;
  float: right;
  margin-left: 1.5rem;
  float: none;
  margin: 0 -12px;
}

.header ul.user_wrapper li.User {
  margin: 0;
  padding: 0;
  display: block;
  display: none;
  display: inline-block;
  float: none;
  vertical-align: middle;
  position: relative;
}

.header ul.user_wrapper li.User>a {
  transition: color .15s ease;
  color: #333;
  font-weight: 700;
  padding: 1rem .78571rem;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-family: Montserrat;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 5px;
  display: block !important;
}

.header ul.user_wrapper li.User a span.title {
  display: none;
}

.header ul.user_wrapper li.User a span.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.header ul.user_wrapper li.User a span.icon:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 700;
}

.dropdown {
  display: none;
}

.dropdown a.navUser-action {
  transition: color .15s ease;
  display: block;
  color: #333;
  font-weight: 700;
  padding: 1rem .78571rem;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-family: Montserrat;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 5px;
}

.dropdown a.navUser-action {
  display: block !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.dropdown a.navUser-action span.icon-lock {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 16px;
  margin-right: 8px;
}

.dropdown a.navUser-action span.show {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}

.dropdown a.navUser-action span.icon-edit-1 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 16px;
  margin-right: 8px;
}

.header ul.user_wrapper li.Usersearch {
  margin: 0;
  padding: 0;
  display: none;
  display: inline-block;
  vertical-align: middle;
  display: none;
  float: none;
  border-left: 1px dotted #ccc;
}

.header ul.user_wrapper li.Usersearch a.navUser-action {
  transition: color .15s ease;
  text-decoration: underline;
  color: #202738;
  color: #333;
  font-weight: 700;
  padding: 1rem .78571rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-family: Montserrat;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 5px;
  display: block;
}

.header ul.user_wrapper li.Usersearch a.navUser-action span.icon-search {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0;
  position: relative;
  z-index: 99;
}

.header ul.user_wrapper li.Usersearch a.navUser-action span.icon-search:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

.header ul.user_wrapper li.Usersearch a.navUser-action span.show {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown--quickSearch {
  margin: 0;
  padding: 0;
  left: -9999px;
  outline: 0;
  position: absolute;
  background-color: #fff;
  padding: 1.5rem 0;
}

body.active .dropdown--quickSearch {
  z-index: 50;
  outline: 0;
  right: 0!important;
  display: initial;
  border: none;
}

body.active .dropdown--quickSearch .form-field:before, body.active .dropdown--quickSearch .form-field:after {
  display: table;
  content: '';
}

body.active .dropdown--quickSearch .form-field:after {
  clear: both;
}

.dropdown--quickSearch .form-field label.is-srOnly {
  line-height: 1.4;
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
}

.dropdown--quickSearch .form-field input#search_query:focus {
  outline: 0;
}

.dropdown--quickSearch .form-field input#search_query::placeholder {
  font-family: Montserrat;
  font-size: 12px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dropdown--quickSearch form.form.quick-search {
  margin: 0;
  padding: 0;
  margin: 0 0 1.5rem;
  margin: auto;
  max-width: 30rem;
  margin-bottom: 0;
  display: none;
  visibility: hidden;
  max-width: 100%;
}

.dropdown--quickSearch fieldset.form-fieldset {
  line-height: 1.4;
  border: 1px solid silver;
  border-width: 0;
  margin: 0;
  padding: 0;
}

.dropdown--quickSearch .form-field {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 0 2rem;
  max-width: none;
  margin: 0 0 15px;
  padding: 0;
  margin-bottom: 0 !important;
}

.dropdown--quickSearch .form-field input#search_query {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: .75rem 1rem;
  transition: border-color .1s ease-out;
  width: 100%;
  border-radius: 0;
  color: #333;
  line-height: 1;
  font-size: 20px;
  height: unset !important;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  font-size: 12px;
  padding: 10px;
  padding-left: 30px;
  color: #333;
}

.dropdown--quickSearch section.quickSearchResults {
  line-height: 1.4;
  position: relative;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px -2px #000;
}

.wishlist_wrapper {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  order: 3;
}

.wishlist_wrapper nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 27px;
  z-index: 5;
  padding: 0 !important;
  position: inherit !important;
  width: auto;
  top: 0 !important;
  transform: none !important;
  margin-right: -10px;
}

.wishlist_wrapper nav ul {
  float: left;
  float: right;
  margin-left: 1.5rem;
  float: left;
  float: right;
  margin-left: 1.5rem;
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  text-align: right;
}

.wishlist_wrapper nav ul:before, .wishlist_wrapper nav ul:after {
  content: " ";
  display: table;
}

.wishlist_wrapper nav ul:after {
  clear: both;
}

.wishlist_wrapper nav ul li {
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  display: none;
  float: none;
  vertical-align: middle;
}

.wishlist_wrapper nav ul li a {
  transition: color .15s ease;
  color: #333;
  font-weight: 700;
  padding: 1rem .78571rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-family: Montserrat;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 5px;
  display: block;
}

.wishlist_wrapper nav ul li a>i:first-child {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.wishlist_wrapper nav ul li a>i:last-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 5px;
}

.wishlist_wrapper nav ul li a>i:last-child:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

.header .menu_wrapper {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: -1;
  border-top: 1px solid #e1e1e1 !important;
}

.header .menu_inner {
  background-color: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem;
  max-width: 100% !important;
  padding: 1.5rem 1.5rem 5rem;
}

.header .menu_wrapper .navPages-quickSearch {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: .78571rem;
}

.header .menu_wrapper .navPages-quickSearch form.form.quick-search {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0;
}

.header .menu_wrapper .navPages-quickSearch fieldset.form-fieldset {
  border: 1px solid silver;
  border-width: 0;
  margin: 0;
  padding: 0;
}

.header .menu_wrapper .navPages-quickSearch .form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none;
  margin: 0 0 15px;
  padding: 0;
  margin-bottom: 0 !important;
}

.header .menu_wrapper .navPages-quickSearch label.is-srOnly {
  line-height: 1.4;
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
}

.header .menu_wrapper .navPages-quickSearch input#search_query {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 42px;
  margin: 0;
  padding: 10.5px 14px;
  transition: border-color .1s ease-out;
  width: 100%;
  border-radius: 0;
  color: #333;
  line-height: 1;
}

.header .menu_wrapper .navPages-quickSearch input#search_query::placeholder {
  font-family: Montserrat;
  font-size: 12px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header .menu_wrapper .navPages-quickSearch section.quickSearchResults {
  margin-top: 1.5rem;
  position: relative;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px -2px #000;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.header .custom_menu_primary .navigation-primary>ul {
  margin: 0;
  border-top: none!important;
  display: none!important;
  list-style: none;
}

.header .custom_menu_primary .navigation-primary>ul>li {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header .custom_menu_primary .navigation-primary>ul>li>a {
  transition: color .15s ease;
  line-height: inherit;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: .78571rem 0;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
  padding: .78571rem 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: inline-block;
}

.header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item>a {
  transition: color .15s ease;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: .78571rem 0;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(100% - 30px);
  padding: .78571rem 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: inline-block;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  display: none;
  outline: 0;
  z-index: 10;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #333;
  margin: .35714rem .78571rem;
  padding-left: .78571rem;
  border-left: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0 0 0 10px;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li {
  line-height: 1.4;
  font-size: 0;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>a {
  transition: color .15s ease;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: .78571rem 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: .78571rem 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 1.5rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: calc(100% - 30px);
  padding: .78571rem 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  border-left: 1px solid #333;
  margin: .35714rem .78571rem;
  padding-left: .78571rem;
  display: none;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
  display: none;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a {
  transition: color .15s ease;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: .78571rem 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 .35714rem;
  width: calc(100% - 30px);
  padding: .78571rem 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: inline-block;
}

.header ul.user_wrapper li.User:hover .dropdown {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 30%;
  border-top: 1px solid #e1e1e1;
  box-shadow: 1px 1px 4px 2px #e1e1e1;
  width: 160px;
  z-index: 500;
  background-color: #fff;
  text-align: left;
}

.header ul.user_wrapper li.User:hover .dropdown:before{
  content: "";
  position: absolute;
  top: -7px;
  left: 3px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e1e1e1;
}

.dropdown a.navUser-action span.icon-lock:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 700;
}

.dropdown a.navUser-action span.icon-edit-1:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 700;
}

header.header.sticky {
  position: fixed;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll{
  0%{
    transform: translateY(-175px);
  }

  100%{
    transform: translateY(0);
  }
}

.header.sticky .heade_logo a .header_logo_image_wrapper:after{
  content: '';
  display: block;
  padding-bottom: 2.35714rem;
  padding-bottom: 2.35714rem;
  padding-bottom: 2.35714rem;
}

.header.sticky .heade_logo a img{
  max-height: 2.35714rem;
  width: auto !important;
}

.header_wrapper{
  min-height: 367px;
}

.header .custom_menu_primary .navigation-primary>ul>li>a>.child-trigger {
  line-height: inherit;
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle;
  transition: all .15s ease;
  height: .57143rem;
  width: .57143rem;
  margin-left: .78571rem;
  transform: rotate(-90deg);
  height: .78571rem;
  width: .78571rem;
  margin: 0 1.5rem;
  display: none;
}

.header .custom_menu_primary .navigation-primary>ul>li>a>.child-trigger>span {
  line-height: 1;
}

.header .custom_menu_primary .navigation-primary>ul>li>a>.child-trigger>span:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 12px;
}

@media (min-width: 551px){
  .header .header_logo_inner{
    margin-left: 5.89286rem;
    margin-right: 5.89286rem;
  }

  .header ul.user_wrapper li.User{
    float: left;
  }

  .header ul.user_wrapper li.User>a{
    padding: 0 10px;
  }

  .dropdown a.navUser-action{
    padding: 0 10px;
  }

  .header ul.user_wrapper li.Usersearch{
    float: left;
  }

  .header ul.user_wrapper li.Usersearch a.navUser-action{
    padding: 0 10px;
  }

  .dropdown--quickSearch{
    padding: 3rem;
  }

  .dropdown--quickSearch form.form.quick-search{
    display: block;
    visibility: visible;
  }

  .wishlist_wrapper nav ul li{
    float: left;
  }

  .wishlist_wrapper nav ul li a{
    padding: 0 10px;
  }
}

@media (min-width: 768px){
  .header .heade_logo a{
    padding: 4px 0;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a{
    position: static;
    border-bottom: none;
    font-size: 15px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item>a{
    position: static;
    border-bottom: none;
    font-size: 15px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>a{
    position: static;
    border-bottom: none;
    font-size: 15px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a{
    position: static;
    border-bottom: none;
    font-size: 15px;
  }
}

@media (min-width: 801px) and (min-width: 551px){
  .header .custom_menu_primary .navigation-primary>ul{
    float: left;
  }
}

@media (min-width: 801px){
  header.header{
    border-bottom: 1px solid #e1e1e1;
    overflow: visible;
    position: relative;
    height: auto;
  }

  a.menu-toggler{
    display: none;
  }

  .header .header_logo_inner{
    margin: 4rem auto 4.5rem;
    padding: 0;
  }

  .header .heade_logo a{
    background: 0 0;
    border-bottom: 0 !important;
    display: inline;
    padding: 0;
    width: 100%;
  }

  .header .heade_logo a img{
    max-height: none;
  }

  .header .heade_logo a .header_logo_image_wrapper:after{
    padding-bottom: 238px;
    padding-bottom: 41px;
  }

  .header ul.user_wrapper{
    position: relative;
  }

  .header ul.user_wrapper li.Usersearch{
    display: block;
  }

  .wishlist_wrapper nav{
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50;
  }

  .wishlist_wrapper nav ul{
    position: relative;
  }

  .header .menu_wrapper{
    background: 0 0;
    display: block;
    height: auto;
    padding: 0;
    position: relative;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .header .menu_inner{
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    background: 0 0;
    font-size: 0;
    overflow-y: visible;
    padding: 0;
    text-align: center;
    background-color: #f2f2f5;
    height: 100%;
    overflow-y: auto;
    text-align: left;
  }

  .header .menu_wrapper .navPages-quickSearch{
    display: none;
    display: block;
  }

  .header .custom_menu_primary .navigation-primary>ul{
    display: inline-block;
    float: none;
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: block;
  }

  .header .custom_menu_primary .navigation-primary>ul>li{
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a{
    display: block;
    display: inline-block;
    padding: .78571rem 1.14286rem 1.14286rem;
    text-transform: uppercase;
  }

  .header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item>a{
    text-transform: uppercase;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content{
    background-color: #f2f2f2;
    padding: 1.5rem 1.5rem 2.28571rem!important;
    position: absolute;
    text-align: left;
    background-color: transparent;
    padding: 0!important;
    position: inherit;
    text-align: left;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul{
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    border-left: 0;
    margin: auto;
    padding-left: 0;
    max-width: 100%;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li{
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    padding: 0 .75rem!important;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    padding: 0!important;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>a{
    display: block;
    display: inline-block;
    padding: .78571rem 1.14286rem 1.14286rem;
    padding: .78571rem 0 1.14286rem;
    text-transform: none;
    width: 100%;
    border-bottom: 1px solid #333;
    margin-bottom: 1.14286rem;
    padding: .78571rem 0 1.14286rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: uppercase;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul{
    border: 0;
    display: block;
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li{
    margin: 0;
    padding: 0;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a{
    display: block;
    display: inline-block;
    padding: .78571rem 1.14286rem 1.14286rem;
    text-transform: none;
    width: 100%;
    text-transform: uppercase;
  }

  .header.sticky .heade_logo a .header_logo_image_wrapper:after{
    padding-bottom: 238px;
    padding-bottom: 41px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a>.child-trigger{
    transform: none;
    height: .57143rem;
    width: .57143rem;
    margin: 0 0 0 .78571rem;
  }
}

@media (min-width: 1024px){
  header.header{
    overflow: visible;
    position: relative;
  }

  .header .container{
    padding: 0 2rem;
  }

  body.active .dropdown--quickSearch{
    width: 280px!important;
    padding: 0;
    top: 0!important;
    left: 2.6rem!important;
  }

  a.menu-toggler{
    display: none;
  }

  .header .heade_logo{
    width: 30%;
  }

  .header .heade_logo a{
    padding: 5px 0;
  }

  .header .heade_logo a .header_logo_image_wrapper:after{
    padding-bottom: 238px;
  }

  .header .user-and-search-area{
    width: 35%;
    text-align: left;
    display: inline-block;
    position: relative;
  }

  .header ul.user_wrapper{
    position: relative;
  }

  .header ul.user_wrapper li.User{
    display: inline-block;
    float: none;
  }

  .header ul.user_wrapper li.User>a{
    padding: 10px;
  }

  .dropdown a.navUser-action{
    padding: 10px;
  }

  .header ul.user_wrapper li.Usersearch{
    display: inline-block;
    float: none;
  }

  .header ul.user_wrapper li.Usersearch a.navUser-action{
    padding: 10px;
  }

  .dropdown--quickSearch .form-field{
    margin: 0 0 20px;
  }

  .dropdown--quickSearch .form-field input#search_query{
    font-size: 13px;
  }

  .wishlist_wrapper{
    width: 35%;
  }

  .wishlist_wrapper nav{
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50;
  }

  .wishlist_wrapper nav ul{
    position: relative;
  }

  .wishlist_wrapper nav ul li{
    display: inline-block;
    float: none;
  }

  .wishlist_wrapper nav ul li a{
    padding: 10px;
  }

  .header .menu_wrapper{
    background-color: #fff;
    display: block;
    height: auto;
    padding: 0;
    position: relative;
  }

  .header .menu_inner{
    background-color: inherit;
    overflow-y: visible;
    padding: 0;
    text-align: center;
  }

  .header .menu_wrapper .navPages-quickSearch{
    display: none;
  }

  .header .menu_wrapper .navPages-quickSearch .form-field{
    margin: 0 0 20px;
  }

  .header .custom_menu_primary .navigation-primary>ul{
    display: inline-block!important;
    display: inline-block;
  }

  .header .custom_menu_primary .navigation-primary>ul>li{
    float: left;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a{
    width: auto;
    font-size: 14px;
    padding: 16px 18px;
    padding-right: 30px;
    position: relative;
  }

  .header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item>a{
    width: auto;
    font-size: 14px;
    padding: 16px 18px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content{
    background-color: #f2f2f2;
    padding: 1.5rem 1.5rem 2.28571rem!important;
    position: absolute;
    text-align: left;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul{
    max-width: calc(1440px + 4rem)!important;
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    border-left: 0;
    margin: 0 auto;
    padding-left: 0;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li{
    width: 20%!important;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    padding: 0 .75rem!important;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>a{
    width: auto;
    font-size: 14px;
    padding: 16px 18px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: .78571rem 0 .35714rem !important;
    border-bottom: 1px solid #333;
    margin-bottom: 1.14286rem;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul{
    display: block;
    margin: 0;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a{
    width: auto;
    font-size: 14px;
    padding: 16px 18px;
    width: auto;
    padding: .35714rem 0 .71429rem !important;
    font-weight: 400;
  }

  .header.sticky .heade_logo a .header_logo_image_wrapper:after{
    padding-bottom: 238px;
    padding-bottom: 5.5rem;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a>.child-trigger{
    display: block;
    height: auto;
    width: auto;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .mobile_social_icons{
    display: none;
  }

  .header .custom_menu_primary .navigation-primary>ul>li:hover>.dropdown__content {
    display: block !important;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1366px){
  .header .heade_logo a{
    padding: 5px 0;
  }

  .header ul.user_wrapper{
    margin: 0 -16px;
  }

  body.active .dropdown--quickSearch{
    width: 350px!important;
    left: 4.4rem!important;
  }

  .header ul.user_wrapper li.User>a{
    padding: 10px 16px;
    font-size: 13px;
  }

  .dropdown a.navUser-action{
    padding: 10px 16px;
    font-size: 13px;
  }

  .header ul.user_wrapper li.Usersearch a.navUser-action{
    padding: 10px 16px;
    font-size: 13px;
  }

  .dropdown--quickSearch .form-field input#search_query{
    font-size: 14px;
  }

  .wishlist_wrapper nav{
    margin-right: -20px;
  }

  .wishlist_wrapper nav ul li a{
    padding: 10px 16px;
    font-size: 13px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a{
    font-size: 15px;
    padding: 20px 27px;
    padding-right: 37px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item>a{
    font-size: 15px;
    padding: 20px 27px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>a{
    font-size: 15px;
    padding: 20px 27px;
    padding-right: 37px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a{
    font-size: 15px;
    padding: 20px 27px;
  }

  .header ul.user_wrapper li.User:hover .dropdown{
    width: 180px;
    left: 34%;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a>.child-trigger{
    right: 15px;
  }
}

@media (min-width: 1850px){
  .header .container{
    max-width: calc(1440px + 4rem);
  }

  .header .heade_logo a{
    padding: 5px 0;
  }

  body.active .dropdown--quickSearch{
    width: 350px!important;
    left: 4.2rem!important;
  }

  .header ul.user_wrapper{
    margin: 0 -20px;
  }

  .header ul.user_wrapper li.User>a{
    font-size: 14px;
  }

  .dropdown a.navUser-action{
    font-size: 14px;
  }

  .header ul.user_wrapper li.Usersearch a.navUser-action{
    font-size: 14px;
  }

  .dropdown--quickSearch .form-field{
    margin: 0 0 30px;
  }

  .wishlist_wrapper nav ul li a{
    font-size: 14px;
  }

  .header .menu_wrapper .navPages-quickSearch .form-field{
    margin: 0 0 30px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>a{
    font-size: 16px;
    padding: 24px 35px;
    padding-right: 43px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item>a{
    font-size: 16px;
    padding: 24px 35px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>a{
    font-size: 16px;
    padding: 24px 35px;
  }

  .header .custom_menu_primary .navigation-primary>ul>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a{
    font-size: 16px;
    padding: 24px 35px;
  }

  .header ul.user_wrapper li.User:hover .dropdown{
    width: 200px;
  }
}




@media (max-width: 1381px){
  .header_wrapper{
    min-height: 333px;
  }
}



@media (max-width: 1090px){
  .header_wrapper{
    min-height: 384px;
  }
}



@media (max-width: 1023px){
  .header_wrapper{
    min-height: 85.98px;
  }

  .header .custom_menu_primary,
  .header .custom_menu_primary .navigation-primary>ul>li:hover>a, .header .custom_menu_primary .navigation-primary>ul>li.no-submenu.menu-item:hover>a{
    background-color: unset !important;
  }

  header.header{
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 30px;
  }

  header.header.sticky {
    animation: none;
  }

  .header.sticky .heade_logo a img {
    max-height: inherit;
  }

  a.menu-toggler{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    position: relative;
    padding: 0;
  }

  a.menu-toggler .toggle-icon:before{
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0);
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
    width: 1.42857rem;
    top: -.5rem;
    background: #333;
  }

  a.menu-toggler .toggle-icon:after{
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0);
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
    width: 1.42857rem;
    bottom: -.5rem;
    background: #333;
  }

  .header .heade_logo a{
    padding: 4px 0;
    line-height: 1;
    background: 0 0;
  }

  .header .heade_logo a .header_logo_image_wrapper:after{
    padding-bottom: 2.35714rem;
  }

  a.menu-toggler.open .toggle-icon {
    background-color: transparent;
    transition-delay: .1s;
  }

  a.menu-toggler.open .toggle-icon:before {
    transform: rotate(45deg);
    background-color: #333;
    bottom: auto;
    top: auto;
    transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
  }

  a.menu-toggler.open .toggle-icon:after {
    transform: rotate(-45deg);
    background-color: #333;
    bottom: auto;
    top: auto;
    transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
  }

  body.open {
    overflow: hidden;
  }

  header.header.open {
    height: 100%;
  }

  .header .menu_wrapper.open {
    display: block;
    padding-top: 55px;
    z-index: 0;
  }

  .header .menu_inner{
    width: 100%;
    background: 0 0;
    font-size: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 1.5rem 1.5rem 5rem;
    height: 100%;
    overflow-y: auto;
    text-align: left;
    background-color: #f2f2f2;
  }

  .header .custom_menu_primary .navigation-primary>ul.open {
    display: block!important;
    margin-top: .78571rem;
    padding-top: .78571rem;
    border-color: #e1e1e1;
    padding-left: 0;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>a{
    text-decoration: none;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
    display: inline-block;
    width: calc(100% - 30px);
    padding: .78571rem 0;
    font-family: Montserrat;
    position: static;
    border-bottom: none;
    font-size: 15px;
    text-transform: uppercase;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.child-trigger {
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: .78571rem;
    cursor: pointer;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.child-trigger>i {
    line-height: inherit;
    vertical-align: middle;
    transition: all .15s ease;
    margin: 0 0 0 .78571rem;
    width: 10px;
    height: 10px;
    margin-left: 0;
    color: #333;
    transform: rotate(-90deg);
    display: block;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.child-trigger>i>span.theme-icon {
    line-height: 1;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.child-trigger>i>span.theme-icon:before {
    font-family: icomoon;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 12px;
  }

  .mobile_social_icons ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #333;
    margin-top: .78571rem;
    padding-top: .78571rem;
    border-color: #e1e1e1;
    display: block;
  }

  .mobile_social_icons ul>li {
    line-height: 1.4;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: none;
  }

  .mobile_social_icons ul>li>a {
    background-color: transparent;
    line-height: inherit;
    transition: color .15s ease;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    display: inline-block;
    width: calc(100% - 30px);
    padding: .78571rem 0;
    font-family: Montserrat;
    position: static;
    border-bottom: none;
    font-size: 15px;
    text-transform: uppercase;
  }

  .mobile_social_icons ul>li>ul {
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    border: none;
    display: unset;
    float: unset;
  }

  .mobile_social_icons ul>li>ul>li {
    line-height: 1.4;
    display: inline-block;
    font-size: 0;
    padding: 0;
    width: auto;
    margin: 0 7px 0 0;
  }

  .mobile_social_icons ul>li>ul>li:last-child {
    margin-right: 0;
  }

  .mobile_social_icons ul>li>ul>li>a {
    background-color: transparent;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
    transition: all .15s ease;
    margin: 0;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    position: relative;
  }

  .mobile_social_icons ul>li>ul>li>a>svg {
    line-height: 1.4;
    vertical-align: top;
    display: inline-block;
    transition: all .15s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    fill: #8e8e8e;
    width: 20px;
    height: 20px;
    padding: 2px;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.facebook>svg{
    fill: #fff;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.instagram>svg {
    fill: #fff;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.twitter {
    background-color: #55acee;
    border-color: #55acee;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.twitter>svg {
    fill: #fff;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.pinterest>svg {
    fill: #fff;
  }

  .mobile_social_icons ul>li>ul>li:hover>a.youtube>svg {
    fill: #fff;
  }

  .header .menu_wrapper .navPages-quickSearch input#search_query:focus {
    border-color: #9665aa;
    outline: 0 !important;
  }

  .mobile_social_icons ul>li>a:hover {
    color: #9665aa;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul {
    padding: 0;
    list-style: none;
    padding-left: 0;
    width: 100%;
    border-left: 0;
    margin: 0 0 0 10px;
    max-width: 100%;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul:before, .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul:after {
    content: " ";
    display: table;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul:after {
    clear: both;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li {
    margin: 0;
    font-size: 0;
    width: 100%;
    float: none;
    padding: 0!important;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>a {
    color: #333;
    font-weight: 600;
    display: inline-block;
    width: calc(100% - 30px);
    padding: .78571rem 0;
    font-family: Montserrat;
    position: static;
    border-bottom: none;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.child-trigger {
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: .78571rem;
    cursor: pointer;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.child-trigger>i {
    line-height: inherit;
    vertical-align: middle;
    transition: all .15s ease;
    margin: 0 0 0 .78571rem;
    width: 10px;
    height: 10px;
    margin-left: 0;
    color: #333;
    transform: rotate(
      -90deg);
    display: block;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.child-trigger>i>span.theme-icon {
    line-height: 1;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.child-trigger>i>span.theme-icon:before {
    font-family: icomoon;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 12px;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.dropdown__content {
    display: none;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.dropdown__content>ul {
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
    display: block;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.dropdown__content>ul>li {
    line-height: 1.4;
    font-size: 0;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a {
    line-height: inherit;
    transition: color .15s ease;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    display: inline-block;
    width: calc(100% - 30px);
    padding: .78571rem 0;
    font-family: Montserrat;
    position: static;
    border-bottom: none;
    font-size: 15px;
    text-transform: uppercase;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.child-trigger.icon>i {
    transform: rotate(0);
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.child-trigger.icon>i {
    transform: rotate(0);
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>a:hover {
    color: #9665aa;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>a:hover {
    color: #9665aa;
  }

  .header .custom_menu_primary .navigation-primary>ul.open>li>.dropdown__content>ul>li>.dropdown__content>ul>li>a:hover {
    color: #9665aa;
  }
}

@media (max-width: 800px){
  .header .heade_logo a img{
    width: auto !important;
  }

  .header.sticky .heade_logo a img{
    max-height: 2.35714rem;
  }
}

@media (max-width: 767px){
  header.header{
    top: 48px;
  }

  .header_wrapper{
    min-height: 103.98px;
  }
}
.footer .bottom-footer {
  line-height: 1.4;
  background-color: #f4f4f7;
  font-size: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}

.footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}

.footer .bottom-footer p {
  font-family: Montserrat;
  font-size: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

footer.footer {
  line-height: 1.4;
  border-top: none;
  padding: 0;
  font-size: 14px;
}

.footer .footer_menus {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: -1;
  border-top: none;
  background: 0 0!important;
  border-top: none;
}

.footer .footer_menus .navigation-primary {
  background-color: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem;
  max-width: 100% !important;
  padding: 1.5rem 1.5rem 5rem;
}

.footer .footer_menus .navigation-primary:before, .footer .footer_menus .navigation-primary:after {
  display: table;
  content: '';
}

.footer .footer_menus .navigation-primary:after {
  clear: both;
}

.footer .footer_menus .navigation-primary>ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.footer .footer_menus .navigation-primary>ul>li {
  font-size: 0;
}

.footer .footer_menus .navigation-primary>ul>li>a {
  transition: color .15s ease;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: .78571rem 0;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(100% - 30px);
  padding: .78571rem 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  color: #333;
}

.footer .footer-content {
  font-size: 0;
  padding: 10px 0;
}

.footer .privacy_links {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.footer .privacy_links ul {
  margin-left: 1.15rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.5rem;
  margin: 0;
  padding: 0;
}

.footer .privacy_links ul>li {
  padding: 10px 0;
}

.footer .privacy_links ul>li:first-child {
  padding-top: 0 !important;
}

.footer .privacy_links ul>li:last-child {
  padding-bottom: 0 !important;
}

.footer .privacy_links ul>li>a {
  transition: color .15s ease;
  font-family: Montserrat;
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .footer-social_icon_and_form_section_wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  vertical-align: top;
  margin-top: 20px;
}

.footer .content_inner {
  margin: 0 auto;
}

.footer .social_icons {
  line-height: 1.4;
  margin-bottom: 16px;
}

.footer .social_icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  margin-left: 0;
}

.footer .social_icons ul>li {
  line-height: 1.4;
  display: inline-block;
  font-size: 0;
  margin-bottom: .35714rem;
  margin-right: .78571rem;
  margin: 0 4px 0 0;
  width: auto;
  padding: 0 10px;
  margin: 0 !important;
}

.footer .social_icons ul>li>a {
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  transition: all .15s ease;
  margin: 0;
  text-decoration: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
}

.footer .social_icons ul>li>a>svg {
  line-height: 1.4;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  transition: all .15s ease;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0;
  fill: #000;
}

.footer .footer_form h3 {
  color: #010101;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: .78571rem;
  margin-top: 2.28571rem;
  font-family: Montserrat;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer .footer_form h3 {
  color: #010101;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: .78571rem;
  margin-top: 2.28571rem;
  font-family: Montserrat;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer .footer_form form {
  line-height: 1.4;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
}

.footer .footer_form form .field {
  margin: 0;
}

.footer .footer_form form .field>label {
  display: none;
}

.footer .footer_form form .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem !important;
  margin: 0;
  padding: .75rem 1rem;
  transition: border-color .1s ease-out;
  width: 100%;
  border-radius: 0;
  color: #333;
  line-height: 1;
  flex: 1;
  display: block;
  width: 100% !important;
}

.footer .footer_form form .hs-input::placeholder {
  font-family: Montserrat;
  font-size: 12px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer .footer_form form .hs_submit {
  top: 21px;
  transform: translateY(-50%);
  border: none;
  right: 8px;
  margin: 0;
  position: absolute;
}

.footer .footer_form form .hs_submit input.hs-button.primary.large {
  margin: 0;
  background: none;
  padding: 0;
  width: 34px;
  height: 22px;
  border: none;
  text-indent: -9999px;
  position: relative;
  /* top: 87%; */
  /* transform: translateY(-50%); */
  border: none;
  /* right: 14px; */
  margin: 0;
}

.footer .footer_payment_images {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  display: block;
}

.footer .payment_images_inner {
  padding: 0;
  margin: 0;
  height: auto;
}

.footer .footer_payment_images i {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}

.footer .footer_payment_images i>svg {
  line-height: 1.4;
  overflow: hidden;
  fill: #000;
  height: 100%;
  margin: .35714rem;
  vertical-align: middle;
  width: 3.57143rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  width: 35px;
  height: 25px;
  margin: 0;
  padding: 2px;
}

.footer .footer_text {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  line-height: 1.4;
}

.footer .footer_text .address_area, .footer .footer_text .contact_number, .footer .footer_text .email_section {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  display: block;
}

.footer .footer_text .address_area address, .footer .footer_text .contact_number address, .footer .footer_text .email_section address {
  font-family: Montserrat;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
}

.footer .footer_text .contact_number address svg, .footer .footer_text .email_section address svg {
  line-height: 1.4;
  vertical-align: text-bottom;
  margin-bottom: 2px;
  fill: #000;
}

.footer .footer_form form .actions {
  position: relative;
}

.footer .footer_form form .actions:before {
  position: absolute;
  font-family: icomoon;
  content: "";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: #9665aa;
}

.footer .footer_form form .actions:hover:before {
  color: #202738;
}

.footer_logo {
  line-height: 1.4;
}

.footer_logo_inner {
  font-size: 0;
  text-align: center;
  height: inherit;
  margin: 0 auto;
}

.footer_logo a {
  transition: color .15s ease;
  color: #000;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 70%;
  z-index: 20;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

.footer_logo a:before, .footer_logo a:after {
  display: table;
  content: '';
}

.footer_logo a:after {
  clear: both;
}

.footer_logo_image_wrapper {
  line-height: 1.4;
  position: relative;
}

.footer_logo_image_wrapper:before {
  content: '';
  display: block;
  background: #72c05d;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.footer_logo_image_wrapper:after {
  content: '';
  display: block;
  padding-bottom: 2.35714rem;
  background-color: #fff;
}

.footer_logo a img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem;
  background-color: #fff;
  padding: 0 16px;
  width: auto !important;
}

@media (min-width: 551px){
  .footer .social_icons ul>li{
    margin: 0 7px 0 0;
  }
}

@media (min-width: 768px){
  .footer .bottom-footer p{
    font-size: 11px;
    line-height: 1;
  }

  .footer .footer_menus .navigation-primary>ul>li>a{
    position: static;
    border-bottom: none;
    font-size: 15px;
  }

  .footer .privacy_links{
    width: 50%;
  }

  .footer .footer-social_icon_and_form_section_wrapper{
    width: 50%;
    margin-top: 0;
  }

  .footer .footer_payment_images{
    width: 50%;
    display: inline-block;
  }

  .footer .footer_text .address_area, .footer .footer_text .contact_number, .footer .footer_text .email_section{
    width: 100%;
    display: inline-block;
  }
}

@media (min-width: 801px){
  .footer .footer_menus{
    background: 0 0;
    display: block;
    height: auto;
    padding: 0;
    position: relative;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .footer .footer_menus .navigation-primary{
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    background: 0 0;
    font-size: 0;
    overflow-y: visible;
    padding: 0;
    text-align: center;
    background-color: #f2f2f5;
    height: 100%;
    overflow-y: auto;
    text-align: left;
  }

  .footer .footer_menus .navigation-primary>ul{
    display: inline-block;
    float: none;
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: block;
  }

  .footer .footer_menus .navigation-primary>ul>li{
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }

  .footer .footer_menus .navigation-primary>ul>li>a{
    display: block;
    display: inline-block;
    padding: .78571rem 1.14286rem 1.14286rem;
    text-transform: uppercase;
  }

  .footer_logo_inner{
    padding: 0;
  }

  .footer_logo a{
    padding: 0;
    background: 0 0;
    border-bottom: 0 !important;
  }

  .footer_logo_image_wrapper:after{
    padding-bottom: 238px;
  }

  .footer_logo a img{
    max-height: none;
  }
}

@media (min-width: 1024px){
  .footer .bottom-footer{
    padding: 15px 0;
  }

  .footer .container{
    padding: 0 2rem;
  }

  .footer .footer_menus{
    display: block;
    height: auto;
    padding: 0;
    position: relative;
  }

  .footer .footer_menus .navigation-primary{
    background-color: inherit;
    overflow-y: visible;
    padding: 0;
    text-align: center;
  }

  .footer .footer_menus .navigation-primary>ul{
    display: inline-block;
  }

  .footer .footer_menus .navigation-primary>ul>li{
    float: left;
  }

  .footer .footer_menus .navigation-primary>ul>li>a{
    width: auto;
    font-size: 14px;
    padding: 16px 18px;
    font-size: 13px;
  }

  .footer .footer-content{
    padding: 25px 0 50px;
  }

  .footer .privacy_links{
    width: 30%;
  }

  .footer .privacy_links ul{
    max-width: 170px;
  }

  .footer .privacy_links ul>li{
    padding: 12px 0;
  }

  .footer .privacy_links ul>li>a{
    font-size: 13px;
  }

  .footer .footer-social_icon_and_form_section_wrapper{
    width: 40%;
  }

  .footer .content_inner{
    max-width: 360px;
  }

  .footer .social_icons{
    margin-bottom: 24px;
  }

  .footer .social_icons ul>li{
    padding: 0 15px;
  }

  .footer .footer_form h3{
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer .footer_form h3{
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer .footer_payment_images{
    width: 100%;
  }

  .footer .footer_text{
    vertical-align: top;
    text-align: right;
    width: 30%;
    margin-top: 0;
  }

  .footer .footer_text .address_area, .footer .footer_text .contact_number, .footer .footer_text .email_section{
    width: 100%;
    margin-bottom: 0;
  }

  .footer .footer_text .address_area address, .footer .footer_text .contact_number address, .footer .footer_text .email_section address{
    font-size: 13px;
    line-height: 2;
  }

  .footer_logo a img{
    padding: 0 32px;
  }
}

@media (min-width: 1261px){
  .footer .footer_form form .hs-input{
    width: auto;
  }
}

@media (min-width: 1366px){
  .footer .bottom-footer p{
    font-size: 12px;
  }

  .footer .footer_menus .navigation-primary>ul>li>a{
    font-size: 15px;
    padding: 20px 27px;
    font-size: 14px !important;
  }

  .footer .footer-content{
    padding: 30px 0 60px;
  }

  .footer .privacy_links ul{
    max-width: 185px;
  }

  .footer .privacy_links ul>li{
    padding: 16px 0;
  }

  .footer .privacy_links ul>li>a{
    font-size: 14px;
  }

  .footer .footer_form h3{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer .footer_form h3{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer .footer_payment_images i>svg{
    width: 40px;
    height: 30px;
  }

  .footer .footer_text .address_area address, .footer .footer_text .contact_number address, .footer .footer_text .email_section address{
    font-size: 14px;
  }

  .footer_logo a img{
    padding: 0 48px;
  }
}

@media (min-width: 1850px){
  .footer .bottom-footer{
    padding: 20px 0;
  }

  .footer .container{
    max-width: calc(1440px + 4rem);
  }

  .footer .footer_menus .navigation-primary>ul>li>a{
    font-size: 16px;
    padding: 24px 35px;
  }

  .footer .footer-content{
    padding: 19px 0 70px;
  }

  .footer .content_inner{
    max-width: 460px;
  }

  .footer .social_icons{
    margin-bottom: 32px;
  }

  .footer .social_icons ul>li{
    padding: 0 23px;
  }

  .footer .footer_payment_images i>svg{
    width: 45px;
    height: 35px;
  }

  .footer .footer_text .address_area, .footer .footer_text .contact_number, .footer .footer_text .email_section{
    margin-bottom: 0;
  }
}



@media (max-width: 1024px){
  .footer .footer_menus .navigation-primary{
    background: 0 0;
    text-align: center;
    padding: 0;
  }

  .footer .footer_menus{
    display: block;
    position: relative;
    padding: 20px 5px 0 5px!important;
    margin: 0!important;
    z-index: 1;
  }

  .footer .footer_menus .navigation-primary>ul>li>a{
    padding: 10px 0!important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
  .footer .footer_menus .navigation-primary>ul>li{
    float: left!important;
    width: 25%;
  }
}

@media (max-width: 1023px){
  .footer .footer_menus .navigation-primary>ul>li>a{
    font-size: 12px;
  }

  .footer .footer_form form{
    position: relative;
    max-width: 280px;
    margin: 0 auto;
  }

  .footer .footer_menus .navigation-primary>ul>li:hover>a {
    background-color: unset !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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