*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
   font-family: AvenirNext-DemiBold; 
   src: url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/fonts/AvenirNext-DemiBold.woff) format("woff"); 
   font-style: normal; 
   font-weight: 400;
   font-display: swap;
}

@font-face { 
   font-family: AvenirNext-Medium;
   src: url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/fonts/AvenirNext-Medium.woff) format("woff");
   font-style: normal;
   font-weight: 400; 
   font-display: swap;
}

@font-face { 
   font-family: AvenirNext-Regular;
   src: url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/fonts/AvenirNext-Regular.woff) format("woff"); 
   font-style: normal; 
   font-weight: 400;
   font-display: swap;
}


body {
   line-height: 1.5;
   word-break: break-word;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   background-color: #f2f2f2;
}

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: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.4rem;
}
h1{
   line-height: 1.3; 
}
h2,h3{
   line-height: 1.1; 
}

h4,h5,h6{
   line-height: 1.2; 
}

/* Lists */

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

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

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


.body-container ul{
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.body-container ol {
  margin: 0;
  padding: 0 0 0 27px;
}
.body-container ul li,
.body-container ol li{
  font-family: 'AvenirNext-DemiBold';
  color: #004159;
  font-size: 20px;
  padding: 3px 0 3px 40px;
  position: relative;
  font-size: 20px;
}
.body-container ol li {
  padding: 5px 0 5px 15px;
}
.body-container ul li:before,
.body-container ul li:after{
  background: #16a4a6;
  content: '';
  display: inline-block;
  height: 21px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
}
.body-container ul li:after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 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;
   -webkit-appearance: none;
   text-decoration: none;
   display: inline-block;
   background-color: #7fc205;
   color: #FFF;
   font-family: 'AvenirNext-DemiBold';
   font-size: 16px;
   letter-spacing: .01em;
   line-height: 1.2;
   text-align: center;
   transition: .3s;
   white-space: normal;
   margin-top: 20px;
   vertical-align: middle;
   user-select: none;
   border-radius: 55px;
   padding: 16px 25px;
}

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 */
form  {
   color:#fff;
}
form * {
   color: inherit;
}
.hs-form-field {
   margin-bottom: 15px;
   padding: 0 10px 0 0;
}
form .hs-richtext h4 span {
   color: inherit !important;
}
form .hs-richtext h4 {
   color: inherit;
}

/* Form title */

.form-title {
   font-size: 24px;
   color: white;
   font-weight: bold;
   line-height: 28px;
   padding: 15px;
   word-wrap: break-word;
   font-family: 'AvenirNext-Regular',sans-serif;
   text-transform: uppercase;
   text-align: center;
   letter-spacing: .02em;
   background-color: #008385;
   margin-bottom: 0px;
}


/* Labels */
form {
   padding: 30px;
   background-color: #004159;
}
form label {
   display: block;
   font-size: 20px;
   margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   width: 100%;
   display: inline-block;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #FFF;
   background-clip: padding-box;
   border: 0 solid #ced4da;
   padding: 5px 5px;
   transition: all .3s ease;
   font-family: 'AvenirNext-Regular';
   border-radius: 5px;
   font-size: 18px;
   min-height: 30px;
   letter-spacing: .02em;
   outline: 0;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
   color: #EF6B51;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   -webkit-appearance: none;
   text-decoration: none;
   display: inline-block;
   background-color: #7fc205;
   color: #FFF;
   font-family: 'AvenirNext-Medium';
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1.2;
   text-align: center;
   text-transform: uppercase;
   transition: .3s;
   white-space: normal;
   vertical-align: middle;
   user-select: none;
   border: 0 solid transparent;
   padding: 16px 25px;
}

/* Captcha */

