*, *: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;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "brandon-grotesque"; src: 
  url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
  url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
  url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; font-weight: 700; font-display: auto; }


@font-face { font-family: "brandon-grotesque"; src: 
  url("https://use.typekit.net/af/031bc7/0000000000000000000132e5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), 
  url("https://use.typekit.net/af/031bc7/0000000000000000000132e5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), 
  url("https://use.typekit.net/af/031bc7/0000000000000000000132e5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype"); 
  font-style: normal; font-weight: 900; font-display: auto; }


body {
  margin: 0;
  line-height: 2.4vw;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  box-sizing: border-box;
  font-size: 100%!important;
}

/* Paragraphs */

p {
  font-size: 1vw;
  margin-bottom:  1vw;
  margin-top: 1vw;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:8px;
  margin-bottom:16px;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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:0px solid;
  margin: 15.360px 40px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
form {
  max-width: ;
  font-family: ;
}

.hs-button,
.hs-button.large.primary,
.button {
  font-size: 15px;
  padding: 2vh 4vw;
  width: auto;
  font-weight: 700;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  background: #d12630;
  cursor:pointer;
  border: none;
  transition: all .8s ease;
  color: #fff;
  display: inline-block;
  margin: 2vh auto 2vh;
  height: 60px;
  text-align: center;
}

.hs-button:focus,
.hs-button.large.primary:focus,
.button:focus{
  outline: none;
}


.hs-form label {
  font-size: 16px;
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 8px;
  padding: 0;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus{
  outline: 3px auto #e1e1e1;;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input{
  width: 100%;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-size: 14px;
  height:45px;
  line-height: 2.4vw;
  border: none;
  padding: 0px 18px;
  background: #eef0f4;
  transition: border .8s ease;
}


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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  padding: 10px 0;
  clear: both;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header.sticky {
  background: #000;
}

.header, .header.sticky {
  transition: background .2s ease;
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 86px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}


.header.sticky .header-logo {
  width: 110px;
  height: 36px;
  transition: all .3s ease;
}

.header-logo {
  position: relative;
  top: 0;
  margin-top: 23px;
  margin-bottom: 2px;
  left: 5vw;
  z-index: 5;
  width: 165px;
  height: 88px;
  overflow: hidden;
  transition: all .3s ease;
  display: inline-block;
}

.header-logo a{
  display:block;
}

.header-logo img{
  width:100%!important;
}

.header-left-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 5;
  opacity: 1;
  transition: all .2s ease .2s;
}

.custom-menu-primary{
  display: inline-block;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul{
  width:auto;
  display:inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  vertical-align: top;
  padding: 0 42px;
  position: relative;
  width: auto;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  font-weight: 700;
  font-size: 1.2vw;
  cursor:pointer;
  line-height: 2.4vw;
  margin:1.2vw 0;
  display:block;
  color: #fff;
  letter-spacing: .05vw;
  font-family:Avenir Next,Helvetica,Arial,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a>span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADKADAAQAAAABAAAABwAAAABHFOl2AAAAeUlEQVQYGW2OAQ2AIBBFiUAEIhCBCEawiVG0CTTQCDbQBvi+A8YGf3vwuft3w+ScLUTwZqLS37nD38YkkB5Y+hneDk6Q1HeGw8MNVZuGeARQqGpty6joW6l2uGPnX/z0u9p6dEHZC1zbPDMEViWRhu0sM9QIuqFYCh+O+KLkQtiH/AAAAABJRU5ErkJggg==) no-repeat 0 0/100%;
  width: 13px;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
  opacity:1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  display:none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #22252a;
  padding-left: 0;
  opacity: 0;
  z-index: 3;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  display: block;
  padding: 15px 0;
  border: 1px solid #000;
  text-align: center;
  transition: background .2s ease;
  position: relative;
  width: auto;
  vertical-align: top;
  line-height: 2.4vw;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: #fff;
  display: block;
  vertical-align: top;
  font-weight: 700;
  cursor:pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover{
  background: #0b0c0e;
  cursor: pointer;
  transition: background .2s ease;
}


.header-btn a{
  height: auto;
  margin: 0;
  background: #d12630;
  display: inline-block;
  float: none;
  padding: 15px 30px;
  transition: all .3s ease;
  vertical-align: middle;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 2.4vw;
  text-transform: none;
}

.header-btn a span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing:0;
}

.header-btn a span.arrow{
  position: relative;
  margin-left: 2vw;
  width: 23px;
  height: 11px;
  background: url(//20111191.fs1.hubspotusercontent-na1.net/hubfs/20111191/raw_assets/public/AGRITUF_September2021/images/index.png) no-repeat 0 0/100%;
  display: inline-block;
  vertical-align: middle;
}

.mobile-menu-primary{
  display:none;
}

@media (min-width: 1024px){

  .menu-toggle{
    display:none !important;
  }
  button#openToggle {
    display:none !important;
  }
}

@media (max-width: 1023px){

  button#openToggle {
    border: none;
    background: #eef0f4;
    height: 10vh;
    width: 100%;
    min-width: 140px;
    font-size: 4vw;
    font-weight: 700;
    font-family: Avenir Next,Helvetica,Arial,sans-serif;
    padding: 0 30px 1.5vw 1vw;
    padding-left: 48px;
    color: #22252a;
    line-height: 130%;
    position: relative;
    margin-top: 30px;
    height: 64px;
  }
  button#openToggle span.btn-img {
    position: absolute;
    left: 30px;
    bottom: 43%;
    width: 26px;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAALCAYAAABs3u23AAAAAXNSR0IArs4c6QAAARFJREFUOBFjYEADhw6dE9198FgUmjDVuEzIJh07dozzx99vm//9/bd01/5j6chy1GLDLfz//z/Tl5//lv7/z2DOwMj4gImTaQO1LEE2hwXGAQZjP9CyQAZGhvdsDIyejhYWL2Fy1KQZQYbtPHCkkOEfQx8jI+NvoIX9DP//36amJTCzmFjY9zHuPXpU/s/P/3eBgswwCVrRzIwMEWAf7tp/tBwYhx1AH/5h+M+wDejLV7Sx9P9MsIUgw4Gpcvr///8yGBkZ3rAyMFk6OlrdoYWlcAuBPmTefeDYRiDtDUyld9gY2IGWmryhtqXwbAEMzr//hXjCgRacBSYald8MP32obRlW8/bvPyWxZ/8RkMU0AQBZr2C54XgPlAAAAABJRU5ErkJggg==) no-repeat 0 0/100%;
  }

  .header {
    background: #000;
    display:inline-block;
  }
  .custom-menu-primary{
    display:none;
  }
  .mobile-menu-primary{
    display:block;
    height: 100%;
  }

  .menu-toggle {
    background: #000;
    color: #fff;
    width: 50px;
    height: 70px;
    float: right;
    cursor:pointer;
    margin-right: 5vw;
    margin-top: 13px;
    z-index:52;
    position: relative;
  }

  .menu-toggle:before {
    content: "";
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI4IDIwIj4KICA8ZyBpZD0iR3JvdXBfNjciIGRhdGEtbmFtZT0iR3JvdXAgNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMjEuNSAtMjEpIj4KICAgIDxsaW5lIGlkPSJMaW5lXzEiIGRhdGEtbmFtZT0iTGluZSAxIiB4Mj0iMjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMS41IDIyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzIiIGRhdGEtbmFtZT0iTGluZSAyIiB4Mj0iMjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMS41IDMxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzMiIGRhdGEtbmFtZT0iTGluZSAzIiB4Mj0iMjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMS41IDQwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 0 0/100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 9px;
    right: 50%;
    transform: translateX(50%);
  }
  .open .menu-toggle:before {
    background: url(//20111191.fs1.hubspotusercontent-na1.net/hubfs/20111191/raw_assets/public/AGRITUF_September2021/images/close-icon.svg) no-repeat 0 0/100%;
    width: 23px;
  }
  .header-logo{
    width: 100px;
    z-index:52;
    left: 5vw;
    height: auto;
    position: relative;
  }

  .header.sticky .header-logo{
    width: 100px;
    left: 5vw;
    height: auto;
    position: relative;
    margin-top: 0;
    top: 20px;
  }

  .open .header-left-content{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: #000;
    padding: 80px 0 20px;
    display: block!important;
    z-index: 51;
    transition: none;
  }
  .header-left-content {
    top: -50vh;
    height: 0;
    overflow: hidden;
    z-index: -1;
    transition: none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul {
    display: block;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px 0 7px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    vertical-align: top;
    position: relative;

  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li>a {
    width: 100%;
    cursor:pointer;
    font-size: 15px;
    margin:15px 0;
    font-weight: 700;
    line-height: 2.4vw;
    display: block;
    color: #fff;
    letter-spacing: .05vw;
    font-family: Avenir Next,Helvetica,Arial,sans-serif;
  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li:first-child>a>span{
    margin-left:0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADKADAAQAAAABAAAABwAAAABHFOl2AAAAeUlEQVQYGW2OAQ2AIBBFiUAEIhCBCEawiVG0CTTQCDbQBvi+A8YGf3vwuft3w+ScLUTwZqLS37nD38YkkB5Y+hneDk6Q1HeGw8MNVZuGeARQqGpty6joW6l2uGPnX/z0u9p6dEHZC1zbPDMEViWRhu0sM9QIuqFYCh+O+KLkQtiH/AAAAABJRU5ErkJggg==) no-repeat 0 0/100%;
    width: 13px;
    display: inline-block;
    height: 8px;

  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li.child-open>ul{
    display:block!important;
  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul {
    display:none;
    overflow: hidden;
    top: 100%;
    left: 0;
    background: #22252a;
    padding-left: 0;
    opacity: 1;
    position: static;
    width: 100%;
  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    display: block;
    padding: 20px 0;
    border: 1px solid #000;
    text-align: center;
    transition: background .2s ease;
    position: relative;
    width: auto;
    vertical-align: top;
    line-height: 2.4vw;
  }

  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    color: #fff;
    display: block;
    vertical-align: top;
    line-height: 2.4vw;
    font-weight: 700;
    cursor:pointer;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover{
    background: #0b0c0e;
    cursor: pointer;
    transition: background .2s ease;
  }


  .menu-toggle h4 {
    color: #fff;
    font-size: 14px;
    line-height: 4vh;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    margin-top: 33px;
    font-family: brandon-grotesque,sans-serif;
    letter-spacing: .175vw;
    text-transform: uppercase;
  }



  .header-btn a{
    width: 100px;
    padding: 30px 10px !important;
    font-size: 13px;
    line-height: 100%;
  }

  .header-btn a span:after {
    display: none;
  }


  .header-btn a span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px){
  .header-logo {
    top: 0;
    margin-top: 20px;
  }
  .header-btn a{
    width: 75%;
    margin: 20px auto 0;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 766px){
  .header-btn a{
    width: 100%;
    text-align: center;
    font-size: 15px;

  }
  .header.sticky .header-logo{
    transform: translateY(50%);
  }

}

.open-form .request-form{
  z-index: 99;
  right: 0;
}

.request-form{
  width: 45vw;
  height: 100vh;
  left: auto;
  top: 0;
  right: -65vw;
  z-index: 5;
  background: #fff;
  position: fixed;
  opacity: 1;
  transition: right 1.5s cubic-bezier(.23,1,.32,1)!important;
  font-size: 1.2vw;
  line-height: 2.4vw;
}

.request-form #closeMe {
  position: absolute;
  left: -215px;
  top: 22.25%;
  width: 222px;
  min-width: 140px;
  height: 137px;
  background: #fff;
  border: none;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 31px 20px 1.5vw 30px;
  text-align: right;
  transition: all .8s ease;
  border-radius: 0;
  cursor:pointer;
}
.request-form #closeMe:hover {
  transition: none;
  transform: none;
  width: 230px;
  left: -230px;
  padding: 31px 20px 1.5vw 35px;
  transition: all 1s ease;
}
.request-form form .input select {
  padding: 10px 12px;
  height: 45px;
}
#closeMe span {
  color: #000;
}

#closeMe .btn-img {
  right: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAALCAYAAABs3u23AAAAAXNSR0IArs4c6QAAAQpJREFUOBFjYKAR2LP/SPj+/ack0I1nQhegBn/X/qMJf/8zrPj1/9eWnRcvciObSRMLWRnYtzAwMt4BWmTM+O7Lyv///zPDLKWJhY6OJm/YGBg9GRkZ3gAt89594PgUmIWMu/YfMWFgYEyHCVCV/s8gxsDI4AW0lIWRkbHCzdG6kxEUuaDwpqpF2A37y8LOqMzCwMJ+mvHPz1TsaigUZWRUZfjPUAj0ISsTI1OJs7XVQ0YKjcSpff/+Yxq/GP4dA1ooyMjEOMnNwTofpJgmFu45cUL87/e/Jxj+/1cAJpz1rg7WIcA4/AeykCap9N/3fwFQy07wsDNFwywDWUgzsPvgsahDh86JolsAAN3sWZLOc8JPAAAAAElFTkSuQmCC) no-repeat 0 0/100%;
  display: block;
  position: absolute;
  bottom: 23px;
  width: 27px;
  height: 11px;
}
.open-form .header-left-content {
  opacity: 0;
  z-index: -1;
  transition: all .2s ease;
}

.request-form-container {
  height: 99%;
  overflow: scroll;
  background: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding: 11vh 4vw;
  padding-bottom: 12vh;
}

.request-form-container .form-title{
  display:none;
}

.request-form-container h2 {
  border-radius: 0;
  background: #fff;
  font-family: brandon-grotesque,sans-serif;
  letter-spacing: .175vw;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 4vh 0 1vh;
  width: 100%;
  font-size: 3vw;
  font-weight: 900;
  line-height: 110%;
}

.request-form-container .hs-richtext{
  margin-bottom:0;
}

.request-form-container p {
  width: 100%;
  font-weight: 500;
  font-size: 1vw;
  margin:1vw 0;
  letter-spacing: .05vw;
  line-height: 1.6vw;
}

.request-form-container h3,
.request-form-container h4{
  color: #000;
  font-size: 1.7vw;
  margin:1.7vw 0;
  font-weight: 900;
  line-height: 2vw;
  font-family: brandon-grotesque,sans-serif;
  letter-spacing: .175vw;
  text-transform: uppercase;
}
.request-form-container h4{
  display: inline-block;
  width: 100%;
}
.request-form-container h3{

}

.request-form-container form .field>label{
  display:none;
}

.request-form-container .field {
  padding:0!important;
  clear: both;
  margin: 2vh 0 3.4vh;
}
.request-form-container .field {
  margin-top: 0;
}

.request-form form .hs-button {
  padding: 2vh 4vw !important;
}
.request-form .hs_submit.hs-submit {
  width: 100%;
  text-align: center;
}
.request-form form textarea.hs-input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 80px;
  min-height: 90px;
  max-height: 200px;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 2.4vw;
  border: none;
  padding: 18px;
  transition: border .8s ease;
}
.request-form-container p span {
  margin-top: 21px;
  margin-bottom: 40px;
  width: 90%;
  font-size: 14px;
  line-height: 150%;
  display: block;
}
.request-form  form .hs-fieldtype-booleancheckbox span {
  letter-spacing: .05vw;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  padding-left: 4px;
}
.request-form  form .hs-input[type=checkbox], .hs-input[type=radio] {
  margin-left: 4px;
}

@media (max-width: 1120px){
  
  .custom-menu-primary .hs-menu-wrapper>ul>li {
      padding: 0 34px;
  }
}

@media (max-width: 1023px){

  .header {
    z-index: 999;
  }

  .request-form-container h2{
    font-size: 6.5vw;
    line-height: 6.5vw;
    padding: 3vh 0;
  }
  .request-form{
    width:100%;
    padding-top: 2vh;
  }
  .request-form #closeMe{
    display:none;
  }
  .request-form-container{
    padding-bottom: 40px;
    padding: 11vh 10vw 4vw;
  }
  .request-form form .hs-button{
    width:100%!important;
  }
  .header-btn a span.arrow{
    display:none;
  }
  .request-form {
    right: -111vw;
  }
  .open-form .request-form {
    right: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px){
  .request-form-container h3, .request-form-container h4{
    font-size: 3vw;
    line-height: 150%;
  }
  .request-form-container p {
    font-size: 1.75vw!important;
    margin: 1.75vw 0!important;
    line-height: 130%!important;
  }
}

@media only screen and (max-width: 766px){
  .request-form-container p {
    font-size: 3vw;
    margin:3vw 0;
    line-height: 4.5vw;
  }
  .request-form-container h3, .request-form-container h4{
    font-size: 5vw;
    line-height: 6.5vw;
  }
  .request-form-container input[type="text"]{
    padding: 4px 15px;
    line-height: 100%;
  }
  .request-form-container .field{
    margin: 10px 0;
  }
  .request-form form .hs-input{
    height:45px;
  }
  .header-btn a{
    padding: 24px 10px !important;
  }
  .header-btn a span{
    font-size: 15px;
  }
}

@media(max-height:750px){

  .open .header-left-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 90px);
    max-height: 389px;
  }
  .open .mobile-menu-primary{
    height:auto;
  }
}
.footer {
  width: 100%;
  position: relative;
  min-height: 50vh;
  padding: 5vw 5vw 7vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #22252a;
}


