*, *:before, *:after {
	box-sizing: border-box;
}

img{
	max-width:100%;
	height:auto;
}
/*! 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:not(.page-center) {
    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:not(.page-center) {
        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:not(.page-center) {
        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,
.container,
.page-center,
.dnd-section > div{
	max-width: 1170px;
	margin: 0 auto;
}

@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: 'movedo-icons';
	src:url('https://5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/raw_assets/public/Healthverity_May2023/fonts/movedo-icons.eot');
		src:url('https://5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/raw_assets/public/Healthverity_May2023/fonts/movedo-icons.eot') format('embedded-opentype'),
			url('https://5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/raw_assets/public/Healthverity_May2023/fonts/movedo-icons.woff') format('woff'),
				url('https://5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/raw_assets/public/Healthverity_May2023/fonts/movedo-icons.ttf') format('truetype'),
					url('https://5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/raw_assets/public/Healthverity_May2023/fonts/movedo-icons.svg') format('svg');
						font-weight: normal;
						font-style: normal;
						}
body {
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	line-height: 24px;
	vertical-align: baseline;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 100%;
	vertical-align: baseline;
	margin-bottom: 30px;
	color: #1d2129;
	font-style: normal;
}
h1, h2, h3, h4, h5{
	font-family: "Inter Tight";
	font-weight: 700;
	text-transform: none;
}
h1{
	font-size: 55px;
	line-height: 65px;
}
h2, .body-container--landing-page h1 {
	font-size: 41px;
	line-height: 51px;
}
h3{
	font-size: 31px;
	line-height: 41px;
}
h4{
	font-size: 26px;
	line-height: 36px;
}
h5{
	font-size: 21px;
	line-height: 31px;
}
h6{
	font-family: Inter;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

@media (max-width:959px){
	h1{
		font-size: 55px;
		line-height: 1.16em;
	}
	h2{
		font-size: 37px;
		line-height: 1.24em;
	}
	h3{
		font-size: 28px;
		line-height: 1.32em;
	}
	h4{
		font-size: 23px;
		line-height: 1.38em;
	}
	h5{
		font-size: 19px;
		line-height: 1.48em;
	}
}
p {
	margin-top: 0px;
	margin-bottom: 30px;
}
a {
	font-weight: 700;
	transition: color .3s ease;
	color: #67bf47;
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover{
	text-decoration: underline;
}
ul, 
ol {
	margin: 0;
	margin-bottom: 28px;
	padding-left: 20px;
	line-height: 30px;
}
blockquote {
	margin-bottom: 30px;
}
::-webkit-input-placeholder {
	color: #1d2129;
}
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;
}
.hs-form-field {
	margin-bottom: 30px;
}
/* Labels */
.hs-form-field > label {
	color: #fff;
}
form.hs-form {
	margin: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #1d2129;
	border-color: #1d2129;
}

.sidebar-form form.hs-form.stacked {
  background-color: #1d2129;
  padding: 30px;
}

