*, *:before, *:after {
  box-sizing: border-box;
}
:root {
  --serif: "Calluna", serif;
  --sans: "GT Walsheim", sans-serif;
  --layout-width: 1315px;
  --header-height: 115px;
  --gutters: 80px;
  --color-plum: #2d103d;
  --color-plum-tint: #d0cad3;
  --color-sky: #a9dde1;
  --color-sky-tint: #e5f5f6;
  --color-salmon: #f88c76;
  --color-salmon-tint: #fdddd6;
  --color-cosmo: #8a68c6;
  --color-cosmo-tint: #e6e0f1;
  --color-red: #eb3b33;
  --color-yellow: #eeea61;
  --color-sand: #fbf5c0;
  --color-background: #f6f6f6;
  --color-grey: #ebebeb;
  --color-black: #1a1919;
  --color-white: #ffffff;
  --color-text: var(--color-plum);
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-out-back: cubic-bezier(0.085, 1.335, 0.285, 0.995);
}
@media (max-width: 1000px){
  :root {
    --gutters: 60px;
  }
}

@media (max-width: 600px){
  :root {
    --gutters: 45px;
  }
}
@media (max-width: 500px){
  :root {
    --gutters: 30px;
  }
}
/*! 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;

}

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

}

.dnd-section .dnd-column {
  padding: 0 20px;
}
@font-face { font-family: "GT Walsheim"; src: 
  url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/fonts/GT-Walsheim-Bold.woff2),
  url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/fonts/GT-Walsheim-Bold.woff) format("woff");
  font-weight: bold;
}
@font-face { font-family: "GT Walsheim"; src: 
  url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/fonts/GT-Walsheim-Regular.woff2),
  url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/fonts/GT-Walsheim-Regular.woff) format("woff");
}

@font-face { font-family: "Calluna"; src:
  url(//1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/fonts/Calluna-Bold.woff2"fonts/Calluna-Bold.woff2"),
  url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/fonts/Calluna-Bold.woff) format("woff"); 
  font-weight: bold;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "GT Walsheim", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #2d103d;
  overflow-y: scroll;
}


/* Paragraphs */

p {
  line-height: 1.25;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color:#2d103d;

}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GT Walsheim", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0;

}

/* Lists */

ul,
ol {

}

/* Code blocks */

code {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
img{
  max-width:100%;
  border-style: none;
}
button,
.button {
 
  background: #eb3b33;
  border-color: #eb3b33;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  -moz-appearance: none;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin-top: 15px;
}

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: 18px;
}
/* Labels */

form label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  margin-top: 10px;
}

/* 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 {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
  outline: none;
  border-color: rgb(82 168 236 / 80%);
}


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 .input {
  margin-right: 8px;
}
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-error-msg {
  color: #f2545b;
  margin-bottom: 4px;
  margin-top: 0;
  line-height: 18px;
}
.hs-input.invalid.error:focus {
  border-color: #b9554d;
}
/* Submit button */

