*, *: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, .dnd-section>.row-fluid, .header__container, .page-center {
  margin: 0 auto;
  padding: 0 15px;
}
@font-face {
  font-family: PPMori;
  font-style: normal;
  font-weight: 400;
  src: url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-Regular.woff) format("woff2"),
    url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-Regular.woff) format("woff")
}

@font-face {
  font-family: PPMori;
  font-style: normal;
  font-weight: 500;
  src: url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-Medium.woff) format("woff2"),
    url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-Medium.woff) format("woff")
}

@font-face {
  font-family: PPMori;
  font-style: normal;
  font-weight: 600;
  src: url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-SemiBold.woff) format("woff2"),
    url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-SemiBold.woff) format("woff")
}

@font-face {
  font-family: PPMori;
  font-style: normal;
  font-weight: 700;
  src: url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-Bold.woff2) format("woff2"),
    url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/PPMori-Bold.woff) format("woff")
}

@font-face { 
  font-family: care;
  src: url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/care.ttf) format("truetype"),
    url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/care.woff) format("woff"),
    url(https://20906349.fs1.hubspotusercontent-na1.net/hubfs/20906349/raw_assets/public/CareEvolution_April2023/fonts/care.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

body {
  line-height: 1.4;
  word-break: break-word;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: PPMori,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 20px;
  letter-spacing: .32px;
  line-height: 1.4;
  margin-bottom: 32px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1  {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: .32px;
  line-height: 1.14285714286;
}


h2 {
  font-size: 56px;
  letter-spacing: .32px;
  line-height: 1.17857142857;
}

h3 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .32px;
  line-height: 1.23529411765;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .32px;
  line-height: 1.33333333333;
}



/* 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;
  text-decoration: none;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button ,
.btn, 
.form-field.form-field-submit .hs-button, 
.form-field.form-field-submit .submit-button,
.hs-submit .hs-button,
.hs-submit .submit-button, 
.wp-block-button__link,
a.btn,
button.btn,
footer .hs-submit .hs-button {
  align-items: center;
  border: 1px solid #000;
  border-radius: 36px;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  letter-spacing: .32px;
  line-height: 22px;
  line-height: 1.25em;
  min-height: 38px;
  padding: 0.5em 24px;
  text-align: center;
  transition: all .2s ease;
  border-radius: 40px;
  font-size: 24px;
  letter-spacing: .32px;
  line-height: 32px;
  min-height: 64px;
  padding: 0 48px;
  background: #000;
  color: #fff;
  text-decoration:none;
  cursor:pointer;
}

.form-field.form-field-submit, .hs-submit {
  margin-top: 48px;
}

.hs-fieldtype-select, .hs-fieldtype-textarea {
  margin-top: 48px;
}

.form-field, .hs-fieldtype-phonenumber, .hs-fieldtype-select, .hs-fieldtype-text, .hs-fieldtype-textarea {
  margin-bottom: 20px;
}

.hs-fieldtype-select label:not(.hs-error-msg), .hs-fieldtype-textarea label:not(.hs-error-msg) {
  font-size: 24px;
  letter-spacing: .32px;
  line-height: 32px;
  font-size: 26px;
  letter-spacing: .32px;
  line-height: 34px;
}

.hs-fieldtype-select label:not(.hs-error-msg), .hs-fieldtype-textarea label:not(.hs-error-msg) {
  display: block;
  margin-bottom: 20px;
}


.form-field.form-field-text label:not(.hs-error-msg), .hs-fieldtype-phonenumber label:not(.hs-error-msg), .hs-fieldtype-text label:not(.hs-error-msg) {
  color: #000;
  display: block;
  font-size: 16px;
  left: 16px;
  letter-spacing: .32px;
  line-height: 1em;
  line-height: 22px;
  pointer-events: none;
  position: absolute;
  top: 14px;
  transition: all .1s;
}


.form-field.form-field-text label:not(.hs-error-msg), .hs-fieldtype-phonenumber label:not(.hs-error-msg), .hs-fieldtype-text label:not(.hs-error-msg),
form label:not(.hs-error-msg){
  font-size: 20px;
  left: 16px;
  letter-spacing: .32px;
  line-height: 28px;
  top: 14px;
}

.form-field .input, .hs-fieldtype-phonenumber .input, .hs-fieldtype-select .input, .hs-fieldtype-text .input, .hs-fieldtype-textarea .input {
  height: 100%;
}


.form-field input[type="email"],
.form-field input[type="password"],
.form-field input[type="search"],
.form-field input[type="tel"],
.form-field input[type="text"],
.form-field select,
.form-field textarea,
.hs-fieldtype-phonenumber input[type="email"],
.hs-fieldtype-phonenumber input[type="password"],
.hs-fieldtype-phonenumber input[type="search"],
.hs-fieldtype-phonenumber input[type="tel"],
.hs-fieldtype-phonenumber input[type="text"],
.hs-fieldtype-phonenumber select,
.hs-fieldtype-phonenumber textarea,
.hs-fieldtype-select input[type="email"],
.hs-fieldtype-select input[type="password"],
.hs-fieldtype-select input[type="search"],
.hs-fieldtype-select input[type="tel"],
.hs-fieldtype-select input[type="text"],
.hs-fieldtype-select select,
.hs-fieldtype-select textarea,
.hs-fieldtype-text input[type="email"],
.hs-fieldtype-text input[type="password"],
.hs-fieldtype-text input[type="search"],
.hs-fieldtype-text input[type="tel"],
.hs-fieldtype-text input[type="text"],
.hs-fieldtype-text select,
.hs-fieldtype-text textarea,
.hs-fieldtype-textarea input[type="email"],
.hs-fieldtype-textarea input[type="password"],
.hs-fieldtype-textarea input[type="search"],
.hs-fieldtype-textarea input[type="tel"],
.hs-fieldtype-textarea input[type="text"],
.hs-fieldtype-textarea select,
.hs-fieldtype-textarea textarea,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="text"].form-control,
select.form-control,
textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #454545;
  border-radius: 8px;
  color: #454545;
  font-size: 16px;
  height: 48px;
  letter-spacing: .32px;
  line-height: 22px;
  line-height: 1em;
  outline: 1px solid transparent;
  padding: 18px 16px 0;
  width: 100%;
  font-size: 20px;
  height: 54px;
  letter-spacing: .32px;
  line-height: 28px;
  padding: 18px 16px 0;
  border-radius: 16px;
  height: 64px;
  padding: 24px 24px 0;
  text-decoration:none;
}

.body-container form {
    margin-bottom: 20px;
}

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 {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #454545;
  border-radius: 8px;
  color: #454545;
  font-size: 16px;
  height: 48px;
  letter-spacing: .32px;
  line-height: 22px;
  line-height: 1em;
  outline: 1px solid transparent;
  padding: 18px 16px 0;
  width: 100%;
  font-size: 20px;
  height: 54px;
  letter-spacing: .32px;
  line-height: 28px;
  padding: 18px 16px 0;
  border-radius: 16px;
  height: 64px;
  padding: 24px 24px 0;
  text-decoration:none;
  padding: 12px 24px 12px;
}


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 {
  border-width:2px;
  padding: 12px 24px 12px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.form-field, .hs-fieldtype-phonenumber, .hs-fieldtype-select, .hs-fieldtype-text, .hs-fieldtype-textarea {
  position: relative;
}

.hs-fieldtype-checkbox label:not(.hs-error-msg) {
  display: block;
  font-size: 14px;
  letter-spacing: .32px;
  line-height: 18px;
  margin-bottom: 16px;

}

.hs-fieldtype-checkbox label:not(.hs-error-msg){
  font-size: 18px;
  letter-spacing: .32px;
  line-height: 26px;
  margin-bottom: 24px;
}

.hs-fieldtype-checkbox .hs-form-checkbox-display input {
  clip: rect(0,0,0,0)!important;
  border: 0!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  white-space: nowrap!important;
  width: 1px!important;
}

.hs-fieldtype-checkbox .hs-form-checkbox-display span:before {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  border: 1px solid #000;
  border-radius: 6px;
  color: transparent;
  content: "";
  content: "\e90c";
  display: flex;
  font-family: care!important;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 18px;
  justify-content: center;
  line-height: 1em;
  line-height: 1;
  text-transform: none;
  width: 18px;
}

.hs-fieldtype-checkbox .hs-form-checkbox-display span {
  grid-gap: 8px;
  align-items: center;
  display: grid;
  grid-template-columns: 18px minmax(0,1fr);
}

.form-field input[type="email"]:active,
.form-field input[type="email"]:focus,
.form-field input[type="password"]:active,
.form-field input[type="password"]:focus,
.form-field input[type="search"]:active,
.form-field input[type="search"]:focus,
.form-field input[type="tel"]:active,
.form-field input[type="tel"]:focus,
.form-field input[type="text"]:active,
.form-field input[type="text"]:focus,
.form-field select:active,
.form-field select:focus,
.form-field textarea:active,
.form-field textarea:focus,
.hs-fieldtype-phonenumber input[type="email"]:active,
.hs-fieldtype-phonenumber input[type="email"]:focus,
.hs-fieldtype-phonenumber input[type="password"]:active,
.hs-fieldtype-phonenumber input[type="password"]:focus,
.hs-fieldtype-phonenumber input[type="search"]:active,
.hs-fieldtype-phonenumber input[type="search"]:focus,
.hs-fieldtype-phonenumber input[type="tel"]:active,
.hs-fieldtype-phonenumber input[type="tel"]:focus,
.hs-fieldtype-phonenumber input[type="text"]:active,
.hs-fieldtype-phonenumber input[type="text"]:focus,
.hs-fieldtype-phonenumber select:active,
.hs-fieldtype-phonenumber select:focus,
.hs-fieldtype-phonenumber textarea:active,
.hs-fieldtype-phonenumber textarea:focus,
.hs-fieldtype-select input[type="email"]:active,
.hs-fieldtype-select input[type="email"]:focus,
.hs-fieldtype-select input[type="password"]:active,
.hs-fieldtype-select input[type="password"]:focus,
.hs-fieldtype-select input[type="search"]:active,
.hs-fieldtype-select input[type="search"]:focus,
.hs-fieldtype-select input[type="tel"]:active,
.hs-fieldtype-select input[type="tel"]:focus,
.hs-fieldtype-select input[type="text"]:active,
.hs-fieldtype-select input[type="text"]:focus,
.hs-fieldtype-select select:active,
.hs-fieldtype-select select:focus,
.hs-fieldtype-select textarea:active,
.hs-fieldtype-select textarea:focus,
.hs-fieldtype-text input[type="email"]:active,
.hs-fieldtype-text input[type="email"]:focus,
.hs-fieldtype-text input[type="password"]:active,
.hs-fieldtype-text input[type="password"]:focus,
.hs-fieldtype-text input[type="search"]:active,
.hs-fieldtype-text input[type="search"]:focus,
.hs-fieldtype-text input[type="tel"]:active,
.hs-fieldtype-text input[type="tel"]:focus,
.hs-fieldtype-text input[type="text"]:active,
.hs-fieldtype-text input[type="text"]:focus,
.hs-fieldtype-text select:active,
.hs-fieldtype-text select:focus,
.hs-fieldtype-text textarea:active,
.hs-fieldtype-text textarea:focus,
.hs-fieldtype-textarea input[type="email"]:active,
.hs-fieldtype-textarea input[type="email"]:focus,
.hs-fieldtype-textarea input[type="password"]:active,
.hs-fieldtype-textarea input[type="password"]:focus,
.hs-fieldtype-textarea input[type="search"]:active,
.hs-fieldtype-textarea input[type="search"]:focus,
.hs-fieldtype-textarea input[type="tel"]:active,
.hs-fieldtype-textarea input[type="tel"]:focus,
.hs-fieldtype-textarea input[type="text"]:active,
.hs-fieldtype-textarea input[type="text"]:focus,
.hs-fieldtype-textarea select:active,
.hs-fieldtype-textarea select:focus,
.hs-fieldtype-textarea textarea:active,
.hs-fieldtype-textarea textarea:focus,
input[type="email"].form-control:active,
input[type="email"].form-control:focus,
input[type="password"].form-control:active,
input[type="password"].form-control:focus,
input[type="search"].form-control:active,
input[type="search"].form-control:focus,
input[type="tel"].form-control:active,
input[type="tel"].form-control:focus,
input[type="text"].form-control:active,
input[type="text"].form-control:focus,
select.form-control:active,
select.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
  background: #f5f5f5;
  border-color: #847cdc;
  outline-color: #847cdc;
}


.form-field label.hs-error-msg,
.hs-fieldtype-phonenumber label.hs-error-msg,
.hs-fieldtype-select label.hs-error-msg,
.hs-fieldtype-text label.hs-error-msg,
.hs-fieldtype-textarea label.hs-error-msg {
  display: block;
  font-size: 14px;
  font-size: 12px;
  letter-spacing: 0.32px;
  line-height: 18px;
  padding-top: 4px;
  text-align: right;
  margin: 0;
}

.hs-error-msgs li {
  margin: 0 !important;
}

.hs_error_rollup label {
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
}

@media (min-width: 1024px) {
  .hs-fieldtype-checkbox .hs-form-checkbox-display span:before {
    border: 1px solid #000;
    height: 24px;
    width: 24px;
  }
  .hs-fieldtype-checkbox .hs-form-checkbox-display span {
    grid-gap: 16px;
    grid-template-columns: 24px minmax(0,1fr);
  }

}
/* 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.main-header {
  left: 0;
  position: fixed;
  top: 0;
  transition: transform .5s ease,background .5s ease;
  width: 100%;
  z-index: 100;
  background-color:#fff;
}


header.main-header h1 img {
  height: auto;
  max-width: 113px;
}

.search-form {
  height: 46px;
  position: relative;
  width: 100%;
}

.search-form span.icon-search {
  display: block;
  font-size: 18px;
  left: 14px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-form input {
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  font-size: 16px;
  height: 100%;
  letter-spacing: .32px;
  line-height: 22px;
  padding: 0 42px;
  width: 100%;
}

.display-md-flex {
  display: flex!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000;
  display: block;
  line-height: 1em;
  text-decoration: none;
}

header.main-header .container.main-header-container h1 {
  margin: 0;
  padding: 15px 0px;
}

.header-main {
  padding-bottom:75px;
}


@media (min-width: 1024px) {
  header.main-header {
    min-height: 84px;
  }

  header.main-header .container.main-header-container {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0,1fr) auto auto auto;
    height: 100%;
    position: relative;
  }

  header.main-header h1 img {
    max-width: 164px;
  }

  .header-search {
    background: linear-gradient(180deg,#75c5e0,#dcf0f5 39.34%,#fffefc 74.52%,#fff 111.56%);
    height: 240px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
    opacity: 0;
    padding: 60px 32px 0;
    position: absolute;
    top: 84px;
    transform: translateX(-50%);
    transition: visibility 0s linear .1s,opacity .1s;
    visibility: hidden;
    width: 100%;
  }

  .search-form {
    height: 60px;
  }

  .search-form input {
    background-color: #fff;
    font-size: 20px;
    letter-spacing: .32px;
    line-height: 28px;
    padding: 4px 48px 0;
  }

  .search-form .close-search {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 22px;
    padding: 31px 12px;
  }

  .header-main {
    padding-bottom:84px;
  }

}

@media (min-width: 1660px) {
  header.main-header {
    min-height: 98px;
  }

  .header-main {
    padding-bottom:98px;
  }

  header.main-header .container.main-header-container {
    gap: 32px;
  }

  header.main-header h1 img {
    max-width: 208px;
  }

  .header-search {
    height: 260px;
    max-width: 1384px;
    padding: 80px 32px 0;
    top: 108px;
    width: 100%;
  }
  .search-form {
    height: 64px;
  }

  .search-form input {
    font-size: 24px;
    letter-spacing: .32px;
    line-height: 32px;
    padding: 6px 56px 0;
  }

  .search-form .close-search {
    font-size: 16px;
    right: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    letter-spacing: .32px;
    line-height: 28px;
    padding: 35px 16px;
  }

}



.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span {
  align-items: center;
  display: flex;
  gap: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span:after {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: care!important;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  transition: transform .1s ease;
}


.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px;
  text-transform: none;
  transition-duration: .15s;
  transition-property: opacity,filter;
  transition-timing-function: linear;
}

.hamburger-box {
  display: inline-block;
  height: 19px;
  position: relative;
  width: 31px;
}

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 50%;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #000;
  border-radius: 0;
  height: 3px;
  position: absolute;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 31px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}


.hamburger-inner:after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms 
}

.hamburger-inner:after, .hamburger-inner:before {
  content: "";
  display: block;
}


header.main-header .btn-search {
  -webkit-appearance: button;
  align-items: center;
  display: flex;
  font-size: 21px;
  justify-content: center;
  margin-right: -10px;
  padding: 10px 10px 10px 0;
  background-color:transparent;
  border:0;
}

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

@media (min-width: 1024px) {
  .display-md-none {
    display: none!important;
  }

  .display-md-flex {
    display: flex!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
  }

}




.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
  position: relative;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover >a span:after {
  transform: rotate(180deg);
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  background: linear-gradient(180deg,#75c5e0,#dcf0f5 39.34%,#fffefc 74.52%,#fff 111.56%);
  left: 0;
  opacity: 0;
  padding: 48px 32px 120px;
  position: absolute;
  top: 100%;
  transition: visibility 0s linear .1s,opacity .1s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
  width: 320px;
  display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  opacity: 0;
  position: absolute;
  display: none;
  top: 0;
  right: 100%;
  left: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .32px;
  line-height: 28px;
  padding: 8px 0;
  margin: 0;
}

.search-form input:active, .search-form input:focus {
  border: 2px solid #847cdc;
  outline-width: 0;
}

a.hs-button.primary {
  margin-top: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a span:before {
  background: #000;
  bottom: -31px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: -35px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a span {
  position: relative;
}

@media screen and (min-width: 1024px) and (hover: hover) {
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    display:block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a span:before {
    bottom: -31px;
  }
}

@media (min-width:1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-top: 42px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .32px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 6px 0;
  }
}

@media (min-width:1660px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-top: 54px;
  }
}



@media (max-width:1659px) and (min-width:1024px) {
  header.main-header .container.main-header-container h1 {
    padding: 8px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 22px;
    padding: 6px 0;
  }

}



@media (max-width: 1023px) {
  
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
    position:static;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
}

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a span:before {
    display:none;
  }

  header.main-header .hamburger {
    margin-right: -15px;
    margin-top: 4px;
    position: relative;
    z-index: 10;
  }

  header.main-header {
    height: 60px;
  }

  .nav-scroll {
    height: calc(100vh - 60px);
    overflow: auto;
  }

  header.main-header .nav-wrap {
    background: linear-gradient(180deg,#75c5e0,#dcf0f5 39.34%,#fffefc 74.52%,#fff 111.56%);
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 90px;
    position: absolute;
    top: 0;
    transition: visibility 0s linear .1s,opacity .1s;
    visibility: hidden;
    width: 100%;
    z-index: 8;
  }

  header.main-header .container.main-header-container h1 {
    padding: 0;
    position: relative;
    z-index: 99;
  }


  header.main-header.mobile-open .nav-wrap {
    opacity: 1;
    transition: visibility 0s linear 0s,opacity .1s;
    visibility: visible;
  }

  .container.main-header-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
  }


  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  .hamburger--squeeze.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
  }

  .hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  }

  header.main-header nav {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 600px;
    transition: transform .2s ease;
    width: calc(100% - 64px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 38px;
    letter-spacing: .32px;
    line-height: 48px;
    padding: 6px 0;
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    transition: opacity .2s ease;
    width: 100%;
  }



  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a span:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-family: care!important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
  }

  .header-search form {
    background: transparent;
    border: 0;
  }

  header .header-search form input {
    border: 1px solid #000;
    border-radius: 16px;
    color: #000;
    font-size: 16px;
    height: 100%;
    letter-spacing: .32px;
    line-height: 22px;
    padding: 0 42px;
    width: 100%;
  }

  .search-form input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    height: 100%;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: -58px;
    transition: all .2s ease;
    visibility: hidden;
    width: 100%;
    background:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display:block;
    padding:0;
    background:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .32px;
    line-height: 28px;
    padding: 6px 0;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.mobile-item-active>a {
    opacity: 0;
    visibility: visible;
  }

  header.main-header .header-search, header.main-header .mobile-login {
    transition: all .2s ease;
    background: transparent;
  }

  header.main-header.mobile-sub-open .header-search, header.main-header.mobile-sub-open .mobile-login, header.main-header.mobile-sub-open nav {
    transform: translateX(-100%);
  }

  header.main-header.mobile-sub-open .header-search ,
  .mobile-sub-open .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    opacity: 0;
    visibility: visible;
  }

  .submenu-open {
    overflow:hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    padding:6px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.mobile-item-active>ul {
    opacity: 1;
    visibility: visible;
  }

  button.display-md-none.btn-menu-back.js-mobile-menu-back {
    font-size: 18px;
    margin-bottom: 10px;
    background-color: transparent;
    border-style: none;
    padding: 0;
    line-height: 1.5;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    margin-bottom: 10px;
  }

}


@media (max-width: 599px) {
  header.main-header .nav-wrap {
    padding-top: 75px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 26px;
    letter-spacing: .32px;
    line-height: 34px;
    padding: 6px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    font-size: 18px;
    padding: 4px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul>li>a {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 22px;
    padding: 4px 0;
  }


  header.main-header .nav-wrap nav {
    width: min(100% - 32px,600px)!important;
  }
}


.search-form input:active, .search-form input:focus {
  border: 2px solid #847cdc;
  outline-width: 0;
}



header .header-search .search-form {
  height: 46px;
  position: relative;
  width: 100%;
  padding:0;
}
header .header-search .search-form {
  background:transparent;
  border:0;
}

header .header-search .search-form input  {
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  font-size: 16px;
  height: 100%;
  letter-spacing: .32px;
  line-height: 22px;
  padding: 0 42px;
  width: 100%;
}

header .header-search .search-form input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

header .header-search .search-form input:focus {
  border: 2px solid #847cdc;
  outline-width: 0;
}

@media (min-width: 1024px) {
  header.main-header.search-open .header-search {
    opacity: 1;
    transition: visibility 0s linear .1s,opacity .1s;
    visibility: visible;
  }

  header .header-search .search-form {
    height: 60px;
  }

  header .header-search .search-form input {
    background-color: #fff !IMPORTANT;
    font-size: 20px;
    letter-spacing: .32px;
    line-height: 28px;
    padding: 4px 48px 0;
  }
}


@media (min-width: 1660px) {
  header .header-search .search-form {
    height: 64px;
  }

  header .header-search .search-form input {
    font-size: 24px;
    letter-spacing: .32px;
    line-height: 32px;
    padding: 6px 56px 0;
  }

}

.search-form .close-search {
  background: transparent;
  border: 0;
}
[class*=" icon-"],[class^=icon-] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: care!important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}

.icon-close-circle:before {
  content: "\e916"
}

.icon-close-tag:before {
  content: "\e917"
}

.icon-facebook:before {
  content: "\e914"
}

.icon-mail:before {
  content: "\e915"
}

.icon-icon-stat-check:before {
  content: "\e913"
}

.icon-dial-arrow:before {
  content: "\e912"
}

.icon-close:before {
  content: "\e911"
}

.icon-menu-close:before {
  content: "\e90f"
}

.icon-menu-open:before {
  content: "\e910"
}

.icon-menu-discover:before {
  content: "\e90d"
}

.icon-menu-orchestrate:before {
  content: "\e90e"
}

.icon-check:before {
  content: "\e90c"
}

.icon-arrow-circle-down:before {
  content: "\e900"
}

.icon-arrow-circle-left:before {
  content: "\e901"
}

.icon-arrow-circle-right:before {
  content: "\e902"
}

.icon-arrow-circle-up:before {
  content: "\e903"
}

.icon-arrow-dropdown:before {
  content: "\e904"
}

.icon-arrow-select:before {
  content: "\e905"
}

.icon-linkedin-circle:before {
  content: "\e906"
}

.icon-linkedin:before {
  content: "\e907"
}

.icon-search:before {
  content: "\e908"
}

.icon-spinner:before {
  content: "\e909"
}

.icon-twitter-circle:before {
  content: "\e90a"
}

.icon-twitter:before {
  content: "\e90b"
}


footer.cm-footer {
  background: #000;
  color: #fff;
  padding: 120px 0;
  font-size: 16px;
  position: relative;
  z-index: 9;
}


.container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100% - 32px,600px);
}

.row {
  grid-gap: 32px;
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

img {
  vertical-align: middle;
}

footer a {
  color: #fff;
}

footer .footer-copyright-info a {
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-size: 22px;
  letter-spacing: .32px;
  line-height: 30px;
}

footer .footer-copyright-info p {
  font-size: 24px;
  letter-spacing: .32px;
  line-height: 32px;
  color:#fff;
  line-height: 30px;
  margin-bottom: 18px;
  display: flex;
}

footer .footer-logo img {
  height: auto;
  width: 170px !important;
}

.col-xs-4 {
  grid-column: auto/span 4;
}


.social-navigation a {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  font-size: 30px;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.social-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}

.cm-footer a {
  text-decoration: none;
}

.sr-focusable:not(:focus):not(:focus-within), .sr-only {
  clip: rect(0,0,0,0)!important;
  border: 0!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  white-space: nowrap!important;
  width: 1px!important;
}

.margin-24, .margin-top-24 {
  margin-top: 24px;
}

.margin-32, .margin-top-32 {
  margin-top: 32px;
}


footer .footer-links .hs-menu-wrapper ul li {
  margin-bottom: 16px;
}

footer .footer-links .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .32px;
  line-height: 30px;
  display: block;
}

footer .footer-copy p {
  font-size: 14px;
  letter-spacing: .32px;
  line-height: 18px;
  margin-bottom: 16px;
}

footer .footer-links .hs-menu-wrapper ul a {
  display: block;
  font-size: 22px;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: .32px;
  line-height: 30px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

footer.cm-footer p {
  color: #fff;
}


footer .footer-data-col h2 {
  align-items: center;
  display: flex;
  gap: 16px;
  line-height: 1em;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
}

footer.cm-footer h3,
footer.cm-footer h2,
footer.cm-footer h1 {
  color: #fff;
}


.footer-form-col h2.heading {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .32px;
  line-height: 32px;
  margin-bottom: 8px;
}


.footer-form-col p.description {
  font-size: 14px;
  letter-spacing: .32px;
  line-height: 18px;
}


footer,
footer .hs-fieldtype-text input[type=email],
footer .hs-fieldtype-text input[type=email].form-control,
footer .hs-fieldtype-text input[type=password],
footer .hs-fieldtype-text input[type=password].form-control,
footer .hs-fieldtype-text input[type=search],
footer .hs-fieldtype-text input[type=search].form-control,
footer .hs-fieldtype-text input[type=text], 
footer .hs-fieldtype-text input[type=text].form-control, 
footer .hs-fieldtype-text label:not(.hs-error-msg), 
footer a {
  color: #fff;
}


.cm-footer-form form {
  background: transparent;
  border: 0;
  padding:0;
}

.cm-footer-form form .hs-form-required {
  color:#fff;
}


.cm-footer-form form label {
  color:#fff;
}

footer .hs-fieldtype-checkbox .hs-form-checkbox-display span:before {
  border-color: #fff;
}

footer .hs-submit {
  margin-top: 16px;
}

footer .hs-submit .hs-button {
  border-width: 2px !important;
}

footer .hs-fieldtype-checkbox .hs-form-checkbox-display input:checked+span:before {
  color: #fff;
}

footer .hs-submit .hs-button {
  border-color: #fff !important;
  color: #fff !important;
  cursor:pointer !important;
}

footer .hs-fieldtype-text.filled label:not(.hs-error-msg), footer .hs-fieldtype-text.focused label:not(.hs-error-msg) {
  color: #847cdc;
}

footer .hs-fieldtype-text.focused label:not(.hs-error-msg) .hs-form-required {
  color: #847cdc;
}

.lp-footer .footer-copyright {
  border: 0;
  margin-top: 0;
}


@media (min-width: 1024px) {
  footer .hs-submit {
    margin-top: 32px;
  }

  .form-field.form-field-text.filled label:not(.hs-error-msg), .form-field.form-field-text.focused label:not(.hs-error-msg), .hs-fieldtype-phonenumber.filled label:not(.hs-error-msg), .hs-fieldtype-phonenumber.focused label:not(.hs-error-msg), .hs-fieldtype-text.filled label:not(.hs-error-msg), .hs-fieldtype-text.focused label:not(.hs-error-msg) {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 22px;
    top: 5px;
  }
}

@media (min-width: 1024px) {
  .footer-form-col h2.heading{
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 48px;
  }

  .footer-form-col p.description {
    font-size: 20px;
    letter-spacing: .32px;
    line-height: 28px;
  }
}

@media (min-width: 1660px) {
  .footer-form-col p.description {
    font-size: 24px;
    letter-spacing: .32px;
    line-height: 32px;
  }
}


@media (min-width: 600px) {
  .container{
    max-width: 600px;
    width: calc(100% - 64px);
  }
}


@media (min-width: 1024px) {
  .container{
    max-width: 992px;
  }

  .row {
    grid-template-columns: repeat(12,minmax(0,1fr));
  }

  footer .footer-main {
    background: #fff;
    background: linear-gradient(180deg,#fff,#fff);
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 1px auto;
  }

  footer .footer-copyright {
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }

  footer .footer-logo img {
    width: 270px !IMPORTANT;
  }

  .col-sm-4, .col-xs-4 {
    grid-column: auto/span 12;
  }

  .col-md-6 {
    grid-column: auto/span 6;
  }

  footer .footer-form-col {
    padding-right: 16px;
  }

  footer .footer-data-col {
    padding-left: 16px;
  }

  .margin-md-32, .margin-top-md-32 {
    margin-top: 32px;
  }

  .margin-md-48, .margin-top-md-48 {
    margin-top: 48px;
  }

  .margin-top-md-0 {
    margin-top: 0;
  }

  footer .footer-links .hs-menu-wrapper ul li {
    margin-bottom: 32px;
  }

  footer .footer-copy p {
    font-size: 20px;
    letter-spacing: .32px;
    line-height: 28px;
    margin-bottom: 24px;
  }

}

@media (min-width: 1660px) {
  .container {
    max-width: 1384px;
    width: calc(100% - 80px);
  }

  footer .footer-copy p {
    font-size: 24px;
    letter-spacing: .32px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .footer-meta {
    margin-top: 40px;
  }

  footer .footer-data-col h2 {
    font-size: 48px;
    letter-spacing: .32px;
    margin-bottom: 48px;
  }
}


@media (max-width:1659px) and (min-width:1024px) {
  footer .footer-data-col h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .footer-meta {
    margin-top: 32px;
  }

  footer .footer-copyright-info p {
    font-size: 22px;
    letter-spacing: .32px;
    line-height: 30px;
  }

  footer .footer-copyright-info a {
    font-size: 18px;
    letter-spacing: .32px;
    line-height: 26px;
  }

  .btn,
  .form-field.form-field-submit .hs-button,
  .form-field.form-field-submit .submit-button,
  .hs-submit .hs-button,
  .hs-submit .submit-button,
  .wp-block-button__link,
  a.btn,
  button.btn,
  footer .hs-submit .hs-button {
    align-items: center;
    border-radius: 36px;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    letter-spacing: 0.32px;
    line-height: 22px;
    line-height: 1.25em;
    min-height: 38px;
    padding: 0.5em 24px;
    text-align: center;
    transition: all 0.2s ease;
    border-radius: 40px;
    min-height: 52px;
    padding: 0 32px;
    white-space: nowrap;
  }

  .form-field input[type="email"],
  .form-field input[type="password"],
  .form-field input[type="search"],
  .form-field input[type="tel"],
  .form-field input[type="text"],
  .form-field select,
  .form-field textarea,
  .hs-fieldtype-phonenumber input[type="email"],
  .hs-fieldtype-phonenumber input[type="password"],
  .hs-fieldtype-phonenumber input[type="search"],
  .hs-fieldtype-phonenumber input[type="tel"],
  .hs-fieldtype-phonenumber input[type="text"],
  .hs-fieldtype-phonenumber select,
  .hs-fieldtype-phonenumber textarea,
  .hs-fieldtype-select input[type="email"],
  .hs-fieldtype-select input[type="password"],
  .hs-fieldtype-select input[type="search"],
  .hs-fieldtype-select input[type="tel"],
  .hs-fieldtype-select input[type="text"],
  .hs-fieldtype-select select,
  .hs-fieldtype-select textarea,
  .hs-fieldtype-text input[type="email"],
  .hs-fieldtype-text input[type="password"],
  .hs-fieldtype-text input[type="search"],
  .hs-fieldtype-text input[type="tel"],
  .hs-fieldtype-text input[type="text"],
  .hs-fieldtype-text select,
  .hs-fieldtype-text textarea,
  .hs-fieldtype-textarea input[type="email"],
  .hs-fieldtype-textarea input[type="password"],
  .hs-fieldtype-textarea input[type="search"],
  .hs-fieldtype-textarea input[type="tel"],
  .hs-fieldtype-textarea input[type="text"],
  .hs-fieldtype-textarea select,
  .hs-fieldtype-textarea textarea,
  input[type="email"].form-control,
  input[type="password"].form-control,
  input[type="search"].form-control,
  input[type="tel"].form-control,
  input[type="text"].form-control,
  select.form-control,
  textarea.form-control {
    font-size: 20px;
    height: 54px;
    letter-spacing: 0.32px;
    line-height: 28px;
    padding: 18px 16px 0;
    border-radius: 8px;
  }

  footer .footer-data-col h2 img {
    width: 100px;
  }
}


@media (max-width:1023px) {
  footer.cm-footer {
    padding: 48px 0;
  }

  footer .footer-copyright-info p {
    font-size: 14px;
    letter-spacing: 0.32px;
    line-height: 18px;
    margin-bottom: 9px;
  }

  footer .footer-copyright-info a {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
  }

  .footer-meta {
    margin-top: 32px;
  }

  footer .footer-data-col h2 {
    font-size: 24px;
    letter-spacing: 0.32px;
    line-height: 1em;
    margin-bottom: 16px;
  }

  footer .footer-data-col h2 img {
    width: 60px;
  }

  .btn,
  .form-field.form-field-submit .hs-button,
  .form-field.form-field-submit .submit-button,
  .hs-submit .hs-button,
  .hs-submit .submit-button,
  .wp-block-button__link,
  a.btn,
  button.btn,
  footer .hs-submit .hs-button {
    align-items: center;
    border-width: 1px;
    border-radius: 36px;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    letter-spacing: 0.32px;
    line-height: 22px;
    line-height: 1.25em;
    min-height: 38px;
    padding: 0.5em 24px;
    text-align: center;
    transition: all 0.2s ease;
  }

  .hs-fieldtype-checkbox label:not(.hs-error-msg) {
    display: block;
    font-size: 14px;
    letter-spacing: 0.32px;
    line-height: 18px;
    margin-bottom: 16px;
  }

  footer .hs-submit {
    margin-top: 16px;
  }

  .hs-form-field {
    margin: 0 0 20px;
  }

  .hs_newsletter_interest.hs-newsletter_interest.hs-fieldtype-checkbox.field.hs-form-field {
    margin: 0;
  }

  .form-field input[type="email"],
  .form-field input[type="password"],
  .form-field input[type="search"],
  .form-field input[type="tel"],
  .form-field input[type="text"],
  .form-field select,
  .form-field textarea,
  .hs-fieldtype-phonenumber input[type="email"],
  .hs-fieldtype-phonenumber input[type="password"],
  .hs-fieldtype-phonenumber input[type="search"],
  .hs-fieldtype-phonenumber input[type="tel"],
  .hs-fieldtype-phonenumber input[type="text"],
  .hs-fieldtype-phonenumber select,
  .hs-fieldtype-phonenumber textarea,
  .hs-fieldtype-select input[type="email"],
  .hs-fieldtype-select input[type="password"],
  .hs-fieldtype-select input[type="search"],
  .hs-fieldtype-select input[type="tel"],
  .hs-fieldtype-select input[type="text"],
  .hs-fieldtype-select select,
  .hs-fieldtype-select textarea,
  .hs-fieldtype-text input[type="email"],
  .hs-fieldtype-text input[type="password"],
  .hs-fieldtype-text input[type="search"],
  .hs-fieldtype-text input[type="tel"],
  .hs-fieldtype-text input[type="text"],
  .hs-fieldtype-text select,
  .hs-fieldtype-text textarea,
  .hs-fieldtype-textarea input[type="email"],
  .hs-fieldtype-textarea input[type="password"],
  .hs-fieldtype-textarea input[type="search"],
  .hs-fieldtype-textarea input[type="tel"],
  .hs-fieldtype-textarea input[type="text"],
  .hs-fieldtype-textarea select,
  .hs-fieldtype-textarea textarea,
  input[type="email"].form-control,
  input[type="password"].form-control,
  input[type="search"].form-control,
  input[type="tel"].form-control,
  input[type="text"].form-control,
  select.form-control,
  textarea.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #454545;
    border-radius: 8px;
    color: #454545;
    font-size: 16px;
    height: 48px;
    letter-spacing: 0.32px;
    line-height: 22px;
    line-height: 1em;
    outline: 1px solid transparent;
    padding: 18px 16px 0;
    width: 100%;
  }

  .form-field,
  .hs-fieldtype-phonenumber,
  .hs-fieldtype-select,
  .hs-fieldtype-text,
  .hs-fieldtype-textarea {
    margin-bottom: 14px;
    position: relative;
  }

  .form-field.form-field-text label:not(.hs-error-msg),
  .hs-fieldtype-phonenumber label:not(.hs-error-msg),
  .hs-fieldtype-text label:not(.hs-error-msg) {
    color: #000;
    display: block;
    font-size: 16px;
    left: 16px;
    letter-spacing: 0.32px;
    line-height: 1em;
    line-height: 22px;
    pointer-events: none;
    position: absolute;
    top: 14px;
    transition: all 0.1s;
  }

  .footer-form-col p.description {
    margin-bottom: 16px;
  }

  footer.cm-footer h3.form-title {
    margin: 0;
  }

  footer .hs-submit .hs-button {
    font-size: 16px;
    justify-content: center;
    letter-spacing: .32px;
    line-height: 22px !IMPORTANT;
    line-height: 1.25em !IMPORTANT;
    min-height: 38px !IMPORTANT;
    padding: 0.5em 24px !IMPORTANT;
    border-width: 1px !IMPORTANT;
  }

}


@media screen and (max-width: 414px) {
  .btn-mobile.wp-block-button__link,
  .btn.btn-mobile,
  .form-field.form-field-submit .hs-button,
  .form-field.form-field-submit .submit-button,
  .hs-submit .hs-button,
  .hs-submit .submit-button,
  footer .hs-submit .btn-mobile.hs-button {
    width: 100%;
  }
}


@media (max-height:600px) and (max-width:1023px){
  .nav-scroll {
    height: calc(100vh - 90px);
    overflow: auto;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Make the Customer Portal "submit a ticket" close X visible on light backgrounds */

/* Target the close button by data attribute */
[data-action="close"] svg.StyledIcon-jibXlG {
  stroke: #333 !important;   /* dark grey stroke */
  fill: none !important;      /* ensure it's an outlined X */
}

/* If your theme is using fill instead of stroke, also set fill */
[data-action="close"] svg.StyledIcon-jibXlG path {
  stroke: #333 !important;
  fill: #333 !important;      /* or keep this as none if you only want an outline */
}