*, *: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;
}

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

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

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

.dnd-section, .content-wrapper--vertical-spacing {
    padding: 50px 20px;
}

.banner-area .dnd-section {
    padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

}
@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/MichaelSenedev_August2021/fonts/fontawesome-webfont.eot") format("eot"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/fontawesome-webfont.svg) format("svg"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/fontawesome-webfont.woff) format("woff"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; font-weight: normal; font-display: block; 
}


@font-face { 
  font-family: "icomoon"; 
  src: url("https://4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/MichaelSenedev_August2021/fonts/icomoon.eot") format("eot"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/icomoon.woff) format("woff"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/icomoon.ttf) format("truetype"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/icomoon.svg) format("svg"); 
  font-style: normal; font-weight: normal; font-display: block; 
}


@font-face { 
  font-family: "iconsmind"; 
  src: url("fhttps://4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/MichaelSenedev_August2021/fonts/iconsmind.eot") format("eot"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/iconsmind.ttf) format("truetype"), 
    url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/fonts/iconsmind.woff) format("woff"), 
    font-style: normal; font-weight: normal; font-display: block; 
}

body {
  font-family: IBM Plex Sans;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 400;
}

/* Paragraphs */

p {
  font-weight: 400;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  line-height: 1.1481481481481481;
}

h2 {
  line-height: 1.2941176470588236;
}

h3 {
  line-height: 1.5454545454545454;
}

h4 {
  line-height: 1.7777777777777777;
}

h5 {
  line-height: 1;
}

h6 {
  line-height: 1;
}


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

img {
  max-width: 100%; 
  height: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  outline: none;
}

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,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 15px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width: 767px) {
  
  .actions input {
    margin-bottom: 18px;
  }

 .body-container-wrapper form.hs-form {
    margin-bottom: 20px;
 }

}
/* Table */

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
.header__logo img {
  text-indent: -9999px;
  max-width: none;
  width: auto !important;
  margin-bottom: 0;
  display: block;
  height: 40px;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 880px;
}

.header__logo {
  display: flex;
}

.header__logo a {
  vertical-align: baseline;
  font-family: 'Open Sans';
  font-weight: 600;
  align-self: center;
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  display: block;
}

span.icon {
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline;
  width: auto;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon';
  line-height: 1;
  height: 20px;
  top: 0;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 18px;
  color: #1a3e25;
}

span.icon:before {
  text-decoration: inherit;
  speak: none;
  content: "\e036";
}



.search-btn a {
  position: relative;
  text-decoration: none;
  color: #999;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  width: 24px;
  text-align: center;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  padding-left: 19px;
}

.search-btn {
  margin: 0;
  padding: 0;
  z-index: 10;
  font-size: 12px;
  outline: 0 none;
  list-style: none;
  line-height: 12px;
  position: relative;
  float: none;
  display: inline;
}

.request_button a {
  list-style: none outside none;
  margin: 0;
  z-index: 10;
  text-decoration: none;
  outline: 0 none;
  padding: 0 10px 0 10px;
  display: block;
  font-family: IBM Plex Sans Condensed;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
  transition: color 0.2s ease;
  color: #fff;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 26px;
  margin-right: 26px;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.request_button a:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: 27px;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  width: 100%;
  content: ' ';
  z-index: -1;
  background-color: #9c3;
  box-sizing: content-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.navigation-primary ul.submenu.level-1>li>a>span {
  position: relative;
}

.navigation-primary ul.submenu.level-1>li>a>span:after {
  -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: "";
  padding-bottom: inherit;
  border-color: #99cc33;
}

.navigation-primary ul.submenu.level-1>li>a:hover span:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-wrapper {
  flex-grow: 1;
}

.navbar.clearfix {
  flex-grow: 1;
  left: 0;
  text-align: center;
  z-index: 1;
  display: block;
  width: 100%;
  position: relative;
  position: static;
  width: auto;
  float: right;
}

.navbar-wrapper #hs_cos_wrapper_header_menu {
  border: 0;
  font-size: 100%;
  font: inherit;
  padding: 0;
  left: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

nav.navigation-primary {
  width: 100%;
}

.request_button #hs_cos_wrapper_request_button {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  float: none;
}

.buttons-section {
  margin-left: 15px;
  z-index: 10;
  position: absolute;
  overflow: visible;
  height: 100%;
  right: 0;
}

.spacing {
  visibility: hidden;
  pointer-events: none;
  z-index: -100;
}