.grecaptcha-badge {
   margin: 5 auto;
   transform:scale(0.50);
   transform-origin:0 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
   background: #004159;
   color: #fff;
   transition: .3s;
   z-index: 1011;
   align-items: center;
   display: flex;
   padding: 0;
   position: relative;
   left: 0;
   margin: 0 auto;
   max-width: 1650px;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 1020;
}
.header-main-container {
   min-height: 94px;
}
@media(max-width:1420px){
   .header-main-container {
   min-height: 91px;
}
}
.header.no-navigation .header__logo {
   padding: 7.5px 0;
}
.body-wrapper {
   background: #fff;
   margin: 0 auto;
   max-width: 1650px;
}
.header__container.content-wrapper {
   align-items: center;
   display: flex;
   justify-content: space-between;
   transition: .3s;
   width: 100%;
   max-width: 100%;
   padding:0;
   flex-wrap: wrap;
}
.header__navigation {
   transition: height .01s;
   justify-content: flex-end;
   align-items: center;
   flex-grow: 1;
   display: none;
}
.header__navigation nav>ul {
   list-style: none;
   padding: 0;
}
.header__navigation nav>ul>li {
   position: relative;
}
.header__navigation nav>ul>li>a {
   background: transparent;
   color: #fff;
   display: block;
   height: 100%;
   font-size: 18px;
   position: relative;
   transition: .3s;
   font-weight: 400;
   font-family: AvenirNext-Medium;
   z-index: 9999;
}
.header__navigation nav>ul>li:not(:last-child):hover>a:after{
   bottom: 10px;
   content: "";
   display: block;
   height: 2px;
   left: 15px;
   position: absolute;
   right: 25px;
   background-color: #7fc205;
}
.header__navigation .submenu.level-2 {
   z-index: 1020;
   padding: 20px;
   transition: .3s;
   box-shadow: 0 1px 4px rgb(0 0 0 / 25%), 0 0 60px rgb(0 0 0 / 10%);
   display: block;
   min-width: 285px;
   background-clip: padding-box;
   background-color: #fff;
   font-size: 1rem;
   left: 0;
   list-style: none;
   position: absolute;
   text-align: left;
   top: 100%;
   visibility: hidden;
   opacity: 0;
}
.header__navigation .submenu.level-2>li {
   color: #004159;
   font-family: AvenirNext-Regular;
   font-size: 18px;
   font-weight: 600;
   line-height: 1.25;
   background-color: transparent;
   border: 0;
   clear: both;
   display: block;
   text-align: inherit;
   white-space: nowrap;
   width: 100%;
}
.header__navigation .submenu.level-2>li>a {
   background-color: transparent;
   color: currentColor;
   padding: 8px 0;
   display: block;
}
.header__navigation .submenu.level-2>li>a:hover:after{

   border: solid #008385;
   border-width: 0 2px 2px 0;
   content: "";
   display: inline-block;
   height: 6px;
   margin: -3px 0 0 6px;
   transform: rotate(-45deg);
   vertical-align: middle;
   width: 6px;
}
.header__navigation .submenu.level-3 {
   padding: 0;
   margin-bottom: 20px;
   list-style: none;
}
.header__navigation .submenu.level-3>li {
   font-family: AvenirNext-Regular;
   font-size: 16px;
   font-weight: 500;
}
.header__navigation .submenu.level-3>li>a{
   color: #4c4c4e;
   line-height: 24px;
}

.header__logo img {
   vertical-align: middle;
   max-width: 100%;
}
.header__navigation .search_li > a {
   background-color:transparent !important;
}
.header__navigation .search_li > a:before {
   background: url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/images/icon-search-white.svg) 50%/contain no-repeat;
   content: "";
   display: block;
   height: 19px;
   width: 18px;
}
.header__navigation .search_li.active > a:before {
   background: url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/images/icon-search.svg) 50%/contain no-repeat;
}
.header__navigation .hs-button {
   white-space: nowrap;
   background-color: #7fc205;
   color: #FFF;
   font-family: AvenirNext-DemiBold;
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1.5;
   text-align: center;
   text-transform: uppercase;
   transition: .3s;
   font-weight: 400;
   padding: 16px 25px;
   vertical-align: middle;
   display: flex;
   border-radius: 55px;
}


