*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/*! 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;
}

/**
  * 1. Remove select element default appearance in all browsers.
  * 2. Set custom dropdown arrow.
  * 3. Pad so the text doesn't overlap the arrow.
  */

select {
  -moz-appearance: none; /* 1 */
  -webkit-appearance: none; /* 1 */
  background-image: url(https://608605.fs1.hubspotusercontent-na1.net/hubfs/608605/jlr_recast_theme/arrow.gif); /* 2 */
  background-repeat: no-repeat; /* 2 */
  background-position: right center; /* 2 */
  padding-right: 2em !important; /* 3 */
  cursor: pointer;
}
/* 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 {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 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;
  }
}
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: Lato, 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: Merriweather, 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;
}

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

.uppercase {
  text-transform: uppercase;
}
button,
[class^='button'] {
  background-color: #494a52;
  border: 1px solid #494a52;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.15rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 5px;
  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;
}

button:disabled,
[class^='button']:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
[class^='button']:hover,
[class^='button']:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  text-decoration: none;
}

button:active,
[class^='button']:active {
  background-color: #71727a;
  border-color: #71727a;
  color: #fff;
  text-decoration: none;
}
/* 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: 1rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475b;
  font-size: 1rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='file'],
select,
textarea {
  background-color: #fff;
  border: 1px solid #d1d6dc;
  border-radius: 3px;
  color: #33475b;
  display: inline-block;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100% !important;
  margin: 0 !important;
}

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;
}

/* 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 */
@media (hover: hover) and (pointer: fine) {
  .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;
  margin-left: 1rem !important;
}

/* 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: #494a52;
  border: 1px solid #494a52;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.15rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  {
    #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: #21222a;
  border-color: #21222a;
  {
    #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;
}
/* Header container */

.header--no-navigation {
  background-color: #fff !important;
  border-bottom: 1px solid #eaeaea;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.header__row-1,
.header__row-2 .content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__row-2 .mobile {
  display: none;
}
.header__row-1 {
  padding-top: 20px;
}
.header__row-2 {
  background-color: #ececec;
  width: 100%;
}
.header__row-2,
.header__row-1 {
  margin: 0 auto;
}
.header__column {
  width: 100%;
}
.header__navigation {
  margin-right: auto;
}
/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 15px 0px;
}

.header__logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .header__logo img {
    max-width: 160px;
  }
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-bottom: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #d1d6dc;
  border-radius: 6px;
  color: #494a52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #d1d6dc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 1.79px solid #d1d6dc;
  border-top: -2px solid #fff;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher .globe_class {
  background-image: none;
}
.header__language-switcher {
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494a52;
  display: none;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: 80px;
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 62px;
  transition: opacity 0.3s;
}
.lang_list_class:after,
.lang_list_class:before {
  content: none !important;
}
.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  display: block;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #5d368d;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #5d368d;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #5d368d;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #ebeff3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494a52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px 0;
  border-bottom: solid 4px transparent;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

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

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__row-2 .mobile {
    display: flex;
    height: 40px;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
  .header__login [class^='button-'] {
    width: max-content;
    font-size: smaller;
  }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open {
    background-color: #f8fafc;
    display: block;
    /* height: calc(100vh - 320px); */
    left: 0;
    position: relative;
    right: 0;
    top: 15px;
    z-index: 2;
  }

  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    /* height: calc(100vh - 700px); */
    left: 0;
    position: relative;
    right: 0;
    top: 30px;
    z-index: 2;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5px 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -5px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0px;
  }
  .header__row-2 .mobile {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__row-2 .content:not(.mobile) {
    padding: 0px;
  }
  .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__language-switcher--toggle {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .header__language-switcher {
    border-top: 2px solid #ced4db;
    /* padding-left: 30px; */
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 50%;
    opacity: 1;
    top: 0;
    display: block;
    width: 100%;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    padding: 7px 30px;
  }
  .header__language-switcher .lang_list_class > li > a {
    font-weight: 600;
    font-size: 26px;
  }
  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: #fff;
    border-bottom: 4px solid;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  /* .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  } */

  .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;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background-color: #f8fafc;
  font-size: 12px !important;
}
.copyright-logo {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  align-items: center;
}
.footer__container h3,
.footer-upper .hs-menu-item.hs-menu-depth-1 > a {
  color: #e98815 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
.footer-upper .hs-menu-item a {
  padding: 0;
}
.footer__container.row_container {
  display: flex;
  flex-flow: column nowrap;
}
.footer__copyright {
  font-size: 10px;
  color: #c4c4c4;
}
.footer-row-1 {
  background: #6435b0 none repeat scroll 0 0;
  padding: 20px;
  color: #fff;
}
.footer-row-1 > .content-wrapper {
  padding: 0px;
}
.footer-row-2,
.footer-row-3,
.footer-row-4 {
  padding: 0px 20px;
}
.twitter-feed .content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twitter-feed .content {
  font-size: 16px;
}
.twitter-label > span {
  color: #fff !important;
}
.twitter-label a {
  color: #e98815 !important;
  text-decoration: none;
}
.twitter-feed a:hover {
  color: #e98814 !important;
  text-decoration: underline;
}
.twitter-feed a#twitter-next {
  border: 3px solid #e98814;
  background-color: #e98814;
  font-size: 19px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
}
.twitter-feed a#twitter-next:hover {
  border: 3px solid #e98814;
  background-color: #fff;
  color: #e98814;
  text-decoration: none;
}