.sidebar-form form.hs-form.stacked .hs-form-field > label {
  color: #fff;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
.hs-search-field__input{
	background-color: #faf8f6;
	border: 3px solid #1d2129;
	color: #1d2129;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
	transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease;
	padding: 16px 20px;
	outline: none;
	margin: 0;
	border-radius: 0;
	width: 100%;
	font-family: inherit;
	min-height: 42px;box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	position: relative;
	line-height: 1.22;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
.hs-search-field__input:focus{
	background-color: #fff;
	border-color: #67bf47;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
	color: #1d2129;
}
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;*/
  color: #67bf47;
}
.hs-input.invalid.error {
	border-color: #cc0000;
}
.hs-error-msg {
	color: #cc0000;
	margin-top: 0.35rem;

}
::-webkit-input-placeholder {
	color: #1d2129!important;
}
/* Submit button */
form input[type=submit],
form .hs-button,
.hs-search-field__button{
	background: #67bf47;
	font-weight: 700;
	border: 0;
	color: #1d2129;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0.75em 2em;
	text-transform: uppercase;
	transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
	letter-spacing: 1px;
	display: inline-block;
	line-height: 1.4;
	z-index: 2;
	vertical-align: top;
	border-radius: 50px;
	outline: 0;
	text-align: center;
	cursor: pointer;
	word-wrap: break-word;  
	user-select: none;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
	-moz-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
	-o-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
	-ms-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
	transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	white-space: normal;
}

.hs-search-field__input:focus {
	outline-style: none !important;
}
form input[type=submit]:hover,
form .hs-button:hover,
.hs-search-field__button:hover{
	background: #579f41;
	color: #1d2129;
}
form .hs-error-msgs {
	color: #cc0000;
	padding-left: 0;
	list-style: none;
  position: absolute;
}
/* Captcha */
.grecaptcha-badge {
	margin: 0 auto;
}
.hs-error-msgs.inputs-list > li {
    margin: 0;
}
.hs-error-msgs.inputs-list > li label.hs-error-msg,
form .hs-error-msgs label.hs-main-font-element {
    font-size: 14px;
    font-weight: 700;
    padding-left: 3px;
}


@media (max-width:767px){
	form.hs-form {
		margin-bottom: 30px;
	}
}
/* 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;
}
.custom-wrapper{
	position: relative;
	z-index: 4;
}
.custom-header {
	background-color: #ffffff;
	height: 100px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.custom-header.scrolled {
	height: 80px;
	box-shadow: 0 8px 15px -5px rgba(0,0,0,.2);
}
.custom-header-top {
	background-color: #ffffff;
	color: #1d2129;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 3;
	border-bottom: 2px solid #1d2129;
}
.custom-header-main-wrapper {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
}
.custom-wrapper {
	min-height: 141px;
  /*min-height: 100px;*/
}
.custom-wrapper.lp-header {
	min-height: 100px;
}
.custom-header-menu .hs-menu-wrapper > ul > li {
	position: relative;
}
.custom-header-top-menu ul > li > a:hover {
	color: #579f41;
}
.custom-mobile-bar,
.custom-mobile-close-button,
.child-trigger{
	display: none;
}
.custom-header-top-menu ul {
	line-height: 1.2;
	justify-content: flex-end;
	padding-left: 10px;
	align-items: center;
	text-align: right;
}
.custom-header-top-menu ul > li > a {
	font-size: 12px;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .3s ease;
	font-weight: 700;
	color: #1d2129;
}
.custom-header-top-menu ul>li {
	margin-left: 3px;
}
.custom-header-top-menu ul > li:first-child:after {
	color: #1d2129;
	content: "|";
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0 0.455em;
	opacity: 1;
}
.custom-header-logo img {
	display: block;
	position: relative;
	height: 29px!important;
	top: -50%;
	padding-top: 0;
	padding-bottom: 0;
	width: auto !important;
	max-width: none;
}
.custom-header-menu .hs-menu-wrapper > ul li:last-child .inner-content:before{
	display:none;
}
.custom-header-logo a {
	display: block;
}
.custom-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-header-menu .hs-menu-wrapper > ul > li > a {
	color: #1d2129;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 100px;
	margin: 0 0.5em;
	padding: 0 0.5em;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	text-decoration: none;
	text-transform: uppercase;
}

