@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * 
 * 
========================================================================== */

:root {
  --light-blue-hex:#DAF2FA; 
  --dark-blue-hex:#002C4A;
  --petrol-blue-hex:#2A77C0;
  --pastel-blue-hex:#83CCEC;
  --white-hex:#ffffff;
  --black-hex:#373737;
}

/**
* 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 {
    font-weight:300!important;
  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; }

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

/*
Mixin to styling slider dots - apply on the <ul>
Structure must be : ul>li>button (default implementation from slick)
*/
/* # Styles dédiés pour les navigateurs modernes */
/*
- Support de IE<=8 désactivé.
- Support de l’unité `rem` activé.
- Support des _medias-queries_ activé.
- Support de _flexbox_ activé. // IE10+

Note : Il est possible de ne changer que la première des valeurs, les autres sont répercutées automatiquement.
*/
/* # Typographie */
/*
- `$bfs` : _font-size_ navigateur ;
- `$fs0` : _font-size_ projet.
*/
/* # Suppresion de l’unité */
/*
- `$number` : variable (avec ou sans unité) passée en paramètre ;
- `@return` : variable sans unité retournée.
*/
/*
- `$px` : variable en pixels passée en paramètre ;
- `$fs0` : contexte de travail égal à la taille de texte du projet ;
- Pour les navigateurs modernes. `@return` : équivalence en `rems` retournée.
- Pour IE 8 et inférieurs. `@return` : équivalence en pixels retournée.
*/

@font-face {
  font-family: 'Oxygen';
  src: url('https://cdn2.hubspot.net/hubfs/20232378/assets/fonts/Oxygen-Bold.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/20232378/assets/fonts/Oxygen-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url('https://cdn2.hubspot.net/hubfs/20232378/assets/fonts/Oxygen-Light.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/20232378/assets/fonts/Oxygen-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url('https://cdn2.hubspot.net/hubfs/20232378/assets/fonts/Oxygen-Regular.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/20232378/assets/fonts/Oxygen-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Start Module */
.dxa-block_inner, .dxa-footer_inner, .dxa-header_content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.dxa-resources_item figcaption,
.dxa-resources_item .dxa-resources_caption, .dxa-totem_title, .dxa-block_title .emphasize {
  font-family: 'Oxygen';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dxa-blockquote footer, .dxa-btn, .dxa-totem:not(.has-no-link):hover .dxa-totem_action a, .dxa-block_content .hs-form .hs-button, .has-wysiwyg-content a, .dxa-totem_content a, .has-wysiwyg-content ol li:before, .dxa-totem_content ol li:before, .has-wysiwyg-content strong, .dxa-totem_content strong, .dxa-kf-item .numbers, .dxa-kf-item .source, .dxa-totem_action a, .dxa-nav_link, .dxa-footer-ad a, .dxa-footer-legal a {
  font-family: 'Oxygen';
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dxa-block_title {
  font-family: 'Oxygen';
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dxa-totem_content, .dxa-block.is-first, .dxa-presentation_illustration {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.dxa-sr-only, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen and (min-width: 900px) {
  .mobileOnly {
    display: none !important; } }

@media screen and (max-width: 900px) {
  .desktopOnly {
    display: none !important; } }

.sc-clearfix {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.txt-align-right {
  text-align: right !important; }

.txt-align-left {
  text-align: left !important; }

.txt-align-center {
  text-align: center !important; }

.dxa-blockquote {
  text-align: center;
  margin-bottom: 2.5rem; }
@media screen and (max-width: 767px) {
  .dxa-blockquote {
    text-align: left;
    margin-left: 0;
    margin-right: 0; } }
.dxa-blockquote p {
  font-size: 1.5rem;
  line-height: 2.4375rem; }
.dxa-blockquote footer {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.75rem; }

.dxa-btn, .dxa-totem:not(.has-no-link):hover .dxa-totem_action a, .dxa-block_content .hs-form .hs-button {
  display: inline-block;
  background-color: var(--petrol-blue-hex);
  border-radius: 6px;
  color: var(--white-hex);
  text-decoration: none;
  font-size: 16px;
  padding: 0.9375rem 2.8125rem;
  line-height: 1.5625rem; }
.dxa-btn:hover, .dxa-totem:not(.has-no-link):hover .dxa-totem_action a:hover, .dxa-block_content .hs-form .hs-button:hover {
  background-color: var(--pastel-blue-hex); color:var(--dark-blue-hex); }

.hs-button-reset,
.hs-form .hs-button {
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0; }

.base-hs-button-styles,
.hs-form .hs-button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center; }

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
  text-decoration: none; }

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
  cursor: pointer; }

input.hs-input,
textarea.hs-input,
select.hs-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

textarea.hs-input {
  padding-top: 5px; }

html.webkit textarea.hs-input {
  padding-top: 6px;
  padding-left: 5px; }

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: none; }

input.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none; }

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
  width: auto;
  height: auto; }

input.hs-input[type=search] {
  border-radius: 16px;
  background-image: url("/common_assets/static-2.158/img/form/search.png");
  background-repeat: no-repeat;
  padding-left: 26px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 3px;
  background-position: 8px 8px; }

html.firefox input.hs-input[type=search] {
  position: relative;
  top: 1px; }

input.hs-input[type=search].transparent-image {
  background-image: url("/common_assets/static-2.158/img/form/search-transparent.png"); }

input.hs-input[type="search"]::-webkit-search-decoration,
input.hs-input[type="search"]::-webkit-search-cancel-button,
input.hs-input[type="search"]::-webkit-search-results-button,
input.hs-input[type="search"]::-webkit-search-results-decoration {
  display: none; }

select.hs-input,
input.hs-input[type=file] {
  height: 27px; }

select[multiple].hs-input {
  height: inherit; }

textarea.hs-input {
  height: auto; }

.hs-input:-moz-placeholder {
  color: #bfbfbf; }

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf; }

input.hs-input,
textarea.hs-input {
  transition: border 0.2s linear, box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

input.hs-input:focus,
textarea.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }

input.hs-input.error,
.hs-form div.field.error input,
.hs-form div.field.error textarea,
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); }

