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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/*--------- ---------- ELEGANTICONS --------- --------*/

@font-face {
    font-family: eleganticons;
    src: url("https://6326022.fs1.hubspotusercontent-na1.net/hubfs/6326022/Fonts/Eleganticons/fonts/ElegantIcons.woff") format("woff"), url("https://6326022.fs1.hubspotusercontent-na1.net/hubfs/6326022/Fonts/Eleganticons/fonts/ElegantIcons.ttf") format("ttf");
}

/*--------- ICONS --------*/

.icon {
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}

.icon.icon-search:after {
    content: "U";
    font-family: eleganticons;
    font-size: 1.2em;
}


/*--------- ---------- PLUTO ---------- --------*/
@font-face {
    font-family: 'Pluto';
    font-weight: 300;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/woff/PlutoLight.woff") format("woff"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/eot/pluto-light") format("eot"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/otf/HVD%20Fonts%20-%20PlutoLight.otf") format("otf");
}

@font-face {
    font-family: 'Pluto';
    font-weight: 400;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/woff/PlutoRegular.woff") format("woff"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/eot/pluto-regular") format("eot"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/otf/HVD%20Fonts%20-%20PlutoRegular.otf") format("otf");
}

@font-face {
    font-family: 'Pluto';
    font-weight: 700;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/woff/PlutoBold.woff") format("woff"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/eot/pluto-bold") format("eot"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Pluto%20Sans/otf/HVD%20Fonts%20-%20PlutoBold.otf") format("otf");
}


/*--------- ---------- 'Brandon Grotesque', sans-serif ---------- --------*/

@font-face {
    font-family: 'Brandon Grotesque';
    font-weight: 400;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/otf/HVD%20Fonts%20-%20BrandonGrotesque-Regular.otf") format("otf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/woff/BrandonGrotesque-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Brandon Grotesque';
    font-weight: 300;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/otf/HVD%20Fonts%20-%20BrandonGrotesque-Light.otf") format("otf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/woff/BrandonGrotesque-Light.woff") format("woff");
}

@font-face {
    font-family: 'Brandon Grotesque';
    font-weight: 700;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/otf/HVD%20Fonts%20-%20BrandonGrotesque-Bold.otf") format("otf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/woff/BrandonGrotesque-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Brandon Grotesque';
    font-weight: 900;
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/otf/HVD%20Fonts%20-%20BrandonGrotesque-Black.otf") format("otf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/Brandon%20Grotesque/woff/BrandonGrotesque-Black.woff") format("woff");
}


/*--------- ---------- FONTAWESOME --------- --------*/

@font-face {
    font-family: 'FontAwesome Solid';
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/woff/fa-solid-900.woff") format("woff"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/ttf/fa-solid-900.ttf") format("ttf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/eot/fa-solid-900.eot") format("eot"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/svg/fa-solid-900.svg") format("svg");
}

@font-face {
    font-family: 'FontAwesome Regular';
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/woff/fa-regular-400.woff") format("woff"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/ttf/fa-regular-400.ttf") format("ttf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/eot/fa-regular-400.eot") format("eot"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/svg/fa-regular-400.svg") format("svg");
}

@font-face {
    font-family: 'FontAwesome Brands';
    src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/woff/fa-brands-400.woff") format("woff"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/ttf/fa-brands-400.ttf") format("ttf"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/eot/fa-brands-400.eot") format("eot"), url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/svg/fa-brands-400.svg") format("svg");
}
/* 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: 28px;
  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 [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .dnd-section > .row-fluid-wrapper.dnd-row:first-of-type {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@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% !important;
    min-height: 28px;
    margin-left: 0 !important;
    *margin-left: 0 !important;
    -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: 99.999999993%;
    *width: 99.9468085036383%;
  }

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

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

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

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

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

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

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

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

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

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

@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: 28px;
    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 ;
  }
}

/*OVERRIDE HUBSPOT STYLES ON IPADS*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .body-container--home .dnd_area-row-0-vertical-alignment > .row-fluid {
    display: block !important;
  }
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .row-fluid div.dnd-column {
    flex: 100% 0 0;
  }

  .widget-type-linked_image {
    margin: 0 auto;
  }
}

/*GLOBAL RESPONSIVE OVERRIDES*/
/*IMAGES*/