.custom-header-menu .hs-menu-wrapper>ul>li:last-child:before {
	display: none;
}
.custom-header-menu .hs-menu-wrapper > ul > li:last-child > a {
	background-color: #67bf47;
	border: 2px solid #67bf47;
	border-radius: 50px;
	color: #1d2129;
	font-weight: 700;
	margin: 0;
	padding: 0.75em calc(2.5em + 5px) 0.75em 1.5em;
	position: relative;
	transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.custom-header-menu .hs-menu-wrapper > ul > li:last-child {
	padding-left: 14px;
}
.custom-header-menu .hs-menu-wrapper > ul > li:last-child > a:after,
.custom-header-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
}
.custom-header-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
	content: '\f107';
	margin-left: 5px;
	color: #1d2129;
	top: 0;
	height: 10px;
	line-height: 10px;
	position: relative;
	width: 10px;
}
.custom-header-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
	padding-right: 0.75em;
}
.custom-header-menu .hs-menu-wrapper > ul > li:first-child > a{
	margin-left: 0;
}
.custom-header-menu .hs-menu-wrapper > ul > li > a > .inner-content:before {
	content: '';
	opacity: 0;
	width: 0;
	height: 2px;
	left: 0;
	top: calc(100% + 2px);
	position: absolute;
	-webkit-transition: opacity .4s ease, width .4s ease;
	-moz-transition: opacity .4s ease, width .4s ease;
	-ms-transition: opacity .4s ease, width .4s ease;
	-o-transition: opacity .4s ease, width .4s ease;
	transition: opacity .4s ease, width .4s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.custom-header-overlay {
	visibility: visible;
	opacity: 1;
}
.custom-header-menu .hs-menu-wrapper > ul > li:hover > a > .inner-content:before{
	background-color: #67bf47;
	opacity: 1;
	width: 100%;
}
span.inner-content {
	position: relative;
}
.custom-header-menu .hs-menu-wrapper > ul > li:last-child > a:after {
	content: "\f061";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	width: 1em;
	line-height: 1;
	margin-left: 5px;
	margin-right: 0;
	position: absolute;
	right: calc(1em + 5px);
	top: 50%;
	margin-top: -0.5em;
	transition: transform .3s ease;
}
.custom-header-menu .hs-menu-wrapper > ul > li:last-child > a:hover {
	background-color: #579f41;
	border-color: #579f41;
	text-decoration: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}
.custom-header-menu .hs-menu-wrapper > ul > li:last-child > a:hover:after {
	-webkit-transform: translate(0.5em, 0);
	-moz-transform: translate(.5em, 0);
	-ms-transform: translate(.5em, 0);
	-o-transform: translate(.5em, 0);
	transform: translate(0.5em, 0);
}
.custom-header-menu .hs-menu-children-wrapper {
	box-shadow: 0 8px 15px -5px rgba(0,0,0,.2);
	text-align: left;
	background-color: #ffffff;
	padding: 15px 0;
	margin-top: -1px;
	padding-right: 18px;
}
.custom-header-menu .hs-menu-children-wrapper > li {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	position: relative;
}
.custom-header-menu .hs-menu-children-wrapper > li > a {
	border-left: 2px solid #fff;
	position: relative;
	display: block;
	padding: 10px;
	margin: 0 15px;
	line-height: 1.2em;
	color: #1d2129;
	padding-left: 8px;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0px;
}
.custom-header-menu .hs-menu-children-wrapper > li > a:hover {
	color: #1d2129;
	background-color: #faf8f6;
	border-color: #67bf47;
	text-decoration: none;
}
.custom-header-menu .hs-menu-children-wrapper ul {
	left: 100% !important;
	top: 0 !important;
	pointer-events: none;
}

.custom-header-menu .hs-menu-children-wrapper li:hover > ul {
	pointer-events: all;
}


@media (min-width: 1200px) {
	.custom-header.scrolled .custom-header-menu .hs-menu-wrapper > ul > li > a {
		line-height: 80px;
	}
  .custom-wrapper.lp-header .custom-header-content {
    height: 100px;
  }
  .custom-wrapper.lp-header .custom-header.scrolled .custom-header-content {
    height: 80px;
  }
}

@media (max-width:1230px){
	.custom-header-top .container,
	.custom-header .container{
		width: 90%;
	}
}

@media (max-width:1199px){
  .custom-wrapper.lp-header {
    min-height: 60px;
  }
	.custom-header-menu .hs-menu-wrapper>ul>li>a>.inner-content:before{
		display:none;
	}
	.lp-header .custom-header-content {
		display: block;
	}
	.lp-header .custom-header-wrapper .custom-header {
		padding: 16px 0;
	}
	.custom-header-menu-wrapper {
		height: 100%;
		top: 0;
		right: -30px;
		background-color: #ffffff;
		bottom: 0;
		z-index: 10000;
		width: 591px;
		position: fixed;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
		-moz-transition: -moz-transform 0.5s ease-in-out;
		-o-transition: -o-transform 0.5s ease-in-out;
		transition: transform 0.5s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
	}
	.custom-mobile-bar {
		display: block;
		cursor: pointer;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li > a:hover {
		color: #579f41;
	}
	.custom-header-wrapper .custom-header {
		height: 60px;
	}
	.custom-header-overlay {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		background-color: rgba(29,33,41,.9);
		bottom: 0;
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
		height: 100%;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.grve-header-element .grve-item i,
	.grve-header-element .grve-item .grve-icon-menu {
		display: block;
		font-size: inherit;
		font-family: 'movedo-icons' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 32px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: inherit;
	}
	.grve-icon-menu:before {
		content: "\e906";
	}
	.custom-wrapper {
		min-height: 101.19px;
	}
	.grve-hidden-menu-btn .grve-header-element .grve-item {
		color: #67bf47;
		line-height: 60px;
		display: inline-block;
		padding-left: 1.563rem;
	}
	nav.custom-header-menu-wrapper.active {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.custom-header-menu .hs-menu-wrapper > ul ul ul {
		box-shadow: none;
	}
	.custom-header-menu ul {
		flex-direction: column;
	}
	.custom-header-inner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-right: 30px;
		padding-bottom: 90px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.grve-close-btn {
		color: #67bf47;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.custom-header-menu .hs-menu-wrapper > ul ul ul > li > a {
		font-weight: 500!important;
		line-height: 1.5em;
		padding: 0.5em 0.75em!important;
	}
	.grve-close-btn {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 40px;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.grve-close-btn i, .grve-close-btn .grve-icon-close {
		font-size: inherit;
		line-height: inherit;
	}
	.grve-close-btn {
		font-family: 'movedo-icons' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.grve-icon-close:before {
		content: "\e912";
	}
	.custom-mobile-close-button {
		text-align: right;
		width: 70%;
		display: block;
		margin: 30px auto 60px auto;
		min-width: 270px;
	}
	.custom-header-menu {
		width: 70%;
		min-width: 270px;
		margin: 0 auto;
		display: block;
		overflow: hidden;
	}
	.custom-header-menu .hs-menu-children-wrapper ul {
		left: 0!important;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li > a {
		letter-spacing: 1px;
		font-family: Inter;
		font-weight: 700;
		color: #1d2129;
		padding: 1em;
		line-height: 30px;
		margin: 0;
		padding-right: 40px;
		font-style: normal;
		border-bottom: 2px solid;
		display: block;
		position: relative;
		overflow: hidden;
		border-color: #1d2129;
		font-size: 16px;
		text-transform: uppercase;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li:last-child {
		text-align: center;
		padding: 1em;
		margin-top: 2em;
	}
	.grve-close-btn {
		-webkit-transform: translate3d(0, -200%, 0);
		-moz-transform: translate3d(0, -200%, 0);
		-ms-transform: translate3d(0, -200%, 0);
		-o-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
		-moz-transition: -moz-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
		-o-transition: -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
		transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
	}
	nav.custom-header-menu-wrapper.active .grve-close-btn {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.custom-header-menu .hs-menu-wrapper > ul > li:last-child > a {
		border-radius: 50px;
		box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
		letter-spacing: 1px;
		display: inline-block;
		padding: 0.75em 2em;
		padding-right: calc(3em + 5px);
		padding-right: 3em;
		position: relative;
	}
	.custom-header-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
		display:none;
	}
	.child-trigger {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 64px;
		display: inline-block;
		line-height: inherit;
		text-align: right;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		z-index: 1;
	}
	.child-trigger:before,
	.child-trigger:after{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #67bf47;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: transform .3s ease .3s;
		-moz-transition: transform .3s ease .3s;
		-ms-transition: transform .3s ease .3s;
		-o-transition: transform .3s ease .3s;
		transition: transform .3s ease .3s;
	} 
	.child-trigger:before {
		height: 10px;
		margin-left: -2px;
		margin-top: -6px;
		width: 2px;
	}
	.child-trigger:after {
		height: 2px;
		margin-left: -6px;
		margin-top: -2px;
		width: 10px;
	}
	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper.active {
		position: static!important;
		display: block!important;
	}
	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
		display: none;
		position: static;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.child-trigger.child-open:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.child-trigger.child-open:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
		border-bottom: 2px solid #1d2129;
		margin-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 0;
		box-shadow: none;
	}
	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
		line-height: 1.5em;
		padding: 0.5em 0.75em;
		margin: 0;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
		text-transform: none;
		letter-spacing: 0px;
		white-space: normal;
	}
	.custom-header-top-menu ul {
		flex-direction: row!important;
	}
	.custom-header-menu .hs-menu-wrapper ul .hs-menu-children-wrapper li:last-child {
		margin-bottom: 1em;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li:nth-child(2) > .hs-menu-children-wrapper {
		border-bottom: 2px solid #1d2129;
		margin-left: 0;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li:before{
		display:none;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li:nth-child(2) > .hs-menu-children-wrapper a {
		font-size: 16px;
		font-weight: 700;
		padding: 0.75em;
	}
	.mobile-menu-active .custom-header-overlay {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
	}

	.custom-header-overlay {
		transition: all .3s ease;
		pointer-events: none;
	}
	.custom-header-menu .hs-menu-wrapper>ul>li:last-child>a {
		border: 0 !important;
		background-color: rgba(103, 191, 71, 1.0) !important;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li.submenu-open > a {
		border-bottom: 0;
	}

	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
		padding-top: 3px;
	}
	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-item-has-children:not(:last-child) > a {
		border-bottom: 2px solid #1d2129;
		border-radius: 0 !important;
		border-left: 0 !important;
	}

	ul ul .child-trigger {
		height: 50px;
	}

	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper ul {
		border: 0;
		padding-top: 0;
	}

	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-item-has-children:not(:last-child).submenu-open > a {
		border-bottom: 0;
	}

}

@media (max-width:1024px){
	.custom-header-menu-wrapper {
		width: 550px;
	}
	.child-trigger {
		height: 64px;
	}
}

@media (max-width:959px){
	.custom-header-menu .hs-menu-wrapper > ul > li > a {
		font-size: 16px;
		line-height: 1.5em;
	}
}

@media (max-width:768px){
	.child-trigger {
		height: 58px;
	}
}

@media (max-width:767px){
	.custom-header-menu .hs-menu-wrapper > ul > li > a {
		font-size: 15px;
		line-height: 1.4em;
	}
	.custom-header-menu-wrapper {
		width: 100%;
		right: 0;
	}
	.child-trigger {
		height: 54px;
	}
	.custom-header-inner {
		padding: 0;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li:nth-child(2) > .hs-menu-children-wrapper a {
		font-size: 15px;
		line-height: 1.4em;
		padding: 0.75em;
	}
	.custom-header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
		font-size: 15px;
		line-height: 1.4em;
	}
}
.custom-footer-wrapper {
	background: #1d2129;
}
.custom-footer-top-wrapper .container {
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
}
.custom-main-footer-wrapper {
	position: relative;
	z-index: 2;
}
.custom-footer-content .hs-menu-wrapper > ul > li, 
.custom-footer-content ul.hs-menu-children-wrapper li:last-child {
	margin-bottom: 0;
}
.grve-back-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: -60px;
	right: 20px;
	text-align: center;
	z-index: 900;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.grve-back-top .grve-back-top-icon::before {
	content: '\f062';
	display: inline-block;
	transition: transform .3s ease;
}
.grve-back-top .grve-back-top-icon {
	font-size: 18px;
	line-height: 50px;
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 900;
	color: #1d2129;
	font-style: normal;
}
.grve-back-top .grve-wrapper-color {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
	transition: background-color .3s ease, box-shadow .3s ease;
	background-color: #67bf47;
	border-radius: 50%;
}
.grve-back-top.show {
	-webkit-transform: translate(0, -80px);
	-moz-transform: translate(0, -80px);
	-ms-transform: translate(0, -80px);
	-o-transform: translate(0, -80px);
	transform: translate(0, -80px);
}
.grve-back-top .grve-wrapper-color:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
	background-color: #579f41;
}
.custom-footer-content {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.column {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.custom-footer-content .hs-menu-wrapper > ul > li:first-child > a {
	cursor: text;
	color: #ffffff;
	border-top: 2px solid;
	padding-top: 20px;
	margin-bottom: 20px;
	border-color: #ffffff;
	display: block;
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1.5px;
}
.custom-footer-content .hs-menu-wrapper > ul > li:first-child > a:hover {
	text-decoration: none;
}
.custom-footer-content .hs-menu-wrapper > ul .hs-menu-children-wrapper a {
	font-weight: 500;
	transition: color .3s ease;
	color: #ffffff;
	display: block;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0px;
}
.custom-footer-content .hs-menu-wrapper > ul .hs-menu-children-wrapper a:hover {
	color: #579f41;
}
.custom-footer-content .hs-menu-wrapper > ul > .hs-item-has-children {
	margin-bottom: 0;
}
.custom-footer-content .hs-menu-wrapper > ul li {
	margin-bottom: 5px;
}
.custom-footer-content .hs-menu-wrapper ul {
	display: block;
}
.custom-footer-content ul.hs-menu-children-wrapper li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.custom-footer-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.custom-footer-social-icons li {
	display: inline-block;
	margin-left: 15px;
}
.custom-footer-social-icon-wrapper .custom-footer-social-icons li a {
	color: #ffffff;
	font-weight: 500;
	display: block;
	font-size: 24px;
	transition: color .3s ease;
}
.custom-footer-bottom-wrapper .container {
	padding-bottom: 30px;
	padding-top: 30px;
}
.custom-footer-bottom-wrapper {
	color: #ffffff;
	background-color: #1d2129;
}
.custom-footer-top-wrapper .container {
	border-width: 2px;
	border-color: #ffffff!important;
	border-bottom: 2px solid;
}
.custom-footer-copyright p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}
.custom-footer-left-section {
	width: 50%;
	font-size: 12px;
	line-height: 2.000em;
}
.custom-footer-right-section {
	text-align: right;
	width: 50%;
	line-height: 2.000em;
}
.custom-footer-bottom-content {
	display: flex;
	align-items: center;
}
.custom-footer-copyright a {
	color: #ffffff;
	font-weight: 500;
	transition: color .3s ease;
}
.custom-footer-social-icon-wrapper .custom-footer-social-icons li a:hover {
	color: #579f41;
}
.custom-footer-social-icons a:hover {
	color: #579f41;
}
ul.custom-footer-social-icons li:last-child {
	margin-left: 18px;
}



@media (max-width:1230px){
	.custom-footer-top-wrapper .container,
	.custom-footer-bottom-wrapper .container{
		width: 90%;
	}
}

@media (max-width:1200px){
	.custom-footer-top-wrapper .container {
		padding: 72px 0;
	}
	.column {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.custom-footer-bottom-wrapper .container {
		padding-bottom: 18px;
		padding-top: 18px;
	}
}

@media (max-width:1024px){
	.custom-footer-bottom-content {
		align-items: flex-start;
	}
}

@media (max-width:959px){
	.custom-footer-menu-1.column,
	.custom-footer-menu-2.column,
	.custom-footer-menu-3.column,
	.custom-footer-menu-4.column{
		width: 50.0%;
	}
	.column {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.custom-footer-left-section {
		width: 75%;
		text-align: left;
	}
	.custom-footer-right-section {
		width: 25%;
	}
	.custom-footer-bottom-content {
		align-items: center;
	}
}

@media (max-width:768px){
	.custom-footer-top-wrapper .container {
		padding: 54px 0;
	}
}

@media (max-width:767px){
	.custom-footer-menu-1.column, 
	.custom-footer-menu-2.column, 
	.custom-footer-menu-3.column, 
	.custom-footer-menu-4.column {
		width: 100%;
	}
	.custom-footer-social-icons {
		justify-content: center;
	}
	.custom-footer-bottom-content {
		flex-direction: column;
	}
	.custom-footer-left-section {
		width: 100%;
		text-align: center;
	}
	.custom-footer-right-section {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	.lp-footer .custom-footer-bottom-content {
		padding-bottom: 55px;
	}
}
/* 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;
  }
}