input.hs-input.error:focus,
.hs-form div.field.error input:focus,
.hs-form div.field.error textarea:focus,
.hs-form div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5); }

.input-mini.hs-input,
input.mini.hs-input,
textarea.mini.hs-input,
select.mini.hs-input {
  width: 60px; }

.input-small.hs-input,
input.small.hs-input,
textarea.small.hs-input,
select.small.hs-input {
  width: 90px; }

.input-medium.hs-input,
input.medium.hs-input,
textarea.medium.hs-input,
select.medium.hs-input {
  width: 150px; }

.input-large.hs-input,
input.large.hs-input,
textarea.large.hs-input,
select.large.hs-input {
  width: 210px; }

.input-xlarge.hs-input,
input.xlarge.hs-input,
textarea.xlarge.hs-input,
select.xlarge.hs-input {
  width: 270px; }

.input-xxlarge.hs-input,
input.xxlarge.hs-input,
textarea.xxlarge.hs-input,
select.xxlarge.hs-input {
  width: 530px; }

.input-stretch.hs-input,
input.stretch.hs-input,
textarea.stretch.hs-input,
select.stretch.hs-input {
  box-sizing: border-box;
  width: 100%; }

textarea.hs-input.xxlarge {
  overflow-y: auto; }

input.hs-input.span1,
textarea.hs-input.span1,
select.hs-input.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0; }

input.hs-input.span2,
textarea.hs-input.span2,
select.hs-input.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0; }

input.hs-input.span3,
textarea.hs-input.span3,
select.hs-input.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0; }

input.hs-input.span4,
textarea.hs-input.span4,
select.hs-input.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0; }

input.hs-input.span5,
textarea.hs-input.span5,
select.hs-input.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0; }

input.hs-input.span6,
textarea.hs-input.span6,
select.hs-input.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0; }

input.hs-input.span7,
textarea.hs-input.span7,
select.hs-input.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0; }

input.hs-input.span8,
textarea.hs-input.span8,
select.hs-input.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0; }

input.hs-input.span9,
textarea.hs-input.span9,
select.hs-input.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0; }

input.hs-input.span10,
textarea.hs-input.span10,
select.hs-input.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0; }

input.hs-input.span11,
textarea.hs-input.span11,
select.hs-input.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0; }

input.hs-input.span12,
textarea.hs-input.span12,
select.hs-input.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0; }

input.hs-input.span13,
textarea.hs-input.span13,
select.hs-input.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0; }

input.hs-input.span14,
textarea.hs-input.span14,
select.hs-input.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0; }

input.hs-input.span15,
textarea.hs-input.span15,
select.hs-input.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0; }

input.hs-input.span16,
textarea.hs-input.span16,
select.hs-input.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0; }

input.hs-input[disabled],
select.hs-input[disabled],
textarea.hs-input[disabled] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed; }