@media (max-width: 768px) {
  .hs-image-widget {
    max-width: 90vw;
    height: auto;
  }
  .row-fluid div.dnd-column {
    flex: 1 1;
  }
  .widget-type-linked_image {
    margin: 0 auto;
    text-align: center;
  }
}

.hs-landing-page .page-header-breadcrumbs-wrapper {
  display: none;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 !important;
  }
  .dnd-section {
    padding: 0 !important;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494a52;
  font-family: "Pluto", sans-serif;
  line-height: 1.4;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270e0;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494a52;
  font-family: "Brandon Grotesque", sans-serif, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 800 !important;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #a9a9a9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

/*COOKIE BANNER*/

div#hs-eu-cookie-confirmation {
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "Brandon Grotesque", sans-serif !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  p#hs-eu-cookie-disclaimer {
  font-size: 18px !important;
  font-weight: 600 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  margin: 0 0 0 12px !important;
}

#hs-en-cookie-confirmation-buttons-area {
    display: flex;
    flex-direction: row-reverse;
}
button,
.button,
.custom-cta-button {
  background-color: #4eaff4;
  border: 1px solid #4eaff4;
  border-radius: 2px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  box-shadow: 0 3px 6px;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", sans-serif;
}

.custom-cta-button-invert {
  background-color: #fff;
  border: 1px solid #fff;
  color: #4eaff4;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  box-shadow: 0 3px 6px;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", sans-serif;
}

.custom-cta-button.darkblue {
  background-color: #08226f;
  border: 1px solid #08226f;
}

.custom-cta-button.pink {
  background-color: #dd1d5d;
  border: 1px solid #dd1d5d;
}

.custom-cta-button.yellow {
  background-color: #f9a124;
  border: 1px solid #f9a124;
}

.custom-cta-button.purple {
  background-color: #69439a;
  border: 1px solid #69439a;
}

.custom-cta-button.green {
  background-color: #599f96;
  border: 1px solid #599f96;
}

.custom-cta-button.red {
  background-color: #ec615c;
  border: 1px solid #ec615c;
}

.custom-cta-button.brown {
  background-color: #77414e;
  border: 1px solid #77414e;
}

.custom-cta-button.orange-axia {
  background-color: #ea652a;
  border: 1px #ea652a;
}

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

.custom-cta-button.link-icon:before,
.custom-cta-button.download-icon:before,
.custom-cta-button.phone-icon:before,
.custom-cta-button.pdf-icon:before {
  margin-right: 5px;
  font-family: FontAwesome Solid;
  font-weight: 100;
  font-size: 14px;
}
.custom-cta-button.link-icon,
.custom-cta-button.download-icon,
.custom-cta-button.phone-icon,
.custom-cta-button.pdf-icon {
  font-size: 14px;
}
.custom-cta-button.pdf-icon:before {
  content: "\f1c1";
}

.custom-cta-button.link-icon:before {
  content: "\f0c1";
}

.custom-cta-button.download-icon:before {
  content: "\f019";
}