.header__wrapper.clearfix {
  position: relative;
}

.request_button a:hover {
  color: white;
}
.request_button a:hover:before {
  opacity: 0.85

}

.wrapper {
  z-index: 9999;
  overflow: visible;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,100);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

.toggle-icon {
  display: none;
}


.mobile-search {
  display: none;
  padding: 0;
  padding-left: 6px;
  padding-right: 14px;
  text-align: right;
  z-index: 10000;
  top: auto;
  right: auto;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: auto;
  -webkit-transform: none;
  transform: none;
}

.mobile-search > span {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #1a3e25!important;
  line-height: 34px;
  font-size: 18px;
  width: 18px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  position: relative;
  display: block;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
}

.mobile-search > span:before {
  content: "\e036";
  text-decoration: inherit;
  speak: none;
}


/* Desktop Menu///////////////////////////////////////////////// */

@media (min-width: 690px) {
  .navbar.clearfix {
    width: 74.5%;
  }
}


@media screen and (min-width: 1000px) {
  .container {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 90px;
  }

  .header__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__logo a {
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
  }



  .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    display: none;
  }


  .navigation-primary ul.submenu.level-1 {
    border: 0;
    font-size: 100%;
    font: inherit;
    list-style: none outside none;
    overflow: visible;
    transition: padding 0.8s ease,margin 0.25s ease;
    min-height: 1px;
    line-height: 1px;
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    position: static;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
  }

  .navigation-primary ul.submenu.level-1:after {
    content: " ";
    display: table;
  }

  .navigation-primary ul.submenu.level-2 {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    position: absolute;
    box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    width: 20em;
    opacity: 1;
    z-index: 999;
    pointer-events: all;
    border-color: #eeeeee;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: left;
  }

  .navigation-primary ul.submenu.level-1>li:hover> ul.submenu.level-2 {
    opacity: 1;
    visibility: visible;
  }


  .navigation-primary ul.submenu.level-2>li {
    font-size: 12px;
    width: 100%;
    float: right;
    opacity: 0;
    transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    -webkit-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    -webkit-transform: translate3d(0,13px,0);
    transform: translate3d(0,13px,0);
  }

  .navigation-primary ul.submenu.level-1>li:hover ul.submenu.level-2>li {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  }

  .navigation-primary ul.submenu.level-2>li>a {
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0;
    text-shadow: none;
    border-radius: 0 0 0 0;
    padding: 6px 6px;
    border-bottom: 0;
    transition: none;
    letter-spacing: 0;
    font-family: IBM Plex Sans Condensed;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }

  .navigation-primary ul.submenu.level-3 {
    padding: 7px 0;
    border-color: #017486;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: 100%;
    height: auto;
    display: none;
    z-index: 10;
    overflow: visible;
    top: 0;
  }

  .navigation-primary ul.submenu.level-2>li:hover> ul.submenu.level-3 {
    display: block;
  }


  .navigation-primary ul.submenu.level-3>li {
    display: block;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    border-color: #017486;
    padding: 0;
    width: 225px;
    border-bottom: none;
  }

  .navigation-primary ul.submenu.level-3>li>a {
    letter-spacing: 1px;
    display: block;
    height: auto;
    line-height: 16px;
    margin: 0;
    padding: 9px 0;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 0;
    background: 0 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
  }

  .navigation-primary ul.submenu.level-1 li input {
    display: none;
  }

  .navigation-primary ul.submenu.level-1>li>a {
    position: relative;
    text-decoration: none;
    outline: 0 none;
    padding: 0 10px 0 10px;
    display: block;
    font-family: IBM Plex Sans Condensed;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-left: 26px;
    margin-right: 26px;
  }


  .navigation-primary ul.submenu.level-1>li {
    margin: 0;
    padding: 0;
    z-index: 10;
    outline: 0 none;
    line-height: 0;
    font-size: 12px;
    position: relative;
    list-style: none;
  }

  .navigation-primary ul.submenu.level-1>li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }



  .buttons-section {
    display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    float: none;
    vertical-align: middle;
  }

  .search-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .navbar.clearfix {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }


  .navbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-wrapper #hs_cos_wrapper_header_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .request_button #hs_cos_wrapper_request_button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .spacing {
    line-height: 0;
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
    min-width: 210.5px;
    min-height: 40px;
  }

  .wrapper {
    transition: transform .3s ease, height .3s ease, background .3s ease,opacity .3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }
}