.help-inline,
.help-block {
  font-size: 11px;
  line-height: 18px;
  color: #818181; }

.help-inline {
  padding-left: 5px; }

.help-block {
  display: block;
  max-width: 600px; }

.inline-inputs {
  color: #818181; }

.inline-inputs span,
.inline-inputs input {
  display: inline-block; }

.inline-inputs input.mini {
  width: 60px; }

.inline-inputs input.small {
  width: 90px; }

.inline-inputs span {
  padding: 0 2px 0 1px; }

.input-prepend input,
.input-append input {
  border-radius: 0 3px 3px 0; }

.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border-radius: 3px 0 0 3px; }

.input-prepend .active,
.input-append .active {
  background: #bfe0bf;
  border-color: #59ad59; }

.input-append input {
  float: left;
  border-radius: 3px 0 0 3px; }

.input-append .add-on {
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px; }

.hs-form {
  margin-bottom: 18px; }

.hs-custom-form{
  max-width: 1140px;
  margin: 0 auto; }

.hs-form fieldset {
  margin-bottom: 18px;
  padding-top: 18px; }

.hs-form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #414141; }

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
  margin-bottom: 18px; }

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
  content: "";
  display: table;
  clear: both; }

.hs-form label {
  padding-top: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  float: left;
  width: 130px;
  text-align: right;
  color: #414141; }

.hs-form .input {
  margin-left: 150px; }

.hs-form div.field.error {
  background: #fae5e3;
  padding: 6px 0;
  margin-bottom: 18px;
  border-radius: 4px; }

.hs-form div.field.error > label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
  color: #9d261d; }

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d; }

.hs-form .hsErrMsgContainer ul {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 7px;
  list-style: none; }

.hs-form .hsErrMsgContainer ul li {
  font-size: 12px;
  color: #a44e47; }

.hs-form .hsErrMsgContainer .hs-block-message {
  min-width: 200px;
  width: 200px; }

.hs-form .hsErrMsgContainer .hs-block-message ul {
  margin-top: 0px; }

.hs-form .actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 3px 3px; }

.hs-form .actions .secondary-action {
  float: right; }

.hs-form .actions .secondary-action a {
  line-height: 30px; }

.hs-form .actions .secondary-action a:hover {
  text-decoration: underline; }

.hs-form .inputs-list {
  margin: 0 0 5px;
  width: 100%; }

.hs-form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%; }

.hs-form .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal; }

.hs-form .inputs-list label strong {
  color: #818181; }

.hs-form .inputs-list label small {
  font-size: 11px;
  font-weight: normal; }

.hs-form .inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0; }

.hs-form .inputs-list:first-child {
  padding-top: 6px; }

.hs-form .inputs-list > li + li {
  padding-top: 2px; }

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
  margin-bottom: 0; }

.hs-form.stacked {
  padding-left: 20px; }

.hs-form.stacked fieldset {
  padding-top: 9px; }

.hs-form.stacked legend {
  margin-left: 0; }

.hs-form.stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px; }

.hs-form.stacked .field {
  margin-bottom: 18px; }

.hs-form.stacked .field div.input {
  margin-left: 0; }

.hs-form.stacked .field div.input > input + a,
.hs-form.stacked .field div.input select + a,
.hs-form.stacked .field div.input textarea + a {
  margin-top: 4px;
  display: block; }

.hs-form.stacked .inputs-list {
  margin-bottom: 0; }

.hs-form.stacked .inputs-list > li {
  padding-top: 0; }

.hs-form.stacked .inputs-list > li label {
  font-weight: normal;
  padding-top: 0; }

.hs-form.stacked div.error {
  padding: 3px 10px 6px;
  margin-top: 0;
  margin-left: -10px;
  margin-bottom: 9px; }

.hs-form.stacked .actions {
  margin-left: -20px;
  padding-left: 20px; }

.hs-form {
  padding-left: 0px; }

.hs-form.stacked {
  padding-left: 0px; }

.hs-form.stacked fieldset {
  padding: 0; }

.hs-form .hs-button {
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(top, #7ec8f4, #3574e3);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
  color: #fff; }

.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus:not(.inactive),
.hs-form .hs-button.hovered:not(.inactive) {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3; }

.hs-form .hs-button:active:not(.inactive):not(.link),
.hs-form .hs-button.depressed:not(.inactive):not(.link),
.dropdown-open > .hs-form .hs-button:not(.inactive):not(.link) {
  background-color: #599eeb;
  background-image: linear-gradient(top, #3574e3, #599eeb);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(255, 255, 255, 0.3);
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e2;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6; }

.dropdown-open > .hs-form .hs-button:not(.inactive):not(.link) {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3); }

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
  background-color: #6387c5;
  background-image: linear-gradient(top, #88b1ce, #6387c5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
  border-top: 1px solid #7baacc;
  border-bottom: 1px solid #5774be;
  border-right: 1px solid #6c94c7;
  border-left: 1px solid #6c94c7;
  cursor: default;
  color: #ededed;
  text-shadow: none;
  opacity: 0.6; }

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
  opacity: 0.5; }

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
  opacity: 0.5; }

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
  background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  content: " ";
  z-index: 99; }

.hs-form .hs-button.next {
  padding-right: 32px; }

