/* Missing Template at Path: \'TvuNetworks_July2021\/css\/generic\/font-awesome.css\' */
*, *: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 20px;
}

.footer__container, 
.header__container,
.page-center,
.dnd-section > .row-fluid,
.content-wrapper{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}




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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: icomoon; 
  src: url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/TvuNetworks_July2021/fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/icomoon.ttf") format("truetype"), 
      url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/icomoon.woff") format("woff"), 
        url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/icomoon.svg") format("svg"); 
          font-style: normal; 
          font-weight: 400; 
          font-display: block; 
          }

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/TvuNetworks_July2021/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/fa-regular-400.woff2") format("woff2"), 
      url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/fa-regular-400.woff") format("woff"), 
        url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/fa-regular-400.ttf") format("truetype"), 
          url("https://19963008.fs1.hubspotusercontent-na1.net/hubfs/19963008/raw_assets/public/TvuNetworks_July2021/fonts/fa-regular-400.svg") format("svg"); 
            font-style: normal; 
            font-weight: 400; 
            font-display: block; 
            }

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.78571428571;
  word-break: break-word;
}

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
   -webkit-text-decoration-skip: objects;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}


/* Headings */

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

h1{
  line-height: 1.2;
  margin: 0 0 12px;
}






/* 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;
}
/* Form fields */

form{
  margin-bottom:20px;
}

.form-title{
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height:1.15;
}

@media (min-width: 768px){
  .form-title{
    margin-bottom: 45px;
    font-size: 24px;
  }

}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
#hs-pwd-widget-password{
  background-color: #FFF;
  border: 2px solid #c9c6c3;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  line-height: 1.15;
  color: #666 !important;
  margin-bottom:30px;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 16px;
  padding: 6px 15px;
  outline:0;
}

@media (min-width: 768px){
  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{
    padding: 14px 15px;
  }
}



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: 0.7rem 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 1.15;
  font-size: 16px;
  -webkit-transition: color .3s linear, background-color .3s linear;
    -o-transition: color .3s linear, background-color .3s linear;
    transition: color .3s linear, background-color .3s linear;
  outline: 0;
  margin-top:10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header{
  line-height:1.15;
}

