*, *: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: 1200px) {
  .content-wrapper, .dnd-section>.row-fluid {
    max-width: 95% !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
  font-display: block;
}

@font-face {
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
  font-display: block;
}

@font-face {
  font-family: "Helvetica-W01-Light";
  src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot?#iefix") format("eot"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff") format("woff"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d5f9f72d-afb7-4c57-8348-b4bdac42edbb.ttf") format("truetype"),
    url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/05ad458f-263b-413f-b054-6001a987ff3e.svg#05ad458f-263b-413f-b054-6001a987ff3e") format("svg");
  font-display: block;
}

@font-face {
  font-family: wf_4484afda668e48b08aaf546b9;
  src: url("https://static.wixstatic.com/ufonts/cb5f8e_4484afda668e48b08aaf546b96772a30/woff2/file.woff2") format("woff2"), 
    url("https://static.wixstatic.com/ufonts/cb5f8e_4484afda668e48b08aaf546b96772a30/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/cb5f8e_4484afda668e48b08aaf546b96772a30/ttf/file.ttf") format("ttf");
}

@font-face {
  font-family: wf_53dbc1eed6424fe284cf0a10b;
  src: url("https://static.wixstatic.com/ufonts/cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79/woff2/file.woff2") format("woff2"), 
    url("https://static.wixstatic.com/ufonts/cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79/ttf/file.ttf") format("ttf");
}

@font-face {
  font-family: wf_8c19e7f12ec5454ea0e787722;
  src: url("https://static.wixstatic.com/ufonts/cb5f8e_8c19e7f12ec5454ea0e787722e9817aa/woff2/file.woff2") format("woff2"), 
    url("https://static.wixstatic.com/ufonts/cb5f8e_8c19e7f12ec5454ea0e787722e9817aa/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/cb5f8e_8c19e7f12ec5454ea0e787722e9817aa/ttf/file.ttf") format("ttf");
}

@font-face {
  font-family: wf_8ef25ab4debc482da39fbd945;
  src: url("https://static.wixstatic.com/ufonts/cb5f8e_8ef25ab4debc482da39fbd945b61c46a/woff2/file.woff2") format("woff2"), 
    url("https://static.wixstatic.com/ufonts/cb5f8e_8ef25ab4debc482da39fbd945b61c46a/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/cb5f8e_8ef25ab4debc482da39fbd945b61c46a/ttf/file.ttf") format("ttf");
}

@font-face {
  font-family: wf_efdb3167581c4c708ec067778;
  src: url("https://static.wixstatic.com/ufonts/cb5f8e_efdb3167581c4c708ec067778df58c7e/woff2/file.woff2") format("woff2"), 
    url("https://static.wixstatic.com/ufonts/cb5f8e_efdb3167581c4c708ec067778df58c7e/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/cb5f8e_efdb3167581c4c708ec067778df58c7e/ttf/file.ttf") format("ttf");
}


body {
  line-height: 1.4;
  word-break: break-word;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin: 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;
  line-height: normal;
}

/* 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%;
}
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 {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #ef6b51;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 20px 0;
}

/* Captcha */

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

.header__container {
  display: flex;
  min-height: 155px;
}

.header__logo {
  width: 27%;
  margin-top: 44px;
}

.header__logo img {
  max-width: 100%;
  vertical-align: middle;
}

.header-menu-flyout {
  background-color: #0e2034;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
  padding-top: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.h-contact .hs-richtext h1 {
  color: #fff;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 40px;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  font-weight: 700;
}

.h-contact .hs-richtext {
  color: #fff;
}

.h-contact .hs-richtext h1 span {
  color: #a6ce3a;
  display: block;
  white-space: nowrap;
}
.h-contact .hs-richtext {
  color: #fff;
  margin: 0;
}

.h-contact .hs-richtext p {
  color: #FFFFFF;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
  letter-spacing: 0em;
  line-height: 1.9;
  min-height: 0vw;
  margin: 0;
  margin-top: 13.109375px;
  margin-bottom: 20px;
}
.mobile-open .menu-trigger {
  z-index: 1000;
  position: fixed;
  right: 2.2%;
  top: 65px;
}
.mobile-open .menu-trigger .close {
  fill: #ffffff;
  stroke: rgb(255 255 255);
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-open .menu-trigger svg * {
  vector-effect: non-scaling-stroke;
}
.h-contact .hs-input {
  border: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  padding: 0;
  height: 40px;
}
.h-contact .hs-form-field.hs-firstname {
  margin-bottom: 0;
}
.h-contact {
  width: 39.505784%;
  padding-top: 62px;
}
.h-contact label {
  display: none;
}
.mobile-open .menu-trigger {
  z-index: 1000;
}
.child-trigger{
  display: block; 
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 50px;
  width: 55px; 
  min-width: 55px;
  height: 56px;
  padding: 0 ;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; 
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 35px;
  height: 5px;
  background-color: #fff;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-size: 53px;
  font-weight: 400;
  line-height: 56px;
  font-family: wfont_cb5f8e_8ef25ab4debc482da39fbd945b61c46a,wf_8ef25ab4debc482da39fbd945,orig_helveticaneue_bold;
}
.h-contact .hs-input::placeholder {
  color: #fff;
}
.h-contact .hs-form-field {
  margin-bottom: 23.015625px;
}
.h-contact .hs-error-msgs label {
  display: block;
}
.h-contact .hs_submit {
  padding-bottom: 40px;
}
.h-contact .grecaptcha-badge {
  margin: 0;
}
.h-contact .hs-button {
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid rgb(166, 206, 58);
  border-radius: 0;
  font-size: 16px;
  font-family: wfont_cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79, wf_53dbc1eed6424fe284cf0a10b, orig_helveticaneue_light;
  font-weight: 400;
  color: rgb(166, 206, 58);
  line-height: 22.4px;
  margin: 0;
  height: auto;
  width: 150px;
  min-height: 50px;

}
.h-contact .hs-button:hover {
  background-color: rgb(166, 206, 58);
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.h-lft-col {
  float: left;
  width: 55%;
  padding-left: 3%;
  position: relative;
}
.h-social-wrapper {
  padding-top: 100px;
}
.custom-menu-primary {
  float: right;
  width: 45%;
  padding-top: 136px;
  padding-left: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 53px;
  font-weight: 400;
  line-height: 56px;
  font-family: wfont_cb5f8e_8ef25ab4debc482da39fbd945b61c46a, wf_8ef25ab4debc482da39fbd945, orig_helveticaneue_bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: block;
}
.mobile-open .header-menu-flyout {
  display: block;
}
.header-social .md-social-icons {
  margin-top: 15px;
}
.header-social p {
  color: #FFFFFF;
  line-height: 1.9;
}
.h-social-wrapper p {
  color: #FFFFFF;
  line-height: 1.9;
  margin: 0;
  letter-spacing: normal;
  font-size: 16px;
  font-family: wfont_cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79, wf_53dbc1eed6424fe284cf0a10b, orig_helveticaneue_light;
  font-weight: 400;
  width: 90.756148%;
  padding-right: 1.2438373352430554%;
}
.header-mobile-logo img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100% !important;
  height: 100%;
}
.header-mobile-logo {
  width: 56.5%;
  position: absolute;
  top: 0;
  left: 5.2%;
}
.menu-trigger {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 51px;
  cursor: pointer;
}
.menu-trigger .close {
  display: none;
}
.mobile-open .menu-trigger .close {
  display: block;
  width: 30px;
  height: 30px;
}
.mobile-open .menu-trigger .trigger {
  display: none;
}
.menu-trigger svg {
  height: 45px;
  width: 45px;
  fill: #fff;
}

@media (min-width: 768px){
  .mobile.custom-menu-primary {
    display: none;
  }
}

@media (max-width: 1000px){
  .header__logo {
    width: 50%;
  }
  .header-mobile-logo {
    width: 98.9788542256962%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 41px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 41px;
  }

  .mobile-open .menu-trigger {
    right: 13px;
  }

  .custom-menu-primary {
    padding-top: 100px;
  }

  header.header {
    padding-left: 6%;
    padding-right: 6%;
  }

  .h-lft-col {
    padding-left: 6%;
  }

  .header-mobile-logo {
    width: 92.5%;
    left: 0;
    padding-left: 11%;
  }

  .h-contact {
    width: 89%;
    padding-left: 10px;
    padding-top: 80px;
  }

  .h-contact .hs-richtext p {
    --minViewportSize: 320;
    --maxViewportSize: 1000;
    margin-bottom: 40px;
  }

  .h-social-wrapper p {
    width: 92.756148%;
  }
}


@media (max-width: 750px){
  .header__logo {
    margin-left: 0px;
    width: 74.22584%;
    margin-top: 30px;
    padding-left: 19.640625px;
  }
  .header__container {
    min-height: 100px;
  }
  .mobile-open .menu-trigger {
    top: 34px;
  }
  .header-mobile-logo {
    width: 78.90443608011716%;
  }
  .menu-trigger svg {
    width: 40px;
    height: 40px;
  }
  .menu-trigger {
    right: 6.353201%;
    top: 30px;
  }

  header.header {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (max-width: 767px) {
  .desktop.custom-menu-primary {
    display: none;
  }
  .custom-menu-primary {
    width: 100%;
    float: none;
    padding-top: 18px;
  }
  .header-mobile-logo {
    width: 78.90443608011716%;
    margin-left: 10px;
  }
  .header-menu-flyout {
    padding-top: 34px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 40px;
    font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 40px;
    font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  }
  .h-lft-col {
    width: 100%;
    float: none;
    padding-left: 28px;
  }
  .h-social-wrapper p {
    font-size: calc(14px + (18 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
    width: 100%;
  }
  .h-social-wrapper {
    --minViewportSize: 320;
    --maxViewportSize: 750;
    padding-top: 8px;
    padding-left: 8px;
  }

  .h-contact {
    display: none;
  }

  .h-lft-col {
    padding: 0 6%;
  }

  .custom-menu-primary {
    padding-left: 0;
  }

  .header-mobile-logo {
    position: absolute;
    padding: 0;
    width: 72.5%;
    margin-left: 7.967924%;
  }

  .header-mobile-logo:before {
    content: attr(x);
    display: block;
    padding-top: 11.65168462224662%;
  }

  .header-mobile-logo a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .custom-menu-primary {
    padding-top: 66px;
  }

  .child-trigger {
    right: 0;
  }
}


@media (max-width: 479px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 25px;
  } 

  .child-trigger i, .child-trigger i:after {
    width: 25px;
    height: 5px;
  }
}
footer.footer h1 {
  color: #fff;
  margin: 0;
}
.footer.footer-no-navigation {
    display: block;
}

.footer-no-navigation .footer__container {
    display: block;
}

.footer-no-navigation .footer__row {
    display: block;
}
.footer.footer-no-navigation .ft-copyright {
    padding: 30px 0;
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
footer.footer {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  height: auto;
  width: auto;
  align-self: stretch;
  justify-self: stretch;
  position: relative;
  grid-area: 4/1/5/2;
  --pinned-layer-in-container: 49;
  --above-all-in-container: 49;
  --alpha-bg: 0;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
  letter-spacing: 0em;
  line-height: 1.9;
}

.footer__container {
  height: auto;
  width: auto;
  min-width: 0px;
  max-width: 99999px;
  min-height: 0px;
  align-self: stretch;
  justify-self: stretch;
  position: relative;
  grid-area: 3/1/4/2;
  --alpha-bg: 1;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.footer__row {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(100px,max-content) minmax(470.75px,min-content) minmax(50px,max-content) minmax(373.609px,max-content) minmax(50px,max-content);
  grid-template-columns: 3% 1.5fr 2.8600247fr 3%;
  --alpha-bg: 1;
}

.ft-copyright {
  height: auto;
  width: 57.75320648717405%;
  min-height: 0px;
  align-self: start;
  justify-self: start;
  position: relative;
  margin-left: 5.735752994488024%;
  margin-right: 0;
  margin-top: 29.99974999999995px;
  margin-bottom: 30px;
  grid-area: 8/3/9/4;
  /*   --alpha-color: 1;
  --fontFamily: helvetica-w01-light,helvetica-w02-light,sans-serif;
  --fontSize: 16px;
  --fontWeight: normal;
  --letterSpacing: 0;
  --lineHeight: 1.6em;
  --textScale__minFontSize: 14;
  --textScale__maxFontSize: 16; */
  line-height: 1.6;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
}

.ft-social-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 43.86695%;
  align-self: start;
  justify-self: end;
  position: relative;
  margin-left: 0%;
  margin-right: 0.26339307%;
  margin-top: 10.03125px;
  margin-bottom: 0px;
  grid-area: 4/3/5/4;
}

.ft-copyright p {
  margin: 0;
}

.ft-border {
  height: 5px;
  width: auto;
  min-width: 0px;
  min-height: 0px;
  align-self: end;
  justify-self: stretch;
  position: relative;
  margin-left: 0%;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-area: 3/3/4/4;
  transform-origin: center 0.5px;
}

.ft-address {
  height: max-content;
  width: 54.327564%;
  min-width: 255px;
  align-self: start;
  justify-self: start;
  position: relative;
  margin-left: .38946563%;
  margin-right: 0;
  margin-top: 150px;
  margin-bottom: 0;
  grid-area: 2/2/3/3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
  letter-spacing: 0em;
  line-height: 1.9;
}

.ft-address {
  position: -webkit-sticky;
  position: sticky;
  top: calc(300px + var(--wix-ads-top-height));
}

.ft-address h5 {
  font-size: calc(16px + (20 - 16) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  margin: 0;
}

.ft-address h5 span {
  color: rgb(166,206,58);
}

.ft-address p {
  margin-top: 10.099127%;
  margin-bottom: 0;
  line-height: 1.9;
}

.ft-address p:nth-child(2) {
  margin-top: 8.977001%;
}

.ft-logo {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 76.57731%;
  align-self: start;
  justify-self: start;
  position: relative;
  margin-left: 0.38946563%;
  margin-right: 0px;
  margin-top: 0.078125px;
  margin-bottom: 0px;
  grid-area: 2/2/3/3;
}

.ft-top-menu {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  width: 99.158%;
  min-width: 636.71875px;
  max-width: 99999px;
  max-height: 99999px;
  min-height: 184.59375px;
  align-self: start;
  justify-self: center;
  position: relative;
  margin-left: 0%;
  margin-right: 0.46373305%;
  margin-top: 4.15625px;
  margin-bottom: 0px;
  grid-area: 2/3/3/4;
}

.ft-bottom-menu {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  width: 74%;
  min-width: 638.15625px;
  max-width: 99999px;
  max-height: 99999px;
  min-height: 220.71875px;
  align-self: start;
  justify-self: start;
  position: relative;
  margin-left: 0.27478838%;
  margin-right: 0%;
  margin-top: 200px;
  margin-bottom: 0px;
  grid-area: 2/3/3/4;
}

.ft-contact {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(102.74094113159038px,max-content) minmax(15.400810779738606px,max-content) 1fr;
  grid-template-columns: 1fr;
  height: auto;
  width: 45.022905845876615%;
  min-height: 362.71875px;
  align-self: start;
  justify-self: start;
  position: relative;
  margin-left: 0.0010103084587686354%;
  margin-right: 0%;
  margin-top: 0.046875px;
  margin-bottom: 0px;
  grid-area: 4/3/5/4;
}

footer.footer h1 {
  font: normal normal bold 40px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}

.ft-border {
  border-top: 1px solid rgb(102,102,102);
}

footer.footer h1 span {
  color: rgb(166,206,58);
}

.ft-social-wrapper p {
  margin-top: 30px;
  margin-left: 0.22071089%;
  margin-bottom: 0;
}

.footer-menu .hs-menu-wrapper > ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer-menu .hs-menu-wrapper > ul > li {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  height: auto;
  width: 20%;
  min-width: 0px;
  min-height: 100px;
  position: relative;
  margin-left: 0.6%;
  margin-right: 0.6%;
  margin-top: 0.6%;
  margin-bottom: 0.6%;
  /* order: 1; */
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.footer-menu {
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font: normal normal bold 20px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  color: #A6CE3A;
  display: inline-block;
}

.footer-menu .hs-menu-wrapper > ul ul {
  font: normal normal normal 18px/1.4em wfont_cb5f8e_4484afda668e48b08aaf546b96772a30,wf_4484afda668e48b08aaf546b9,orig_helveticaneue_medium;
  font-family: wfont_cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79,wf_53dbc1eed6424fe284cf0a10b,orig_helveticaneue_light;
  line-height: 1.5;
  margin-top: 11px;
  width: 84.46291%;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  display: inline-block;
}

.ft-logo-text {
  margin-top: 18.125px;
  width: 59.226116%;
  font: normal normal normal 14px/1.4em wfont_cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79,wf_53dbc1eed6424fe284cf0a10b,orig_helveticaneue_light;
  line-height: normal;
  letter-spacing: normal;
}

.ft-logo-text p {
  margin-bottom: 0;
}

.ft-logo img {
  vertical-align: middle;
}

.ft-bottom-logo {
  width: 25%;
  position: relative;
  margin-left: 0%;
  margin-right: 13.354687831248683%;
  margin-top: 40px;
  margin-bottom: 0px;
  align-self: flex-start;
}

.ft-bottom-logo img {
  vertical-align: middle;
}

.ft-contact .hs-richtext {
  height: max-content;
  align-self: start;
  justify-self: center;
  position: relative;
  margin-top: 2.953125px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-left: 3px;
}

.ft-contact .hs-richtext p {
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
  letter-spacing: 0em;
  line-height: 1.9;
  min-height: 0vw;
  color: inherit;
  margin-top: 13.109375px;
  padding-left: 3px;
}

.ft-contact .hs-form {
  color: inherit;
  margin-bottom: 16px;
}

.ft-contact form .hs-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 3px;
  color: #fff;
  outline: none;
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
  height: 40px !important;
}

.ft-contact form label {
  margin: 0;
  color: inherit;
}

.ft-contact .hs-recaptcha {
  display: flex;
}

.ft-contact form label {
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
  letter-spacing: 0;
  line-height: 1.9;
  min-height: 0vw;
  color: red;
}

.ft-contact .hs-form .hs-form-field {
  margin-bottom: 0;
  line-height: normal;
  width: 72.93417099032658%;
  padding-left: 4.625px;
}

.ft-contact .hs-input.invalid.error {
  border-color: red;
}

.ft-contact .hs-form .hs-button {
  margin: 0;
  background-color: #3e3d35;
  border-color: #a6ce3a;
  color: #a6ce3a;
  border-radius: 0;
  min-width: 150px;
  padding: 15px 15px;
  font: normal normal normal 16px/1.4em wfont_cb5f8e_53dbc1eed6424fe284cf0a10b08f9e79,wf_53dbc1eed6424fe284cf0a10b,orig_helveticaneue_light;
}

.ft-contact .hs-form .hs-button:hover {
  color: #fff;
  background-color: #a6ce3a;
  border-color: #a6ce3a;
}

.ft-contact .hs-form .hs-form-field > label {
  display: none;
}

.ft-contact ::-webkit-input-placeholder {
  color: #fff;
}

.ft-contact .hs-form .hs-form-field.hs-recaptcha {
  margin-bottom: 28.9375px;
  padding-left: 0;
  margin-top: 21.0625px;
}


@media (min-width: 1001px) and (max-width: 1240px) { 
  .ft-bottom-menu {
    position: relative;
    margin-top: auto;
    padding-top: 20px;
  }
}


@media (min-width: 751px) and (max-width: 1000px) {
  .footer__row {
    grid-template-rows: minmax(50px,max-content) minmax(100px,max-content) minmax(342.906px,max-content) minmax(505.969px,max-content) minmax(405px,max-content) minmax(301.125px,max-content) minmax(37.9531px,max-content);
    grid-template-columns: 6% 2fr 6%;
  }
  .ft-address h5 {
    font-size: 30px;
  }

  .ft-copyright {
    width: 100%;
    justify-self: center;
    padding-top: 19.671124999999847px;
    padding-bottom: 20px;
    grid-area: 7/2/8/3;
    --minViewportSize: 320;
    --maxViewportSize: 1000;
    text-align: center;
    border-top: 1.333px solid #b7b7bf;
    margin: 0;
  }

  .ft-social-wrapper {
    width: 93.49592%;
    justify-self: center;
    margin-right: 5.739909472226992%;
    margin-top: 0px;
    margin-bottom: 50px;
    grid-area: 6/2/7/4;
  }

  .ft-border {
    width: auto;
    align-self: end;
    justify-self: stretch;
    margin-left: 2.234400000000001px;
    margin-right: 1.1096000000000004px;
    grid-area: 3/2/4/3;
  }

  .ft-address {
    width: 93.478096%;
    min-width: 215px;
    justify-self: center;
    position: relative;
    margin-left: 0%;
    margin-right: 5.791399346594785%;
    margin-top: 65px;
    grid-area: 3/2/4/3;
    top: 0;
    margin-bottom: 30px;
  }

  .ft-logo {
    width: 49.997707%;
    justify-self: start;
    margin-left: 0.49706737057664196%;
    margin-right: 0%;
    margin-top: 0.015625px;
    grid-area: 2/2/3/3;
  }

  .ft-top-menu {
    width: 100%;
    min-width: 636.71875px;
    min-height: 168.20312px;
    justify-self: center;
    margin-left: 0.00459425547906566%;
    margin-right: 0%;
    grid-area: 4/2/5/3;
    display: block;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .ft-bottom-menu {
    width: 70.875694%;
    min-width: 511.65625px;
    min-height: 213.03125px;
    justify-self: start;
    margin-left: 6.267989302446899%;
    margin-right: 0%;
    margin-top: 251.89024999999992px;
    grid-area: 4/1/5/3;
  }

  .ft-contact {
    width: 100%;
    min-height: 294.625px;
    margin-left: 0.6265351175715106%;
    margin-top: 0.04624999999987267px;
    margin-bottom: 50px;
    grid-area: 5/2/6/3;
    margin-top: 40px;
  }

  .ft-logo {
    margin: 0;
    padding: 0;
    padding-top: 50px;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }

  .footer-menu .hs-menu-wrapper>ul ul {
    width: 85%;
    display: block;
  }

  .footer__row {
    grid-template-rows: unset;
  }

  .ft-social-wrapper {
    width: 93.49592%;
    justify-self: center;
    margin-right: 5.739909472226992%;
    margin-top: 0px;
    margin-bottom: 50px;
    grid-area: 6/2/7/4;
  }

  .md-social-icons {
    margin-left: 0%;
    margin-top: 16.03125px !important;
    margin-bottom: 36.890625px;
    align-self: flex-start;
  }

  .ft-social-wrapper p {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
    font-weight: normal;
    font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
    letter-spacing: 0em;
    line-height: 1.9;
    --minViewportSize: 320;
    --maxViewportSize: 1000;
  }

  .ft-contact .hs-form .hs-button {
    padding: 12px 15px;
  }

  .ft-logo-text {
    width: 100%;
  }

  .ft-address p:nth-child(2) {
    margin-top: 5%;
    margin-bottom: -0.000110866786px;
  }

  .ft-address p {
    margin-top: 8.26285%;
    margin-bottom: -0.000110866786px;
    font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
    font-weight: normal;
    font-size: calc(14px + (16 - 14) * ((100vw - var(--minViewportSize) * 1px) / (var(--maxViewportSize) - var(--minViewportSize))));
    letter-spacing: 0em;
    line-height: 1.9;
    --minViewportSize: 320;
    --maxViewportSize: 1000;
  }

  .ft-address h5 {
    font-size: 28px !important;
  }

  .ft-contact .hs-richtext p {
    --minViewportSize: 320;
    --maxViewportSize: 1000;
  }
}

@media (max-width: 750px) {
  .footer__row {
    grid-template-rows: minmax(50px,max-content) minmax(100px,max-content) minmax(342.906px,max-content) minmax(505.969px,max-content) minmax(405px,max-content) minmax(301.125px,max-content) minmax(37.9531px,max-content);
    grid-template-columns: 6% 2fr 6%;
  }
  .ft-address h5 {
    font-size: 30px;
  }
  .footer-menu .hs-menu-wrapper>ul {
    display: block;
  }
  .ft-copyright {
    width: 100%;
    justify-self: center;
    padding-top: 19.671124999999847px;
    padding-bottom: 20px;
    grid-area: 7/2/8/3;
    --minViewportSize: 320;
    --maxViewportSize: 1000;
    text-align: center;
    border-top: 1.333px solid #b7b7bf;
    margin: 0;
  }

  .ft-social-wrapper {
    width: 93.49592%;
    justify-self: center;
    margin-right: 5.739909472226992%;
    margin-top: 0px;
    margin-bottom: 50px;
    grid-area: 6/2/7/4;
  }

  .ft-border {
    width: auto;
    align-self: end;
    justify-self: stretch;
    margin-left: 2.234400000000001px;
    margin-right: 1.1096000000000004px;
    grid-area: 3/2/4/3;
  }

  .ft-address {
    width: 93.478096%;
    min-width: 215px;
    justify-self: center;
    position: relative;
    margin-left: 0%;
    margin-right: 5.791399346594785%;
    margin-top: 50px;
    grid-area: 3/2/4/3;
    top: 0;
  }

  .ft-logo {
    width: 49.997707%;
    justify-self: start;
    margin-left: 0.49706737057664196%;
    margin-right: 0%;
    margin-top: 0.015625px;
    grid-area: 2/2/3/3;
  }

  .ft-top-menu {
    width: 100%;
    min-width: 636.71875px;
    min-height: 168.20312px;
    justify-self: center;
    margin-left: 0.00459425547906566%;
    margin-right: 0%;
    margin-top: 19.812124999999924px;
    grid-area: 4/2/5/3;
    display: block;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .ft-bottom-menu {
    width: 70.875694%;
    min-width: 511.65625px;
    min-height: 213.03125px;
    justify-self: start;
    margin-left: 6.267989302446899%;
    margin-right: 0%;
    margin-top: 263.89025px;
    grid-area: 4/1/5/3;
  }

  .ft-contact {
    width: 76.17211775202561%;
    min-height: 294.625px;
    margin-left: 0.6265351175715106%;
    margin-top: 0.04624999999987267px;
    margin-bottom: 50px;
    grid-area: 5/2/6/3;
  }
  .ft-logo {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 40px;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70px;
  }
  .footer-menu .hs-menu-wrapper>ul ul {
    width: 100%;
    display: block;
  }

  .ft-bottom-menu {
    width: 100%;
    padding-top: 660px;
    min-width: auto;
    margin-left: auto;
    padding-left: 30px;
  }

  .footer__row {
    grid-template-rows: unset;
  }

  .ft-social-wrapper {
    display: none;
  }
  .ft-address {
    width: 100%;
  }

  .ft-border {
    display: none;
  }
  .ft-contact {
    display: none;
  }
}
/* Menu and simple menu */

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