.header__navigation form{
   padding:0;
   background-color: #fff;
}
.header__navigation .navbar-search .form-control {
   background: transparent url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/images/icon-search.svg) 0/25px no-repeat;
   border-radius: 0;
   color: #4c4c4e;
   font-family: AvenirNext-Regular;
   font-size: 22px;
   letter-spacing: -.25px;
   margin: 0 auto;
   padding: 15px 40px;
   width: auto;
   height: 50px;
   border: 0 solid #ced4da;
   display: block;
   font-weight: 400;
   line-height: 1.5;
   outline: 0;
}
.header__navigation .dropdown-menu.is-active {
   opacity: 1;
   visibility: visible;
}
header.header .navbar-toggler {
   height: 40px;
   position: relative;
   width: 44px;
   background-color: transparent;
   border: 2px solid transparent;
   font-size: 2.6666666667rem;
   line-height: 1;
   padding: 0;
   display: flex;
   align-items: center;
   right: -4px;
   cursor:pointer;
}

header.header .toggler-icons {
   background: transparent;
   border-bottom: 2px solid transparent;
   border-top: 2px solid transparent;
   color: #fff;
   display: block;
   font-size: 0;
   height: 24px;
   margin: 0 auto;
   position: relative;
   transition: .3s;
   width: 40px;
   border-color: #fff;
}
header.header .toggler-icons:before ,header.header .toggler-icons:after{
   background: #fff;
   transform: translate(-50%,-50%);
   border-radius: 2px;
   content: "";
   display: block;
   height: 2px;
   left: 50%;
   position: absolute;
   top: 50%;
   transition: .3s;
   width: 100%;
}
header.header .navbar-toggler.is-open .toggler-icons:before, 
header.header .navbar-toggler.is-open .toggler-icons:after {
   background: #dfe0e2;
}
.navbar-search ::-moz-placeholder {
   color: #4c4c4e;
   font-family: AvenirNext-Medium;
   font-size: 22px;
   letter-spacing: -.25px;
   overflow: hidden;
   visibility: visible
}

.navbar-search :-ms-input-placeholder {
   color: #4c4c4e;
   font-family: AvenirNext-Medium;
   font-size: 22px;
   letter-spacing: -.25px;
   overflow: hidden;
   visibility: visible
}

.navbar-search ::placeholder {
   color: #4c4c4e;
   font-family: AvenirNext-Medium;
   font-size: 22px;
   letter-spacing: -.25px;
   overflow: hidden;
   visibility: visible
}
input[type=search]::-webkit-search-cancel-button, 
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
   display: none;
}

