*, *: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 {
  -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.
 */


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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
   padding-left: 50px;
   padding-right: 50px;
   width: 100%;
   margin: 0 auto;
}

.hs-blog-listing .cst-blog-grup .dnd-section {
   padding: 0;
}

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

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

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

@media (max-width: 767px) {
   .dnd-section .dnd-column {
      padding: 0;
   }

   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper {
      padding-left: 25px;
      padding-right: 25px;
   }
}
@font-face { 
   font-family: "DMSans"; 
   src: url('https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/FoundaHealth_August2022/Fonts/625970758ed2a16746d52d07_DMSans-Medium.eot') format('embedded-opentype'),
    url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a16746d52d07_DMSans-Medium.woff2) format('woff2'),
      url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/DMSans-Medium.woff) format('woff'),
        url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a16746d52d07_DMSans-Medium.ttf) format('truetype');
   font-style: normal; 
   font-weight: 500; 
}

@font-face { 
   font-family: "DMSans"; 
   src: url('https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/FoundaHealth_August2022/Fonts/625970758ed2a1a8b9d52d06_DMSans-Bold.eot') format('embedded-opentype'),
    url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a1a8b9d52d06_DMSans-Bold.woff2) format('woff2'),
      url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/DMSans-Bold.woff) format('woff'),
        url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a1a8b9d52d06_DMSans-Bold.ttf) format('truetype');
   font-style: normal;
   font-weight: 700; 
}

@font-face { 
   font-family: "Karla-variable"; 
   src: url('https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/FoundaHealth_August2022/Fonts/625970758ed2a1003ad52d08_Karla-VariableFont_wght.eot') format('embedded-opentype'),
    url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a1003ad52d08_Karla-VariableFont_wght.woff2) format('woff2'),
      url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/Karla-Regular.woff) format('woff'),
        url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a1003ad52d08_Karla-VariableFont_wght.ttf) format('truetype');
   font-style: normal; 
   font-weight: 400; 
}

@font-face { 
   font-family: "Karla-variable"; 
   src: url('https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/FoundaHealth_August2022/Fonts/625970758ed2a1003ad52d08_Karla-VariableFont_wght.eot') format('embedded-opentype'),
    url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a1003ad52d08_Karla-VariableFont_wght.woff2) format('woff2'),
      url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/Karla-Regular.woff) format('woff'),
        url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/Fonts/625970758ed2a1003ad52d08_Karla-VariableFont_wght.ttf) format('truetype');
   font-style: normal; 
   font-weight: 700; 
}

@font-face { 
   font-family: webflow-icons; 
   src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype"); 
   font-style: normal; 
   font-weight: 400; 
}

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

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;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 10px;
}

h1 {
   line-height: 1.2;
}

h2 {
   line-height: 1.2;
}

h3 {
   line-height: 1.2;
}

h4 {
   line-height: 1.2;
}

h5 {
   line-height: 1.25;
}

h6 {
   line-height: 1.25;
}

/* 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;
   min-height: 51px;
   padding: 0 24px;
   border-radius: 36px;
   background-color: #24c082;
   -webkit-transition: background-color 250ms;
   transition: background-color 250ms;
   font-family: DMSans,sans-serif;
   color: #fff;
   font-size: 16px;
   line-height: 49px;
   font-weight: 500;
   text-align: center;
}

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;
}

form {
   margin-bottom: 20px;
}

/* Labels */