.custom-cta-button.phone-icon:before {
  content: "\f095";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

a.cta_button {
  font-family: "Brandon Grotesque", sans-serif !important;
  border-radius: 2px !important;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #4eaff4;
  border-color: #4eaff4;
  color: #fff;
  text-decoration: none !important;
}

button:active,
.button:active {
  background-color: #52b7ff;
  border-color: #52b7ff;
  color: #fff;
  text-decoration: none;
}

.custom-cta-link,
.module-information a {
  color: #4eaff4;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.custom-cta-link:hover,
.custom-cta-link:focus,
.module-information a:hover,
.module-information a:focus {
  text-decoration: none;
}

.custom-cta-link:after,
.module-information a:after {
  font-family: FontAwesome Solid;
  content: " \f054";
  font-size: 0.8em;
}
/* Form */

form {
    max-width: 500px;
    font-family: Lato, sans-serif;
  }
  
  .hs-form-field {
    margin-bottom: 1.4rem;
  }
  
  /* Labels */
  
  form label {
    color: #33475b;
    display: block;
    font-size: 0.875rem;
    padding-top: 0;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
  }
  
  /* Help text - legends */
  
  form legend {
    color: #33475b;
    font-size: 0.875rem;
  }
  
  /* Inputs */
  
  .input {
    position: relative;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="file"],
  select,
  textarea {
    background-color: #eff0f4;
    border: 2px solid #d1d6dc;
    border-radius: 3px;
    color: #33475b;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem;
    width: 100%;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="file"]:focus,
  select:focus,
  textarea:focus {
    outline-color: rgba(82, 168, 236, 0.8);
  }
  
  fieldset {
    max-width: 100% !important;
  }
  
  ::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  
  ::-moz-placeholder {
    color: #bfbfbf;
  }
  
  :-ms-input-placeholder {
    color: #bfbfbf;
  }
  
  :-moz-placeholder {
    color: #bfbfbf;
  }
  
  ::placeholder {
    color: #bfbfbf;
  }
  
  .form-columns-1 .input textarea,
  .form-columns-1 .input input[type="text"] {
    width: 100% !important;
  }
  
  /* Inputs - checkbox/radio */
  
  form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .inputs-list > li {
    display: block;
    margin: 0.7rem 0;
    padding: 0;
    width: 100%;
  }
  
  .inputs-list input,
  .inputs-list span {
    font-size: 0.875rem;
    vertical-align: middle;
  }
  
  .hs-input[type="checkbox"],
  .hs-input[type="radio"] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.35rem;
    padding: 0;
    width: auto;
  }
  
  /* Inputs - datepicker */
  
  .hs-fieldtype-date .input .hs-dateinput:before {
    color: #33475b;
    content: "\01F4C5";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .fn-date-picker .pika-table thead th {
    color: #fff;
  }
  
  .fn-date-picker td.is-today .pika-button {
    color: #343a40;
  }
  
  .fn-date-picker td.is-selected .pika-button {
    background: #343a40;
    border-radius: 0;
    box-shadow: none;
  }
  
  .fn-date-picker td .pika-button:hover {
    background-color: #343a40 !important;
    border-radius: 0 !important;
    color: #fff;
  }
  
  /* Inputs - file picker */
  
  input[type="file"] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: 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;
  }
  
  form .header {
    background-color: transparent;
    border: none;
  }
  
  /* GDPR */
  
  .legal-consent-container .hs-form-booleancheckbox-display > span,
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 0.875rem;
  }
  
  /* Validation */
  
  .hs-form-required {
    color: red;
  }
  
  .hs-input.invalid.error {
    border-color: #ef6b51;
  }
  
  .hs-error-msg {
    color: #ef6b51;
    margin-top: 0.35rem;
  }
  
  /* Submit button */
  
  form input[type="submit"],
  form .hs-button {
    background-color: #4eaff4;
    border: 1px solid #4eaff4;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.92rem;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    /*{
          # default "Get Free Widget" form (renders when no form is passed to the form HubL tag) is an anchor (a.hs-button) rather than a real input,
          so it needs explcit css to avoid link styling #
      }*/
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
  }
  
  form input[type="submit"]:hover,
  form input[type="submit"]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: #4eaff4;
    border-color: #4eaff4;
    text-decoration: none;
    /*{
          # see "no form selected" note above #
      }*/
    color: #fff;
  }
  
  form input[type="submit"]:active,
  form .hs-button:active {
    background-color: #71727a;
    border-color: #71727a;
    /*{
          # see "no form selected" note above #
      }*/
    color: #fff;
  }
  
  /* Captcha */
  
  .grecaptcha-badge {
    margin: 0 auto;
  }
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/*Header container*/
.header {
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000015;
  width: 100vw;
  padding: 5px 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.header__container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 0 20px !important;
  height: 64px;
  flex-wrap: wrap;
  justify-content: center;
}

/*Header Logo*/

.header__logo.header__logo--main {
  flex: 1 !important;
}
.header__logo.header__logo--main img {
  max-width: 200px;
  height: auto;
  margin: 10px 20px 0 0;
}