@media only screen and (min-width: 690px) and (max-width: 999px) {
  .container {
    max-width: 600px;
  }

}

@media(min-width: 999.6px) and (max-width: 1055px) {
  .navigation-primary ul.submenu.level-1>li>a {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Mobile Menu///////////////////////////////////////////////// */

@media screen and (max-width: 1000px) {
  .navigation-primary ul.submenu.level-1 {
    display: none;
  }

  .navigation-primary ul.submenu.level-1 .has-submenu {
    position: relative;
  }

  i.child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 60.8px;
    line-height: 60.8px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
  }


  .navigation-primary ul.submenu.level-2 li a {
    color: #fff;
  }

  .navbar-wrapper {
    display: none;
  }

  .wrapper {
    padding: 30px 0;
    position: relative;
  }

  .header__logo img {
    max-height: 30px;
  }

  .toggle-icon {
    position: relative;
    width: auto;
    padding: 0 7px;
    top: 10px;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
  }

  .toggle-icon>div {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }

  .toggle-icon>div a {
    padding: 0 18px;
    display: block;
    position: relative;
  }

  .toggle-icon>div a:before {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    width: 100%;
    content: ' ';
    z-index: -1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    height: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    box-sizing: content-box
  }

  .toggle-icon>div a span {
    transform-origin: center;
    display: block;
    height: 22px;
  }

  .toggle-icon>div a span i {
    font-family: IBM Plex Sans Condensed;
    transition: .3s;
    cursor: pointer;
    position: relative;
    user-select: none;
    display: block;
    width: 22px;
    color: #1a3e25;
  }

  .toggle-icon>div a span i i {
    position: relative;
    display: block;
    height: 2px;
    background-color: transparent;
    width: 22px;
    color: #1a3e25;
  }

  .toggle-icon>div a span i i:after {
    position: absolute;
    left: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    top: -6px;
    height: 2px;
    width: 22px;
    background-color: #000000;
    opacity: 1;
  }

  .toggle-icon>div a span i i:before {
    top: 6px;
    position: absolute;
    left: 0;
    content: '';
    background: #ecf0f1;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #000000;
    opacity: 1;
  }


  i.lines-button:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    display: inline-block;
    height: 2px;
    width: 22px;
    background-color: #000000;
    opacity: 1;
  }

  .navbar.clearfix {
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    display: block;
    z-index: 2000;
    height: 100%;
    text-align: right;
    z-index: 10000;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    left: auto;
    display: flex;
  }

  .mobile-search {
    display: inline-block;
  }

  .mobile__navigation ul li a:hover {
    opacity: 1;
  }

}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  z-index: 10000;
  padding: 33px;
  overflow: hidden;
  transition: all .5s ease 0.1s;
  transform: translate(301px, 0px);
  background: linear-gradient(145deg, #ffffff, #ffffff);
}


.mobile-menu-wrapper {
  height: auto;
  min-height: 166.333px;
  width: 100%;
}

.close-menu {
  position: absolute;
  right: 22px;
  top: 22px;
  display: block;
  font-family: 'Open Sans';
  font-weight: 400;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 34px;
  height: 34px;
  transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  color: #ddd;
  font-size: 18px;
  max-width: none;
  line-height: 32px;
  z-index: 100;
}

.close-menu span {
  display: inline;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-size: 18px;
  height: 34px;
  left: -2px;
  line-height: 32px;
  max-width: none;
  transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  width: 34px;
  color: #1a3e25;  
  margin-right: 0;
  font-style: normal;
  background-color: transparent;
  font-size: 24px;
}

.close-menu span:before {
  content: "\e117";
  text-decoration: inherit;
  speak: none;
}

.close-menu:hover span {
  color: #99cc33!important;
}

.mobile__navigation {
  margin-bottom: 25px;
  margin-top: -7px;
  display: block;
}

.mobile__navigation div.hs-menu-wrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  margin-right: 0;
  display: block;
  height: 145.333px;
}

.mobile__navigation > ul {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  position: relative;
  width: 100%;

}

.mobile__navigation ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}

.mobile__navigation ul > li {
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.mobile__navigation ul li a {
  font-family: IBM Plex Sans Condensed;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #1a3e25;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
}

.mobile__navigation ul.hs-menu-children-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 3;
  position: fixed;
  top: 0;
  display: block;
  background: white;
  width: 100%;
  transition: all 0.3s ease;
  transform: translate(300px);
}

