/********* CSS **************/

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 220px;
  padding: 7px 9px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, 0.97);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
*, *: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;
}
.dnd-section>.row-fluid, .content-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dnd-section, .content-wrapper--vertical-spacing{
  padding-left:0px!important;
  padding-right:0px!important;
}




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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/Red_Pitaya_November_2021/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/raw_assets/public/Red_Pitaya_November_2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/raw_assets/public/Red_Pitaya_November_2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/raw_assets/public/Red_Pitaya_November_2021/fonts/fa-brands-400.ttf) format("truetype");

  font-style: normal; font-weight: 400; font-display: block;
}










@font-face {
  font-family: "woodmart-font"; 
  src: url(https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/raw_assets/public/Red_Pitaya_November_2021/fonts/woodmart-font.woff2) format("woff2"),
    url(https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/raw_assets/public/Red_Pitaya_November_2021/fonts/woodmart-font.woff) format("woff");
  font-style: normal; font-weight: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.61111111111;
  word-break: break-word;
  overflow-x:hidden;
}

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

/* Paragraphs */

p {
  margin-bottom:20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
      transition: all .25s ease;

}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.2
}





/* 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;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

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

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

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

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {

  display: /*inline-block*/ flex;
  align-items: center;
  float: none;
  width: auto;
  font-weight: 400;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Barlow Semi Condensed;
  font-size: 18px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  color: #33475b;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  padding: 0 15px;
  min-height: 27px;
  padding-top: 8px;
  padding-bottom: 8px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus, 
form input[type=file]:focus, 
form select, form textarea:focus{
  outline: none ;

}
form fieldset {
  max-width: 100% !important;
}
.hs-error-msgs label {
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin:0px;
}

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;*/
  width: 100%;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin:0px;
}
.form-title{
  font-size: 22px;
  display: inline-block;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif;


}



/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button  {
  cursor: pointer;
  display: inline-block;

  white-space: normal;

  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-family: Barlow Semi Condensed;
  margin-top:15px;
  margin-bottom:20px;
}

