*, *: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 ;
    }
}
.dnd-section > .row-fluid, .content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid, .content-wrapper{
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;

}

.dnd-section, .content-wrapper--vertical-spacing {
padding-left:0px!important;
  padding-right:0px!important;
}
@media (min-width: 600px){
  .dnd-section > .row-fluid, .content-wrapper{
    padding-left: 24px;
    padding-right: 24px;
  }
}
@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;
  }
}
body {
  line-height: 1.625;
  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 {
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.625;
    letter-spacing: 0.2px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;

}
.migration a:hover,
.migration a:focus{
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
}
.form-title{
  letter-spacing: 0.2px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.hs-form-field{
  margin-bottom: 18px;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

/* 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: #f2545b;
  margin-top: 0.35rem;
}
.hs-error-msgs label{
  color: #f2545b;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
}
.inputs-list label{
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  font-size: 13px;
}
/* Submit button */

form input[type=submit], form .hs-button, button, .button {
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  text-decoration:none;
  margin-top:10px;
  margin-bottom:10px;
  white-space:normal;
}
form input[type=submit]:hover,
form .hs-button:focus,
form .hs-button:active,
form .hs-button:hover{
  text-decoration:none;
}
/* 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 container */
body.openMobile_menu {
  overflow: hidden;
}
header.header  ul{

  margin:0px;
  padding:0px;
  list-style:none;
}
.subscribtion_btn .hs-button:hover{
  text-decoration:underline;
}
.menu_toggle:hover{
  color: #0C8671;
  background-color: transparent; 
}
.navigation-primary .level-2>.MuiBox-root>li:nth-child(2)>a:hover,
.navigation-primary .level-2>.MuiBox-root>li:nth-child(2) .level-3>li>a:hover,
.navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a:hover,
.navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li>a:hover{
  text-decoration:underline;

}
header.header{
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.43;
}
header.header {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: none;
  width: 100%;
  display: flex;
  z-index: 1100;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-direction: column;
  top: 0;
  left: auto;
  right: 0;
  position: fixed;
  color: #000000;
  height: 56px;
  background: #FFFFFF;
  padding-left: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 2vw;
}
.subscribtion_btn {
  margin-left: 8px;
}
.header_main {
  display: flex;
  position: relative;
  align-items: center;
  height: 72px;
}
.header_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
}
.header_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.header_right {
  margin: 0;
  box-sizing: border-box;
}

.header_navigation_item {
  height: 100%;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  font-weight: 600;
  line-height: 18px;
  flex-direction: column;
  letter-spacing: 0.2px;
  justify-content: space-between;
}
.navigation-primary >ul{
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  margin-block-end: 0;
  margin-block-start: 0;
  font-size: 0px;
}
.navigation-primary>ul>li{
  position: relative;
  margin: 18px 24px;
  display: block;
}
.header_logo {
  margin-right: 14px;
}

.header_logo a{
  position: relative;
  height: 36px;
  cursor: pointer;
  display: block;
}

.navigation-primary >ul>li>a{
  position: relative;
  align-items: center;
  margin: 0;
  display: inline-flex;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Poppins', sans-serif;
  min-height: 40px;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  padding: 6px 12px;
}

.header_right_main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_search {
  margin-right: 24px;
}
.header_search_btuuon {
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  align-items: center;
  user-select: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  flex: 0 0 auto;
  color: #000;
  padding: 0;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.header_search_btuuon>span{
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.header_hr {
  flex-shrink: 0;
  border: none;
  width: 1px;
  align-self: stretch;
  height: 32px;
  margin: 4px;
  background-color: #C5CED1;
}
.header_search_btuuon>span>svg{
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;

}
.subscribtion_btn .hs-button {
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  position: relative;
  align-items: center;
  user-select: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  border-radius: 2px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  font-size: 0.875rem;
  box-shadow: none;
  min-height: 40px;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  padding: 8px 16px;
  background-color: #005E47;
  white-space: nowrap;
  text-decoration: none;
}

.header-startIcon {
  color: #00A77E;
  margin-left: 0;
  margin-right: 18px;
}
.header-startIcon>svg{
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  display: inline-block;
  fill: currentColor;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.header-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: #C5CED1;
  transform: rotate( 
    180deg
  );
  margin-left: auto;
}
.header-endIcon {
  display: inherit;
  margin-right: -4px;
  color: #005E47;
  transform: rotate( 
    360deg
  );
  transition: 0.2s;
  margin-left: 0;
}
.header-endIcon>svg{
  fill: currentColor;
  width: 1em;
  height: 1em;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  font-size: 20px;
}

.navigation-label {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.header_search_section{
  border-radius: 0;
  position: fixed;
  z-index: 1300;
  inset: 0px;
  transform-origin: 1018.12px 163.5px;
  transform: scale(0);
  transition: all 341ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 227ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  opacity: 0;
}

.search-open .header_search_section{
  transform: none;
  transition: all 341ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 227ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  opacity: 1;
}

.header_search_background{
  z-index: -1;
  position: fixed;
  inset: 0px;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.header_search_main{
  color: #000000;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
  outline: 0;
  position: absolute;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px;
  max-width: 100vw;
  min-height: 420px;
  border-radius: 0;
}
.header_search_item{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.header_search_button{
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  align-items: center;
  user-select: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  flex: 0 0 auto;
  color: #000;
  padding: 0;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  display: flex;
  align-self: flex-end;
}
.header_search-label{
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.header_search-label svg{
  fill: currentColor;
  width: 1em;
  height: 1em;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.navigation-primary>ul>li .level-2{
  color: #000;
  transition: box-shadow 300ms cubic-bezier(0.4,0,0.2,1) 0ms;
  background-color: #fff;
  outline: 0;
  position: absolute;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100vh - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 12px 17px rgb(0 0 0 / 3%), 0px 5px 22px rgb(0 0 0 / 4%), 0px 7px 8px rgb(0 0 0 / 8%);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 339ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 226ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transform-origin: 0px 24.5px;
  left:12px;
  min-width:400px;
  top: 32px;
} 

.navigation-primary>ul>li:nth-child(1) .level-2,
.navigation-primary>ul>li:nth-child(2) .level-2{
  min-width: 646px;
}


.navigation-primary>ul>li.open_child .level-2{
  transform-origin: 0px 24.5px;
  opacity: 1;
  transform: none;
  transition: opacity 339ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 226ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  visibility: visible;
}
.open_child .header-endIcon>svg{
  transform: rotate(
    180deg
  );
}
.navigation-primary>ul>li .level-2>.MuiBox-root{
  display: flex;
  min-width: 300px;
  align-items: flex-start;
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #E4E9EC;
}
.navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child{
  width: 100%;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 3%), 0px 1px 10px rgb(0 0 0 / 4%), 0px 2px 4px rgb(0 0 0 / 8%);
  border-radius: 16px;
  background-color: #FFFFFF;
}
.navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a{
  font-family: 'Poppins',sans-serif;
  line-height: 1.625rem;
  letter-spacing: .2px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  padding: 18px 12px;
  border-top: 1px solid transparent;
  margin: 0 20px;
}
.navigation-primary>ul>li .level-2>.MuiBox-root>li:nth-child(2){
  position: relative;
  margin-top: 32px;
  margin-left: 6px;

}

.navigation-primary>ul>li .level-2>.MuiBox-root>li:nth-child(2):before {
  top: 0;
  left: 24px;
  width: 32px;
  height: 8px;
  content: "";
  position: absolute;
  background: #00A77E;
}

.navigation-primary .level-2>.MuiBox-root>li:first-child .level-3{
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 24px;
}
.navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: #C5CED1;
  transform: rotate( 
    180deg
  );
  margin-left: auto;
}
.navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li{
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid transparent;
  margin: 0 20px;
  padding: 18px 12px;
  border-top: 1px solid rgba(33, 33, 33, 0.08);
  display: flex;
  justify-content: space-between;

}
.navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li>a{
  font-family: 'Poppins', sans-serif;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  color: #000000;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  flex-grow: 1;
}
.navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li svg{
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: #C5CED1;
  transform: rotate( 
    180deg
  );
  margin-left: auto;
}
.child-title {
  display: flex;
  padding: 20px;
  align-items: center;
  border-radius: 0 16px 0 32px;
  justify-content: flex-start;
  background-color: #FFFFFF;
}

.child-title svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: #00A77E;
}

.child-title h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-left: 8px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.navigation-primary .level-2>.MuiBox-root>li:nth-child(2) .level-3>li{
  padding: 6px 24px;
  font-family: 'Poppins',sans-serif !important;
}
.navigation-primary .level-2>.MuiBox-root>li:nth-child(2) .level-3>li>a{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: .2px;
  font-family: 'Poppins',sans-serif !important;
}
.navigation-primary .level-2>.MuiBox-root>li:nth-child(2)>a{
  letter-spacing: 0.2px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: 0.2px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  padding: 6px 24px;
  display: block;
  font-family: 'Poppins', sans-serif !important;
}

body.menu_visible {
  position: fixed;
  z-index: 1300;
  inset: 0px;
}


.search-open .header_search_section{
  display: block;
}


body.search-open {
  overflow: hidden;
}
.header_seach_wrapper{
  width: 100%;
  display: flex;
  padding: 32px 20px 12px;
  max-width: 960px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  flex-direction: row;
  justify-content: space-between;
}
.search_input{
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  color: inherit;
  width: 90%;
}
.header_search_main form .search_input_part{
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  color: #546366;
  width: 100%;
  font-size: 1.25rem;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 700;
}
.seach_header_btn{
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  user-select: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  flex: 0 0 auto;
  color: #546366;
  position: relative;
}
.seach_header_btn:hover,
.seach_header_btn:focus{
  color: #0C8671;
  background-color: transparent
}
.seach_header_btn>span{
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.header_search_button:hover,
.header_search_btuuon:focus,
.header_search_btuuon:hover{
  color: #0C8671;
  background-color: transparent;
}
.seach_header_btn:before{
  top: -8px;
  left: -13px;
  width: 2px;
  height: 40px;
  content: "";
  position: absolute;
  background: #C5CED1;
}
.seach_header_btn>span>svg{
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.menu_toggle{
  display:none;
}

.mobile_menu_wrapper {
  position: fixed;
  z-index: 1300;
  inset: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 225ms cubic-bezier(0,0,0.2,1) 0ms;
  transition-delay: .3s;
}

.mobile_menu_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}

.mobille_innerWrapper {
  background-color: #fff;
  box-shadow: 0px 8px 10px -5px rgb(0 0 0 / 20%), 0px 16px 24px 2px rgb(0 0 0 / 14%), 0px 6px 30px 5px rgb(0 0 0 / 12%);
  top: 0;
  flex: 1 0 auto;
  height: 100%;
  display: flex;
  outline: 0;
  z-index: 1200;
  position: fixed;
  overflow-y: auto;
  flex-direction: column;
  left: 0;
  right: initial;
  transform: translateX(-100%);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mobile_sarch_wrapper {
  display: flex;
  padding: 20px 20px 32px;
  align-items: flex-start;
  border-radius: 0px 0px 0px 32px;
  flex-direction: column;
  justify-content: center;
  background-color: #005E47;
}

.mobile_menu_logo {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  flex-direction: row;
  justify-content: flex-start;
}

.mobile_menu_logo .close_bbtn {
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 auto;
  padding: 0;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  color: #FFFFFF;
}

.mobile_menu_logo .close_bbtn span.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

.mobile_menu_logo .close_bbtn svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.mobile_logo>div {
  position: relative;
  width: 109px;
  height: 29px;
  cursor: pointer;
  margin-left: 14px;
}

button.mobile_search_btn {
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 6px 16px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  box-shadow: none;
  min-height: 40px;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  width: 100%;
  height: 56px;
  font-weight: 400;
  border-radius: 4px;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.1);
}

button.mobile_search_btn:hover{
  background-color: #0C8671;
  color: #FFFFFF;
}

button.mobile_search_btn span.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: space-between;
}

button.mobile_search_btn .MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}

button.mobile_search_btn .MuiButton-endIcon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  font-size: 20px;
}

.mobile_menu_box {
  height: 100%;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  font-weight: 600;
  line-height: 18px;
  flex-direction: column;
  letter-spacing: 0.2px;
  justify-content: space-between;
  padding: 40px 0 20px;
}

.mobile_menu_box ul{
  padding:0;
  margin:0;
  list-style:none;
}

.mobile_menu {
  width: 100%;
}

.mobile_menu nav.navigation-primary>ul>li {
  min-width: 275px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
  margin: 18px 24px;
  display: block;
}

.mobile_menu nav.navigation-primary>ul>li>a {
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  width: 100%;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Poppins', sans-serif;
  border-radius: 2px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87) !important;
  min-height: 40px;
  letter-spacing: 0.2px;
  padding: 6px 12px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.mobile_menu nav.navigation-primary>ul>li>a .header-endIcon {
  display: none;
}

.mobile_bottom_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.mobile_menu nav.navigation-primary>ul>li>a:hover {
  color: #0C8671 !important;
  text-decoration: underline;
  background-color: transparent;
}

.mobile_menu nav.navigation-primary>ul>li>a:hover  .header-root {
  color: #0C8671;
}

.mobile_bottom_box>div {
  margin: 18px 24px;
  display: block;
  margin-top: 0px;
}

.mobile_bottom_box a {
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Poppins', sans-serif;
  border-radius: 2px;
  text-transform: none;
  font-size: 0.875rem;
  box-shadow: none;
  min-height: 40px;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  padding: 8px 16px;
  background-color: #005E47;
  white-space: nowrap;
}
a#hs-button_mobile_sign_up-not {
  margin: 18px 24px;
  display: block;
  color: #546366;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  background-color: unset;
  padding-bottom: 0px;
  margin-bottom: -6px;
  cursor: default;
}
a#hs-button_mobile_sign_up-not:hover{
  text-decoration: none
}
.mobile_bottom_box a:hover {
  text-decoration: underline;
  background-color: #0C8671;
  color: #FFFFFF;
}

.child-title .MuiIconButton-label{
  display:none;
}

.openMobile_menu .mobile_menu_wrapper{
  opacity: 1;
  visibility: visible;
  transition: all 225ms cubic-bezier(0,0,0.2,1) 0ms;
}

.openMobile_menu .mobille_innerWrapper{
  transform: translateX(0%);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;

}



@media (min-width: 600px){
  .header_search_main{
    right: initial;
    width: 323px;
    padding: 24px;
    min-height: 100%;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child{
    min-width: 340px;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:nth-child(2){
    min-width: 220px;
    padding-top: 24px;
  }
  .navigation-primary .level-2>.MuiBox-root>li:first-child.level-3>li{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid transparent;
    margin: 0 20px;
    padding: 18px 12px;
  }


}

@media (min-width: 960px){
  header.header{

    height: 72px;
  } 
  .header_left {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .header_right {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .navigation-primary >ul>li{
    margin: 0;
    display: inline-block;
  }
  .header-startIcon {
    display: none;
  }
  .header-root{
    display: none;
  }
  .header_search_main{
    right: 0;
    width: initial;
    min-height: 428px;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child{
    min-width: 400px;
  } 
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:nth-child(2){
    min-width: 240px;
  }
  .header_seach_wrapper{
    width: 80%;
  }
  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li:hover,
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a:hover{
    border-top: 1px solid transparent;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 3%), 0px 1px 18px rgb(0 0 0 / 4%), 0px 3px 5px rgb(0 0 0 / 8%);
    border-radius: 4px;
  }
  .search_input.mobile_area{
    display:none;
  }
  .header_search_main form .search_input_part:-moz-placeholder {
    color: #546366;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.2px;
  }

  .header_search_main form .search_input_part::-webkit-input-placeholder {
    color: #546366;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.2px;
  }
  .navigation-primary .level-2>.MuiBox-root>li:nth-child(2) .level-3>li:last-child{
    padding-top: 3px;
  }
  .navigation-primary>ul>li>a:hover{
    text-decoration:underline;
    opacity: 1;
  }
  .navigation-primary>ul>li>a{
    opacity: .87;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li>a:hover svg {
    color: inherit;
  }
  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li:hover a {
    text-decoration: underline;
  }
}


@media (min-width: 1280px){
  .header_seach_wrapper{
    width: 100%;
  } 
}
@media (min-width: 1920px){
  header.header{
    height: 72px;
    padding-left: 10vw;
    padding-right: 10vw;
  } 

}

@media (max-width: 1279.95px){
  .header_seach_wrapper{
    padding: 24px 12px;
  }
}
@media (max-width: 959px){
  header.header{
    color: #000000;
    height: 56px;
    background: #FFFFFF;
    padding-left: 2vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 2vw;
  }
  .search_input.desktop_area {
    display: none;
  }
  .header_main{
    padding-left: 24px;
    padding-right: 24px;
    height: 56px;
    min-height: 56px;
  }

  .search_input.mobile_area  .search_input_part:-moz-placeholder {
    color: #546366;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.2px;
  }

  .search_input.mobile_area .search_input_part::-webkit-input-placeholder {
    color: #546366;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.2px;
  }
  .header_left{
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
    margin: 0;
    box-sizing: border-box;
  }

  .header_logo img{
    width: 109px;
    height: 29px;
    vertical-align: middle;
  }

  .header_navigation_item{
    display:none;
  }
  .menu_toggle{
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    position: relative;
    align-items: center;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    flex: 0 0 auto;
    padding: 0;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    margin-left: -12px;
    color:#000;
  }

  button.menu_toggle .MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
  }

  button.menu_toggle .MuiIconButton-label svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
  }
  .header_right{
    display:none;
  }
  .header_logo a{
    height: auto;
  }
  .header_logo {
    margin-left: 11px;
    margin-right: 0;
  }

  .navigation-primary>ul>li:nth-child(1) .level-2, .navigation-primary>ul>li:nth-child(2) .level-2{
    min-width: 566px;
  }

  .header_search_section{
    transform-origin: 0px 93px;
    transition: opacity 381ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 254ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform: scale(0);
    right: initial;
    width: 323px;
    padding: 24px;
    min-height: 100%;
  }
  .open_mobile_search .header_search_section{
    transform-origin: 0px 93px;
    transition: opacity 381ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 254ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform: none;
    opacity: 1;
  }

  .open_mobile_search{
    position: fixed;
    overflow: hidden;
  }

  .header_seach_wrapper{
    padding: 24px 12px;
  }
  .header-startIcon{
    color: #00A77E;
    margin-left: 0;
    display: inline-flex;
    margin-right: 18px;
  }



}

@media (max-width:959px) and (min-width:600px){
  /*   li>.child-title{
  display:none;
} */
  .mobile_menu nav.navigation-primary>ul>li{
    width: 275px;
  }
  .navigation-primary>ul>li:nth-child(1) .level-2, .navigation-primary>ul>li:nth-child(2) .level-2,
  .navigation-primary>ul>li .level-2{
    min-width: 100%;
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 339ms cubic-bezier(0.4,0,0.2,1) 0ms,transform 226ms cubic-bezier(0.4,0,0.2,1) 0ms;
    width: 100%;
  }
  /*   .navigation-primary>ul>li .level-2>.MuiBox-root{
  flex-wrap: wrap;
} */
  .navigation-primary>ul>li.open_child:nth-child(1) .level-2, .navigation-primary>ul>li.open_child:nth-child(2) .level-2,
  .navigation-primary>ul>li.open_child .level-2{
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 339ms cubic-bezier(0.4,0,0.2,1) 0ms,transform 226ms cubic-bezier(0.4,0,0.2,1) 0ms;
  }
  .child-title h4{
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a{
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
  }
  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li>a{
    font-size: 14px;
    font-weight: 700;
  }
  .navigation-primary>ul>li:nth-child(1) .level-2,
  .navigation-primary>ul>li:nth-child(2) .level-2,
  .navigation-primary>ul>li .level-2{
    position: absolute;
    min-height: 410px !important;
    min-width: 566px !important;
    overflow: unset;
    z-index: 99;
    top: 35px;
  }

  .navigation-primary>ul>li .level-2 {
    min-width: 566px !important;
  }

  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a {
    font-size: 14px;
    font-weight: 700;
  }

  .mobille_innerWrapper {
    overflow: unset;
  }

  .navigation-primary>ul>li:last-child .level-2 {
    min-width: 340px !important;
    min-height: 282px !important;
  }

  .navigation-primary>ul>li .level-2>.child-title {
    display: none;
  }
  
  .navigation-primary .level-2>.MuiBox-root>li:nth-child(2) .level-3>li:last-child{
    padding-top: 3px;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a:hover,
  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li:hover{
    border-top: 1px solid transparent;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 3%), 0px 1px 18px rgb(0 0 0 / 4%), 0px 3px 5px rgb(0 0 0 / 8%);
    border-radius: 4px;
  }
  .navigation-primary>ul>li .level-2 >.child_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
  }

  .MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
  }
  .MuiTouchRipple-ripple {
    opacity: 0;
    position: absolute;
  }
  .MuiTouchRipple-rippleVisible {
    opacity: 0.3;
    animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }
  .MuiTouchRipple-ripplePulsate {
    animation-duration: 200ms;
  }
  .MuiTouchRipple-child {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    border-radius: 50%;
    background-color: currentColor;
  }
  .MuiTouchRipple-childLeaving {
    opacity: 0;
    animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .MuiTouchRipple-childPulsate {
    top: 0;
    left: 0;
    position: absolute;
    animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
  }
  @-webkit-keyframes MuiTouchRipple-keyframes-enter {
    0% {
      opacity: 0.1;
      transform: scale(0);
    }
    100% {
      opacity: 0.3;
      transform: scale(1);
    }
  }
  @-webkit-keyframes MuiTouchRipple-keyframes-exit {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.92);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .navigation-primary>ul>li .level-2>.MuiBox-root{
    position: relative;
    z-index: 2;
  }



}

@media (max-width: 599.95px){
  .mobille_innerWrapper{
    right: 0;
  }
  .mobile_menu nav.navigation-primary>ul>li{
    position:static;
  }

  .navigation-primary>ul>li .level-2, 
  .navigation-primary>ul>li:nth-child(1) .level-2, 
  .navigation-primary>ul>li:nth-child(2) .level-2{
    min-width: initial;
    transform-origin: 514px 265px;
    visibility: visible;
    opacity: 0;
    transition: opacity 130ms cubic-bezier(0.4,0,0.2,1) 0ms,transform 254ms cubic-bezier(0.4,0,0.2,1) 0ms;
    max-width: 100%;
    width: 100%;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    height: 100%;
    position: fixed;
    max-height: 100%;
  }


  .navigation-primary>ul>li.open_child .level-2, 
  .navigation-primary>ul>li.open_child:nth-child(1) .level-2, 
  .navigation-primary>ul>li.open_child:nth-child(2) .level-2{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    z-index: 9;
    padding: 0;
    transform-origin: 514px 265px;
    transition: opacity 381ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 254ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    opacity:1;
  }



  .navigation-primary>ul>li .level-2>.MuiBox-root{
    align-items: center;
    border-radius: 0;
    flex-direction: column;
    background-color: #FFFFFF!important;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:nth-child(2){
    position: relative;
    margin-top: 0;
    width: 100%;
    min-width: 200px;
    margin-left: 0;
    border-radius: 0 0 16px 16px;
    background-color: #FFFFFF;
    margin-top: 26px;

    padding-top: 32px;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child{
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .child-title{
    color: #FFFFFF;
    border-radius: 0 0 0 32px;
    background-color: #005E47;
  }
  .child-title svg{
    display:none;
  }

  .child-title .MuiIconButton-label {
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    color: #FFFFFF;
  }

  .child-title .MuiIconButton-label svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    color: #fff;
  }

  .child-title h4 {
    margin-left: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
    color: #FFFFFF!important;
  }

  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a {
    margin-bottom: 0;
    margin: 18px 19px 17px;
    display: flex;
    padding: 4px 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 31px;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 3px;
  }

  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li {
    margin: 18px 20px;
    display: flex;
    padding: 4px 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border: 0;
  }

  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li>a {
    font-size: 20px;
    font-weight: 700;
  }

  .navigation-primary .level-2>.MuiBox-root>li:first-child .level-3>li svg {
    display: none;
  }

  .navigation-primary .level-2>.MuiBox-root>li:nth-child(2)>a, .navigation-primary .level-2>.MuiBox-root>li:nth-child(2) .level-3>li>a {
    font-size: 16px;
    line-height: 26px;
  }

  li>.child-title{
    display:none;
  }

  .header_search_section{
    padding: 12px;
    min-height: 100%;
    width: 100%;
  }
  .header_search_main{
    height: 100%;
    max-height: calc(100% - 0px);
    padding: 12px;
  }
  .header_main{
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-startIcon{
    color: #00A77E;
    margin-left: 0;
    display: inline-flex;
    margin-right: 18px;
  }
  .openMobile_menu .mobille_innerWrapper{
    overflow: hidden;
    overflow-y: auto;
  }
  .child-title{
    background-color: #005e47!important;
  }
  .navigation-primary>ul>li .level-2>.MuiBox-root>li:first-child>a svg{
    display:none;
  }
  .navigation-primary>ul>li .level-2>.child_overlay{
    display:none;
  }
  
  .openMobile_menu.menu_visible .mobille_innerWrapper {
    overflow: unset;
}

}

@media (max-width: 325px){
  .mobile_menu nav.navigation-primary>ul>li{
    min-width: 272px;
  }
}
.footer {
  margin: 0;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.43;
  background-color: #fff;
}
.footer_main {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  background: #00362F;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 48px;
}
.footer_top_container{

  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  color: #fff;
  padding: 50px 3vw 5px;
  text-align: center;
}

.footer_left {
  width: 30%;
}
.footer_logo {
  margin: auto;
  display: inline-block;
}
.treadmark {
  margin: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.footer_logo_wrap {
  margin-bottom: 24px;
}
.footer_logo img{
  transition: filterBrightness 2250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 3000ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 1500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.footer_left_bottom{
  margin-right: 0px; 

}
.footer_left_bottom h6{
  letter-spacing: 0.2px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px;
}
footer ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
.footer_right{
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  width: 65%;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-left: 40px;
}
.footer_navigation {
  width: 100%;
}
.footer_navigation .hs-menu-wrapper>ul{
  display: flex;
}
.footer_navigation .hs-menu-wrapper>ul>li{
  flex: 1;
  margin-top: 24px;
  padding-right: 0px;
}
.footer_navigation .hs-menu-wrapper>ul>li>a{
  margin: 0;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.2px;
  color: #fff;
}
.footer_navigation .hs-menu-children-wrapper{
  margin-top: 8px;
}
.footer_navigation .hs-menu-children-wrapper>li{
  margin: 3px 0px;
  opacity: .8;
}
.footer_navigation .hs-menu-children-wrapper>li>a:hover,
.footer_navigation .hs-menu-children-wrapper>li:hover,
.copyright_menu .hs-menu-wrapper>ul>li>a:hover{
    opacity: 1;
}
.signup_button a:hover{
  text-decoration:underline;
}
.footer_navigation .hs-menu-children-wrapper>li>a{
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  cursor: pointer;
  opacity: .8;

}



.footer_signup {
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  flex: 1;

}
.signup_main {
  margin-top: 32px;
}
.signup_button {
  margin-bottom: 32px;
  width: 100%;
}
.signup_button a{
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  position: relative;
  align-items: center;
  user-select: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  border-radius: 2px;
  text-transform: none;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.2px;
  box-shadow: none;
  min-height: 40px;
  background-color: #005E47;
  font-weight: 600;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;

}
.signup_text h5{
  margin: 0;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.2px;
  color: #fff;
}
.faq_wrap {
  margin-top: 6px;
}
.faq_wrap a{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  text-decoration: underline;
  color: #fff;
}
.footer_navigation .hs-menu-children-wrapper>li>a:hover{
  text-decoration:underline;
}
.footer_copyright{

  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  padding: 0 1vw 5px;
}
.copyright_hr{
  border: none;
  height: 1px;
  margin: 0;
  flex-shrink: 0;
  color: #fff;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_copyright_main{
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column-reverse;
}
.copyright_left{
  color: #fff;
  display: flex;
  text-align: center;
  flex-direction: column-reverse;
}
.copyright_right{
  width: 30%;
}
.copyright_text{
  margin-top: 24px;
  margin-right: 0px;
}
.copyright_text span{
  font-size: 0.75rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
}
.copyright_menu .hs-menu-wrapper >ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.copyright_menu .hs-menu-wrapper >ul>li{
  margin-right: 24px;
}
.copyright_menu .hs-menu-wrapper >ul>li>a{
  margin: 0;
  font-size: 0.75rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  opacity: 0.8;
  text-decoration: underline;
  color: #fff;
}


@media (min-width: 600px){
  .footer_main {

    padding-left: 24px;
    padding-right: 24px;
  }
  .footer_left_bottom{
    margin-right: 56px;
  }
  .footer_navigation .hs-menu-wrapper>ul>li{
    margin-top: 0px;
    padding-right: 32px;
  }
  .signup_main {
    margin-top: 0px;
  }
  .copyright_text{
    margin-top: 0px;
    margin-right: 40px;
  }
  .copyright_menu .hs-menu-wrapper >ul{
    margin-top: 0px;
  }
}
@media (min-width: 960px){
  .footer_main {
    height: 400px;
    align-content: flex-start;
    border-top-left-radius: 96px;
  }
  .footer_top_container{
    text-align: left;
    justify-content: space-between;
  }
  .footer_navigation .hs-menu-wrapper>ul>li{
    padding-right: 40px;
    margin-left: 20px;
    padding-right: 0;
  }
  .footer_navigation .hs-menu-wrapper>ul>li>a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer_signup{
    min-width: 240px;  
  }
  .signup_main{
    margin-left: 20px;
    padding-right: 0;
  }
  .signup_text h5{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer_copyright_main{
    align-items: center;
    flex-direction: row;
  }
  .copyright_left{
    align-items: center;
    flex-direction: row;
  }
}

@media (min-width: 1280px){
  .footer_top_container{
    padding: 50px 3vw 5px;
  }
  .footer_navigation .hs-menu-wrapper>ul>li{
    margin-left: 20px;
  }
  .signup_main{
    margin-left: 20px;
  }
  .footer_copyright{
    padding: 0 3vw 5px;
  }
}

@media (min-width: 1920px){
  .footer_top_container{
    padding: 50px 10vw 5px;
  }
  .footer_navigation .hs-menu-wrapper>ul>li{
    margin-left: 60px;
  }
  .signup_main{
    margin-left: 20px;
  }
  .footer_copyright{
    padding: 0 10vw 5px;
  }
}


@media (max-width: 1919.95px){
  .footer_left {
    width: 25%;
  }
  .footer_right {
    width: 60%;
    margin-left: 0;
  }

}

@media (max-width: 1279.95px){
  .footer_right{
    width: 70%;
  }
}


@media (max-width: 959.95px){
  .footer_copyright_main {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright_left {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright_text {
    margin-top: 10px;
    margin-right: 0;
    justify-content: space-between;
  } 
  .copyright_menu .hs-menu-wrapper>ul{
    margin-top: 10px;
    margin-right: 0;
    justify-content: space-between;
  }
  .copyright_menu .hs-menu-wrapper>ul>li{
    margin: 0 12px;
  }
  .copyright_right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_left{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 48px;
  }
  .footer_left_bottom{
    margin-right: 0;
  }
  .footer_logo_wrap{
    margin-right: 0;
  }
  .footer_right{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex-direction: column;
  }
  .footer_navigation .hs-menu-wrapper>ul{
    display: block;
  }
  .footer_navigation .hs-menu-wrapper>ul>li{
    margin-top: 0;
    margin-bottom: 28px;
    padding-right: 0;
  }
  .footer_navigation .hs-menu-wrapper>ul>li:last-child{
    margin-bottom: 48px;
  }
  .footer_signup{
    margin-bottom: 32px;
  }
}

@media (max-width: 599px){
  .signup_main{
    margin-top: 0px;
  } 

}

@media (max-width: 370px){
  .copyright_menu .hs-menu-wrapper>ul>li:last-child>a{
    white-space: nowrap;
  }
}
.footer_form {
  position: fixed;
  z-index: 1300;
  inset: 0px;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.43;
  opacity: 0;
  display: none;
}
body.search_mobile_menu {
  overflow: hidden;
}
.search_mobile_menu .footer_form {
  opacity: 1;
  display: block;
}
.footer_form_background {
  z-index: -1;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}

.footer_form_main {
  color: #2A393E;
  width: 100vw;
  height: 100vh;
  padding: 16px 0px 0px 0px;
  overflow: scroll;
  position: absolute;
  background-color: #fff;
}
.footer_form_top {
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 16px;
  padding-right: 16px;
  justify-content: flex-end;
}
.close_icon {
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  align-items: center;
  user-select: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  flex: 0 0 auto;
  color: #2A393E;
  margin-right: 5px;
}
.close_icon  .MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.close_icon  .MuiIconButton-label svg{
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.footer_form_item {
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
.footer_form_item h1{
  line-height: 1.43;
  font-family: 'Poppins', sans-serif;
  color: #2A393E;
  font-size: 2em;
  margin-bottom: 18px;
  margin-top: 18px;
  font-weight: 700;
}
.footer_form_wrap .hs-input:focus{
      outline: none;

}
.footer_form .actions{
  margin-top: 18px;
  margin-bottom: 0px;
  padding: 17px 0px;
  text-align: left;
}
.footer_form_wrap {
  margin-top: 16px;
}
.footer_form_wrap form{
  width: 100%;
}
.footer_form_wrap .hs-form-field{
  margin-bottom: 18px;
}
.footer_form_wrap form label{
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
  color: #000000;
}
.footer_form_wrap  .hs-form-required {
  color: red;
}
.footer_form_wrap .hs-input{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  padding-top: 9px;
  padding-bottom: 7px;
}
.footer_form_wrap  form .hs-richtext, .footer_form_wrap  form .hs-richtext p {
  line-height: 24px;
  font-family: helvetica;
  color: #000000;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.footer_form_wrap form .hs-richtext, .footer_form_wrap form .hs-richtext p span{
  line-height: 24px!important;
  font-family: helvetica!important;
  color: #000!important;
  font-size: 14px!important;
}
.footer_form_wrap form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.footer_form_wrap .hs-input:-moz-placeholder {
  color: #cbd6e2!important;
}

.footer_form_wrap .hs-input::-webkit-input-placeholder {
  color: #cbd6e2!important;
}
.footer_form_wrap  .hs-error-msg {
  color: #f2545b!important;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  font-size: 13px;
  margin-top:0px;
}
.footer_form_wrap form .inputs-list>li{
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin:0px;
}
.footer_form_wrap form .inputs-list>li >label{
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 13px;
  font-family: helvetica;
  color: #000000;
}
.footer_form_wrap form input[type=submit], 
.footer_form_wrap form .hs-button{
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 0;
  background: #739600;
  border-color: #739600;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: helvetica;
}
.close_icon:hover{
  color: #0C8671;
  background-color: transparent;
}
.footer_form_wrap form .hs-richtext p a{
  color: rgb(0, 0, 238);
  text-decoration: underline; 
}
.footer_form_wrap form input[type=checkbox], 
.footer_form_wrap form input[type=radio]{
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #33475b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  background-color: #f5f8fa;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  max-width: 100%;
  float: left;
  min-height: auto;
}
.footer_form_wrap form .inputs-list input, 
.footer_form_wrap form .inputs-list span{
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: helvetica;
  color: #000000;
  display: block;

}
.header_main.header_landing .header_logo{
  margin-top: -4px;
}

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

.footer_form_wrap select.hs-input {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
}
@media (min-width: 600px){
  .footer_form_item{
    padding-left: 80px;
    padding-right: 80px;
  }

}
@media (min-width: 960px){
  .footer_form_main {
    top: 15%;
    left: 50%;
    width: 50vw;
    height: 85vh;
    transform: translate(-50%, -10%);
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 5px 8px 0px rgb(0 0 0 / 14%), 0px 1px 14px 0px rgb(0 0 0 / 12%);
    border-radius: 16px;
  }
  .footer_main.footer_landing {
    height: auto;
  }
}


@media (max-width: 959px){

  .header_main.header_landing .header_logo {
    margin-top: 0px;
    margin-left: 23px;
  }
}