.footer__container .custom-blog-subscribe {
  position: relative;
}
.footer__container .custom-blog-subscribe .submitted-message {
  color:white;
}
.footer__container .custom-blog-subscribe h3 {
  display: inline-block;
  color: #e98815 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45rem;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
.footer__container .legal-consent-container p {
  font-size: 12px;
  display: inline-block;
  line-height: 1.45em;
  margin: 10px 0px 0px 0px;
  color: #c4c4c4;
}
.footer__container .legal-consent-container p a {
  color: #fff;
}
.footer__container .legal-consent-container p a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.footer__container .custom-blog-subscribe .hs_email {
  display: block;
}
.footer__container .custom-blog-subscribe label span.hs-form-required {
  display: none;
}
.footer__container .custom-blog-subscribe .hs-form-field {
  margin-bottom: 0;
}
.footer__container .custom-blog-subscribe .hs-form-field input,
.footer__container .custom-blog-subscribe .hs-form-field textarea {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 20px 15px;
  float: left;
  margin: 0;
  border-radius: 5px;
  width: 100%;
}
.footer-upper ul li {
  display: block;
  margin-bottom: 11px;
}
.footer-upper ul li a {
  color: #c4c4c4;
  text-decoration: none;
}
.footer-upper ul li a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.footer-upper ul li a[href='javascript:;'] {
  cursor: default;
}
.footer-upper ul li a[href='javascript:;']:hover {
  text-decoration: none;
}
.footer-upper form .hs-richtext p {
  font-size: 12px;
  display: inline-block;
}
.footer-upper form .hs-richtext a {
  text-decoration: underline;
  color: #939598;
}
.flex {
  display: flex;
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.twitter-label {
  padding-left: 10px;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hs-menu-item a {
  display: block;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */




.blog-header {
  text-align: center;
  /*   background-image: url('https://608605.fs1.hubspotusercontent-na1.net/hubfs/608605/blogue-jr/dist/img/banner-temp.jpg'); */
  background-size: cover;
  position: relative;
}
.blog-header__author-wrapper {
  text-align: start;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .blog-header__author-wrapper .content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog-header__author-wrapper .blog-header__author {
    text-align: left;
    margin-bottom: 2rem;
  }
  .blog-header__author-wrapper
    .blog-header__author
    .blog-header__author-avatar {
    margin-left: 0px;
    width: 140px;
    height: 140px;
  }
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 4.875rem 1rem;
}
.blog-header__title {
  color: #fff;
}
.blog-header__subtitle {
  color: #fff;
  margin: 1rem 0 2rem;
}

.blog-author__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 .banner-top__cta-search {
  width: 100%;
  line-height: 3.46875rem;
  min-height: 3.46875rem;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  cursor: pointer;
}
.blog-header .banner_top__search-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.46875rem);
  background-color: rgba(0, 0, 0, 0.9);
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease-in-out;
}
.blog-header .banner_top__search-container form {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1130px;
  opacity: 0;
  transition: opacity 240ms ease-in-out;
}
.blog-header .banner_top__search-container.is-opened {
  max-height: 400px;
}
.blog-header .banner_top__search-container.is-opened form {
  opacity: 1;
  transition: opacity 240ms ease-in-out 240ms;
}
.blog-header .banner_top__search-container input {
  width: 90%;
  padding-right: 0.5em;
  color: #fff;
  font-weight: 600;
  font-size: 2.1875em;
  border: 0;
  background-color: transparent;
  height: auto;
}
.blog-header .banner_top__search-container .banner-top__search-button {
  display: inline-block;
}
.blog-header .banner_top__search-container .banner-top__search-button,
.blog-header .banner_top__search-container .banner-top__search-button svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 48em) {
  .blog-header .banner_top__search-container input {
    font-size: 4.75em;
  }
  .blog-header .banner_top__search-container .banner-top__search-button,
  .blog-header .banner_top__search-container .banner-top__search-button svg {
    width: 56.66px;
    height: 56.66px;
  }
}
/* Blog header - author listing */
.blog-header__author {
  text-align: center;
}
.blog-header__author-avatar,
.blog-post__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  position: relative;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  margin: 1.875rem auto 1.5rem;
}
.blog-post__author-avatar {
  height: 30px;
  width: 30px;
  display: inline-block;
  top: 10px;
  margin-right: 0.5em;
}
@media (min-width: 48em) {
  .blog-header__author-avatar {
    margin-top: calc(-50% + 40px + 1.875rem);
  }
}
.blog-header__author-social-links a {
  background-color: #e98815; 
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  margin: 0 5px;
  position: relative;
  width: 35px;
}