header ul{
  padding:0;
  margin:0;
  list-style:none;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(4%,#080808),to(#000));
  background-image: -webkit-linear-gradient(bottom,#080808 4%,#000 100%);
  background-image: -o-linear-gradient(bottom,#080808 4%,#000 100%);
  background-image: linear-gradient(to top,#080808 4%,#000 100%);
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 14px 0;
  z-index: 99999;
}

.header__container{
  max-width: 1394px;
  padding: 0 20px;
  margin: 0 auto;
}

.logo {
  display: block;
  width: 154px;
}

.logo img {
  display: block;
  width: 100% !important;
}

.header-nav-holder {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-menu {
  position: relative;
  width: 22px;
  height: 14px;
  z-index: 10;
  -webkit-transition: left .3s linear;
  -o-transition: left .3s linear;
  transition: left .3s linear;
  top: 0;
  left: 0;
  cursor: pointer;
}

.burger-menu span {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 22px;
  background-color: #fff;
}

.burger-menu:before {
  position: absolute;
  left: 0;
  display: block;
  width: 22px;
  height: 2px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  content: '';
  bottom: auto;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
}

.burger-menu:after {
  position: absolute;
  left: 0;
  display: block;
  width: 22px;
  height: 2px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  content: '';
  top: auto;
  bottom: 0;
  background-color: #fff;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}



.updates-holder {
  display: none;
}


.updates-holder a,
.mob-btn-block a{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  width: 135px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px 10px;
  border: none;
  -webkit-transition: color .3s linear,background-color .3s linear;
  -o-transition: color .3s linear,background-color .3s linear;
  transition: color .3s linear,background-color .3s linear;
  background-color: #70b858;
  color: #fff;
  line-height: 1.15;
  max-width: 100%;
}

.updates-holder a:hover,
.mob-btn-block a:hover{
  background-color: #56af31;
  color:#ffffff;
}

.header-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
}

.language-form {
  display: block;
  position: relative;
  width: 70px;
  margin: 0 10px 0 8px;
  padding: 16px 0;
}

.language-form {
  display: none;
  position: relative;
  width: 70px;
  margin: 0 10px 0 8px;
  padding: 16px 0;
  display: block;
}

.current-language{
  position: relative;
  display: block;
  padding: 0 24px 0 23px;
  color: #918f8e;
  line-height: 1.15;
}

.current-language:before{
  font-family: icomoon;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform .3s linear,-webkit-transform .3s linear;
  content: '\e921';
  right: auto;
  left: 0;
  margin-top: 0;
  font-size: 20px;
}

.current-language:after{
  content: '\e909';
  font-family: icomoon;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  margin-top: 3px;
  -webkit-transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition:transform .3s linear,-webkit-transform .3s linear;
}

.language-form:hover .current-language{
  color: #56af31;
}

.language-form:hover .current-language:after{
  -webkit-transform: translateY(-50%) rotate(
    180deg
  );
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(
    180deg
  );
}


.language-items .hs-menu-wrapper ul{
  display:block;
}

.language-items ul li a {
  background-color: #ebebeb;
  padding: 2px 6px;
  display: block;
  color: #918f8e;
  -webkit-transition: color .3s linear,background-color .3s linear;
  -o-transition: color .3s linear,background-color .3s linear;
  transition: color .3s linear,background-color .3s linear;
}

.language-items ul li a:hover {
  color: #56af31;
  background-color: #fff;
}

.search-form {
  position: relative;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  margin-left: 10px;
  font-size: 14px;
}

.search-form .input-hidden {
  position: absolute;
  top: -2px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 0;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

.open_search .search-form .input-hidden{
  width: 200px;
}

.search-form input {
  font-family: sans-serif;
  line-height: 1.15;
  margin: 0;
  width: 100%;
  font-size: 14px;
  outline: 0;
  color: #666;
  border: none;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  padding: 0 3px;
  height: 26px;
}

.search-form input::-webkit-input-placeholder {
  color: #c9c6c3 !important;
}

.search-form .search {
  padding: 1px 6px;
  overflow: visible;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-appearance: button;
  position: relative;
  display: block;
  min-width: 22px;
  height: 22px;
  background-color: transparent;
  margin-left: 5px;
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: opacity .3s linear,visibility .3s linear;
  -o-transition: opacity .3s linear,visibility .3s linear;
  transition: opacity .3s linear,visibility .3s linear;
}
.search-form .search:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 24px;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  content: "\e92c";
  font-size: 18px;
}

.search-form .search:hover:before{
  color: #56af31;
}
.open_search .search-form .search{
  opacity: 0;
  visibility: hidden;
}
.search-form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 2;
  color: #918f8e;
  outline: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear,visibility .3s linear;
  -o-transition: opacity .3s linear,visibility .3s linear;
  transition: opacity .3s linear,visibility .3s linear;
}
.search-form .close:hover{
  color: #56af31;
}
.open_search .search-form .close{
  opacity: 1;
  visibility: visible; 
}

.close:after, .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate( 45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
  -webkit-transition: background-color .3s linear,color .3s linear;
  -o-transition: background-color .3s linear,color .3s linear;
  transition: background-color .3s linear,color .3s linear;
}

.search-form .close:after, .search-form .close:before {
  background-color: #fff;
}

.close:after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}



.account-drop{
  position: relative;
  width: 100%;
}

.account-link{
  color: #918f8e;
}

.account-link:hover{
  color: #56af31;
}

.account-link i{
  -webkit-transition: opacity .3s linear,visibility .3s linear;
  -o-transition: opacity .3s linear,visibility .3s linear;
  transition: opacity .3s linear,visibility .3s linear;
}

.account-link .account-btn{
  color: #918f8e;
  display: block;
  text-align: center;
  width: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
  background-color: #000;
  padding: 6px 4px;
  -webkit-transition: width .3s linear,opacity .3s linear,visibility .3s linear;
  -o-transition: width .3s linear,opacity .3s linear,visibility .3s linear;
  transition: width .3s linear,opacity .3s linear,visibility .3s linear;
  font-size: 9px;
}

.account-link .account-btn:hover{
  color: #56af31;
}

.account-link .account-btn>div {
  display: inline;
}

.account-link .account-btn:after{
  content: "\e909";
  font-family: icomoon!important;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 9px;
  margin-right: -7px;
}

.account-drop:hover .account-link i{
  opacity: 0;
  visibility: hidden;
}

.account-drop:hover .account-btn{
  width: 66px;
  opacity: 1;
  visibility: visible;
}
.account-link:hover .account-link i{
  opacity: 0;
  visibility: hidden;
}

.upd-submenu{
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}

.account-drop:hover .upd-submenu{
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  opacity: 1;
  visibility: visible;
}

.upd-submenu .account-drop-note{
  background-color: #ebebeb;
  padding: 5px 15px;
  text-align: right;
  font-size: 9px;
  color: #030303;
  line-height:1.15 ;
}

.upd-submenu .hs-menu-wrapper>ul {
  display: block;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.upd-submenu .hs-menu-wrapper ul li a{
  outline: 0;
  display: block;
  background-color: #ebebeb;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  font-size: 16px;
  color: #918f8e;
  font-weight: 400;
  padding: 15px 24px 15px 17px;
  line-height: 1.15;
}

.upd-submenu .hs-menu-wrapper ul li a:hover{
  background-color: #fff;
  color: #70b858;
}


.additional-header {
  display: none;
}

.menu-secondary-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1394px;
  padding: 0 20px;
  margin: 0 auto;
}

.menu-secondary-menu .hs-menu-wrapper>ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin: 0 -20px;
}

.menu-secondary-menu .hs-menu-wrapper>ul>li{
  padding: 0 20px;
  margin-bottom: 11px;
}

.menu-secondary-menu .hs-menu-wrapper>ul>li .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 66px;
}

.menu-secondary-menu .hs-menu-wrapper>ul>li .img-holder img {
  max-width: 100%;
  max-height: 100%;
}

.menu-secondary-menu .hs-menu-wrapper>ul>li>a p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.15;
  color: #666;
}