.footer-top-border {
  background: #1f458a;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.column h3{
  width: 100%;
  display: block;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.7vw;
  margin:1.7vw 0;
  font-weight: 900;
  line-height: 2vw;
  color: #fff;
  font-family: brandon-grotesque,sans-serif;
  letter-spacing: .175vw;
  text-transform: uppercase;
}

.column p{
  width: 60%;
  color: #fff;
  font-weight: 500;
  display:inline-block;
  font-size: 1vw;
  margin:1vw 0;
  letter-spacing: .05vw;
  line-height: 1.6vw;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
}

.column p a{
  color: #fff;
}
.footer-contact p.email {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-contact p.phone {
  margin-top: 0;
  display: block;
}

.newsletter-subscribe .hs-error-msgs label {
  display: block !important;
}
.newsletter-subscribe .hs_error_rollup {
  display: none !important;
}

.newsletter-subscribe .hs-error-msgs {
  position: absolute;
  margin: 0;
  bottom: -100px;
}

.footer-left-col .hs_cos_wrapper{
  width:100%
}

.column ul{
  padding-left: 0;
  list-style-type: none;
  display: block;
  width: 100%;
}

.column ul li{
  width: 49%;
  display: inline-block;
}

.column {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}


.footer-social-icon {
  display: flex;
  align-items: flex-start;
  padding-top: 1em;
  width: 50%;
  flex-wrap: wrap;
  margin-bottom: 40px;

}

.footer-social-icon .hs_cos_wrapper{
  display:flex;
}

.footer-social-icon a {
  margin-right: 13px;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-size: 1.2vw;
  line-height: 2.4vw;
  display:inline-block;
}

.footer-social-icon a img {
  width: 27px;
  height: 27px;
}

.footer-social-icon a:last-child img {
  width: 36px;
  height: 36px;
  margin-top: -4px;
}

.privacy {
  position: absolute;
  bottom: 2.5vw;
  left: 5vw;
  width: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 2.4vw;
}

.privacy a {
  color: #fff;
}

.bsd a{
  color: #fff;
}

.bsd {
  position: absolute;
  line-height: 2.4vw;
  bottom: 2.5vw;
  right: 5vw;
  width: 50%;
  color: #fff;
  text-align: right;
  font-size: 13px;
}


.newsletter-subscribe h3, 
.newsletter-subscribe label {
  display: none!important;
}
.newsletter-subscribe form{
  position:relative;
}

.newsletter-subscribe p span{
  background:transparent!important;
  width: 60%;
  color: #fff!important;
  font-weight: 500;
  font-size: 1vw!important;
  letter-spacing: .05vw;
  line-height: 1.6vw;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
}

.newsletter-subscribe .field {
  padding: 0!important;
  clear: both;
}


.newsletter-subscribe input {
  -webkit-appearance: none;
  background: #000;
  color: #fff!important;
  height: 45px;
  margin-top: 20px;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 2.4vw;
  border: none;
  padding: 18px;
  width: 65%;
  float: left;

}

.newsletter-subscribe input:focus {
  outline:0;
  border:none!important;
}

.newsletter-subscribe input::placeholder {
  color:#FFF;
}

.newsletter-subscribe .hs-button{
  background: #d12630;
  margin-top: 20px!important;
  width: auto!important;
  height: 45px!important;
  min-width: 100px;
  border: none;
  float: left;
  font-size: 15px!important;
  font-family: Avenir Next,Helvetica,Arial,sans-serif!important;
  line-height: 100%!important;
  font-weight: 700!important;
  color: #fff!important;
  padding: 1vh 1.2vw!important;
  position: relative!important;
  transition: width .5s ease!important;
  margin-left: 20px!important;
  letter-spacing:0!important;
  text-transform:none!important;
  margin-bottom: 0 !important;

}


@media (max-width: 1023px){
  .column {
    width: 100%;
    display: block;
  }
  .column p {
    width: 90%;
  }

  .privacy {
    bottom: 5vw;
    left: 35px;
  }

  .bsd {
    bottom: 5vw;
    right: 35px;
  }

  .newsletter-subscribe .hs-button {
    margin-left: 0;
  }
  .footer{
    padding: 5vh 35px;
  }
}


@media only screen and (min-width: 767px) and (max-width: 1023px){
  .column h3 {
    font-size: 3vw;
    margin:3vw 0;
    line-height: 150%;
  }

  .column p,.newsletter-subscribe p span{
    font-size: 1.75vw!important;
    line-height: 130%;
  }
  .column p{
    margin:1.75vw 0;
  }
}

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

  .newsletter-subscribe .hs-button {
    margin-left: 0px !important;

  }
  .newsletter-subscribe .hs-error-msgs {
    position: absolute;
    margin: 0;
    bottom: -116px;
  }

}

@media only screen and (max-width: 766px){
  .column h3 {
    font-size: 5vw;
    margin:5vw 0;
    line-height: 6.5vw;
  }

  .column p {
    font-size: 3vw;
    margin:3vw 0;
    line-height: 4.5vw;
  }
  .newsletter-subscribe p span{
    font-size: 3vw!important;
    line-height: 4.5vw;
  }

}


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

  .newsletter-subscribe input {
    width: 60%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}