.mobile__navigation ul.hs-menu-children-wrapper .back {
  margin: 0;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 20px!important;
  position: relative;
}

.mobile__navigation ul.hs-menu-children-wrapper .back a {
  background: rgba(0,0,0,0.13);
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
}

.mobile__navigation ul.hs-menu-children-wrapper li {
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.mobile__navigation ul li a:hover {
  color: #99cc33;
}

.body-overlay {
  -webkit-backface-visibility: hidden;
  background-color: #000000cc;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9996;
  height: 100%;
  width: 100%;
  display:none;
}

.header-wrapper {
  transform: translateY(0px) translate(0px, 0px);
  transition: transform .3s ease, height .3s ease, background .3s ease,opacity .3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: all .5s ease 0.1s;
}

.slide-wrapper {
  transition: all .5s ease 0.1s;
}

.show-menu .mobile-menu {
  transform: translate(0px,0px);
}

.show-menu .header-wrapper,.show-menu .slide-wrapper {
  transform: translateY(0px) translate(-300px, 0px);
}


.wrapper.header-wrapper {
  position: fixed;
}

.slide-menu div.hs-menu-wrapper>ul {
  transform: translate(-300px);
}

.open-child {
  transform: translate(300px,0px) !important;
}

.nectar {
  background-color: #ffffff;
  transform: scale(1, 1);
  opacity: 0;
  height: 100vh;
  position: fixed;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  transition: all .3s ease;
  padding: 0;
  z-index: 10100;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}


.nectar .container {
  overflow: visible;
  height: auto!important;
  float: none;
  width: 100%;
  padding: 0 40px;
  position: static;
}


.search-box  {
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.15s ease;
}

@media only screen and (max-width: 1000px) {
  .search-box {
    -webkit-transform: none;
    transform: none;
    top: 20%;
  }

}

.inner-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin-left: 0;
  display: block;

}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .inner-wrap {
    margin-bottom: 25px;
  }
}

.search-box form {
  position: relative;
  opacity: 1;
  transform: translateY(-100%);
  width: 100%;
  float: none;
  transition: all 1s ease;
}

.search-box ::placeholder {
  color: #1a3e25 !important;
}

.search-box input {
  width: 100% !important;
  color: #1a3e25 !important;
  font-size: 48px !important;
  line-height: 1;
  position: relative;
  padding: 0;
  background-color: transparent !important;
  border: 0;
  -webkit-transition: none;
  transition: none;
  box-shadow: none;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  height: auto;
  border: none !important;
}
@media only screen and (max-width: 1000px) {

  .search-box input {
    font-size: 40px!important;
  }
  .search-box input {
    padding: 0!important;
    font-size: 40px!important;
    line-height: 43px;
  }
}
@media only screen and (max-width: 690px) {
  .search-box input {
    font-size: 28px !important;
  }
}

.close {
  opacity: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}

.close a {
  position: absolute;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  height: 20px;
  right: 0;
  top: 0;
  transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
  -webkit-transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
  color: #99cc33;
}