.custom_menu_primary .navigation-primary>ul>li .level-2 ..header-submenu li a{
  display: block;
  background-color: #ebebeb;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  font-size: 16px;
  color: #918f8e;
  font-weight: 400;
  padding: 15px 24px 15px 17px;
}

.level-2 a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 2;
}

.close:hover:after, .close:hover:before{
  background-color: #56af31;
}


.mega-img-holder {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
}

.mega-img-holder img {
  max-width: 100%;
}

.text-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.3;
  font-size: 14px;
}

.text-holder .mega_menuText {
  display: block;
  color: #70b858;
  font-weight: 400;
}

.custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a.learn_more{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  min-width: 135px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  -webkit-transition: color .3s linear,background-color .3s linear;
  -o-transition: color .3s linear,background-color .3s linear;
  transition: color .3s linear,background-color .3s linear;
  background-color: #56af31;
  margin:0;
  color: #fff;
  text-transform: uppercase;
}

.custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a.learn_more:hover{
  background-color: #56af31;
  color:#fff;
}

.custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a.learn_more .mega_menuText{
  color:inherit !important;
}

.side-block {
  text-align: center;
}

.side-block img {
  display: block;
  margin: 0 auto 44px;
  max-width: 100%;
}

.side-block h4 {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  margin: 0 0 30px;
  color: #000;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.side-block a {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px 0px 0px !important;
  position: relative;
  color: #666 ;
}

.side-block a:hover{
  color: #56af31 ;
}

.side-block a:before {
  font-family: icomoon!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  content: "\e902";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #70b858;
  font-size: 1.2em;
}

.mob-btn-block{
  max-width: 40%;
}