.hs-form .hs-button.next:before {
  right: 9px; }

.hs-form .hs-button.previous {
  padding-left: 32px; }

.hs-form .hs-button.previous:before {
  background-position: center -16px;
  left: 9px; }

.hs-form .hs-button.inactive {
  cursor: default; }

.hs-form ul {
  list-style: none; }

.hs-form label {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.hs-form label.hidden {
  display: none; }

.hs-form .hs-field-desc {
  color: #aaa;
  margin: 0px 0px 5px 150px;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.hs-form .hs-form-required {
  color: red; }

.hs-form .field {
  margin-bottom: 9px; }

.hs-form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: #414141; }

.hs-form .hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%; }

.hs-form .email-correction,
.hs-form .email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.hs-form .email-correction a,
.hs-form .email-validation a {
  cursor: pointer; }

.hs-form .inputs-list {
  padding-left: 5px;
  list-style: none; }

.hs-form .inputs-list li input {
  margin: 3px 5px 3px 0px; }

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
  margin-right: 5px; }

.hs-form input:not([type="image"]),
.hs-form textarea {
  box-sizing: content-box; }

.hs-form.stacked .hs-field-desc {
  margin: 0px 0px 2px 0px; }

.hs-form .hs-input,
.hs-form textarea.hs-input {
  box-sizing: border-box;
  max-width: 500px;
  width: 90%; }

.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
  min-height: 18px;
  min-width: 100px; }

.hs-form .actions {
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  border-radius: 0 0 3px 3px; }

.hs-form .actions .secondary-action {
  float: right; }

.hs-form .actions .secondary-action a {
  line-height: 30px; }

.hs-form .actions .secondary-action a:hover {
  text-decoration: underline; }

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.28571%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.is-today .pika-button {
  color: #3af;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3; }

.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important; }

.pika-week {
  font-size: 11px;
  color: #999; }

.hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 95%; }

.hs-form fieldset.form-columns-1 .input {
  margin-right: 8px; }

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto; }

.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left; }

.hs-form fieldset.form-columns-2 .input {
  margin-right: 8px; }

.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left; }

.hs-form fieldset.form-columns-3 .input {
  margin-right: 8px; }

.hs-form fieldset .hs-form-field.hidden-label {
  margin-top: 24px; }

.hs-form .hs-social-login {
  border-radius: 3px;
  box-sizing: content-box;
  width: 95%;
  max-width: 480px;
  height: 90px; }

.hsformerror {
  margin: 0 0 2px;
  padding: 2px 6px;
  height: auto;
  background-color: #fdd2d0;
  font-size: 11px;
  border: 1px solid #fcb3af;
  padding: 4px 16px 4px 10px;
  color: #000;
  display: none;
  background-image: linear-gradient(#fefefe, #fdd2d0);
  border-radius: 4px;
  box-shadow: 0 0 6px #ddd;
  z-index: 99999; }

.hsformerror em {
  border: 10px solid;
  border-color: #fdd2d0 transparent transparent;
  bottom: -17px;
  display: block;
  height: 0;
  left: 60px;
  position: absolute;
  width: 0; }

.hsformerror p {
  font-family: Lucida Grande, Lucida Sans Unicode, bitstream vera sans, trebuchet ms, verdana, sans-serif;
  margin: 0;
  float: left;
  margin-right: 8px; }

.hsformerror:hover {
  cursor: default; }

.hsformerror .close-form-error {
  float: right;
  display: inline;
  top: 3px;
  position: absolute;
  font-family: Verdana !important;
  color: #b17c79 !important;
  cursor: pointer !important;
  font-size: 11px !important;
  font-weight: normal !important; }

.hsformerror .close-form-error:hover {
  color: #cc8884; }

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form.hs-form .form-columns-2 .hs-form-field,
  form.hs-form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%; }
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 95%; } }

@media (max-width: 422px) {
  .all-social-types {
    height: 100px; } }

@media (max-width: 342px) {
  .hs-social-login {
    height: 72px; } }

.has-wysiwyg-content a, .dxa-totem_content a {
  color: #074DAC;
  text-decoration: underline; }
.has-wysiwyg-content a:hover, .dxa-totem_content a:hover {
  color: #215d96; }

.has-wysiwyg-content ul, .dxa-totem_content ul,
.has-wysiwyg-content ol, .dxa-totem_content ol {
  margin: 0.9375rem 0; }

.has-wysiwyg-content ul li, .dxa-totem_content ul li {
  position: relative;
  padding-left: 0.9375rem; }
.has-wysiwyg-content ul li:before, .dxa-totem_content ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: -3.5px;
  width: 0.4375rem;
  height: 0.4375rem;
  font-size: 1.25rem;
  color: var(--pastel-blue-hex); }