.blog-header__author-social-links a:hover {
  background-color: #33006f; 
}

.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;
}
.section__blogue-nav .hs-menu-wrapper ul {
  margin-top: 60px;
  gap: 5px;
}
.section__blogue-nav .hs-menu-wrapper ul > * {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 60px;
  transition: color 240ms ease-in-out;
  text-align: center;
  border-bottom: 4px solid #33006f;
  color: #33006f;
}
.section__blogue-nav .hs-menu-wrapper ul > *.active {
  font-size: 1em;
  font-weight: 700;
  max-height: none;
  color : #e98815;
  border-bottom: 4px solid #e98815!important;
}
.section__blogue-nav .hs-menu-wrapper ul > * a {
  display: block !important;
  font-size: 0.9em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #33006f;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 1em;
}
.section__blogue-nav .hs-menu-wrapper ul li:hover {
  background: #efefef;
  cursor: pointer !important;
}
.section__blogue-nav .hs-menu-wrapper ul > *.active a {
  padding: 0.9375rem 1em;
  color : #e98815!important;
}
@media (max-width: 767px) {
  .section__blogue-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* 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 .read-more .fa-chevron-right,
.blog-recent-posts .read-more .fa-chevron-right {
  border: 1px solid;
  padding: 5px 7px;
  transition: transform 240ms ease-in-out;
}
@media (min-width: 80em) {
  .blog-index .read-more:hover .fa-chevron-right,
  .blog-recent-posts .read-more:hover .fa-chevron-right {
    transform: rotate(90deg);
  }
}
.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,
.blog-recent-posts__post,
.blog-related-posts__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 1.875rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.blog-index__post,
.blog-recent-posts__post {
  border-bottom: 1px solid #dadada;
}

@media screen and (min-width: 768px) {
  .body-container--blog-post .blog-related-posts__post,
  .body-container--blog-post .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: 1280px) {
  .body-container--blog-post .blog-related-posts__post,
  .body-container--blog-post .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.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,
.blog-index__post-content h3 {
  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: inherit;
}

.blog-index__post img,
.blog-recent-posts__post img {
  height: auto;
  max-width: 100%;
}
.blog-post__meta .read-more {
  margin-top: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  float: right;
}
.blog-recent-posts__post .read-more {
  margin-top: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 48em) {
  .blog-post__meta .read-more,
  .blog-recent-posts__post .read-more {
    margin-top: 1rem;
  }
}
/* News post */
.news-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .news-index__post-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-right: 20px;
  }
  .news-index__post-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(200% / 3);
    flex: 0 0 calc(200% / 3);
  }
}
/* 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 #494a52;
  background-color: #494a52;
}

.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;
  -webkit-box-justify-content: center;
  -ms-flex-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
}
.blog-pagination__prev-link:hover,
.blog-pagination__next-link:hover,
.blog-pagination__prev-link:active,
.blog-pagination__next-link:active {
  background-color: #fff;
  color: #494a52;
}
.blog-pagination__prev-link:hover svg,
.blog-pagination__next-link:hover svg,
.blog-pagination__prev-link:active svg,
.blog-pagination__next-link:active svg {
  fill: #fff;
}

.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 {
  background-color: #000;
  color: #fff;
}
.blog-header .banner_top__search-container form {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Blog post */