/*Header navigation*/
li.has-submenu > a{
  cursor: default;
  pointer-events: none;        
}


.submenu.level-1 > li {
  padding: 25px 10px !important;
  margin: -15px 0;
}

.header .navigation-primary a.menu-link {
  font-family: "Pluto", sans-serif;
  font-size: 16px;
  font-weight: Bold;
  color: #413b46;
}

.submenu.level-1 > .has-submenu > .menu-arrow,
.triangle-container.level-2 {
  display: none !important;
}

.navigation-primary .submenu.level-1 > li > a.active-item {
  color: #4eaff4;
}

.navigation-primary .submenu.level-1 > li > a.active-item::after {
  display: none;
}

/*Submenu*/

.submenu.level-2 {
  z-index: 2;
  top: 80px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #4eaff4 !important;
  color: #fff;
}

.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0 !important;
}

.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 2px 2px !important;
}

/*Header CTA*/
.custom-header-cta {
  color: #fff;
  background-color: #4eaff4;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  margin: 15px 20px;
  font-family: "Pluto", sans-serif;
}

.custom-header-cta:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 195, 255);
}

.header__logo.header__logo--tablet {
  display: none;
}

.my-xr-link{
  display: none;
}

@media screen and (max-width: 1024px){
  .my-xr-link{
    display: inline-block;
    color: #4eaff4
  }
}

/*HEADER RESEARCH*/

.hs-search-field.hs-search-field--open form {
  max-width: 100vw;
}

.module-custom-site-search
  .hs-search-field--open
  .hs-search-field__suggestions {
  border: 1px solid #4eaff4 !important;
}

.hs-search-field__bar input {
  border: 1px solid #d1d6dc;
  border-radius: 0 !important;
  background: #fff !important;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 2px 2px;
}

.hs-search-field__suggestions {
  max-width: 100vw !important;
}

.hs-search-field__bar form {
  max-width: 100vw;
}

.module-custom-site-search .hs-search-field.hs-search-field--open,
.module-custom-site-search .hs-search-field:focus,
.module-custom-site-search .hs-search-field:active,
.module-custom-site-search .hs-search-field:hover,
.module-custom-site-search .hs-search-field:focus-within {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 1;
}

/*EDGE FALLBACK*/

.module-custom-site-search .hs-search-field.hs-search-field--open {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 1;
}

.module-custom-site-search .hs-search-field:focus-within {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 1;
}

/*END EDGE FALLBACK*/

/*HOME ICON*/
span.home-icon:after {
  font-family: "eleganticons" !important;
  content: "\e074" !important;
  color: #413b46;
}

/*----- RESPONSIVE -----*/