form label {
   display: block;
   font-size: 16px;
   margin-bottom: 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 {
   min-height: 51px;
   margin-bottom: 0;
   padding: 16px 25px;
   border: 1px solid #627393;
   border-radius: 35px;
   font-family: DMSans,sans-serif;
   font-size: 16px;
   font-weight: 500;
   display: block;
   width: 100%;
   line-height: 1.42857143;
   color: #333;
   vertical-align: middle;
   background-color: #fff;
   margin-bottom: 16px;
   outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label {
   color: #f00;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   min-height: 51px;
   padding: 0 24px;
   border-radius: 36px;
   background-color: #24c082;
   -webkit-transition: background-color 250ms;
   transition: background-color 250ms;
   font-family: DMSans,sans-serif;
   color: #fff;
   font-size: 16px;
   line-height: 49px;
   font-weight: 500;
   text-align: center;
   border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
   opacity: 1;
   transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
   transform-style: preserve-3d;
   position: fixed;
   width: 100%;
   top: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   background-color: #1c2435;
   transition: all 0.3s ease-in;
   z-index: 999999;
}

header.header.no-nav-header {
   padding: 20px 0;
}

header.header .page-center {
   padding-top: 4px;
   padding-bottom: 4px;
   position: relative;
   z-index: 2;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

header.header .logo-wrpr img {
   vertical-align: middle;
}

header.header .navmenu-button {
   display: none;
}

header.header nav.navmenu {
   display: flex;
   justify-content: flex-end;
}

header.header nav.navmenu .hs-menu-wrapper ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

header.header nav.navmenu .hs-menu-wrapper>ul {
   display: flex;
   width: 100%;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li {
   margin-right: 16px;
   margin-left: 16px;
   display: flex;
   min-height: 80px;
   align-items: center;
   position: relative;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li>a {
   display: flex;
   align-items: center;
   font-family: DMSans,sans-serif;
   color: #fff;
   font-size: 14px;
   font-weight: 500;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li>ul {
   display: none;
   top: 80px;
   margin-left: -30px;
   padding: 17px 30px 10px;
   border-radius: 0 0 9px 9px;
   background-color: #1c2435;
   position: absolute;
   min-width: 100%;
   width: 202%;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li.contact,
header.header nav.navmenu .hs-menu-wrapper>ul>li:last-child {
   margin: 0;
   display: flex;
   align-items: center;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li.contact>a,
header.header nav.navmenu .hs-menu-wrapper>ul>li:last-child>a {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   min-height: 40px;
   margin-right: 0;
   margin-left: 0;
   padding: 0 24px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   border-radius: 36px;
   background-color: #24c082;
   font-family: DMSans,sans-serif;
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   vertical-align: top;
   text-decoration: none;
   position: relative;
   text-align: left;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
   padding-right: 20px;
   position: relative;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
   content: "\e603";
   right: 0;
   position: absolute;
   font-family: webflow-icons!important;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   width: 1em;
   height: 1em;
   font-size: 13px;
   top: 7px;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li:hover>a {
   color: #24c082;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li:hover>ul {
   display: block;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li>ul>li>a {
   display: inline-block;
   min-height: 20px;
   margin-bottom: 20px;
   padding: 0 18px 0 0;
   -webkit-transition: color 250ms;
   transition: color 250ms;
   font-family: DMSans,sans-serif;
   color: #fff;
   font-size: 14px;
   line-height: 16px;
   font-weight: 500;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li>ul>li {
   line-height: 0;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li>ul>li>a:hover {
   color: #24c082;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li.resources>ul {
   width: 195%;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li.contact>a:hover,
header.header nav.navmenu .hs-menu-wrapper>ul>li:last-child>a:hover{
   background-color: #53d0a2;
   color: #fff;
}

header.header nav.navmenu .hs-menu-wrapper>ul>li>a:not(.contact) {
   line-height: 25.6px;
}



@media (min-width: 768px) {
   header.header .mobile-menu {
      display: none !important
   }

   .header-hide header.header {
      opacity: 0;
      transform: translate3d(0px, -78px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
      transition: all 0.3s ease-in;
   }
}

@media (max-width: 991px) {
   header.header nav.navmenu .hs-menu-wrapper>ul>li {
      margin-right: 8px;
      margin-left: 8px;
   }

   header.header nav.navmenu .hs-menu-wrapper>ul>li.hs-item-has-children {
      margin-right: 0;
   }

   header.header nav.navmenu .hs-menu-wrapper>ul>li.contact,
   header.header nav.navmenu .hs-menu-wrapper>ul>li:last-child {
      margin-left: 16px;
   }
}

@media (max-width: 806px) and (min-width: 768px) {
   header.header .page-center {
      padding-right: 10px;
   }
}

@media (max-width: 767px) {
   header.header nav.navmenu {
      display: none !important;
   }

   header.header.no-nav-header {
      padding: 15.5px 0;
   }

   header.header .navmenu-button {
      display: block;
      color: #fff;
      position: relative;
      float: right;
      padding: 18px;
      font-size: 24px;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      right: 7px;
   }

   header.header .page-center {
      padding-right: 0;
      padding-left: 25px;
   }

   header.header .navmenu-button .iconmenu {
      font-size: 35px;
      font-family: webflow-icons!important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
   }

   header.header .navmenu-button .iconmenu:before {
      content: "\e602";
   }

   header.header .logo-wrpr {
      padding-left: 10px;
   }

   header.header .mobile-menu {
      position: absolute;
      overflow: hidden;
      top: 79px;
      left: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      transform: translateY(-110%);
      transition: transform 400ms ease 0s;
      z-index: 1;
   }

   .mobile-menu-open header.header .mobile-menu {
      transform: translateY(0);
   }

   .mobile-menu-open header.header .navmenu-button {
      color: #627393;
   }

   header.header .mobile-menu .mobile-menu-wrpr {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      background-color: #1c2435;
      padding: 25px 25px 45px;
      max-height: calc(100vh - 79px);
      overflow-y: auto;
   }

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

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li>ul {
      display: none;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li>a {
      margin-top: 16px;
      text-align: left;
      margin-right: 8px;
      margin-left: 8px;
      white-space: pre;
      padding: 0;
      font-family: DMSans,sans-serif;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      display: block;
      position: relative;
      line-height: 183%;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li {
      font-size: 14px;
      font-weight: 500;
      line-height: 160%;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li.contact>a,
   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li:last-child>a {
      margin-top: 30px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      text-align: center;
      padding: 0 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 36px;
      background-color: #24c082;
      font-family: DMSans,sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 40px;
      margin-right: 0;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li.contact>a:hover,
   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li:last-child>a:hover{
      background-color: #53d0a2;
      color: #fff;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li:hover {
      cursor: pointer
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li:hover>a {
      color: #24c082;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      content: "\e603";
      left: auto;
      position: absolute;
      font-family: webflow-icons!important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 1em;
      height: 1em;
      font-size: 13px;
      top: 6px;
      margin-left: 10px;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li.hs-item-has-children {
      position: relative;
   }

   span.child-trigger {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 25.61px;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li> ul li a {
      margin-top: 16px;
      text-align: left;
      margin-right: 8px;
      margin-left: 8px;
      white-space: pre;
      padding: 0;
      font-family: DMSans,sans-serif;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      display: block;
      position: relative;
      line-height: 183%;
   }

   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li> ul li a:hover {
      color: #24c082;
   }
}




@media (max-width: 320px) {
   header.header .mobile-menu .mobile-menu-wrpr .hs-menu-wrapper>ul>li.contact>a {
      margin-left: 16px;
   }
}
footer.footer {
   background-color: #e8ebf0;
   position: relative;
   display: block;
}

footer.footer .page-center {
   padding-top: 100px;
   padding-bottom: 100px;
   display: flex;
   justify-content: space-between;
}

footer.footer .footer-form {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 40.864%;
   flex: 0 0 40.864%;
   width: 40.864%;
}

footer.footer .footer-sitemap {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 40%;
   flex: 0 0 49.312%;
   width: 49.312%;
}

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

footer.footer .footer-sitemap .hs-menu-wrapper>ul {
   display: flex;
   justify-content: space-between;
}

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>ul {
   display: flex;
   flex-wrap: wrap;
}

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>ul>li {
   width: 100%;
}

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li {
   width: 31.475%;
}

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

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>a {
   font-size: 18px;
   letter-spacing: -.5px;
   margin-bottom: 10px;
   font-family: DMSans,sans-serif;
   color: #1c2435;
   line-height: 18px;
   margin-top: 10px;
   font-weight: 700;
   display: block;
}

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>a:hover {
   cursor: text;   
}

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>ul>li>a {
   display: inline-block;
   font-family: DMSans,sans-serif;
   color: #627393;
   font-size: 16px;
   line-height: 200%;
   font-weight: 400;
}

footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>ul>li>a:hover {
   color: #24c082;
}

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

footer.footer .footer-form .form-top h6 {
   font-size: 18px;
   letter-spacing: -.5px;
   font-family: DMSans,sans-serif;
   color: #1c2435;
   line-height: 18px;
   font-weight: 700;
   margin: 0;
   padding: 10px 0 18px;
}

footer.footer .footer-form .form-top p {
   font-family: Karla-variable,sans-serif;
   color: #617394;
   font-size: 16px;
   line-height: 160%;
   font-weight: 400;
   letter-spacing: -.5px;
   margin: 0;
   padding-bottom: 24px;
}

footer.footer .footer-form .form-cntnr form .hs-form-field {
   margin: 0;
   width: 100%;
}

footer.footer .footer-form .form-cntnr form .hs-form-field input {
   margin: 0;
}

footer.footer .footer-form .form-cntnr form {
   margin-bottom: 10px;
   padding-bottom: 0;
   border-radius: 36px;
   position: relative;
}

footer.footer .footer-form .form-cntnr form .hs-email input {
   min-height: 51px;
   margin-bottom: 0;
   padding: 8px 12px;
   padding-right: 24px;
   padding-left: 24px;
   border: 0 solid #000;
   border-top-left-radius: 36px;
   border-bottom-left-radius: 36px;
   font-size: 16px;
   display: block;
   width: 100%;
   line-height: 1.42857143;
   color: #333;
   vertical-align: middle;
   background-color: #fff;
   font-family: Karla-variable,sans-serif;
}

footer.footer .footer-form .form-cntnr form .hs-email > label {
   display: none;
}

footer.footer .footer-form .form-cntnr form .hs-submit input {
   display: inline-block;
   min-height: 51px;
   margin-right: 0;
   margin-left: 0;
   padding: 0 24px;
   border-radius: 36px;
   font-family: DMSans,sans-serif;
   color: #fff;
   font-size: 16px;
   line-height: 49px;
   font-weight: 500;
   text-align: center;
   -webkit-transition: background-color 250ms;
   transition: background-color 250ms;
   white-space: pre;
}

footer.footer .footer-form .form-cntnr form .hs-submit {
   position: absolute;
   right: 0;
   top: 0;
}

footer.footer .footer-form .form-cntnr form .hs-email input::placeholder {
   color: #627393;
   font-weight: 400;
   font-family: Karla-variable,sans-serif;
}


footer.footer .footer-form .form-bottom p {
   margin-bottom: 15px;
   font-family: Karla-variable,sans-serif;
   font-size: 12px;
   font-weight: 400;
   letter-spacing: -.5px;
   line-height: 160%;
   margin-top: 0;
}

footer.footer .footer-form .form-bottom p a {
   -webkit-transition: color 250ms;
   transition: color 250ms;
   color: #627393;
   font-weight: 700;
}

footer.footer .footer-form .form-cntnr .submitted-message {
   display: block;
   padding: 20px;
   text-align: center;
   background-color: #ddd;
}












@media (max-width: 991px) {
   footer.footer .footer-form {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
   }

   footer.footer .footer-sitemap {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
   }

   footer.footer .page-center {
      flex-wrap: wrap;
   }

   footer.footer .footer-form .form-cntnr form .hs-submit {
      width: auto;
   }

   footer.footer .footer-form .form-cntnr form {
      justify-content: space-between;
   }

   footer.footer .footer-sitemap .hs-menu-wrapper>ul>li {
      width: 33.475%;
   }

   footer.footer .footer-form .form-bottom {
      margin-bottom: 31px;
   }

   footer.footer .footer-form .form-bottom p {
      margin-bottom: 0;
   }
}

@media (max-width: 767px) {
   footer.footer .page-center {
      padding-right: 25px;
      padding-left: 25px;
   }

   footer.footer .footer-form .form-bottom p {
      font-size: 14px;
   }
}

@media (max-width: 479px) {
   footer.footer .footer-sitemap .hs-menu-wrapper>ul>li {
      width: 100%;
   }

   footer.footer .footer-sitemap .hs-menu-wrapper>ul {
      flex-wrap: wrap;
   }

   footer.footer .footer-sitemap .hs-menu-wrapper>ul>li:not(:first-child) {
      margin-left: 0;
      margin-top: 16px;
   }

   footer.footer .footer-form .form-cntnr form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      background-color: transparent;
   }

   footer.footer .footer-form .form-cntnr form .hs-submit {
      margin-top: 10px;
      position: relative;
   }

   footer.footer .footer-form .form-bottom {
      margin-bottom: 30px;
   }

   footer.footer .footer-sitemap .hs-menu-wrapper>ul>li>ul>li>a {
      display: block;
   }
}

.nopd1 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.nopd1 .dnd-section {
  padding: 0;
} 
.nopd1 .dnd-section .dnd-column {
  padding: 0;
}  
.home_row3 .benefits-area .benefits-items-container .benefits-items h5 {
  margin-bottom: 18px;
}
.home_row3 .benefits-area .benefits-items-container .page-center {
  align-items: center;
} 
.hm_pg .benefits-area .benefits-items-container .benefits-items {
  margin-bottom: 0;
} 
.home_row4 .iwc_mdl .iwc_inr img {
  border-radius: 24px;
}

.home_row4 .iwc_mdl .iwc_left h1 {
  font-family: Karla-variable,sans-serif;
  font-weight: 200;
}
.home_row4 .iwc_mdl .hmn_bnr_ryt { 
  padding-right: 10px;
}
.home_row4 .iwc_mdl .iwc_left p {
  font-family: DMSans,sans-serif;
  font-weight: 700;
  color: #1c2435;
}

.text-link,
.twc_mdl .twc_ryt > a,
.hww_mdl .hww_ryt p a{
  display: inline-block;
  padding-right: 18px;
  background-image: url(https://5503596.fs1.hubspotusercontent-na1.net/hubfs/5503596/raw_assets/public/FoundaHealth_August2022/images/icon-arrow-purple.svg);
  background-position: 100% 9px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: min-width .2s;
  transition: min-width .2s;
  color: #4d61e5 !important; 
  font-size: 18px;  
  font-weight: 700;
  line-height: 26px; 
}
.hm_pg .benefits-area .benefits-items-container .benefits-items,
.hww_img{
  overflow: hidden; 
}  
.text-link:hover,
.twc_mdl .twc_ryt > a:hover,
.hww_mdl .hww_ryt p a:hover{
  opacity: .8;
} 
.benefits-area .benefits-items-container .benefits-items a {
  margin-top: 24px;
}

.home_row5 .twc_mdl .twc_left h1 {
  color: #627393;
  margin-bottom: 16px;
}

.home_row5 .twc_mdl .twc_ryt {
  text-align: right;
}

.home_row5 .twc_mdl .twc_inr {
  align-items: flex-end;
  padding-bottom: 16px;
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px,0,0); 
    transform: translate3d(-40px,0,0)
  }  

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0)  
  }

  to { 
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}  

.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;

}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px,0,0); 
    transform: translate3d(-60px,0,0)
  }  

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-60px,0,0)  
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}  

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;

}
.plat_row2 .benefits-area .benefits-items-container .page-center {
  padding-top: 100px;
  padding-bottom: 100px;
}

.plat_row2 .benefits-area .benefits-items-container .benefits-items h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
  font-family: Karla-variable,sans-serif;
}

.plat_row2 .benefits-area .benefits-items-container .benefits-items p {
  color: #fff;
}
.contact_cnt p {
  margin-bottom: 0;
  font-family: Karla-variable,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -.5px;
  display: flex;
  flex-wrap: wrap; 
}

.plat_row4 .contact-pane .contact-pane-container h2 {
  line-height: 30px;
  margin-bottom: 8px;
}

.plat_row4 .contact-pane .page-center {
  align-items: flex-start;
}

.plat_row4 .contact-pane .contact-pane-btn a {
  width: 100%;
  color: #627393;
}

.plat_row4 .contact-pane .contact-pane-btn {
  width: 24%;
}
.plat_row4 {
  padding-bottom: 110px;
} 

@media(max-width:1279px){
  .home_row5 .twc_mdl .twc_left {
    width: 74.5%;
  }

  .home_row5 .twc_mdl .twc_ryt {
    width: auto;
  }
}
@media(max-width:991px){
  .hm_pg .benefits-area .benefits-items-container .benefits-items {
    width: 100%;
    margin-right: 0; 
  }
  .hm_pg .benefits-area .benefits-items-container .benefits-items {
    margin-bottom: 16px;
  }
  .hm_pg .benefits-area .benefits-items-container .benefits-items:last-child {
    margin-bottom: 0;
  }
  .home_row4 .iwc_mdl .hmn_bnr_ryt img {
    border-radius: 20px;
  }
  .home_row4 .iwc_mdl .hmn_bnr_ryt {
    padding-right: 0;
    padding-left: 8px;
  }
  .home_row4 .iwc_mdl .hmn_bnr_ryt {
    width: 50%;
    margin-top: 0; 
  }
  .home_row4 .iwc_mdl .iwc_left {
    width: 50%; 
  } 
  .home_row4 .iwc_mdl .iwc_inr {
    display: flex;  
  }
  .home_row5 .twc_mdl .twc_inr {
    display: flex;
  }

  .plat_row2 .benefits-area .benefits-items-container .benefits-items {
    width: 100%;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 16px; 
  }

  .plat_row2 .benefits-area .benefits-items-container .benefits-items:last-child {
    margin-bottom: 0;
  }

  .plat_row4 .contact-pane .page-center {
    display: block;
  }  
  .plat_row4 .contact-pane .contact-pane-container {
    width: 100%;
    margin-bottom: 16px;
  }
  .plat_row4 .contact-pane .contact-pane-btn a {
    width: auto;
  }
  .plat_row4 .contact-pane .contact-pane-btn {
    width: 100%;
  }


}
@media(max-width:767px){
  .home_row4 .iwc_mdl .hmn_bnr_ryt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
  } 
  .home_row4 .iwc_mdl .iwc_left {
    width: 100%;
  } 
  .home_row4 .iwc_mdl .iwc_inr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home_row5 .twc_mdl .twc_ryt {
    text-align: left;
  }
  .home_row5 .twc_mdl .twc_ryt>a {
    white-space: nowrap;
  }




}

@media(max-width:479px){

  .home_row5 .twc_mdl .twc_inr {
    display: block;
  }

  .home_row5 .twc_mdl .twc_inr > div {
    width: 100%;
  } 
  .home_row4 .benefits-area .benefits-items-container .benefits-items p {
    margin-bottom: 24px;
  }  
  .home_row5 .twc_mdl .twc_ryt {
    padding-top: 16px; 
  } 
  .text-link, .twc_mdl .twc_ryt>a, 
  .hww_mdl .hww_ryt p{
    display: inline;
    background-position: 100% 7px;
  } 
  .plat_row4 {
    padding-bottom: 70px;
  } 


}

.privacy-policy-content .full-width-content {
   padding-top: 50px;
   padding-bottom: 50px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   z-index: 2;
   display: flex;
   width: 66.21%;

}

.privacy-policy-content .hs_cos_wrapper_type_rich_text p {
   letter-spacing: -.5px;
   margin-top: 0;
   margin-bottom: 15px;
   line-height: 160%;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text p strong {
   font-family: DMSans,sans-serif;
   font-weight: 700;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text p a {
   font-weight: 700;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text ul {
   margin-top: 0;
   margin-bottom: 10px;
   padding-left: 40px;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text ul li a {
   font-weight: 700;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text ul li strong {
   font-family: DMSans,sans-serif;
   font-weight: 700;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text h3 {
   letter-spacing: -.5px;
   margin-bottom: 30px;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text h5 {
   letter-spacing: -.5px;
}

.privacy-policy-content .hs_cos_wrapper_type_rich_text p a:hover,
.privacy-policy-content .hs_cos_wrapper_type_rich_text ul li a:hover {
   color: #4e65e2 !important;
}

.full-width-banner-area .app-banner .app-banner-container h1 {
   margin: 0;
}

.resources-latest-news {
   background-color: #EEF4FD;
}


.resources-latest-news .dnd-section {
   padding: 0;
}

.resources-latest-news .widget-type-header h2 {
   font-size: 36px;
   line-height: 120%;
   letter-spacing: -1px;
   text-align: center;
}

.resources-latest-news .hs-horizontal-spacer {
   min-height: 28px;
   display: inline-block;
}



.full-width-latest-news {
   background-color: #EEF4FD;
}
.full-width-latest-news .page-center {
   padding-top: 50px;
   padding-bottom: 50px;
}

.full-width-latest-news .dnd-section {
   padding: 0;
}

.full-width-latest-news .widget-type-rich_text h2 {
   font-size: 36px;
   line-height: 120%;
   letter-spacing: -1px;
   text-align: center;
}

.full-width-latest-news .hs-horizontal-spacer {
   min-height: 28px;
   display: inline-block;
}




.full-width-modules .disclosure .disclosure-wrpr h5{
   font-size: 36px;
   line-height: 120%;
   letter-spacing: -1px;
}

.full-width-modules .disclosure .disclosure-wrpr .spacer {
   min-height: 24px;
}


.full-width-modules .disclosure .disclosure-wrpr p {
   margin-bottom: 0;
   font-family: Karla-variable,sans-serif;
   color: #617394;
   font-size: 16px;
   line-height: 160%;
   font-weight: 400;
}
.full-width-modules .disclosure .disclosure-wrpr p a {
   -webkit-transition: opacity 250ms;
   transition: opacity 250ms;
   background-color: transparent;
   color: #4e65e2;
   font-weight: 700;
   text-decoration: none;
}

.full-width-modules .disclosure .disclosure-wrpr p a:hover {
   opacity: .8;
}

.full-width-modules .disclosure .disclosure-wrpr p span {
   height: 8px;
   display: block;
}

.full-width-modules .disclosure .disclosure-wrpr p strong {
   font-weight: normal;
}

.full-width-modules .disclosure .disclosure-wrpr .disclosure-btn a {
   margin-top: 10px;
}


.full-width-latest-news .widget-type-rich_text h2 {
   margin-bottom: 46px;
}







@media (max-width: 991px) and (min-width: 766px) {
   .full-width-modules .blog-newsletter-container .blog-right-section {
      width: 49%;
   }
}


@media (max-width: 991px){
   .privacy-policy-content .full-width-content {
      width: 100%;
   }
   .privacy-policy-content .hs_cos_wrapper_type_rich_text h3 {
      font-size: 35px;
   }
   .privacy-policy-content .hs_cos_wrapper_type_rich_text h5 {
      font-size: 22px;
      line-height: 28px;
   }
}



@media (max-width: 676px){
   .full-width-modules .disclosure .disclosure-wrpr p strong {
      display: block;
      text-align: left;
      font-weight: 400;
   }
}


@media (max-width: 560px){
   .full-width-modules .disclosure .disclosure-wrpr p {
      text-align: left;
   }
}



@media (max-width: 479px){
   .privacy-policy-content .full-width-content {
      padding-top: 25px;
      padding-bottom: 25px;
   }
   .resources-latest-news .hs-horizontal-spacer {
      min-height: 44px;
   }
   .full-width-modules .disclosure .page-center {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   .full-width-latest-news .widget-type-rich_text h2 {
      margin-bottom: 62px;
   }

}






.body-wrapper {
   margin-top: 88px;
}

.nopd .dnd-section>.row-fluid, 
.nopd .dnd-section .dnd-column {
   padding: 0 !important;
}

.downloads-page .contact-pane .contact-pane-btn {
   width: calc(100% - 59%);
   text-align: center;
}

@media (max-width: 991px) {
   .downloads-page .contact-pane .contact-pane-container {
      width: 32.11%;
   }
}

@media (max-width: 767px) {
   .body-wrapper {
      margin-top: 79px;
   }

   .downloads-page .contact-pane .contact-pane-container {
      width: 100%;
   }

   .downloads-page .contact-pane .contact-pane-btn {
      width: 100%;
   }
}