.blog-post {
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.blog-post__meta {
  font-size: 18px;
  margin: 1rem 0;
}

.blog-post__meta a:not(.blog-post__tag-link, .read-more) {
  color: #494a52;
  text-decoration: underline;
}
.blog-post__body ul,
.blog-post__body ol {
  padding-left: 40px;
}
.blog-post__body ol {
  counter-reset: item;
}
.blog-post__body ol li,
.blog-post__body ul li {
  list-style: none;
}
.blog-post__body ol li:before {
  content: counters(item, '.') ' - ';
  counter-increment: item;
  color: #e98815;
}
.blog-post__body ul li i {
  padding-right: 0.5rem;
}
.blog-post__tag-link {
  display: table;
  margin: 0.5em 0.5em 0px 0px;
  font-size: 0.875em;
  color: #fff !important;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #fff;
}
/* Blog related posts */

.blog-recent-posts {
  padding: 6rem 0;
}

.blog-recent-posts h2 {
  text-align: start;
}
.blog-related-posts__post h3 {
  text-align: start;
  color: #5f5f5f;
  font-weight: bold;
}
.blog-related-posts__post h3:hover {
  color: #42a5dc;
}
.blog-recent-posts__list {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}
.blog-recent-posts__list.blog-index2,
.blog-related-posts_list.blog-index2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
/* 
.blog-recent-posts__post {
  color: #494A52;
  display: inline;
  -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); */
  }
  .blog-post__tag-link {
    display: inline-block;
    margin: 0.5em 0px 0px 0.5em;
  }
}

@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: 50%;
}

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

/* Blog comments */

.blog-comments form {
  max-width: 100%;
}
.blog-comments
  form
  input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']),