@media (max-width: 991px){
   .header.no-navigation .header__logo {
      padding: 25px 20px;
   }
   .header__navigation .submenu.level-2 > li > .child-trigger {
      display: none;
   }
   .child-trigger {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 64px;
      width: 100%;
      z-index: 9999999;
      cursor: pointer;
   }
   .header__navigation .submenu.level-2 {
      border-top: 1px solid #dfe0e2;
   }
   .auto-expand-container {
      margin-top: -2px;
   }
   .header__logo {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 20px;
      width: 100%;
   } 
   .header__navigation nav {
      overflow: auto;
      /*       padding-bottom: 20px; */
   }
   .header__navigation nav>ul>li {
      display: block;
      width: 100%;
   }
   .header__navigation nav>ul>li>a {
      border-top: 1px solid #dfe0e2;
      padding: 18px 20px;
   }
   .header__navigation nav>ul>li.search_li{
      display: none;
   }
   .header__navigation .dropdown-menu form {
      background: #fff;
      display: block;
      margin-bottom: 30px;
      position: relative;
      width: 100%;
   }
   .header__navigation .navbar-search .form-control {
      background-image: none;
      height: 70px;
      padding: 20px 70px 20px 20px;
      width: 100%;
   }
   .header__navigation .navbar-search .form-control::placeholder{
      color: #a6a6a7;
      font-size: 18px;
   }
   .header__navigation .btn.btn-search {
      background: transparent url(https://4016977.fs1.hubspotusercontent-na1.net/hubfs/4016977/raw_assets/public/SonifiHealth_June2022/images/icon-search.svg) 50%/20px no-repeat;
      bottom: 0;
      height: 70px;
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      margin: 0;
   }
   .header__navigation .dropdown-menu {
      width: 100%;
      position: relative;
   }
   .header__navigation .hs-button {
      margin: 10px 20px 20px;
      white-space: nowrap;
      display: inline-block;
   }
   .header__navigation .submenu.level-2 {
      display: none;
      float: none;
      padding: 10px 20px;
      position: static;
      width: 100%;
      opacity: 1;
      visibility: visible;
   }

   header.header .is-open .toggler-icons:before {
      transform: translate(-50%,-50%) rotate(45deg);
   }
   header.header .is-open .toggler-icons:after {
      transform: translate(-50%,-50%) rotate(-45deg);
   }
   header.header .is-open .toggler-icons{
      border-color: transparent currentcolor;
   }
   .header__navigation.is-open {
      display: block;
   }
   .header__navigation nav>ul>li:not(:last-child):hover>a {
      color: #fff!important;
      background-color: transparent!important;
   }
   .header__navigation nav>ul>li:not(:last-child):hover>a:after{
      background-color:  transparent!important;
   }
   .header__navigation nav>ul>li.child-open:hover>a, .header__navigation nav>ul>li.child-open>a{
      background-color: #fff!important;
      color: #004159!important;
   }

}
@media (min-width: 768px){
   .header__logo img {
      width: 125px!important;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px){
   .header__navigation .hs-button {
      font-size: 14px;
      line-height: 1.5;
      padding: 10px 15px;
   }   
}
@media (min-width: 992px){
   .header__navigation .search_li>a {
      margin-right: 10px;
   }
   .header__navigation .btn.btn-search {
      display: none;
   }
   header.header {
      flex-flow: row nowrap;
      justify-content: flex-start;
   }
   .header__container.content-wrapper {
      flex-wrap: nowrap;
      padding: 20px 30px;
   }
   .header__navigation {
      display: flex;
      flex-basis: auto;
   }
   .header__navigation nav {
      align-items: center;
      display: flex;
   }
   .header__navigation nav>ul {
      display: flex;
      margin: 0;
      padding-left: 30px;
   }
   .header__navigation nav>ul>li>a {
      padding: 10px 15px 10px 10px;
      font-size: 14px;
      text-transform: uppercase;
      white-space: nowrap;
   }
   .header__navigation .dropdown-menu {
      margin-top: -15px;
      padding: 15px 20px;
      right: 0;
      box-shadow: 0 1px 4px rgb(0 0 0 / 25%), 0 0 60px rgb(0 0 0 / 10%);
      min-width: 285px;
   }
   header.header .navbar-toggler {
      display: none;
   }
   .header__navigation .dropdown-menu {
      position: absolute;
      text-align: left;
      top: 100%;
      border: none;
      display: block;
      transition: .3s;
      z-index: 1020;
      background-clip: padding-box;
      background-color: #fff;
      color: #4c4c4e;
      font-size: 1rem;
      left: 0;
      list-style: none;
      opacity: 0;
      visibility: hidden;
   }
   .header__navigation nav>ul>li:hover .submenu.level-2{
      visibility: visible;
      opacity: 1; 
   }
   header.header.et-fixed-header {
      left: 0;
      margin: 0 auto;
      max-width: 1650px;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1020;
   }
   header.header.et-fixed-header .header__container.content-wrapper{
      padding-bottom: 10px;
      padding-top: 10px
   }
}
@media (min-width: 1200px){
   .header__logo img {
      width: 200px!important;
   }
}
@media (min-width: 1400px){
   .header__navigation nav>ul>li>a {
      padding: 15px 25px 15px 15px;
      font-size: 16px;
      letter-spacing: .05em;
   }
}
@media (min-width: 1600px){
   .header__navigation nav>ul>li {
      margin-right: 15px;
   }
   .header__navigation nav>ul>li:last-child {
      margin-right: 0;
   }
}

@media(max-width: 1199px) {
   .header-main-container {
      min-height: 81px;
   }
}
@media(max-width: 991px) {
   .header-main-container {
      min-height: 80px;
   }
}
@media(max-width: 767px) {
   .header.no-navigation .header__logo {
      padding: 21px 20px 20px;
   }
}
@media(max-width: 575px) {
   .header__navigation .hs-button {
      display: block;
   }
}
footer.footer {
   display: block;
   padding-bottom: 30px;
   padding-top: 30px;
}
.footer__container.content-wrapper {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   max-width: 100%;
   padding-left: 30px;
   padding-right: 30px;
}
.footer__row {
   display: flex;
   flex-wrap: wrap;
   margin-left: -30px;
   margin-right: -30px;
}
.footer-details {
   position: relative;
   width: 100%;
   padding-left: 30px;
   padding-right: 30px;
   flex: 0 0 100%;
   max-width: 100%;
}
.footer-number {
   display: block;
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   margin-bottom: 0px;
   line-height: 1.2;
   text-transform: uppercase;
   color: #a6a6a7;
}
.social-container {
   margin-top: 35px;
}
.social-container h2 {
   display: block;
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   margin-bottom: 5px;
   line-height: 1.2;
   text-transform: uppercase;
   color: #a6a6a7;
   font-weight: 400;
}


.footer__col {
   position: relative;
   width: 100%;
   padding-left: 30px;
   padding-right: 30px;
}
.footer__col .hs-menu-wrapper>ul {
   display: flex!important;
   flex-wrap: wrap!important;
   margin-left: -23px;
   margin-right: -23px;
}
.footer__copyright {
   position: relative;
   width: 100%;
   flex: 0 0 100%;
   max-width: 100%;
   padding-left: 30px;
   padding-right: 30px;
}
.footer__col .hs-menu-wrapper>ul>li {
   position: relative;
   width: 100%;
   padding-left: 23px;
   padding-right: 23px;
}
.footer__col .hs-menu-wrapper>ul>li>a {
   color: #a6a6a7;
   font-family: AvenirNext-Medium;
   font-size: 16px;
   letter-spacing: .05em;
   line-height: 1;
   margin: 0 0 20px;
   text-transform: uppercase;
   display: block;
}
.footer__col ul ul {
   left: 0!important;
   opacity: 1!important;
   display: block;
   position: relative!important;
   top: 0!important;
}
.footer__col ul ul>li {
   line-height: 1;
   margin-bottom: 15px;
}
.footer__col ul ul>li:last-child {
   margin-bottom: 0;
}
.footer__col ul ul>li>a{
   color: #4c4c4e;
   font-family: AvenirNext-Medium;
   font-size: 13px;
   transition: .3s;
   white-space: normal!important;
   display: inline!important;
}
.footer__copyright_col p {
   color: rgba(76,76,78,.9);
   font-size: 13px;
   margin: 0;
}
.footer__copyright ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: block!important;
   font-size: 13px;
}
.footer__copyright ul>li {
   display: inline-block;  
   font-size: 13px;
}
.footer__copyright ul>li>a {
   transition: .3s;
   color: #4c4c4e;
   font-size: 13px;
}
.footer__copyright ul>li:not(:last-child):after {
   content: "|";
   display: inline-block;
   margin-left: 6px;
   margin-right: 3.5px;
}
.footer-navbar-brand img {
   vertical-align: middle;
   width:200px !important;
}

@media (min-width: 768px){
   .footer-navbar-brand img {
      width: 125px!important;
   } 
}
@media (min-width: 1200px) {
   .footer-navbar-brand img {
      width:200px !important;
   }
}
@media (min-width: 992px) and (max-width: 1199.98px){
   .footer-details {
      margin-bottom: 30px;
      margin-top: 30px;
   }
}
@media (min-width: 992px) {
   footer.footer {
      padding-bottom: 65px;
      padding-top: 65px;
   }
   .footer-number {
      margin-top: 45px;
   }

   .footer__copyright {
      order: 3;
   }
   .footer__col .hs-menu-wrapper>ul>li {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
   }
   .footer-details {
      order: 2;
   }
   .footer__col {
      order: 1;
   }
   .footer__col ul ul {
      display: block !important;
      overflow: visible !important;
   }
}
@media (min-width: 1200px) {
   .footer-details {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 38px;
      order: 1;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
   }
   .footer__col {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      order: 2;
   }
}
@media (min-width: 1400px){
   .footer__container.content-wrapper {
      padding-left: 75px;
      padding-right: 75px;
   } 
   .footer__row {
      margin-left: -37.5px;
      margin-right: -37.5px;
   }
   .footer-details {
      padding-left: 37.5px;
      padding-right: 37.5px;
   }
   .footer__col {
      padding-left: 37.5px;
      padding-right: 37.5px;
   }
   .footer__col .hs-menu-wrapper>ul {
      margin-left: -37.5px!important;
      margin-right: -37.5px!important;
   }
   .footer__copyright {
      padding-left: 37.5px;
      padding-right: 37.5px;
   }
}
@media(max-width: 1199px) {
   .footer-navbar-brand {
      padding-bottom: 9px;
   }
}
@media (max-width: 991.98px){
   .footer-navbar-brand {
      padding-bottom: 5px;
   }
   .footer-navbar-brand img {
      width: 123px!important;
   }
   .footer-meta {
      align-items: center;
      display: flex;
      flex-direction: column;
   } 
   .social-container ul {
      justify-content: center;
   }
   .footer__copyright_col {
      margin-top: 30px;
      text-align: center;
      display: block;
   }
   .footer-details {
      margin-bottom: 40px;
   }
   .footer__col .hs-menu-wrapper>ul>li>a {
      color: #004159 !important;
      background: transparent;
      border-top: 1px solid hsla(240,1%,65%,.2);
      display: block;
      font-family: AvenirNext-Medium;
      font-size: 18px;
      line-height: 1;
      padding: 17px 0 14px;
      position: relative;
      text-align: left;
      width: 100%;
      margin: 0;
      text-transform: inherit;
      letter-spacing: normal;
      position:relative;
   }
   .footer__col .hs-menu-wrapper>ul>li>a:after {
      transform: rotate(-45deg);
      border: solid rgba(0,65,89,.5);
      border-width: 0 2px 2px 0;
      content: "";
      display: inline-block;
      height: 10px;
      margin-left: 6px;
      margin-top: -5px;
      position: absolute;
      right: 20px;
      top: 50%;
      transition: .3s;
      width: 10px;
   }
   .footer__col ul ul {
      padding: 0 0;
      display: none;
   }
   .footer__col ul ul li:last-child {
      margin-bottom:20px;
   }
   .footer__col ul ul>li {
      font-size: 18px;
   }
   .footer-number {
      margin-bottom: 5px;
      margin-top: 30px;
   }
   .footer-menu-trigger {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
   }
   .footer__col .hs-menu-wrapper > ul > li.child_m_open > a:after {
      transform: rotate(45deg);
   }

}

@media(max-width: 767px) {
   .footer__col {
      padding-left: 23px;
      padding-right: 23px;
   }
   .footer__copyright {
      padding-left: 20px;
      padding-right: 20px;
   }
   .footer-details {
      padding-left: 20px;
      padding-right: 20px;
   }
   .footer-navbar-brand {
      padding-bottom: 0px;
   }
   .footer-navbar-brand img {
      width: 200px !important;
   }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  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;
  }
}