.has-wysiwyg-content ul li + li, .dxa-totem_content ul li + li {
  margin-top: 0.9375rem; }

.has-wysiwyg-content ol, .dxa-totem_content ol {
  list-style-type: none;
  counter-reset: section;
  padding: 0; }
.has-wysiwyg-content ol li:before, .dxa-totem_content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  color: #074DAC;
  font-size: 1rem;
  margin-right: 0.625rem; }
.has-wysiwyg-content ol li + li, .dxa-totem_content ol li + li {
  margin-top: 0.9375rem; }

.has-wysiwyg-content em, .dxa-totem_content strong {
  font-size: 1.375rem;
  line-height: 2rem;
  font-style: normal;
  color: #074DAC; 
}

.has-wysiwyg-content em, .dxa-totem_content em {
  font-size: inherit;
  line-height: 2rem;
  font-style: italic;
  font-weight: normal;
  color: #5d6671;
}


.dxa-kf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3.125rem; }
@media screen and (min-width: 768px) {
  .dxa-kf {
    padding-left: 5.3125rem; } }

.dxa-kf-item {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-kf-item {
    border-left: 2px solid #07BCE4;
    padding-left: 5.625rem; } }
@media screen and (max-width: 767px) {
  .dxa-kf-item {
    padding-left: 3.75rem;
    margin-left: 2.5rem; } }
.dxa-kf-item .numbers {
  font-size: 3rem;
  line-height: 4.0625rem;
  letter-spacing: 0.06em;
  color: var(--pastel-blue-hex); }
.dxa-kf-item .numbers .unit {
  color: #fff;
  font-weight: 300;
  font-size: 35px;
}
.dxa-kf-item .content {
  font-size: 18px;
  line-height: 28px;
  color: #fff; }
.dxa-kf-item .source {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-style: italic; }
.dxa-kf-item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -42px;
  height: 5.125rem;
  width: 5.125rem;
  background-image: url("https://cdn2.hubspot.net/hubfs/20232378/assets/key-bullets.png"); }
.dxa-kf-item:first-child:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: var(--color-dark-hex); }
.dxa-kf-item:last-child {
  margin-bottom: 3.4375rem; }
@media screen and (min-width: 768px) {
  .dxa-kf-item:last-child .dxa-btn, .dxa-kf-item:last-child .dxa-totem:not(.has-no-link):hover .dxa-totem_action a, .dxa-totem:not(.has-no-link):hover .dxa-totem_action .dxa-kf-item:last-child a, .dxa-kf-item:last-child .dxa-block_content .hs-form .hs-button, .dxa-block_content .hs-form .dxa-kf-item:last-child .hs-button {
    width: 11rem;
    position: absolute;
    left: -88px; } }
@media screen and (max-width: 767px) {
  .dxa-kf-item:last-child {
    border-left: 0; } }
.dxa-kf-item + .dxa-kf-item {
  padding-top: 2.8125rem; }
.dxa-kf-item + .dxa-kf-item:before {
  top: 2.8125rem; }

.dxa-resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }

.dxa-resources_link {
  text-decoration: underline;
  max-height: 10.625rem;
  width: auto; }

.dxa-resources_item {
  max-width: 33%;
  opacity: 1; }
.dxa-resources_item:hover img,
.dxa-resources_item:hover .dxa-resources_img {
  opacity: 0.8; }
.dxa-resources_item figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
.dxa-resources_item .dxa-resources_img {
  text-align: center;
  height: 170px;
  width: auto;
  -ms-flex-positive: 0;
  flex-grow: 0; }
.dxa-resources_item .dxa-resources_img img {
  display: inline-block; }
.dxa-resources_item figcaption,
.dxa-resources_item .dxa-resources_caption {
  margin-top: 1.875rem;
  color: #5D6671;
  font-size: 1rem;
  line-height: 1.75rem; }
.dxa-resources_item .dxa-resources_link {
  text-decoration: none; }

.dxa-totem-wpr {
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
@media screen and (max-width: 767px) {
  .dxa-totem-wpr {
    -ms-flex-direction: column;
    flex-direction: column; } 
}
.dxa-totem-wpr.is-vertical {
  -ms-flex-direction: column;
  flex-direction: column; }

.dxa-totem-wpr.is-vertical .dxa-totem + .dxa-totem {
  margin-left: 0;
  margin-top: 2.5rem; }

.dxa-totem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 25px rgba(60, 92, 103, 0.13);
  border-radius: 2px; }
.dxa-totem.has-no-shadow {
  box-shadow: none; }
@media screen and (max-width: 767px) {
  .dxa-totem + .dxa-totem {
    margin-top: 2.5rem; } }