form input[type=submit],
form .hs-button {

  background: #eb3b33;
  border-color: #eb3b33;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  -moz-appearance: none;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin-top: 15px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b;
}
/* 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 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.header_inner {
  width: var(--layout-width);
  max-width: calc(100vw - var(--gutters) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.header_logo a {
  background-size: 153px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -200px;
  outline: none;
  border-radius: 4px;
  display: block;
  width: 163px;
  height: 105px;
  margin-top: 15px;
}
.pulldown .header_logo a {
  display: block;
  width: 163px;
  height: 105px;
  margin-top: 15px;
  background-size: 153px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -200px;
  outline: none;
  border-radius: 4px;
}
.header_right a {
  position: relative;
  padding: 5px 0;
  margin-left: 30px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .03em;
  outline: none;
  border-radius: 4px;
  transition: all .3s var(--ease);
  color: #FFF;
}



.header_left {
  position: absolute;
  top: 45px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 16px;
}

.header_right {
  position: absolute;
  top: 45px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 16px;
}

.site-nav-toggle {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.left-side {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.hamburger {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 16px;
  width: 25px;
}

.hamburger__patty {
  transition: all .3s var(--ease);
  will-change: transform;
  position: relative;
  height: 2px;
  width: 25px;
  border-radius: 2px;
  background-color: var(--color-white);
}

.hamburger__patty::before, .hamburger__patty::after {
  transition: all .3s var(--ease);
  border-radius: 1px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}

.hamburger__patty::before {
  top: calc(100% + 5px);
  background-color: var(--color-white);
}

.hamburger__patty::after {
  top: calc(100% + 10px + 2px);
  background-color: var(--color-white);
}
.header .header_shortcuts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header_shortcuts .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
}

.header .header_shortcuts .hs-menu-wrapper> ul li a {
  position: relative;
  padding: 5px 0;
  margin-left: 30px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .03em;
  outline: none;
  border-radius: 4px;
  transition: all .3s var(--ease);
  color: #FFF;
}
.header .header_shortcuts .hs-menu-wrapper>ul>li:last-child>a:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  z-index: 2;
  right: 0;
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 12px;
  transform: translateY(1px);
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-down-red.svg) center center no-repeat;
  opacity: 0;
  transition: all .3s var(--ease);
  pointer-events: none;
}

.header .header_shortcuts .hs-menu-wrapper>ul>li:last-child>a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 12px;
  transform: translateY(-2px);
  transition: all .3s var(--ease);
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-down-white.svg) center center no-repeat;
  pointer-events: none;
}
.header_shortcuts .hs-item-has-children.open.hover > a:before {
    top: calc(50% - 1px) !important;
}
.header .header_shortcuts .hs-menu-wrapper >ul>li>a:hover {
  color: var(--color-red);
}

.header_shortcuts .hs-menu-wrapper>ul>li:last-child>a:hover:after,
.header_shortcuts .hs-menu-wrapper>ul>li.hover>a:after{
  opacity:0 !important;
}

.header_shortcuts .hs-menu-wrapper ul li:last-child a:hover:before,
.header_shortcuts .hs-menu-wrapper ul li.hover>a:before{
  opacity: 1 !important;
}
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li:last-child>a:before{
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  z-index: 2;
  right: 0;
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 12px;
  transform: translateY(1px);
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-down-red.svg) center center no-repeat;
  opacity: 0;
  transition: all .3s var(--ease);
}
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li:last-child>a:hover:before {
  opacity: 1;
}

.scroll-nav .header_shortcuts .hs-menu-wrapper>ul ul>li>a:hover {
  text-decoration: underline;  
}
.header_shortcuts .hs-menu-wrapper>ul ul {
  transition: all .3s var(--ease);
  will-change: transform,opacity;
  position: absolute;
  top: 40px;
  left: 0;
  width: 220px;
  display: none;
  background: #FFF;
}
.header_shortcuts .hs-menu-wrapper>ul ul li {
  padding-left: 15px;
  padding-right: 15px;
}
.header_shortcuts .hs-menu-wrapper>ul ul li:first-child {
  padding-top: 25px;
}
.header_shortcuts .hs-menu-wrapper>ul ul li:last-child {
  padding-bottom: 25px;
}
.header .header_shortcuts .hs-menu-wrapper> ul ul>li>a:hover {
  text-decoration: underline;
}

.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.header_shortcuts .hs-menu-wrapper>ul>li {
  position: relative;
}

.header_shortcuts .hs-menu-wrapper>ul ul>li+li {
  margin-top: 10px;
}
.pulldown {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100px;
  background-color: #fff;
  border-bottom: 1px solid #d0cad3;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: all .5s var(--ease);
  opacity: 0;
  pointer-events: none;
}
.down .pulldown {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: none;
  opacity: 1;
  pointer-events: initial;
  overflow-x: hidden;
}
.down .hamburger__patty {
  transform: translate3d(0, 7px, 0) rotate(45deg);
  background-color: var(--color-text);
}

.pulldown .pulldown_header {
  width: var(--layout-width);
  max-width: calc(100vw - var(--gutters) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pulldown .site-nav-toggle {
  position: absolute;
  top: 45px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down .hamburger__patty:after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
  background-color: var(--color-text);
}
.pulldown .hamburger__patty:hover:after,.pulldown .hamburger__patty:hover{
  background-color: var(--color-red);
}


.header_right a:hover {
  color: #FFF;
}

.pulldown_columns .hs-menu-wrapper>ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  margin-top: 50px;
}
.pulldown_columns .hs-menu-wrapper>ul>li>a {
  margin-bottom: 19px;
  display: block;
}
.pulldown_columns .hs-menu-wrapper>ul ul>li>a {
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: .03em;
  transition: all .3s var(--ease);
  display: block;
}
.pulldown_columns .hs-menu-wrapper>ul ul>li>a:hover {
  color: var(--color-red);
}
.scroll-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 86px;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
  transition: all .6s var(--ease);
  will-change: transform;
  outline: none;
  transform: translateY(-100%);
}

.scroll_nav_inner {
  width: var(--layout-width);
  max-width: calc(100vw - var(--gutters) * 2);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.scroll_nav_left {
  display: flex;
  align-items: center;
}

.scroll_logo img {
  width: 29px !important;
  vertical-align: bottom;
  max-width: 100%;
}
.scroll-nav .header_shortcuts ul li a {
  color: rgba(45, 16, 61, 1.0);
}


.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li:last-child>a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 12px;
  transform: translateY(-2px);
  transition: all .3s var(--ease);
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-.svg) center center no-repeat;
  pointer-events: none;
}
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li:first-child>a {
  margin-left: 40px;
}
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li>a:hover {
  color: var(--color-red);
}


.scroll-menu .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
}

.scroll-menu .hs-menu-wrapper>ul>li {
  margin-left: 30px;
  position: relative;
}

.scroll-menu .hs-menu-wrapper>ul>li>a {
  padding: 5px 0;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .03em;
  border-radius: 4px;
  transition: all .3s var(--ease);
}
.scroll-menu .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 40px;
  left: 0;
  width: 220px;
  background: #FFF;
  padding: 15px;
  padding-top: 25px;
  display: none;
}

.scroll-menu .hs-menu-wrapper>ul ul>li+li {
  margin-top: 10px;
}


.scroll-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 12px;
  transform: translateY(-2px);
  transition: all .3s var(--ease);
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-.svg) center center no-repeat;
  pointer-events: none;
}
.scroll-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  z-index: 2;
  right: 0;
  display: inline-block;
  margin-left: 8px;
  height: 6px;
  width: 12px;
  transform: translateY(1px);
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-down-red.svg) center center no-repeat;
  opacity: 0;
  transition: all .3s var(--ease);
}
.hover > a::before {
  opacity: 1 !important;
}
.scroll_nav_right {
  display: flex;
  align-items: center;
}
.header_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 40px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all .3s var(--ease);
  font-family: var(--sans);
  text-align: center;
  height: 46px;
  padding: 0 30px;
  background-color: var(--color-red);
  color: #fff;
  margin-left: 30px;
}
.header_btn a:hover {
  background-color: var(--color-plum);
  color: #FFF;
}
.nav-down .scroll-nav {
  transform: none;
}
.scroll-menu .hs-menu-wrapper>ul>li.open ul {
  display: block;
}
.scroll-menu .hs-menu-wrapper>ul ul>li>a:hover {
  color: rgba(45, 16, 61, 1.0);
  text-decoration: underline;
}
.scroll-menu .hs-menu-wrapper>ul>li.hs-item-has-children.open>a:after {
  transform: rotate(180deg);
}
.scroll_trigger {
  cursor: pointer;
}
.left-side {
  position: absolute;
  top: 45px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulldown__header-right {
  position: absolute;
  top: 44px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 16px;
}

.pulldown__header-right a {
  position: relative;
  padding: 5px 0;
  margin-left: 30px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .03em;
  outline: none;
  border-radius: 4px;
  transition: all .3s var(--ease);
}
.pulldown__header-right a:hover {
  color: var(--color-red);
}

.slide .header_shortcuts .hs-menu-wrapper>ul ul {
  display: block;
}


.scroll_nav_left .header_shortcuts .hs-menu-wrapper>ul {
  display: flex;
}

.scroll_nav_left .header_shortcuts .hs-menu-wrapper>ul>li {
  position: relative;
  padding: 5px 0;
  margin-left: 30px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .03em;
  outline: none;
  border-radius: 4px;
  transition: all .3s var(--ease);
}

.scroll_nav_left .header_shortcuts .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}
.no-banner .outter_header {
  min-height: 120px;
}

.no-banner header.header {
  background: rgba(45, 16, 61, 1.0);
}

.header_shortcuts .child-trigger {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  height: 27px;
  right: 0;
  cursor: pointer;
}
.scroll_nav_right .child-trigger {
  position: absolute;
  top: 0;
  width: 100%;
  height: 27px;
  right: 0;
  cursor: pointer;
}
.scroll-nav .header_shortcuts .child-trigger {
  width: 100%;
}
.header_shortcuts .hs-menu-wrapper>ul>li>a {
  text-decoration: none !important;
}
.header_shortcuts ul ul li a,
.header .header_shortcuts .hs-menu-wrapper>ul ul li a{
  font-size: 20px;
  font-weight: normal;
  margin-left: 0;
}
@media (min-width: 1024px){
  .pulldown_columns .hs-menu-wrapper>ul ul {
    padding: 0 !important;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    display: block !important;
  }
  .pulldown_columns .hs-menu-wrapper>ul {
    width: var(--layout-width);
    max-width: calc(100vw - var(--gutters) * 2);
    margin-left: auto;
    margin-right: auto;
  }
  .pulldown_columns .hs-menu-wrapper>ul>li>a {
    font-weight: bold;
    font-family: var(--sans);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
  }

}
@media(min-width:1024px){
  .pulldown__columns-footer,.pull_down_header_btn {
    display: none;
  }
  .scroll_trigger {
    display: none;
  }
  .nav-down .header_right {
    display: none;
  }
}
@media (max-width: 1200px){
  .header_inner .header_shortcuts {
    display: none;
  }  
  .header_btn a {
    margin-left: 15px;
  }
  .scroll-menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
  .scroll-nav .header_shortcuts ul li a {
    margin-left: 15px;
    font-size: 12px;
  }

  .scroll-nav .header_shortcuts ul li:first-child a {
    margin-left: 15px;
  }

  .scroll-menu .hs-menu-wrapper>ul>li {
    margin-left: 15px;
  }
  .scroll_logo {
    margin-right: 10px;
  }
  .header_right a {
    margin-left: 15px;
    font-size: 12px;
  }
  .pulldown__header-right a {
    margin-left: 15px;
    font-size: 12px;
  }
}
@media (max-width: 1100px){
  .header_btn a {
    font-size: 14px;
    height: 46px;
    padding: 0 30px;
  }
}

@media(max-width:1023px){
  .scroll_nav_right {
    display: none;
  }

  .scroll-nav .header_shortcuts {
    display: none;
  }
  .scroll-nav .hamburger__patty:before,.scroll-nav .hamburger__patty:after {
    background-color: var(--color-text);
  }

  .scroll-nav .hamburger__patty {
    background-color: var(--color-text);
  }

  .header_right a {
    margin-left: 15px;
    font-size: 12px;
  }

  .scroll-nav .header_right {
    position: relative;
    top: -2px;
    width: 105px;
  }

  .scroll-nav .header_right a {
    color: var(--color-text);
  }

  .scroll-nav .site-nav-toggle {
    width: 100px;
    justify-content: flex-start;
  }
  .down .scroll-nav .hamburger__patty:before {
    background: transparent;
  }
  .pulldown {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 250px;
    height: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    overflow-y: auto;
    transform: translateX(-100%);
    padding: 0 30px 30px;
  }
  .pulldown_columns .hs-menu-wrapper>ul {
    grid-template-columns: 1fr;
    justify-items: left;
    width: 100%;
    margin-top: 80px;
  }


  .pulldown_columns .hs-menu-wrapper>ul ul {
    display: none;
    margin: 0 0 10px 20px;
  }

  .pulldown_columns .hs-menu-wrapper>ul>li {
    display: flex;
    flex-direction: column;
  }

  .pulldown_columns .hs-menu-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
  }

  .down .pulldown {
    -webkit-clip-path: none;
    clip-path: none;
    transform: none;
    box-shadow: 8px 0 35px rgb(0 0 0 / 20%);
  }

  .pulldown_header {
    width: 100%;
  }

  .pulldown .site-nav-toggle {
    top: 27px;
    left: 0;
  }
  .pulldown_header .header_logo {
    display: none;
  }
  .pulldown_columns .hs-menu-wrapper>ul>li>a:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    height: 6px;
    width: 12px;
    transform: translateY(1px);
    transition: all .3s var(--ease);
    background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/caret-.svg) center center no-repeat;
  }

  .pulldown__columns-footer {
    padding-top: 25px;
    margin: 5px 0 30px;
    border-top: 1px solid var(--color-grey);
  }
  .pull_down_header_btn a {
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    transition: all .3s var(--ease);
    font-family: var(--sans);
    text-align: center;
    background-color: var(--color-red);
    color: #fff;
    margin: auto 12px 10px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 30px;
    font-size: 14px;
  }

  .pulldown__columns-footer a {
    display: block;
    margin-bottom: 46px;
    font-size: 13px;
    font-weight: bold;
  }

  .scroll_down nav.pulldown {
    -webkit-clip-path: none;
    clip-path: none;
    transform: none;
    box-shadow: 8px 0 35px rgb(0 0 0 / 20%);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    overflow-x: hidden;
  }
  .pull_down_header_btn a:hover {
    background-color: var(--color-plum);
    color: #fff;
  }
  .scroll_down .hamburger__patty {
    transform: translate3d(0, 7px, 0) rotate(45deg);
    background-color: var(--color-text);
  }

  .scroll_down .hamburger__patty:before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
    opacity: 0;
    background-color: var(--color-text);
  }

  .scroll_down .hamburger__patty:afterr {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
    background-color: var(--color-text);
  }
  .scroll_down .hamburger__patty:after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
    background-color: var(--color-text);
  }
  .left-side {
    position: absolute;
    top: 45px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 27px;
    left: 0;
  }
  .scroll_down .scroll-nav {
    transform: translateY(-100%);
  }
  .pulldown__header-right {
    display: none;
  }
  .scroll_trigger {
    width: 100px;
    justify-content: flex-start;
  }

  .scroll_logo {
    margin-right: 0;
  }
  .pulldown .child-trigger {
    position: absolute;
    top: 0;
    width: 100%;
    height: 27px;
    right: 0;
    cursor: pointer;
  }

  .pulldown_columns .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .pulldown_columns .hs-menu-wrapper>ul>li>a {
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .pulldown .pulldown_columns {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .pull_down_header_btn {
    margin-top: auto;
  }
  .mobile-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 250px;
    top: 0;
    pointer-events: none;
  }

  body.down .mobile-overlay {
    pointer-events: auto;
    z-index: 100;
  }
}
li.open > a:after,
li.open > a:before {
  transform: rotate(180deg) !important;
}
@media(max-width: 1000px){
  .header_logo a {
    width: 110px;
    height: 69px;
    background-size: 110px auto;
  }
}
@media(max-width:900px){
  .pull_down_header_btn a {
    height: 40px;
    padding: 0 25px;
    font-size: 12px;
    width: 166px;
  }
}
@media(max-width:600px){
  .header_left {
    top: 38px;
  }

  .header_right {
    top: 36px;
  }
}

@media (max-width: 1200px) and (min-width: 1024px){
  .pulldown_columns .hs-menu-wrapper>ul>li {
    width: 130px;
  } 
}
.no-banner .outter_header {
  min-height: 140px;
}

.no-banner .outter_header header.header {
  padding-bottom: 10px;
}
footer.footer {
  padding-top: 80px;
  background: url(https://1751431.fs1.hubspotusercontent-na1.net/hubfs/1751431/raw_assets/public/Wondr_Health_December_2022/images/footer-bg.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.footer_disclaimer {
  margin-left: auto;
  font-size: 12px;
}
.footer_inner {
  width: var(--layout-width);
  max-width: calc(100vw - var(--gutters) * 2);
  margin-left: auto;
  margin-right: auto;
}
.footer_sub {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 150px;
  padding-bottom: 20px;
}

.copyright_section {
  font-size: 12px;
}

.copyright_section #hs_cos_wrapper_copyright span {
  margin-right: 27px;
}

.copyright_section #hs_cos_wrapper_copyright a {
  margin-left: 27px;
}

.copyright_section #hs_cos_wrapper_copyright > a:nth-child(2) {
  margin: 0;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_right {
  display: flex;
}

.footer_right .hs-menu-wrapper > ul {
  display: flex;
}

.footer_right .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-left: 60px;
}

.footer_right .hs-menu-wrapper>ul>li>a {
  font-weight: bold;
  font-family: var(--sans);
  margin-bottom: 19px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
}

.footer_right .hs-menu-wrapper>ul ul>li>a {
  display: block;
  font-size: 15px;
}

.footer_right .hs-menu-wrapper>ul ul>li.hs-item-has-children>a {
  margin-top: 50px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  font-family: var(--sans);
  margin-bottom: 21px;
  font-size: 12px;
}
.footer_right .hs-menu-wrapper>ul>li {
  padding-top: 10px;
}

.footer_right .hs-menu-wrapper>ul ul ul>li>a {
  margin-top: 15px;
}

.footer_right .hs-menu-wrapper>ul ul ul>li:first-child>a {
  margin: 0;
}
.footer_right .hs-menu-wrapper>ul>li:not(:first-child) ul>li>a {
  margin-top: 15px;
}
footer.footer {
  position: relative;
  z-index: 10;
}

.banner-section .dnd-section {
  padding: 0;
}


@media (max-width: 1300px){
  .footer_right .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-left: 40px;
  } 
}


@media (max-width: 1200px){
  .footer_top {
    flex-direction: column;
  }
  .footer_right {
    margin-top: 60px;
  }

}


@media (max-width: 1100px){
  .footer_sub {
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer_disclaimer {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px){
  .footer_sub {
    margin-top: 50px;
  }

  .copyright_section {
    font-size: 10px;
  }
  .footer_disclaimer {
    font-size: 10px;
  }
}
@media (max-width: 800px){

  .footer_right .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-left: 0;
  }


  .footer_right .hs-menu-wrapper>ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 50px;
  }

  .footer_right .hs-menu-wrapper>ul>li>a {
    margin-bottom: 20px;
  }
  .footer_image img {
    width: 186px !important;
  }

}
@media (max-width: 700px){
  .footer_right .hs-menu-wrapper>ul {
    grid-template-columns: 1fr 1fr;
  }
  .copyright_section #hs_cos_wrapper_copyright span {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }
}
/* Menu and simple menu */

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