/* 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;
}
.main_header {
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
.shop_button a:hover {
  box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
}

.language_link select:focus {
  border-color: rgba(130, 130, 130, 0.2);
  outline: transparent;
}
.about_us {
  position: relative;
  margin-right: 5px;
}

.about_us a {
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
}
.about_us a span {
  position: relative;
  font-size: 0;
}

.about_us a span:before {
  font-size: 20px;
  content: "\f128";
  font-family: "woodmart-font";
}

button.searchsubmit:hover,
button.searchsubmit:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #777 !important;
}

.header_container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1222px;
}

.header_bottom {
  width: 100%;
  box-shadow: 0px 11px 6px -5px rgba(0, 0, 0, 0.39);
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.main_header_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  transition: height 0.2s ease;
}
.header_logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
  justify-content: flex-start;
  margin-left: -10px;
}
.header_logo_inner {
  padding-right: 10px;
  padding-left: 10px;
}

.navigation_rows {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
  flex: 1 1 0%;
}

.navigation_row_padding {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  flex: 1 1 auto;
}

.desktop_logo img {
  vertical-align: middle;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  max-height: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  height: 100%;
}

.sticky_logo {
  display: none;
}
.sticky_logo img {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  max-height: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  height: 100%;
}

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

.header_bottom nav > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.header_bottom nav > ul > li > a {
  display: inline-block;
  height: 34px;
  line-height: 31px;
  padding: 0 23px;
  border-right: 1px solid #000000;
  color: #000;
  font-size: 16px;
}

.header_bottom nav > ul > li:last-child > a {
  border-right: none;
}

.header_bottom nav > ul > li > a:hover {
  background-color: #d02321;
  color: #fff;
}

.navigation-primary > ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  text-align: left;
}
.navigation-primary > ul > li {
  position: relative;
}

.navigation-primary > ul > li > a {
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-right: 10px;
  padding-left: 10px;
  height: 40px;
  color: #333;
  font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.navigation-primary > ul ul.submenu.level-2 .child_container {
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

.sticky .main_header {
  position: fixed;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  width: 100%;
}
.navigation-primary > ul > li.has-submenu > a:after {
  margin-left: 4px;
  font-weight: 400;
  font-style: normal;
  font-size: 50%;
  content: "\f129";
  font-family: "woodmart-font";
  color: rgba(82, 82, 82, 0.45);
}
.sticky .desktop_logo {
  display: none;
}
.sticky .sticky_logo {
  display: block;
}

.navigation_rows_right {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
  justify-content: flex-end;
  margin-right: -10px;
}

.shop_button {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}

.shop_button a {
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.3px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 35px;
  color: #fff;
  background-color: #d02321;
  white-space: nowrap;
}

.language_link {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 auto;
}
.language_link select {
  background-color: transparent;
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.5s ease;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 42px;
  padding-right: 30px;
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-image: url(https://7715357.fs1.hubspotusercontent-na1.net/hubfs/7715357/raw_assets/public/Red_Pitaya_November_2021/images/download.svg);
  border-radius: 5px;
  border: 2px solid rgba(129, 129, 129, 0.2);
  color: rgb(41, 41, 41);
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}

.navigation-primary > ul > li:nth-child(3) .child_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1222px;
  padding: 0;
  width: auto;
}
.navigation-primary > ul > li:nth-child(3) .child_padding {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 20px 20px;
  background-color: #f9f9f9;
}

.navigation-primary > ul > li:nth-child(3) .child_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  max-width: none;
  flex-wrap: wrap;
}
.navigation-primary > ul > li:nth-child(3) .child_row > li {
  min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}

.navigation-primary > ul > li:nth-child(3) .child_row > li a {
  display: block;
  padding: 10px 5px;
  background-color: #ffffff;
  border-radius: 3px;
}

.login_button {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.login_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
}

.login_button a:after {
  font-size: 19px;
  content: "\f124";
  font-family: "woodmart-font";
}

.search_icon {
  position: relative;
  margin-right: 90px;
}

.search_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.25s ease;
}

.search_icon a span {
  position: relative;
  font-size: 0;
}

.search_icon a span:before {
  font-size: 19px;
  transition: opacity 0.3s ease;
  content: "\f130";
  font-family: "woodmart-font";
}

.search_icon a span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  font-size: 15px;
  opacity: 0;
  content: "\f112";
  font-family: "woodmart-font";
}

.wd-search-dropdown {
  z-index: 380;
  margin: 15px 0 0;
  background-color: #fff;
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
  text-align: left;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  width: 300px;
  right: 0;
  left: auto;
}

ul.l_tinynav1 {
  display: none;
}

.banner-section .dnd-section > .row-fluid {
  max-width: none !important;
  padding: 0px;
}
.banner-section .dnd-section {
  padding: 0px 0px !important;
}
.navigation-primary > ul > li:nth-child(3) .child_row > li > .nav_child-link-text {
  text-align: left;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.navigation-primary > ul > li:nth-child(3) .child_row > li > .nav_child-link-text .child_inner_text {
  position: relative;
  flex: 1 1 auto;
}
.navigation-primary > ul > li:nth-child(3) .child_row > li > .nav_child-link-text .child_inner_text > a {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #242424;
  display: block;
  font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-weight: 700;
}

.navigation-primary > ul > li:nth-child(3) .child_row > li > .nav_child-link-text > .box-icon-wrapper {
  flex: 0 0 auto;
  line-height: 0;
  margin-right: 20px;
  max-width: 50%;
}
.info-box-icon img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navigation-primary > ul > li:nth-child(3) .child_row > li > .nav_child-link-text > .box-icon-wrapper.info-box-icon {
  display: inline-block;
  transition: all 0.25s ease;
  overflow: hidden;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row {
  display: flex;
  flex-direction: column;
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:first-child {
  padding: 10px;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:first-child a {
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.3;
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navigation-primary > ul > li {
  position: static;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:nth-child(2) > a {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #242424;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:nth-child(2) {
  background-color: #f9f9f9;
  padding: 20px;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:nth-child(2) > ul {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:nth-child(2) > ul li a {
  padding: 10px 5px 10px 5px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  display: block;
}

.navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:nth-child(2) > ul > li:nth-child(odd) a {
  margin-right: 20px;
}

.navigation-primary > ul > li .link_Wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.navigation-primary > ul > li .link_Wrapper .info-box-icon {
  flex: 0 0 auto;
  line-height: 0;
  margin-right: 20px;
  max-width: 50%;
}

.navigation-primary > ul > li .link_Wrapper .info-box-icon img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navigation-primary > ul > li .link_Wrapper .link_text {
  font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
  color: #242424;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.navigation-primary > ul > li .link_Wrapper p {
  margin-bottom: 0;
  font-size: 15px;
  color: #777777;
  margin: 0px;
}
.search_icon:hover .wd-search-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: visible;
  pointer-events: unset;
}
button.searchsubmit {
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.3px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  line-height: 18px;
  font-weight: 400;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #777;
  margin: 0 !important;
}

input.search_input {
  transition: border-color 0.5s ease;
  background-color: transparent !important;
  box-shadow: none;
  vertical-align: middle;
  padding: 0 15px !important;
  max-width: 100%;
  width: 100% !important;
  font-size: 15px;
  padding-right: 50px !important;
  height: 70px;
  border: 0 !important;
  font-size: 15px !important;
  font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif !important;
  color: rgb(41, 41, 41) !important;
  font-weight: 400 !important;
}

input.search_input::-webkit-input-placeholder {
  color: rgb(41, 41, 41);
}
button.searchsubmit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity 0.1s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(187, 187, 187);
  border-left-color: rgb(187, 187, 187);
  border-radius: 50%;
  vertical-align: middle;
}

.wd-search-dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 15px;
}
button.searchsubmit:after {
  font-size: 20px;
  transition: opacity 0.2s ease;
  content: "\f130";
  font-family: "woodmart-font";
}

header.header.sticky {
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.fixedHeader .main_header {
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fixedHeader.slidUp .main_header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.fixedHeader.slidUp.th-scroll-header .main_header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fixedHeader.slidUp:not(.scroll-header) .main_header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .navigation-primary > ul > li:first-child ul.submenu.level-2 .child_row > li:nth-child(2) {
    width: 69.665%;
  }
}

@media (min-width: 1025px) {
  .main_header_row {
    height: 90px;
    max-height: 90px;
  }

  .fixedHeader .main_header_row {
    height: 60px;
    max-height: 60px;
  }
  header.header.sticky .main_header_row {
    height: 60px;
    max-height: 60px;
  }

  .navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:nth-child(2) > ul > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .trigger_icon {
    display: none;
  }

  .navigation-primary > ul > li:not(:nth-child(3)) ul.submenu.level-2 .child_row > li:first-child {
    padding: 25px 45px;
  }

  .navigation-primary > ul > li:hover ul.submenu.level-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
  }
  .mobile_area {
    display: none;
  }
  .navigation-primary > ul ul.submenu.level-2 {
    z-index: 380;
    margin: 0;
    background-color: transparent;
    text-align: left;
    position: absolute;
    top: 65px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    padding: 0;
    min-height: 290px;
    max-width: fit-content;
    width: 100%;
    padding-top: 15px;
  }

  .navigation-primary > ul > li:nth-child(3) ul.submenu.level-2 {
    max-width: 700px;
    right: 15px;
  }

  .sticky .navigation-primary > ul ul.submenu.level-2 {
    padding-top: 0px;
    top: 60px;
  }

  button.searchsubmit:hover {
    color: #333;
  }
}

@media (max-width: 1024px) {
  .main_header_row {
    height: 60px;
    max-height: 60px;
  }

  .sticky .sticky_logo {
    display: none;
  }
  .sticky .desktop_logo {
    display: block;
  }
  .desktop_logo img {
    width: 150px !important;
  }

  .navigation_rows,
  .shop_button,
  .login_button,
  .search_icon {
    display: none;
  }

  .trigger_icon {
    position: relative;
  }

  .trigger_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #333;
    line-height: 1;
    padding-right: 10px;
    padding-left: 10px;
  }

  .trigger-tools-icon {
    position: relative;
    font-size: 0;
  }
  .trigger-tools-icon:before {
    font-size: 24px;
    content: "\f15a";
    font-family: "woodmart-font";
  }
  .trigger_icon a:hover {
    color: #33333399;
  }

  .mobile_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    top: -150px;
    height: calc(100vh + 300px);
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #fff;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    width: 300px;
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mobile-searchform {
    z-index: 2;
    box-shadow: 0 -1px 9px rgb(0 0 0 / 17%);
    position: relative;
  }
  .mobile_search_input {
    transition: border-color 0.5s ease;
    background-color: transparent !important;
    box-shadow: none;
    vertical-align: middle;
    padding: 0 15px !important;
    max-width: 100%;
    width: 100% !important;
    font-size: 15px !important;
    padding-right: 50px !important;
    padding-left: 20px !important;
    height: 70px;
    border: 0 !important;
    font-weight: 600 !important;
    color: #292929 !important;
    border-radius: 5px !important;
    font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif !important;
  }

  .mobilr-searchsubmit {
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.3px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    line-height: 18px;
    font-weight: 400;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #777;
    margin: 0px;
  }
  .mobilr-searchsubmit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity 0.1s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(187, 187, 187);
    border-left-color: rgb(187, 187, 187);
    border-radius: 50%;
    vertical-align: middle;
  }
  .mobilr-searchsubmit:after {
    font-size: 20px;
    transition: opacity 0.2s ease;
    content: "\f130";
    font-family: "woodmart-font";
  }
  .mobile-open .mobile_layer {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0s ease;
  }
  .mobile-open .mobile-nav {
    -webkit-transform: none;
    transform: none;
  }
  .mobile_search_input::-webkit-input-placeholder {
    color: rgb(41, 41, 41);
  }
  button.mobilr-searchsubmit:hover,
  button.mobilr-searchsubmit:focus {
    background-color: transparent !important;
    color: #333 !important;
    border-color: TRANSPARENT !important;
  }
  .mobile_navigations .navigation-primary > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .mobile_navigations .navigation-primary > ul > li {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .mobile_navigations .navigation-primary > ul > li > a {
    text-decoration: none;
    transition: all 0.25s ease;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #333;
    flex: 1 1 0%;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid #81818133;
  }

  ul.submenu.level-1 .child-trigger {
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #2d2a2a;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease;
    border-left: 1px solid #81818133;
  }
  ul.submenu.level-1 .child-trigger:after {
    font-weight: 700;
    font-size: 12px;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    content: "\f113";
    font-family: "woodmart-font";
  }
  .navigation-primary > ul > li.has-submenu > a {
    margin-right: -50px;
    padding-right: 55px;
  }
  .navigation-primary > ul ul.submenu.level-2 {
    width: 100%;
    display: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .navigation-primary > ul > li.has-submenu > a:after {
    display: none;
  }

  .navigation-primary > ul > li:nth-child(8) > a:before {
    margin-right: 7px;
    font-size: 12px;
    line-height: 1;
    font-family: "woodmart-font";
    content: "\f128";
  }

  .navigation-primary > ul > li:nth-child(9) > a:before {
    margin-right: 7px;
    font-size: 12px;
    line-height: 1;
    font-family: "woodmart-font";
    content: "\f124";
  }

  .navigation-primary > ul > li > a:hover {
    color: #333 !important;
  }

  .navigation-primary > ul > li:nth-child(4) .child_padding {
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    background-color: #f9f9f9;
  }
  .navigation-primary > ul > li:nth-child(4) .child_row > li {
    min-height: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .navigation-primary > ul > li:nth-child(4) .child_row > li a {
    display: block;
    padding: 10px 5px;
    background-color: #fff;
    border-radius: 3px;
  }
  .navigation-primary > ul > li .link_Wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgb(41, 41, 41);
    margin: 0px;
  }
  .mobile_navigations .navigation-primary > ul > li.open_child > a {
    background-color: #0000000a;
    border-bottom: 0px;
  }
  .mobile_navigations .navigation-primary > ul > li.open_child .child-trigger {
    background-color: #d02321;
    color: #fff;
  }
  .mobile_navigations .navigation-primary > ul > li.open_child .child-trigger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-nav {
    padding-bottom: 40px;
  }
  .navigation-primary > ul ul.submenu.level-3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) {
    padding: 0px 10px 10px 10px;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(2) {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 4px 0px 0px 4px;
    background-color: #f9f9f9;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) ul.submenu.level-2 .child-trigger {
    display: none;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(2) > a {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    display: block;
  }
  .navigation-primary > ul > li:nth-child(2) .link_Wrapper p {
    line-height: 24px;
    font-size: 15px !important;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(2) ul.submenu.level-3 > li > a {
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 0%;
    padding: 5px 20px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: none;
    color: #848484;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
  }
  .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(2) ul.submenu.level-3 > li {
    min-height: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) > a,
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) ul.submenu.level-3 > li > a {
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 0%;
    padding: 5px 20px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: none;
    color: #848484;
  }
  .trigger_icon {
    position: relative;
    margin-left: 45px;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) > a:hover,
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) ul.submenu.level-3 > li > a:hover {
    color: #d02321 !important;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) {
    display: none;
    margin-top: 10px;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(2) {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(1) {
    display: block;
    margin-top: 0px;
  }
  .mobile_navigations .navigation-primary > ul > li:nth-child(2) .child_row > li:nth-child(2) {
    margin-top: 0px;
  }
}

@media (max-width: 350px) {
  .mobile-nav {
    width: 270px;
  }
  .trigger_icon {
    position: relative;
    margin-left: 8px;
  }
}
.footer{
  background-color: rgb(0,0,0);

}

.footer_container{

  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1222px;
}

.footer_sidebar{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;   
  padding-top: 80px; 
  padding-bottom: 40px;

}

footer ul{

  margin:0px;
  padding:0px;
  list-style:none;
}


.footer_column1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;

}
.footer_column2, .footer_column3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.footer_logo {
  max-width: 180px;
  margin-bottom: 10px;
}
.footer_logo  img{
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  margin-bottom: 10px;
}

.logo_text p{

  margin-bottom:20px;
  font-size: 18px;
  color: #020101;
  font-weight: 400;
  font-family: Barlow Semi Condensed;
  line-height:25.2px;
  color:rgba(255, 255, 255, 0.8);
  margin-top: 0px;
}
.fa.fa-location-arrow:before {
  content: "\f160";
}
.fa.fa-mobile:before {
  content: "\f159";
}
.fa.fa-envelope-o:before {
  content: "\f132";
}

.footer_address{

  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  font-family: Barlow Semi Condensed;
  color:rgba(255, 255, 255, 0.8);
}
.footer_address i{
  width: 15px;
  text-align: center;
  margin-right: 4px;
  font-family: "woodmart-font";
  font-weight: 400;
}
.footer_address a{
  color:rgba(255, 255, 255, 0.6);
  text-decoration: none;

}
.footer_navigation .hs-menu-wrapper >ul>li:first-child{
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer_navigation .hs-menu-wrapper >ul>li>a{
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  color:#fff;

  font-size: 16px;
  font-weight: 600;
  font-family: Barlow Semi Condensed;
  text-transform:uppercase;
}

.footer_navigation .hs-menu-children-wrapper>li{

  margin-bottom:15px;
  font-size: 18px;
  line-height: 25.2px;
}
.footer_navigation .hs-menu-children-wrapper>li>a{
  text-decoration: none;
  transition: all .25s ease;

  font-size: 18px;
  font-weight: 400;
  font-family: Barlow Semi Condensed;
  color:rgba(255, 255, 255, 0.6);
  line-height:25.2px;
}

.fa.fa-copyright:before {
  content: "\f173";
}
.copyright_item i{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "woodmart-font";
  font-weight: 400;

}

.copyright_item  a strong{
  font-weight: 600;
}




.footer_navigation .hs-menu-children-wrapper>li:last-child{
  margin-bottom:0px;

}
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(2) .hs-menu-children-wrapper>li:last-child{
  margin-bottom:20px;

}

.footer_title h5{
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: Barlow Semi Condensed;
  color:#fff;
  text-transform: uppercase;

}
.social_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  max-width: none;

}


.social_container_inner{
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;

}



.footer_copyright{
  border-top: 1px solid;


}

.copyright_container{

  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1222px;
}



.copyright_main{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 20px;

}
.copyright_left{

  flex: 1 0 50%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 50%;
  line-height: 1.2;
}
.copyright_item{

  color:rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: Barlow Semi Condensed;
}

.copyright_item a{
  color:#fff;

}





.copyright_right  .hs-menu-wrapper>ul>li{
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  line-height:16.8px;
  margin-bottom:10px;
}
.copyright_right  .hs-menu-wrapper>ul>li:last-child{
  margin-bottom:0px;
}



.copyright_right  .hs-menu-wrapper>ul>li>a{
  text-decoration: none;
  transition: all .25s ease;
  color: rgba(255, 255, 255, 0.9);

}



.copyright_right{
  flex: 1 0 50%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 50%;
  line-height: 1.2;
  text-align: right;

}





.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

}

.sub_section {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
      margin-bottom: 2px;
}

.sub_container {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.sub_container h4{
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1;

  color: #ffff;

  font-weight: 700;
  font-family: Barlow Semi Condensed;
}

.sub_container_text {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
.sub_container_text p{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: Barlow Semi Condensed;
  line-height:25.2px;
  margin-bottom:20px;

}

.sub_container_button a{

  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(208,35,33);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  border-radius: 50px;
  transition-duration: 500ms;
  cursor: pointer;

}

.sub_container_button a:hover{
  color: rgb(255,255,255);
  background: rgb(208,35,33);
}

.back_to_top{

  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.9);
  box-shadow: 0 0 5px rgb(0 0 0 / 17%);
  color: #333;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

}
.showTop{
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: visible;
}



.back_to_top:hover,
.back_to_top:focus{
  color: #777;
}


.back_to_top:after {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  content: "\f115";
  font-family: "woodmart-font";
}


@media (min-width: 576px){
  .footer_column2, .footer_column3  {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer_column1{

    flex: 0 0 40%;
    max-width: 40%;
  }



}


@media (min-width: 1025px){

  .footer_column1 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .footer_column2, .footer_column3{

    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;

  }


}

@media (max-width: 1024px){
  .copyright_main{

    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;

  }

  .copyright_left{
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 100%;

  }

  .copyright_right{

    flex-basis: 100%;
    margin-bottom: 0px;
    max-width: 100%;
    text-align: center;
  }

  .copyright_right ul{
    padding-left:17px;
  }
  .back_to_top {
    
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
  }
  .back_to_top:after{
        font-size: 14px;
    line-height: 40px;
    
  }
}
@media (min-width: 577px) and (max-width: 767px){
  .footer_column1{
    flex: 0 0 100%;
    max-width: 100%;

  }




}