.dxa-totem:not(.has-no-link):hover {
  background-color: var(--dark-blue-hex);
  color: #fff; }
.dxa-totem:not(.has-no-link):hover .dxa-totem_title {
  color: #fff; }
.dxa-totem:not(.has-no-link):hover .dxa-totem_title:before {
  background-color: #fff; }
.dxa-totem:not(.has-no-link) .dxa-totem_illu img {
  height: 12.5rem; }

.dxa-totem_illu {
  text-align: center; }
.dxa-totem_illu img {
  display: inline-block;
  width: 100%;
  height: auto; }

.dxa-totem_inner {
  padding: 1.5625rem 2.5rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.dxa-totem_title {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4375rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  color: var(--dark-blue-hex); }
.dxa-totem_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 2.5rem;
  height: 5px;
  background: var(--petrol-blue-hex); }

.dxa-totem_content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 7.5rem;
  font-size: 1rem;
  line-height: 1.75rem; }

.dxa-totem_action {
  margin-top: 1.25rem; }
.dxa-totem_action a {
  color: var(--petrol-blue-hex);
  font-size: 1rem;
  text-decoration: none;
  line-height: 3.4375rem; }
.dxa-totem_action a:hover {
  color: #07BCE4; }

@media screen and (min-width: 768px) {
  .dxa-burger {
    display: none; } }

.dxa-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  padding: 0; }
@media screen and (max-width: 767px) {
  .dxa-nav {
    -ms-flex-direction: column;
    flex-direction: column; } }

.dxa-nav_item {
  font-size: 1.125rem; }
@media screen and (min-width: 768px) {
  .dxa-nav_item + .dxa-nav_item {
    margin-left: 3.75rem; } }

.dxa-nav_item .dxa-btn {
  font-size: 16px;
}

.dxa-nav_link {
  text-decoration: none;
  color: #002C4A;
  font-size: 16px;
  line-height: 25px; }
.dxa-nav_link:hover {
  cursor: pointer;
  color: #2f3339;
  text-decoration: underline; 
}

@media screen and (max-width: 767px) {
  .dxa-header .dxa-header_nav {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 3;
    transition: .4s;
    transition-delay: .4s;
    overflow: hidden; }
  .dxa-header .dxa-header_nav .dxa-nav {
    opacity: 0; }
  .dxa-header input:checked ~ nav {
    height: 100%;
    transition-delay: 0s; }
  .dxa-header input:checked ~ nav .dxa-nav {
    padding: 9.375rem 2.5rem;
    opacity: 1; }
  .dxa-header input:checked ~ nav .dxa-nav .dxa-nav_item + .dxa-nav_item {
    margin-top: 2.5rem; }
  .dxa-header input:checked ~ nav .dxa-nav .dxa-nav_link {
    font-size: 1.5625rem; }
  .dxa-header [type="checkbox"]:not(:checked),
  .dxa-header [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .dxa-header input + label {
    position: absolute;
    top: 40px;
    right: 30px;
    height: 1.25rem;
    width: 1.875rem;
    z-index: 5; }
  .dxa-header input + label span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #002C4A;
    transition: .5s; }
  .dxa-header input + label span:first-child {
    top: 3px; }
  .dxa-header input + label span:last-child {
    top: 16px; }
  .dxa-header input:checked + label span {
    opacity: 0;
    top: 50%; }
  .dxa-header input:checked + label span:first-child {
    opacity: 1;
    -ms-transform: rotate(405deg);
    transform: rotate(405deg); }
  .dxa-header input:checked + label span:last-child {
    opacity: 1;
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

.dxa-block.is-first .dxa-block_inner, .dxa-block.is-inner-intro, .dxa-block.has-blue-bg, .dxa-block.is-first {
  color: #fff; }
.dxa-block.is-inner-intro .dxa-block_title, .dxa-block.has-blue-bg .dxa-block_title, .dxa-block.is-first .dxa-block_title {
  color: #fff; }

.dxa-block.is-first .dxa-block_inner, .dxa-block.is-inner-intro {
  position: relative;
  z-index: 1; }
.dxa-block.is-first .dxa-block_inner:before, .dxa-block.is-inner-intro:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6); }

.dxa-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  flex-direction: row; }
@media screen and (max-width: 767px) {
  .dxa-row {
    -ms-flex-direction: column;
    flex-direction: column; } }
.dxa-row .dxa-block {
  min-height: 6.25rem; }
.dxa-row.has-triangle-bottom {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-row.has-triangle-bottom:after {
    content: "";
    display: block;
    width: 100%;
    background: #EEEFF1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    height: 190px; } }
.dxa-row.has-rectangle-bottom {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-row.has-rectangle-bottom .dxa-block_inner {
    position: relative;
    z-index: 2; }
  .dxa-row.has-rectangle-bottom:after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 15.625rem; } }
.dxa-row.has-rectangle-top {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-row.has-rectangle-top .dxa-block_inner {
    position: relative;
    z-index: 2; }
  .dxa-row.has-rectangle-top:after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 15.625rem; } }
@media screen and (min-width: 768px) {
  .dxa-row.has-row-dir {
    -ms-flex-direction: row;
    flex-direction: row; } }

.dxa-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 2.1875rem 0; }
.dxa-block.has-gray-bg {
  background-color: #EEEFF1; }
.dxa-block.has-lightgray-bg {
  background-color: #E5E5E5; }
.dxa-block.has-lightblue-bg {
  background-color: var(--pastel-blue-hex); }
.dxa-block.has-blue-bg {
  background-color: var(--dark-blue-hex); }
.dxa-block.has-triangle-bottom {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-block.has-triangle-bottom:after {
    content: "";
    display: block;
    width: 100%;
    background: #EEEFF1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    height: 190px; } }
.dxa-block.has-rectangle-bottom {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-block.has-rectangle-bottom .dxa-block_inner {
    position: relative;
    z-index: 2; }
  .dxa-block.has-rectangle-bottom:after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 15.625rem; } }
.dxa-block.has-rectangle-top {
  position: relative; }
@media screen and (min-width: 768px) {
  .dxa-block.has-rectangle-top .dxa-block_inner {
    position: relative;
    z-index: 2; }
  .dxa-block.has-rectangle-top:after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 15.625rem; } }
.dxa-block.is-first {
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0; }
@media screen and (min-width: 1024px) {
  .dxa-block.is-first {
    min-height: 31.25rem; } }
.dxa-block.is-first .dxa-block_inner {
  width: 100%;
  height: 100%;
  padding: 6.25rem 1.25rem; }
@media screen and (min-width: 768px) {
  .dxa-block.is-first .dxa-block_inner {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    padding: 6.25rem 4.375rem; } }
.dxa-block.is-first .dxa-block_inner .constrained-content {
  max-width: 36.25rem; }
.dxa-block.is-first .dxa-block_title {
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 2.5rem;
  line-height: 1.25; }
.dxa-block.is-first .dxa-block_content {
  font-size: 1.25rem; }
.dxa-block.is-first .dxa-block_action {
  text-align: left; }
.dxa-block.is-inner-intro {
  padding: 5rem 0; }
.dxa-block.is-inner-intro .dxa-block {
  min-height: 15.625rem; }
.dxa-block.is-inner-intro .dxa-block_inner {
  width: 100%; }
.dxa-block.is-inner-intro .dxa-block_title {
  -ms-flex-pack: start;
  justify-content: flex-start; }
.dxa-block.is-inner-intro .dxa-block_content {
  font-size: 1rem; }
.dxa-block.is-inner-intro .dxa-btn:empty, .dxa-block.is-inner-intro .dxa-totem:not(.has-no-link):hover .dxa-totem_action a:empty, .dxa-totem:not(.has-no-link):hover .dxa-totem_action .dxa-block.is-inner-intro a:empty, .dxa-block.is-inner-intro .dxa-block_content .hs-form .hs-button:empty, .dxa-block_content .hs-form .dxa-block.is-inner-intro .hs-button:empty {
  display: none; }

.dxa-block_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--black-hex);
  font-size: 2.25rem;
  line-height: 3.0625rem;
  margin-bottom: 1.875rem; }
@media screen and (max-width: 767px) {
  .dxa-block_title {
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (min-width: 768px) {
  .dxa-block_title .emphasize {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 1.25rem; }
  .dxa-block_title .emphasize:before {
    content: "";
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 3px;
    width: 45px;
    background: #010D1D;
    margin-right: 1.25rem;
    margin-top: 0.5rem; } }
.dxa-block_title.is-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }
.dxa-block_title.is-center {
  -ms-flex-pack: center;
  justify-content: center; }
.dxa-block_title.is-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (min-width: 768px) {
  .dxa-block_content.has-row-dir {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
  .dxa-block_content.has-row-dir .dxa-block-illu_content {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .dxa-block_content.has-row-dir .dxa-block-illu_img {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .dxa-block_content.has-row-dir .dxa-block-illu_half {
    width: 48%; }
  .dxa-block_content.has-row-dir .dxa-block-illu_half + .dxa-block-illu_half {
    margin-left: 2.5rem; }
  .dxa-block_content.has-row-dir .dxa-block-illu_half .dxa-block_title {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .dxa-block-illu_img {
    margin-left: 2.5rem;
    flex:0 0 33%;
    min-width:33%;
    margin-bottom: 1.25rem; } }

.dxa-block-illu_img img {
  display: block;
  max-width:100%;
  height:auto;
  box-shadow: 0px 10px 25px rgba(60, 92, 103, 0.13); }

.dxa-block_action {
  text-align: center;
  margin-top: 1.25rem; }

.dxa-presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  background-color: peachpuff; }
@media screen and (min-width: 768px) {
  .dxa-presentation .dxa-block {
    padding: 2.8125rem 5rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    min-width: 70%;
    max-width: 70%; } }
.dxa-presentation .dxa-block_title {
  margin: 0;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media screen and (max-width: 767px) {
  .dxa-presentation_illustration {
    display: none; } }

@media screen and (min-width: 768px) {
  .dxa-presentation_illustration {
    width: 100%;
    max-width: 50%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-image: url("https://cdn2.hubspot.net/hubfs/7073317/dxa-assets/img/bg/keyfigures-bg.jpg"); } }

.dxa-members-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none; }
@media screen and (min-width: 768px) {
  .dxa-members-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.75rem; }
  .dxa-members-list.has-left-items {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .dxa-members-list.has-left-items .dxa-members-item:first-child {
    padding-left: 0; }
  .dxa-members-list.has-center-items {
    -ms-flex-pack: center;
    justify-content: center; }
  .dxa-members-list.has-right-items {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .dxa-members-list.has-right-items .dxa-members-item:last-child {
    padding-right: 0; } }
@media screen and (max-width: 767px) {
  .dxa-members-list {
    -ms-flex-direction: column;
    flex-direction: column; } }

.dxa-members-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-align: center;
  align-items: center; }
@media screen and (min-width: 768px) {
  .dxa-members-item {
    padding: 0 2.5rem; } }
.dxa-members-item img {
  display: block;
  max-width: 15.625rem; }
@media screen and (max-width: 767px) {
  .dxa-members-item + .dxa-members-item {
    margin-top: 2.5rem; } }

.dxa-footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #000; }

.dxa-footer_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media screen and (min-width: 768px) {
  .dxa-footer_inner {
    -ms-flex-align: start;
    align-items: flex-start; } }
@media screen and (max-width: 767px) {
  .dxa-footer_inner {
    -ms-flex-direction: column;
    flex-direction: column; } }

.dxa-footer_left,
.dxa-footer_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.dxa-footer_left {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.dxa-footer_right {
  min-width: 33%; }

@media screen and (max-width: 767px) {
  .dxa-footer_right {
    margin-top: 1.875rem; } }

@media screen and (min-width: 768px) {
  .dxa-footer_right {
    -ms-flex-align: end;
    align-items: flex-end; } }

.dxa-footer-id {
  width: 230px; }
.dxa-footer-id img, .dxa-footer-id svg {
  width: 100%;
  height: auto; }

.dxa-footer-ad, .dxa-footer-legal {
  font-size: 0.875rem;
  color: #fff; }
.dxa-footer-ad a, .dxa-footer-legal a {
  color: #fff;
  text-decoration: underline;
  opacity: 1; }

.dxa-footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
@media screen and (min-width: 768px) {
  .dxa-footer-social {
    height: 2.5rem; } }
.dxa-footer-social .dxa-footer-social_item {
  margin-bottom: 1.25rem; }
.dxa-footer-social .dxa-footer-social_item a {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1; }
.dxa-footer-social .dxa-footer-social_item a:hover {
  opacity: 0.8; }
.dxa-footer-social .dxa-footer-social_item svg {
  width: 100%;
  height: auto; }
.dxa-footer-social .dxa-footer-social_item + .dxa-footer-social_item {
  margin-left: 1.25rem; }

.dxa-header {
  box-shadow: 0 2px 10px rgba(55, 55, 55, 0.15);
  padding: 1.5625rem 0; }

.dxa-header_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.dxa-header_id {
  width: 265px; }
.dxa-header_id img {
  display: block;
  width: auto;
  height: 70px; }

* {
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Oxygen", Helvetica, Arial, "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  color: var(--black-hex);
  position: relative; }
@media screen and (max-width: 640px) {
  body {
    font-size: 14px; } }

.hs-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
.hs-page .body-container-wrapper {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.dxa-block_content .hs-form .hs-button {
  box-shadow: none;
  text-shadow: none;
  border: 0; }
.dxa-block_content .hs-form .hs-button:hover {
  color: #002c4a;
  box-shadow: none;
  text-shadow: none;
  border: 0; }

.dxa-block_content .hs-form.stacked label {
  font-size: 1rem; }

.dxa-block_content .hs-form.stacked .inputs-list > li + li {
  margin-top: 0.625rem; }

.dxa-block_content .hs-error-msg {
  font-weight: bold !important;
  font-size: 0.875rem !important;
  color: #E10909; }

.dxa-block_content .hs-form .hs-input, .dxa-block_content .hs-form textarea.hs-input {
  min-height: 1.5625rem; }