@media screen and (min-width: 1024px){
  .language-items {
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: 115%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear,visibility .3s linear;
    -o-transition: opacity .3s linear,visibility .3s linear;
    transition: opacity .3s linear,visibility .3s linear;
  }

  .language-form:hover .language-items{
    opacity: 1;
    visibility: visible;
  }

  .custom_menu_primary .navigation-primary>ul {
    padding: 10px 15px;
  }

  .custom_menu_primary .navigation-primary>ul>li{
    position: relative;
    padding: 5px 0;
    line-height: 1.15;
  }

  .custom_menu_primary .navigation-primary>ul>li>a{
    display: block;
    position: relative;
    padding-right: 10px;
    line-height: 1.15;
  }



  .custom_menu_primary .navigation-primary>ul>li .level-2{
    opacity:0;
    visibility:hidden;
    padding: 10px 0;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    background-color: transparent ;
  }

  .custom_menu_primary .navigation-primary>ul>li:hover .level-2{
    opacity:1;
    visibility:visible;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
  }

  .custom_menu_primary .navigation-primary>ul>li .level-2 .header-submenu{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }

  .custom_menu_primary .navigation-primary>ul>li:not(.mega_menu) .level-2 .header-submenu li a{
    outline: 0;
    display: block;
    background-color: #ebebeb;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-size: 16px;
    color: #918f8e;
    font-weight: 400;
    padding: 15px 24px 15px 17px;
    line-height: 1.15;
  }

  .custom_menu_primary .navigation-primary>ul>li:not(.mega_menu) .level-2 .header-submenu li a:hover{
    background-color: #fff;
    color: #70b858;
  }
  .submenu_lg {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .custom_menu_primary .navigation-primary>ul>li .level-2{
    position: absolute;
    top: 100%;
    left: 0;
  }
  .custom_menu_primary .navigation-primary>ul>li:not(.mega_menu) .level-2 .header-submenu{
    width: 212px;
    border: 1px solid #ebebeb;
    border-width: 0 1px 1px;
  }
  .custom_menu_primary .navigation-primary>ul>li:not(.mega_menu) .level-2 .header-submenu li a{
    padding: 11px 30px !important;
  }

  header.header{
    padding-top: 45px;
  }

  .main-header {
    padding: 0;
  }

  .header__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-menu {
    display: none;
  }

  .logo {
    width: 168px !important;
    padding-top: 5px;
  }

  .header-no-nav .logo{
    padding-bottom: 3px;
  }

  .header-nav-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px;
    max-width: calc(100% - 168px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-nav {
    font-size: 12px;
  }

  .header-nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .custom_menu_primary .navigation-primary>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu ul.level-2{
    position: absolute;
    top: 100%;
    left: 0;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    overflow: auto;
    background-color: #fff;
    padding: 30px 15px;
    -webkit-box-shadow: 0 1px 50px rgb(0 0 0 / 60%);
    box-shadow: 0 1px 50px rgb(0 0 0 / 60%);
  }

  .updates-holder {
    display: block;
  }

  .header-subnav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }

  .language-form {
    margin: 0;
  }

  .language-form{
    margin: 0;
  }

  .current-language{
    color:#ffffff;
  }

  .search-form {
    width: auto;
    margin: 0 10px;
  }
  .search-form .close{
    color: #fff;
  }

  .account-drop{
    width: auto;
    margin-left: 12px;
  }
  .account-link{
    color: #ffffff;
  }

  .account-link .account-btn{
    color: #fff;
  }


  .upd-submenu{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
  }
  .additional-header {
    display: block;
  }

  .upd-submenu .hs-menu-wrapper>ul{
    width: 212px;
    border: 1px solid #ebebeb;
    border-width: 0 1px 1px;
  }

  .upd-submenu .hs-menu-wrapper ul li a,
  .custom_menu_primary .navigation-primary>ul>li .level-2 .header-submenu li a{
    padding: 11px 30px;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu>li{
    width: 33.33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 15px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu>li:first-child{
    width:66.66%;
    padding: 0 15px;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left:-15px;
    margin-right:-15px;
    flex-direction: column;
    position: relative;
    height: 100%;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li{
    width:50%;
    padding: 0 15px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li>a{
    padding: 10px 0;
    font-size:18px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3 .level-4{
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    display:none;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3 li.tab_active .level-4{
    display:block;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a{
    margin-bottom: 15px;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5>li:last-child{
    margin-top:50px;
  }
  .mob-btn-block{
    display:none;
  }
  .mobileMenu_button{
    display:none;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu{
    max-width: 1300px;
    margin: 0 auto;
    width: 100% !important;
  }

  .custom_menu_primary .navigation-primary>ul>li .level-2 .header-submenu li a:empty{
    display:none;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li>a{
    color: #666;
    display: block;
    padding: 10px 0;
    position: relative;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li.tab_active>a{
    color: #56af31;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li.tab_active>a:before{
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #70b858;
    transition: opacity .3s linear,visibility .3s linear;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li>a:hover{
    color: #56af31;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-4 .related_products{
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 30px;
    display:block;
    pointer-events:none;
    padding:0;
    color: #000;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    color: #666;
    padding: 0;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a:hover .mega_menuText{
    text-decoration: underline;
  }

}

@media (min-width:768px){
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a.learn_more{
    padding: 11px 10px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li.tab_active>a:before{
    left: -13px;
  }
}


@media (min-width: 1200px){
  .header-nav-holder {
    padding-left: 150px;
  }
  .custom_menu_primary .navigation-primary>ul {
    padding: 10px 15px;
  }

  .custom_menu_primary .navigation-primary>ul>li{
    padding: 5px 15px;
  }
  .custom_menu_primary .navigation-primary>ul>li>a{
    font-size: 12px;
    font-weight: 300;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu ul.level-2{
    padding: 50px 15px;
  }
  .open_search .search-form .input-hidden{
    width: 240px;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu>li:last-child{
    padding: 0 30px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu>li:first-child{
    padding: 0 30px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3 .level-4{
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3{
    margin-left:-30px;
    margin-right:-30px;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-3>li{
    padding: 0 30px;
  }
}

@media screen and (max-width: 1023px){
  .header__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
  }

  .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-85%,-50%);
    -ms-transform: translate(-85%,-50%);
    transform: translate(-85%,-50%);
    max-width: 41%;
  }

  .header-nav{
    display: block;
    position: absolute;
    width: 290px;
    overflow-y: auto;
    left: -290px;
    -webkit-transition: left .3s linear;
    -o-transition: left .3s linear;
    transition: left .3s linear;
    z-index: 1;
    top: 100%;
    height: calc(100vh - 58px);
    background-color: #fff;
  }

  .open_menu .header-nav{
    left: 0;
  }

  .mega-img-holder{
    display:none;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-4 .related_products,
  .level-2 a.close{
    display:none;
  }

  .custom_menu_primary .navigation-primary .level-2{
    display:none;
    padding-left: 5px;
  }

  .upd-nav {
    padding: 10px 15px;
  }

  .custom_menu_primary .navigation-primary ul ul{
    display:none;
    padding-top: 10px;
  }

  .custom_menu_primary .navigation-primary>ul>li{
    position: relative;
    padding: 5px 0;
  }
  .custom_menu_primary .navigation-primary>ul>li>a{
    color: #918f8e !important;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-right: 10px;
  }
  .custom_menu_primary .navigation-primary>ul>li>a:hover{
    color: #70b858 !important;
  }
  .custom_menu_primary .navigation-primary ul li.has-submenu>a:before{
    font-family: icomoon!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    content: "\e902";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #454141;
    font-size: 20px;
  }

  .custom_menu_primary .navigation-primary ul li.has-submenu.open_mobile_child>a:before{
    opacity:0;
    visibility: hidden;
  }

  .custom_menu_primary .navigation-primary ul li.has-submenu.open_mobile_child>a:after{
    content: "\e909";
    font-family: icomoon!important;
    position: absolute;
    top: 50%;
    right: 0;
    color: #454141;
    font-size: 20px;
    transition: transform .3s linear,-webkit-transform .3s linear;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .language-form {
    width: 100%;
    margin-right: 0;
    margin: 0;
  }

  .current-language:before{
    right: auto;
    left: 0;
    margin-top: 0;
    content: "LANGUAGES";
    font-size: 14px;
    font-weight: 300;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .current-language:after{
    color: #454141;
    font-size: 20px;
    right: 0;
  }

  .current-language{
    font-size: 0;
    display: block;
    padding-left: 0;
    color: #918f8e !important;
  }

  .search-form{
    display:none;
  }
  .account-drop{
    display: none;
  }
  .language-items{
    display:none;
  }


  .mobileMenu_button a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    min-width: 135px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
    padding: 7px 10px;
    border: none;
    -webkit-transition: color .3s linear,background-color .3s linear;
    -o-transition: color .3s linear,background-color .3s linear;
    transition: color .3s linear,background-color .3s linear;
    background-color: #70b858;
    color: #fff;
  }

  .mobileMenu_button a:hover{
    background-color: #56af31;
    color:#fff;
  }
  .side-block{
    display:none;
  }

  .custom_menu_primary .navigation-primary ul ul.level-3,
  .custom_menu_primary .navigation-primary ul ul.level-5{
    display:block;
  }

  .custom_menu_primary .navigation-primary ul ul.level-2 ul li a{
    color: #56af31 !important;
    display: block;
    padding: 5px 0;
    position: relative;
    font-size:16px;
    line-height:1.15;
    background-color: #fff;
  }

  .text-holder .mega_menuText{
    font-size:16px;
    line-height: 1.15;
  }

  .text-holder .sub_text{
    color: #666;
    line-height:1.15;
    font-size:16px;
  }
  .text-holder{
    line-height:1.15;
  }

  .custom_menu_primary .navigation-primary ul ul.level-5{
    padding-top: 0;
  }
  .custom_menu_primary .navigation-primary ul ul.level-4{
    padding-top:5px;
  }

  .custom_menu_primary .navigation-primary ul ul.level-5 li{
    margin-bottom: 10px;
    line-height: 1.15;
  }

  .custom_menu_primary .navigation-primary ul ul.level-5 li a{
    padding:0px;
  }

  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a.learn_more{
    padding: 7px 10px !important;
  }
  .custom_menu_primary .navigation-primary>ul>li.mega_menu .header-submenu .level-5 li a.learn_more .mega_menuText{
    color:#fff !important;
    font-size: 14px;
  }

  .custom_menu_primary .navigation-primary ul ul.level-3>li{
    padding-bottom: 20px;
  }

  .custom_menu_primary .navigation-primary ul ul.level-2 ul.level-3>li>a{
    display: block;
    padding: 5px 0;
    position: relative;
    color: #666 !important;
    padding-right: 2px;
  }

  .custom_menu_primary .navigation-primary ul ul.level-2 ul.level-3>li>a:hover{
    color: #56af31 !important;
  }
  .custom_menu_primary .navigation-primary ul ul.level-3{
    padding-bottom: 40px;
  }

  .custom_menu_primary .navigation-primary>ul>li:nth-child(2) ul.level-3{
    padding-bottom: 20px;
  }

  .open_MobileLanguage .language-items{
    display:inline-block;
  }
  .open_MobileLanguage .current-language{
    color: #56af31;
  }
  .language-form:hover .current-language:after{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(0deg);
  }

  .language-form.open_MobileLanguage .current-language:after{
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .body-container-wrapper{
    padding-top: 50px;
  }

  .custom_menu_primary .navigation-primary>ul>li:not(.mega_menu) .level-2 .header-submenu li a{
    display: block;
    background-color: #ebebeb !important;
    -webkit-transition: background-color .3s linear !important;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-size: 16px;
    color: #918f8e !important;
    font-weight: 400;
    padding: 15px 24px 15px 17px;
  }
  .custom_menu_primary .navigation-primary>ul>li:not(.mega_menu) .level-2{
    padding-left:0;
    margin-bottom: 10px;
  }
  
  .header-no-nav .main-header{
    min-height: 58px;
  }

}


@media (max-width:341px){
  .body-container-wrapper{
    padding-top: 66px;

  }
   .header-no-nav .main-header{
    min-height: 74px;
  }
}
footer ul{
  padding:0;
  margin:0;
  list-style:none;
}

.fixed-popup {
  position: fixed;
  z-index: 5;
  left: -10px;
  bottom: 5px;
  -webkit-transition: left .3s linear;
  -o-transition: left .3s linear;
  transition: left .3s linear;
  /* -webkit-box-shadow: 0 1px 40px 0 rgb(0 0 0 / 30%); */
  box-shadow: 0 1px 40px 0 rgb(0 0 0 / 30%);
}
.fixed-popup:hover{
  left: -5px;
}
.fixed-popup a{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  min-width: 135px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  border: none;
  -webkit-transition: color .3s linear,background-color .3s linear;
  -o-transition: color .3s linear,background-color .3s linear;
  transition: color .3s linear,background-color .3s linear;
  color: #fff;
  background-color: #70b858;
  padding: 10px 40px;
  text-align: left;
  position: relative;
  line-height:1.15;
}

.fixed-popup a:before{
  font-family: icomoon!important;
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  color:#fff;
}

.fixed-popup a:hover{
  background-color: #56af31;
  color:#fff;
}

footer.footer{
  background-color: #c9c6c3;
  padding-bottom: 8px;
}
footer.footer.footer-no-nav{
  padding: 13px 0 8px;
}

.footer__container{
  max-width: 1142px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-nav{
  display: block;
}

.copyright-holder {
  display: none;
}
.copyright-holder p{
  margin-bottom: 5px;
  line-height:1.15;
  color: #666;
}

.copyright-holder a{
  color: #666;
}
.copyright-holder a:hover{
  color: #56af31;
}

.copyright-holder i{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: -4px 12px 0 5px;
}

.icon-copyright:before {
  content: "\e90b";
}

.social_column{
  overflow: hidden;
  margin: 0 -15px;
  border-bottom: 1px solid #918f8e;
  padding-top: 23px;
  border-bottom: none;
}

.footer_menu {
  overflow: hidden;
  margin: 0 -15px;
  border-bottom: 1px solid #918f8e;
}

footer .footer_menu .hs-menu-wrapper>ul>li{

  overflow: hidden;
  border-bottom: 1px solid #918f8e;
}

footer .footer_menu .hs-menu-wrapper>ul>li>a,
footer .social_column h4 *{
  margin: 0 0 30px;
  display:block;
  position: relative;
  margin-bottom: 45px;
  font-size: 16px;
  line-height:1.15;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-weight:700;
  color: #666;
  pointer-events:none;
}

footer .footer_menu .hs-menu-wrapper>ul>li ul li{
  margin-bottom: 14px;
  line-height:1.15;
}

footer .footer_menu .hs-menu-wrapper>ul>li ul li a{
  color: #666;
  text-decoration: none;
  line-height:1.15;
  font-size: 16px;
}
footer .footer_menu .hs-menu-wrapper>ul>li ul li a:hover{
  color: #56af31;
}

.uni-popup-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(201,198,195,.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear,visibility .3s linear;
  -o-transition: opacity .3s linear,visibility .3s linear;
  transition: opacity .3s linear,visibility .3s linear;
  z-index: 50;
}

.open_form .uni-popup-holder {
  opacity: 1;
  visibility: visible;
}

.uni-popup-holder .uni-popup {
  position: relative;
  padding: 50px 45px 10px;
  width: 700px;
  max-width: 100vw;
  max-height: 90vh;
  overflow: auto;
  color: #262626;
  background-color: #f4f4f4;
}


.uni-popup-holder a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 2;
  outline: 0;
}

.uni-popup-holder .form-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
  background-color: transparent !important;
  color: #262626;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  line-height: 1.15;
}

.uni-popup form {
  position: relative;
  color: rgb(145, 143, 142);
  text-align: center;
      margin-bottom: 0;
}

.uni-popup form:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(201, 198, 195);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  z-index: 1;
}

.uni-popup .hs-form-field>label {
  display: none;
}

.uni-popup .hs-form-field {
  position: relative;
  margin: 0px 0px 30px;
}

.uni-popup .hs-form-field .hs-input {
  width: 100%;
  outline: 0px;
  color: rgb(102, 102, 102);
  height: 35px;
  border: 0px;
  padding: 7px 15px;
  font-size: 16px;
  border-radius: 0;
  font-family: Arial;
  line-height: normal;
  font-weight: 400;
}

.uni-popup .hs-form-field select.hs-input{
  font-family: auto;

  line-height: normal;
}

.uni-popup .hs-form-field .hs-input::placeholder{
  color:#ccc !important;
}

.uni-popup-holder .widget-type-form{
  width: 100%;
  height: 400px;
  overflow-y: auto;
  margin-bottom: 33px;
}

.uni-popup .hs_submit.hs-submit {
  display: block;
  padding: 20px 0px;
  color: rgb(102, 102, 102);
  font-size: 24px;
  margin: 0;
  line-height: 1.15;
}

.uni-popup .hs_submit.hs-submit input.hs-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 135px;
  transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
  outline: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(112, 184, 88);
  font-size: 16px;
  padding: 10px 15px;
  height: auto;
  border: none;
  box-shadow: none;
  width: auto;
  border-radius: 0;
  font-family: Arial;
}

.uni-popup .hs_error_rollup label{
  color: #ff0000;
  font-size: 14px;
  display: block;
  font-weight: 700;
}

.footer-language-form {
  position: relative;
  padding: 16px 0;
  display: block;
  width: 50px;
  margin: 0 auto;
}

.footer-language-form .hs-menu-wrapper>ul>li>a {
  position: relative;
  display: block;
  padding: 0 24px 0 23px;
  outline: 0;
  padding-right: 0;
  line-height: 1.15;
  font-size: 16px;
  color: #666;
}

.footer-language-form .hs-menu-wrapper>ul>li.footer_lang>a{
  color: #56af31;
}

.footer-language-form .hs-menu-wrapper>ul>li>a:before {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform .3s linear,-webkit-transform .3s linear;
  content: '\e921';
  right: auto;
  left: 0;
  margin-top: 0;
  font-size: 20px;
}



.footer-language-form .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  position: absolute;
  min-width: 115%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear,visibility .3s linear;
  -o-transition: opacity .3s linear,visibility .3s linear;
  transition: opacity .3s linear,visibility .3s linear;
  top: auto;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.footer-language-form .hs-menu-wrapper>ul>li.footer_lang ul.hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
}

.footer-language-form .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a {
  background-color: #ebebeb;
  padding: 2px 6px;
  display: block;
  color: #918f8e;
  -webkit-transition: color .3s linear,background-color .3s linear;
  -o-transition: color .3s linear,background-color .3s linear;
  transition: color .3s linear,background-color .3s linear;
  outline: 0;
  line-height: 1.15;
  font-size: 16px;
}

.footer-language-form .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a:hover {
  color: #56af31;
  background-color: #fff;
}

@media (min-width: 600px){
  .uni-popup form{
    display: flex;
    flex-wrap: wrap;
  }
  .uni-popup .hs-form-field{
    display: inline-block;
    vertical-align: middle;
    margin-left: -.3em;
    width: 50%;
    padding: 0 10px;
  }
  .uni-popup .hs-form-field:nth-child(even) {
    margin-left: -.4em;
  }
  .uni-popup .hs-form-field .hs-input{
    height: 50px;
    padding: 15px;
  }
  .uni-popup .hs_submit.hs-submit{
    width: 100%;
    padding: 20px;
  }
  .uni-popup .hs-form-field select.hs-input{
    padding: 10px 15px 14px 10px;
  }
}

@media (min-width: 768px){
  .fixed-popup {
    bottom: 90px;
  }
  footer.footer{
    padding: 45px 0 5px;
  }

  footer.footer.footer-no-nav{
    padding: 10px 0 5px;
  }

  .footer-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
  }
  .copyright-holder {
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    display: block;
  }
  .copyright-holder p{
    font-size: 9px;
    font-weight: 700;
  }
  .social_column{
    padding-top: 0;
    width: 25%;
    padding: 0 20px;
    margin: 0 0 20px;
    overflow: visible;
  }
  .footer_menu{
    width: 75%;
    margin: 0 0 20px;
    overflow: visible;
    border-bottom: none;
  }
  footer .footer_menu .hs-menu-wrapper>ul>li{
    width:33.3333333333%;
    padding: 0 20px;
    overflow: visible;
    border-bottom: none;
  }
}

@media screen and (min-width: 1024px){
  footer.footer{
    padding: 90px 0 5px;
  }
  footer.footer.footer-no-nav{
    padding: 10px 0 5px;
  }
  .footer-language-form{
    display:none;
  }
}

@media screen and (max-width: 767px){
  footer .social_column h4 *{
    pointer-events: initial;
  }
  footer .footer_menu .hs-menu-wrapper>ul>li>a, footer .social_column h4{
    padding: 13px 19px;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    margin-bottom: 0;
    pointer-events: initial;
  }
  footer .footer_menu .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 11px;
  }

  .footer-language-form .hs-menu-wrapper>ul>li>a,
  .footer-language-form .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a{
    font-size:14px;
  }
  footer .social_column h4.opener {
    display: none;
  }

  footer .footer_menu .hs-menu-wrapper>ul>li:last-child{
    border: 0;
  }

  footer .footer_menu .hs-menu-wrapper>ul>li>a:before,
  footer .footer_menu .hs-menu-wrapper>ul>li>a:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #918f8e;
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
  }

  footer .footer_menu .hs-menu-wrapper>ul>li>a:after{
    -webkit-transform: translateY(-50%) rotate( 90deg );
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  footer .footer_menu .hs-menu-wrapper>ul>li.footerMenuOpen>a{
    background-color: #fff;
  }

  footer .footer_menu .hs-menu-wrapper>ul>li.footerMenuOpen>a:after{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer_menu .hs-menu-wrapper>ul>li.footerMenuOpen>.hs-menu-children-wrapper{
    max-height: 999px;
    overflow: visible;
  }

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