.hs_cos_wrapper_type_blog_comments form textarea {
  height: 2.8125rem;
  line-height: 2.8125rem;
  background-color: #ffffff;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-order: 0;
  order: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #a6a6a6;
  border-radius: 0;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

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

.hs_cos_wrapper_type_blog_comments form {
  margin-top: 1.875rem;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: row;
}

.hs_cos_wrapper_type_blog_comments form > div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0.9375rem;
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 48em) {
  .hs_cos_wrapper_type_blog_comments form {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hs_cos_wrapper_type_blog_comments form > div {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.hs_cos_wrapper_type_blog_comments .post-footer {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.hs_cos_wrapper_type_blog_comments form > div:nth-child(4) {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.hs_cos_wrapper_type_blog_comments form textarea {
  min-height: 100px;
}
.hs_cos_wrapper_type_blog_comments form .hs_submit {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 48em) {
  .hs_cos_wrapper_type_blog_comments .post-footer .actions {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hs_cos_wrapper_type_blog_comments .post-footer .actions {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs_cos_wrapper_type_blog_comments .post-footer .actions .hs-button,
.background__abonnez-vous .form-container .actions .hs-button {
  width: fit-content;
}
.background__abonnez-vous .form-container .actions {
  text-align: center;
}
.hs_cos_wrapper_type_blog_comments .post-footer .grecaptcha-badge {
  margin: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/





/* Blog2 listing */

.blog-index2,
.hs-search-results__listing {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.content-wrapper__blog {
  margin-top: 90px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
}
.content-wrapper__blog,
.content-wrapper__blog p {
  line-height: 180%;
}
.content-wrapper__blog .content-wrapper__blog-content a {
  color: #e98815;
  /*   filter: contrast(1.1) saturate(2); */
}
.content-wrapper__blog .content-wrapper__blog-content a:hover {
  text-decoration: underline;
}
.content-wrapper__blog .content-wrapper__blog-content {
  padding-right: 110px;
  flex: 1 1 auto;
}
.content-wrapper__blog .content-wrapper__blog-sidebar {
  flex: 0 0 290px;
}

@media screen and (max-width: 768px) {
  .content-wrapper__blog {
  }
  .content-wrapper__blog .content-wrapper__blog-content {
    padding-right: 0px;
    padding-left: 0px;
    flex: 1 1 auto;
  }
  .content-wrapper__blog .content-wrapper__blog-sidebar {
    display: none;
  }
}

article.blog-index2__post {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  box-shadow: none;
  padding: 15px 15px 25px 15px;
  margin: -15px -15px -25px -15px;
  border-radius: 8px;
  box-shadow: 0 0 0px rgb(0 0 0 / 20%);
  transform: scale(1);
  transition: 0.3s ease-in-out;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  article.blog-index2__post {
    flex-direction: column !important;
  }
  article.blog-index2__post:hover {
    box-shadow: none !important;
  }
  .blog-index2 .blog-index2__post .blog-index2__post-image {
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 20px !important;
  }

  .blog-index2 .blog-index2__post .blog-index2__post-image img {
    width: 100% !important;
  }

  .blog-index2 .blog-index2__post .blog-index2__post-content {
    width: 100% !important;
  }
}

article.blog-index2__post:hover {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  cursor: pointer;
  transform: scale(1.01);
}

.blog-index2 .blog-index2__post .blog-index2__post-image {
  width: 40%;
  padding-right: 30px;
}

.blog-index2 .blog-index2__post .blog-index2__post-image img {
  width: 100%;
}

.blog-index2 .blog-index2__post .blog-index2__post-content {
  width: 60%;
}

.blog-index2 .blog-index2__post .blog-index2__post-title h2 {
  color: #33006f;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.4px;
}

.blog-index2 .blog-index2__post .blog-index2__post-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
}
.blog-index2 .blog-index2__post-metas {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.blog-post .blog-index2__post-metas {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .blog-post .blog-index2__post-metas {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 10px;
  }
  .blog-post .blog-index2__meta-separator {
    display: none;
  }
}

.blog-index2__post-metas > * {
  color: #868686;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.blog-index2__post-metas .blog-index2__meta-separator {
  color: #c0c0c0;
  margin: 0px 10px;
}

.blog-index2__post-metas .blog-index2__meta-author a {
  color: #e98815;
}

.blog-index2__post-metas .blog-index2__meta-author a:hover {
  color: #e98815;
  text-decoration: underline;
  cursor: pointer;
}
.blog-index2__post-metas .blog-index2__meta-date {
  display: flex;
  flex: 0 0 auto;
}
.blog-index2__post-metas .blog-index2__meta-tags {
  display: flex;
  flex: 1 1 auto;
}
.blog-index2__post-metas .blog-index2__meta-date span,
.blog-index2__post-metas .blog-index2__meta-tags span {
  margin-right: 10px;
  white-space: nowrap;
}
.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
  /*   display:block;
  width:100%; */
}

.blog-post {
  padding: 0px;
  position: relatve;
}

.blog-post__body {
  margin-top: 35px;
  position: relative;
}

.blog-post h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #33006f; 
}

.blog-post h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #33006f; 
  text-align: left !important;
}

.blog-post h2 strong {
  font-weight: 600;
}

.blog-post h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #33006f; 
  text-align: left !important;
}
.blog-post h3 strong {
  font-weight: 600;
}
.blog-post h6 {
  text-align: right;
  font-weight: normal;
  color: #999;
  font-size: 0.7rem;
  line-height: 1.4rem;
}

.blog-post h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #33006f; 
  text-align: left !important;
}
.blog-post img {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-post h1 {
    font-size: 2rem;
  }

  .blog-post h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    margin-top: 50px;
  }

  .blog-post h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .blog-post h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.blog-comments {
  padding-top: 70px;
  padding-bottom: 50px;
}

.hs_cos_wrapper_type_social_sharing {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.hs_cos_wrapper_type_social_sharing i {
  background-color: #e98815; 
  width: 35px;
  height: 35px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 17px;
}
.hs_cos_wrapper_type_social_sharing i:hover {
  background-color: #33006f; 
  transition: 0.3s ease-in-out;
}
.blog-sidebar-module {
  margin-bottom: 70px;
}

.blog-sidebar-module__title {
  color: #333132; 
  font-weight: bold;
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
}

.blog-post__body ul,
.blog-post__body ol {
  padding-left: 40px;
  position: relative;
}

.blog-post__body ol li,
.blog-post__body ul li {
  list-style: none;
  position: relative;
  margin-bottom: 7px;
}

.blog-post__body ul li i {
  padding-right: 0.5rem;
  position: absolute;
  left: -20px;
  top: 0.45rem;
}

/*                                       */
/* ********* SECTION OF BLOCKS ********* */
/*                                       */

@media (min-width: 1024px) {
  .block-right {
    position: absolute;
    left: calc(100% + 110px);
    width: 290px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .block-tip.block-right {
    margin-left: 0px;
  }
  .block-fullwidth {
    margin-right: -400px;
  }
  .block-cta {
    margin-top: 90px !important;
    margin-bottom: 70px !important;
  }
}

.block-cta {
  margin-top: 50px;
  margin-bottom: 30px;
}

.block-tip {
  border-left:3px solid #e98815;
  padding-left: 30px;
  margin-left: 40px;
}
.block-tip.block-right {
  margin-left: 0px;
}
.block-right {
  margin-bottom: 20px;
  margin-top: 20px;
}
.block-tip h4 {
  color:#e98815;
  font-weight: 600;
  margin-bottom: 5px;
}
.block-tip h4:first-child,
.block-tip p:first-child {
  margin-top: 0px;
}
.block-tip p:last-child {
  margin-bottom: 0px;
}
.block-tip p {
  line-height: 1.5;
}
/* Error pages */

.error-page {
  padding: 10rem 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: 6px;
  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;
}

/* Subscription pages */

.subscription-preferences {
  margin: 0 auto;
  max-width: 1248px;
  padding: 3rem 1.4rem;
}

.email-prefs .item {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-bottom: 1px;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  cursor: hand;
}
label {
  cursor: pointer;
  cursor: hand;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item .item-inner * {
  color: #444;
}
.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  background: #f7f7f7;
}
.email-prefs .item .item-inner.hovered {
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.email-prefs .item .item-inner.highlighted-subscription {
  background: #fff1ee;
}
.email-prefs .item .item-inner.highlighted-subscription.selected {
  background: #fff1ee;
}
.email-prefs .item .item-inner.selected {
  background: #f0f7fc;
  border: 1px solid #e0e7ec;
}
.email-prefs .item.disabled .item-inner.hovered {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.checkbox-row {
  margin-top: 0;
  overflow: hidden;
}
.checkbox-row span.fakelabel {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: normal;
  vertical-align: middle;
}
.checkbox-row input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .checkbox-row input {
    position: relative;
    top: 3px;
  }
}
p.header {
  margin-left: 7px;
}
.checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  vertical-align: top;
}
.email-prefs .item p {
  clear: both;
  margin: 5px 20px 0px;
}
.email-prefs .thumbnail {
  bottom: 1px;
  position: absolute;
  right: 6px;
}
.email-prefs .thumbnail.float-top {
  top: 7px;
}
.subscribe-options {
  margin-bottom: 12px;
  overflow: hidden;
}
.subscribe-options label {
  font-size: 13px;
  margin-left: 16px;
  margin-right: 16px;
}
.subscribe-options label span {
  font-weight: normal;
  margin-left: 3px;
  font-size: 14px;
  font-weight: bold;
}
#submitbutton {
  margin-bottom: 0px;
}
#email-prefs-form {
  margin-bottom: 0px;
}
html body input.hs-input.email-edit {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px 2px -6px;
  width: 450px;
}

.warning {
  border: solid 1px #f9e4a7;
  border-radius: 5px;
  background-color: #fff5d9;
  padding: 10px;
  margin-top: 10px;
}

/* 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: #33006f;
}

/* Password prompt */

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

/* Backup unsubscribe */

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

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.4rem !important;
  padding: 0.7rem !important;
}
.background__bloc-infolettre {
  background-image: url('https://608605.fs1.hubspotusercontent-na1.net/hubfs/608605/landing-infolettre/dist/img/background-purple.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0.9375rem;
  padding-bottom: 0;
}

@media (min-width: 64em) {
  .background__bloc-infolettre {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.background__bloc-infolettre h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}

.background__bloc-infolettre h3 {
  margin-top: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.8125rem;
}

.background__bloc-bg {
  background-image: url('https://608605.fs1.hubspotusercontent-na1.net/hubfs/608605/landing-infolettre/dist/img/background-city.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 125px;
}

@media (min-width: 48em) {
  .background__bloc-bg {
    height: 420px;
  }
  .section__bloc-infolettre {
    display: flex;
  }
  .form {
    margin-bottom: -100px;
  }
  .background__bloc-infolettre {
    padding-bottom: 0.9375rem;
  }
}

.form {
  margin-top: 1.875rem;
}

.section__bloc-infolettre {
  width: 100%;
  padding: 0;
}

.bullet-list {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 15px;
}

.bullet-list ul {
  counter-reset: item;
}

.bullet-list ul li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}

.bullet-list ul li::before {
  position: absolute;
  left: 0;
  top: -0.2em;
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  margin-right: 0.5em;
  background-color: #e98815;
}

.bullet-list ul li li,
.bullet-list ol li li {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .hs-oembed__starter#hs-oembed__starter--target_widget_1595357824037 {
    position: absolute;
    width: 450px;
    height: 251px;
    padding: 0;
  }
}