@media screen and (max-width: 1150px) {
  /*RESPONSIVE MENU LAYOUT*/

  .header__logo.header__logo--main {
    flex: 100%;
  }
  .header__logo.header__logo--main img {
    max-width: 150px;
  }
  .header__column {
    position: static;
    width: 30px;
  }
  .submenu.level-1 > li {
    margin: 0;
  }

  /*NAVIGATIONAN SEARCH TOGGLERS*/

  .header__navigation {
    display: none;
  }
  .header__navigation.header--element.open {
    display: block;
    z-index: 1;
  }
  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    top: -10px;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .header__navigation--toggle:after {
    content: "Menu";
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  /*NAVIGATION STYLE*/
  .navigation-primary {
    display: block !important;
  }
  .header__navigation.header--element {
    position: absolute;
    left: 0;
    top: 74px;
    width: 100vw;
    background-color: #fff;
    height: calc(100vh - 74px);
    overflow: scroll;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu.level-1 {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }

  /*SUBMENU*/

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:not(:checked) ~ .submenu {
    display: none;
  }

  .submenu.level-2 {
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    position: static !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    visibility: visible !important;
    width: 100% !important;
  }

  /*DROPDOWN MENU TOGGLERS*/

  .submenu-toggle {
    display: block !important;
    opacity: 0.01;
    height: 70px;
    position: absolute;
    width: 100%;
    top: 0;
  }

  /*HIDE CUSTOM HEADER CTA*/
  .custom-header-cta {
    display: none;
  }
  .submenu.level-1 > li {
    border-top: 2px solid #ced4db;
    display: block;
    padding: 0;
    width: 100%;
  }
  .submenu.level-1 > li {
    padding: 15px 10px !important;
  }
}

/*HEADER NO NAV*/

.header--no-navigation .header__logo {
  width: 200px;
  margin: 0 auto;
}

.header--no-navigation .header__logo img {
  width: 100% !important;
  margin-top: 20px;
}
.footer {
  background-color: #413b46;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  padding: 0.5rem 0;
  background-color: #28242b;
}

.footer__copyright .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo .hs-image-widget {
  width: 7rem;
}

.footer__logo img {
  max-width: 40px !important;
  height: auto;
}

.footer__logo {
  text-align: center;
}

.footer__copyright-text span {
  color: #fff;
  font-family: "Brandon Grotestque", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.footer-menu--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.footer-menu--wrapper > div {
  flex: 1 1 150px;
}

/*RESPONSIVE*/

@media screen and (max-width: 768px) {
  .footer-menu--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-menu--wrapper > div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

  .footer-nav > li a {
    padding-left: 0 !important;
  }
  .footer__container .footer-nav ul {
    align-items: center;
  }

  .footer__container .footer-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .footer-nav .hs-menu-wrapper,
  .footer-nav .hs-menu-wrapper ul {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-nav > li a {
    text-align: center !important;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
  }
  .footer__copyright .row-fluid {
    display: flex;
    flex-direction: column;
  }
}
/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 60px;
}

.blog-header__author-social-links a:hover {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url("https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494a52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494a52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: 0.8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #f8fafc;
  margin-top: 0;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-posts__post {
  color: #494a52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494a52;
  color: #494a52;
}

.blog-comments .hs-button:hover {
  background-color: #494a52;
  color: #fff;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494a52;
  text-decoration: underline;
}

/*Blog Body*/

.blog-post__body {
  font-size: 20px !important;
  font-family: "Brandon Grotesque", sans-serif;
  color: #707070;
  max-width: 800px;
  margin: 0 auto;
}

.blog-post__body h1 {
  color: #413b46;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post__body h2 {
  color: #413b46;
  font-size: 22px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Brandon Grotesque" !important;
}

.blog-post__body h3 {
  color: #413b46;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post__body h4 {
  color: #413b46;
  font-size: 16px;
  font-weight: 600;
}

.blog-post__body h5 {
  color: #413b46;
  font-size: 16px;
  font-weight: 400;
}

/*Blog recent posts*/

.blog-recent-posts h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #413b46;
  margin: 0 0 0.4rem !important;
}

.blog-recent-posts h2:after {
  content: " ";
  height: 4px;
  width: 60px;
  background-color: #4eaff4;
  display: block;
  margin: 0 auto;
}

/*Blog Background Image*/

.body-container--blog-post .blog-post {
  background-image: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/blog%20papillons.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.body-container--blog-post {
  overflow-x: hidden;
}

/* Blog resume */

/*POST CARD*/

.blog-resume-post.post-item {
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000015;
  filter: drop-shadow(0px 0px 5px #00000015);
  padding: 20px;
  border-radius: 2px;
}

/*POST CONTENT*/

.post--name {
 height: 125px;
  overflow: hidden;
}

.blog-resume-posts .post--content {
  font-size: 22px !important;
  font-weight: 400;
  color: #766b80;
  max-height: 185px;
  overflow: hidden;
  display: none;
}

.post--body-wrapper {
  max-height: 270px;
  overflow: hidden;
}

.blog-resume-posts .post--name {
  margin: 0 0 0.4rem;
}

.blog-resume-posts .post--name a {
  color: #494a52;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", sans-serif !important;
}

.post--content {
  font-family: "Brandon Grotesque", sans-serif;
}

.blog-resume-posts .post--name a:hover {
  text-decoration: none;
}

.blog-resume-posts .post--topic {
  color: #4eaff4;
  font-size: 14px;
  font-weight: 600;
  font-family: "Pluto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  position: relative;
}

.blog-resume-posts .post--topic:after {
  content: " ";
  height: 4px;
  width: 60px;
  background-color: #4eaff4;
  display: block;
  position: absolute;
  bottom: -0.6em;
}

/*POST LINK*/

.blog-resume-posts .post--link {
  font-size: 16px;
  color: #4eaff4;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-resume-posts .post--link:hover {
  text-decoration: none;
  color: #00c3ff;
}

.blog-resume-posts .post--link:after {
  font-family: FontAwesome Solid;
  content: " \f054";
  font-size: 0.8em;
}

/*POST HEADER*/

.blog-resume-posts .blog-resume-post_header.post-header {
  height: 180px;
  margin: -20px -20px 20px -20px;
  background-size: cover;
  border-radius: 2px 2px 0 0;
  background-position: center center;
}

/*RESUME ALL POSTS BUTTON*/

.blog-resume-all-link {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background-color: #4eaff4;
  color: #fff;
  padding: 0.5em 1em;
  display: block;
  /*EDGE FALLBACK*/
  width: 300px;
  width: -moz-max-content;
  width: max-content;
  margin: 1em auto;
  border-radius: 2px;
}

.blog-resume-all-link:hover {
  text-decoration: none;
  background-color: #00c3ff;
}

/*RESPONSIVE*/

@media screen and(max-width: 1150px) {
  .blog-resume-post.post-item {
    margin-bottom: 20px;
  }
}

@media screen and(min-width: 1260px) {
  .blog-resume-post.post-item {
    min-height: auto; 
  }
}

.module-blog-resume {
  margin-top: 60px;
}

.blog-recent-posts h2::after {
  margin: 20px auto;
}

.blog-recent-posts h2 {
  margin: 40px auto !important;
}

/*23/09/2020*/

.hs-blog-listing .hs-breadcrumb-menu-item.first-crumb {
  display: none;
}

.blog-featured-post-content-wrapper .post__tag {
  display: none;
}
.body-container--careers .module-section-title.section-title--left:first-of-type h2:after{
  background-color: #ea652a;
}
/*AGENDA BODY LAYOUT*/

.agenda-header .page-title-wrapper {
  max-width: 1280px;
}

.body-container--agenda {
  background-image: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Agenda/agenda%20background.jpg");
  background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.body-container--agenda .custom-page-title {
  color: #fff;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  margin: 0.3rem 0 0.3rem;
}

.agenda-listing-title h2 {
  color: #fff;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.body-container--agenda .module-page-title .hs-breadcrumb-menu-item,
.body-container--agenda .hs-breadcrumb-menu-item a {
  color: #fff;
}

.blog-tag-filters {
  list-style: none;
  display: flex;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
/*SOLUTION BODY LAYOUT*/
.junegull-texte {
  font-family: 'junegull rg', sans-serif;
}




.body-container--solution .widget-type-header h1,
.body-container--solution .widget-type-header h1 {
  font-family: "Pluto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
  /*color: 0*/
}

.body-container--solution .module-section-title h2::after,
.body-container--solution .module-section-title h3::after,
.body-container--solution .module-section-title h4::after,
.body-container--solution .module-section-title h5::after,
.body-container--solution .module-section-title h6::after {
  background-color: #413b46;
}

.body-container--solution .dnd-section:first-child {
  height: 300px;
}

.body-container--solution .dnd-section:first-child h1 {
  margin: 0;
}

.body-container--solution .dnd-section:first-child h1 span {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Pluto", sans-serif;
  font-weight: 200;
  max-width: 50%;
}

.body-container--solution .dnd-section:first-child h1 span:after {
  content: " ";
  height: 4px;
  width: 80px;
  background-color: #fff;
  display: block;
  margin: 10px 0;
}

.body-container--solution .dnd-section:first-child p {
  font-style: italic;
  font-size: 14px;
  font-weight: 200;
  max-width: 50%;
}

.body-container--solution .dnd-section:first-child .widget-type-rich_text {
  max-width: 1120px;
  margin: 0 auto;
}

/*BREADCRUMBS*/
.body-container--solution .hs-breadcrumb-menu-item,
.body-container--solution .hs-breadcrumb-menu-item a {
  color: #fff;
}

@media screen and(max-width: 768px) {
  .body-container--solution .dnd-section:first-child h1 span,
  .body-container--solution .dnd-section:first-child p {
    max-width: 100%;
  }
  .body-container--solution .dnd-section:first-child {
    height: auto;
  }
}

.body-container--solution .section-title--left h2::after {
  display: none;
}

.body-container--solution p em strong {
  font-weight: 400;
  font-style: normal;
  font-family: "Pluto", sans-serif;
  font-size: 16px;
  color: #707070;
}

.solution-testimonial-author,
.solution-testimonial-author span {
  font-family: "Pluto", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.solution-testimonial-title {
  font-size: 20px;
  font-weight: 800;
  font-family: "Brandon Grotesque", sans-serif;
  color: #413b46;
}
/*PAGEHEAD RESPONSIVE*/

@media screen and (max-width: 768px) {
  .body-container--solution
    .row-number-1
    .widget-span.widget-type-custom_widget {
    padding: 0 20px;
  }
}
/* Error pages */

.error-page {
    padding: 5rem 0;
    position: relative;
    text-align: center;
}

.error-page:before {
    color: #F3F6F9;
    content: attr(data-error);
    font-family: Lato, sans-serif;
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 1100px) {
    .error-page:before {
        font-size: 20rem;
    }
}

.error-page__heading {
    margin-bottom: 1rem;
}


/* System pages */

.systems-page {
    margin: 0 auto;
    max-width: 500px;
    padding: 3rem 1.4rem;
}

.systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 2px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7rem;
    width: 100%;
}

.systems-page form input {
    max-width: 100%;
}

#email-prefs-form .header {
    background-color: transparent;
}


/* Search pages */

.hs-search-field__bar {
    position: relative;
}

.hs-search-field__suggestions {
    background-color: #FFF;
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}

.hs-search-results {
    margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
    margin-bottom: 1.4rem;
}

.hs-search-results__title {
    color: #494A52;
    font-family: Merriweather, serif;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    text-decoration: underline;
}

.hs-search-results__title:hover {
    text-decoration: none;
}

.hs-search-results__description {
    padding-top: 0.7rem;
}

.hs-search-highlight {
    font-weight: bold;
}

.hs-search-results__pagination a {
    color: #0270E0;
}


/* Password prompt */

.password-prompt input[type=password] {
    display: block;
    height: auto !important;
    margin-bottom: 1.4rem;
}


/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
    margin-bottom: 1.4rem;
    padding: 0.7rem !important;
}
@media screen and(max-width: 768px) {
  .body-container--home
    .widget-span.widget-type-custom_widget.module_1592313246222-flexbox-positioning.dnd-module {
    width: 100%;
  }
  .body-container--home
    .widget-span.widget-type-custom_widget.module_1592313246222-flexbox-positioning.dnd-module
    img.hs-image-widget {
    max-width: 200px !important;
    margin-bottom: 50px;
  }
}
.hs-image-widget {
  border-radius: 2px;
  filter: drop-shadow(0px 0px 5px #00000015);
  margin-bottom: 10px;
}

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

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

h1,
h1 span {
  font-family: "Pluto", sans-serif !important;
  font-weight: 600 !important;
  font-size: 36px !important;
}

h2,
h2 span {
  font-family: "Pluto", sans-serif !important;
  font-weight: 600 !important;
  font-size: 30px !important;
}

h3,
h3 span {
  font-family: "Brandon Grotesque", sans-serif !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-transform: uppercase;
}

p {
  font-family: "Brandon Grotesque", sans-serif !important;
  font-size: 22px !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
  background-color: #eff0f4;
  border: 1px solid #d5d4da;
  border-radius: 2px;
  color: #413b46;
}

body {
  overflow-x: hidden !important;
}

.modal {
  max-height: 90vh !important;
}

.modal a.close-modal {
  border-radius: 50px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  h1,
  h1 span {
    font-size: 24px !important;
  }
  h2,
  h2 span {
    font-size: 20px !important;
  }
  h3,
  h3 span {
    font-size: 16px !important;
  }
}