.close a span {
  display: inline;
  width: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: #1a3e25 !important;
  height: 20px;
  line-height: 19px;
  top: 0;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.close a span:before {
  content: "\e117";
  text-decoration: inherit;
  speak: none;
}

.show-search {
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.show-search form {
  transform: translateY(0);
}

.close a:hover {
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
}

.close a:hover span {
  color: #99cc33 !important;
}


.slide-menu div.hs-menu-wrapper>ul{
  margin: 0;
  position: relative;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.show-menu div.hs-menu-wrapper>ul{
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile__navigation .hs_cos_wrapper .hs-menu-wrapper > ul ul {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all .4s;
  transform:none;
  opacity: 0;
}

.mobile__navigation .hs_cos_wrapper .hs-menu-wrapper > ul li > ul.hs-menu-children-wrapper.active {
  left: 0;
}

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

.mobile__navigation li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper.active{
  opacity:1 !important;
}



@media(min-width: 999px){

  .header-hide .wrapper.header-wrapper {
    -webkit-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important;
  }

}


.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:hover>a span:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 
@media only screen and (max-device-width: 479px) {
  .search-box {
    -webkit-transform: none;
    transform: none;
    top: 20px;
  } 
}
.footer-end {
  position: relative;
  z-index: 10;
  background-color: #000000;
}

.copyright {
  position: relative;
  padding: 20px 0;
  font-size: 12px;
  color: #777;
  background-color: #ffffff;
}

.column.column1 {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  min-height: 1px;
}

.column.column2 {
  position: relative;
  float: left;
  margin-right: 0;
  z-index: 10;
  min-height: 1px;
}
.copyright p {
  margin: 0;
  line-height: 22px;
  margin-top: 3px;
  color: red;
}

.menu-section {
  position: relative;
  width: auto;
  margin-left: -1%;
  margin-right: -1%;
  z-index: 10;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}

.menu.menu2 ul:first-child {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-middle-bg-imagegrp {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.menu.menu2 .menu-inner {
  width: 25%;
}
.menu.menu1 h4 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 8px;
  font-family: IBM Plex Sans Condensed;
  text-align: left;
  color:#fff;
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>ul {
  padding: 0;
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>ul>li>a {
  border: none;
  text-decoration: inherit;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>ul>li {
  padding-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  list-style: none;
  line-height: 27px;
}

.btn a {
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  line-height: 20px;
  font-family: IBM Plex Sans Condensed;
  font-weight: 600;
  font-size: 18px;
  padding: 25px 40px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #99cc33;
  color: #fff;
  opacity: 0.9;
}

.logo-section img {
  max-width: 186px !important;
  padding-bottom: 10px;
}

.menu2-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  padding: 0;
}

.menu2-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul {
  padding-top: 10px;
}

.content h2 {
  margin-bottom: 7px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-family: IBM Plex Sans Condensed;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
}

.content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  color: #fff;
}

.btn {
  margin-top: 15px;
}

.footer-top>.container>.inner {
  position: relative;
  width: auto;
  margin-left: -1%;
  margin-right: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu1-wrapper p {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin: 0;
  line-height: 27px;
  padding-bottom: 10px;
}

.menu1-wrapper p a {
  border: none;
  text-decoration: inherit;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.menu1-wrapper p:nth-child(3) {
  padding-bottom: 3px !important;
}

.menu1-wrapper p:last-child {
  padding: 0;
}

.menu.menu1 {
  padding-left: 1%;
  padding-right: 1%;
  float: none;
  margin-right: 0;
  position: relative;
}

.footer-middle {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  visibility: visible;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.95;
  background-size: cover !important;
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>a {
  color: red;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 8px;
  font-family: IBM Plex Sans Condensed;
  color: #ffffff;
  text-align: left;
  display: block;
  cursor: unset;
}
.menu.menu2 .menu-inner:first-child>li:first-child {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.menu-inner {
  padding-left: calc(1% + 2.48px);
  padding-right: calc(1% + 2.48px);
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>ul>li>ul>li>a {
  border: none;
  text-decoration: inherit;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>ul>li>ul>li {
  padding-bottom: 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  display: block;
  list-style: none;
}

.menu2-wrapper ul .menu-inner>.hs-menu-depth-1>ul>li>ul {
  padding: 0;
}

.right.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  padding-left: 1%;
  padding-right: 1%;
  float: none;
  margin-right: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn-wrapper {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-top {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgba(15,96,0,0.8);
  background: linear-gradient(to bottom,rgba(15,96,0,0.8) 0%,rgba(26,62,37,0.95) 100%), url(//4095896.fs1.hubspotusercontent-na1.net/hubfs/4095896/raw_assets/public/MichaelSenedev_August2021/images/bgimage.png);
  opacity: 0.95;
}

.btn-wrapper {
  margin-bottom: 24px;
}

.left-section {
  padding-left: 1%;
  padding-right: 1%;
}

a.back-to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: 0px;
  transform: translateY(105%);
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  box-shadow: none;
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  background-color: rgba(0,0,0,0.25);
  overflow: hidden;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  transform: translateY(-50%);
}

a.back-to-top:before {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}

i.fa-angle-up.top-icon {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  word-spacing: 1px;
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

i.fa-angle-up.top-icon:before {
  content: "\f106";
}

i.fa-angle-up {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  word-spacing: 1px;
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  color: white;
  background-color: #99cc33
}

i.fa-angle-up:before {
  content: "\f106";
}

.back-to-top:hover .fa-angle-up{
  -webkit-transform: translate(0,-29px) !important;
  transform: translate(0,-29px) !important;
}

.content {
  padding-right: 20%;
}



.logo-section {
  position: relative;
  margin-bottom: 24px;
  line-height:0;
}


@media (min-width: 690px) {
  .column.column1 {
    margin-right: 2%;
    width: 40.5%;
  }

  .column.column2 {
    width: 57.5%;
  }

  .menu.menu1 {
    width: 20%;
  }

  .menu.menu2 {
    width: 80%;
  }

  .right.section {
    width: 33.33333333%;
  }
  .left-section {
    width: 66.66666667%;
  }
}

@media only screen and (min-width: 1000px)  {
  .menu.menu2 .menu-inner:first-child>li:first-child {
    padding: calc((100vw - 180px) * 0.05);
  }
}

@media only screen and (min-width: 1425px) {
  .menu.menu2 .menu-inner:first-child>li:first-child {
    padding: calc(1245px * 0.05);
  }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .column.column1 {
    width: 49%;
  }
  .column.column2 {
    width: 49%;
  }

  .content h2 {
    font-size: 32px;
  }

  .menu.menu2 ul:first-child {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
  }

  .footer-top>.container>.inner {
    flex-direction: column;
    width: 100%;
  }

  .left-section {
    width: 100%;
  }

  .right.section {
    width: 100%;
  }

  .content {
    margin-bottom: 24px;
  }

  .left-section {
    margin-bottom: 25px;
  }
}

@media only screen and(min-width: 1000px) and (max-width: 1300px) {
  .content h2 {
    font-size: 34px;
  }
  .menu2-wrapper ul .menu-inner>.hs-menu-depth-1>a,
  .menu.menu1 h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .logo-section img {
    max-width: 132.98px !important;
  }

}


@media only screen and (max-width: 1000px) {
  .menu-inner {
    padding-left: calc(1% + 1.48px);
    padding-right: calc(1% + 1.48px);
  }

  .menu.menu2 .menu-inner:first-child>li:first-child {
    padding: calc(600px * 0.06);
  }

  .logo-section img {
    max-width: 131.650px !important;
  }

  .right.section,
  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    margin-top: 15px;
  }

}

@media only screen and (max-width: 999px) {
  .logo-section img {
    max-width: 178.712px !important;
  }

  .menu.menu1 h4 {
    font-size: 16.2px;
    line-height: 25.2px;
  }

  .menu.menu1 {
    width: 100%;
  }


  .menu2-wrapper ul .menu-inner>.hs-menu-depth-1>a {
    font-size: 16.2px;
    line-height: 25.2px;
  }

  .menu-inner {
    width: 100% !important;
  }

  .menu.menu2 ul:first-child {
    flex-direction: column;
  }

  .menu.menu1 {
    margin-bottom: 25px;
  }

  .menu-inner {
    margin-bottom: 25px;
  }

  .menu-inner:last-child {
    margin-bottom: 0px;
  }

  .footer-top>.container>.inner {
    padding-bottom: 10%;
    padding-top: 20%;
  }

  .content {
    margin: 0;
  }

  .left-section {
    padding-bottom: 24px;
  }

  .btn-wrapper {
    margin-bottom: 24px;
  }

  .btn-wrapper {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 690px) {
  .container {
    max-width: 420px;
  }

  .column.column1 {
    margin-bottom: 25px;
  }

  .social li:first-child {
    margin: 0;
  }
  .menu.menu2 {
    width: 100%;
  }
  .menu-inner {
    padding-left: calc(1% + 0.48px);
    padding-right: calc(1% + 0.48px);
  }

  .menu.menu2 .menu-inner:first-child>li:first-child {
    padding: 0;
  }

  .logo-section img {
    max-width: 205.650px !important;
  }

  .content h2 {
    font-size: 28px!important;
    line-height: 33.6px!important;
  }

  .content h2 {
    font-size: 28px!important;
    line-height: 33.6px!important;
  }

  .right.section {
    margin-bottom: 25px;
  }

  .left-section {
    padding-bottom: 0;
  }

  .content p {
    padding-bottom: 27px;
  }

  .btn {
    margin: 0;
  }
  .content {
    margin-top: 24px;
  }

}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 320px;
  }

  .logo-section img {
    max-width: 156.675px !important;
  }

  .btn a {
    color: #fff;
    background-color: #9c3 !important;
    margin: 0;
    width: 100%;
  }

}

@media only screen and (max-width: 325px) {
  .container {
    max-width: 300px;
  }

  .btn a {
    font-size: 17px;
    padding: 20px 40px;
  }

}

.footer-middle-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
}

.footer-middle-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}


.logo-section {
  z-index: 2;
}
/* Horizontal menu */

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

