/* z-index is important for parallax footer */

main {
    position: relative;
    z-index: 10;
}

/* Includes */

*,
*: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -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%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -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%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -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%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 20px;
  }
}
.boost_grid-container {
  display: flex;
  align-items: flex-start;
}

.boost_grid-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 60px 0;
  align-items: flex-start;
}

/* 1 col */
/* 1 + 2 col */
/* 1 + 3 col */

.boost_grid--1col,
.boost_grid--1_2col,
.boost_grid--1_3col,
.boost_grid--list {
  flex: 0 0 100%;
}

/* 2 col */
/* 2 + 1 col */
/* 2 + 3 col */

.boost_grid--2col,
.boost_grid--2_1col,
.boost_grid--2_3col {
  flex: 0 0 50%;
}

.boost_grid--2col.mgi-col1,
.boost_grid--2_1col.mgi-2_1col-1,
.boost_grid--2_3col.mgi-2_3col-1 {
  padding-right: 30px;
}

.boost_grid--2col.mgi-col2,
.boost_grid--2_1col.mgi-2_1col-2,
.boost_grid--2_3col.mgi-2_3col-2 {
  padding-left: 30px;
}

/* 3 col */
/* 3 + 1 col */
/* 3 + 2 col */

.boost_grid--3col,
.boost_grid--3_1col,
.boost_grid--3_2col {
  flex: 0 0 33.3333%;
}

.boost_grid--3col.mgi-col1,
.boost_grid--3_1col.mgi-3_1col-1,
.boost_grid--3_2col.mgi-3_2col-1 {
  padding-right: 40px;
}

.boost_grid--3col.mgi-col2,
.boost_grid--3_1col.mgi-3_1col-2,
.boost_grid--3_2col.mgi-3_2col-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.boost_grid--3col.mgi-col3,
.boost_grid--3_1col.mgi-3_1col-3,
.boost_grid--3_2col.mgi-3_2col-3 {
  padding-left: 40px;
}

@media (max-width: 1138px) {
  /* 2 col + sidebar */
  /* 2 + 1 col + sidebar */

  .boost_grid--2col.ms_vis,
  .boost_grid--2_1col.ms_vis {
    flex: 0 0 100%;
  }

  .boost_grid--2col.mgi-col1.ms_vis,
  .boost_grid--2col.mgi-col2.ms_vis,
  .boost_grid--2_1col.mgi-2_1col-1.ms_vis,
  .boost_grid--2_1col.mgi-2_1col-2.ms_vis {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  /* 2 col */
  /* 2 + 1 col */
  /* 2 + 3 col */

  .boost_grid--2col.mgi-col1,
  .boost_grid--2_1col.mgi-2_1col-1,
  .boost_grid--2_3col.mgi-2_3col-1 {
    padding-right: 20px;
  }

  .boost_grid--2col.mgi-col2,
  .boost_grid--2_1col.mgi-2_1col-2,
  .boost_grid--2_3col.mgi-2_3col-2 {
    padding-left: 20px;
  }

  /* 3 col */

  .boost_grid--3col {
    flex: 0 0 calc(100% / 2);
  }

  .boost_grid--3col.mgi-col1 {
    padding-right: 20px;
  }

  .boost_grid--3col.mgi-col1:nth-child(2n) {
    padding-left: 20px;
    padding-right: 0;
  }

  .boost_grid--3col.mgi-col2 {
    padding-right: 0;
  }

  .boost_grid--3col.mgi-col2:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 20px;
  }

  .boost_grid--3col.mgi-col3 {
    padding-left: 0;
    padding-right: 20px;
  }

  .boost_grid--3col.mgi-col3:nth-child(2n + 2) {
    padding-left: 20px;
    padding-right: 0;
  }

  /* 3 + 1 col */
  /* 3 + 2 col */

  .boost_grid--3_1col,
  .boost_grid--3_2col {
    flex: 0 0 100%;
  }

  .boost_grid--3_1col.mgi-3_1col-1,
  .boost_grid--3_1col.mgi-3_1col-2,
  .boost_grid--3_1col.mgi-3_1col-3,
  .boost_grid--3_2col.mgi-3_2col-1,
  .boost_grid--3_2col.mgi-3_2col-2,
  .boost_grid--3_2col.mgi-3_2col-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .boost_grid--2col,
  .boost_grid--2_1col,
  .boost_grid--2_3col,
  .boost_grid--3col {
    flex: 0 0 100%;
  }

  .boost_grid--2col.mgi-col1,
  .boost_grid--2col.mgi-col2,
  .boost_grid--2_1col.mgi-2_1col-1,
  .boost_grid--2_1col.mgi-2_1col-2,
  .boost_grid--2_3col.mgi-2_3col-1,
  .boost_grid--2_3col.mgi-2_3col-2,
  .boost_grid--3col.mgi-col1,
  .boost_grid--3col.mgi-col2,
  .boost_grid--3col.mgi-col3,
  .boost_grid--3col.mgi-col1:nth-child(2n),
  .boost_grid--3col.mgi-col2:nth-child(2n + 1),
  .boost_grid--3col.mgi-col3:nth-child(2n + 2) {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Masonry */

.boost_grid-container.boost_grid-masonry2,
.boost_grid-inner.boost_grid-masonry2,
.boost_grid-container.boost_grid-masonry3,
.boost_grid-inner.boost_grid-masonry3 {
  display: block;
}

.boost_grid-container.boost_grid-masonry2.ms_vis {
  display: flex;
}

.boost_grid-inner.boost_grid-masonry2.ms_vis {
  display: block;
  width: 100%;
}

.boost_grid-item {
  margin-bottom: 60px;
}

/* 2 columns */

.boost_grid-masonry2 .boost_grid-sizer,
.boost_grid-masonry2 .boost_grid-item {
  width: calc(50% - 30px);
}

/* 3 columns */

.boost_grid-masonry3 .boost_grid-sizer,
.boost_grid-masonry3 .boost_grid-item {
  width: calc(33.3333% - 40px);
}

.boost_grid-gutter-sizer {
  width: 60px;
}

@media (max-width: 1138px) {
  /* 2 columns */

  .boost_grid-masonry2.ms_vis .boost_grid-sizer,
  .boost_grid-masonry2.ms_vis .boost_grid-item {
    width: 100%;
  }

  .boost_grid-masonry2.ms_vis .boost_grid-gutter-sizer {
    width: 0;
  }
}

@media (max-width: 1000px) {
  /* 3 columns */

  .boost_grid-masonry3 .boost_grid-sizer,
  .boost_grid-masonry3 .boost_grid-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .boost_grid-masonry2 .boost_grid-sizer,
  .boost_grid-masonry2 .boost_grid-item,
  .boost_grid-masonry3 .boost_grid-sizer,
  .boost_grid-masonry3 .boost_grid-item {
    width: 100%;
  }

  .boost_grid-gutter-sizer {
    width: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  word-break: break-word;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Lists */

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
  white-space: normal;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  padding-left: 30px;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button,
.hs-button,
.cta_button {
  cursor: pointer;
  transition: all 0.15s linear;
  white-space: normal;
  display: flex;
  align-items: center;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
  box-shadow: none;
}

button.uiButton {
  box-shadow: none;
}
form {
  padding: 40px;
}

/* Fields */

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

/* Labels */

form label {
  display: inline-table;
  margin-bottom: 10px;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  width: 100%;
}

form textarea {
  min-height: 150px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  border: none;
}

.fn-date-picker button,
.fn-date-picker button:hover,
.fn-date-picker button:focus,
.fn-date-picker td button.pika-button,
.fn-date-picker td button.pika-button:hover,
.fn-date-picker td button.pika-button:focus {
  box-shadow: none;
  border-radius: 0 !important;
}

.hs-datepicker .fn-date-picker.pika-single {
  border: none !important;
}

.hs-datepicker .fn-date-picker .pika-lendar {
  margin: 20px 20px -8px 20px;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  line-height: 0.875em;
  margin-bottom: 1.4rem;
}

/* Validation */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
.splide__arrows button.splide__arrow {
  border-radius: 50%;
  min-width: auto;
  background-color: transparent;
  opacity: 1;
  box-shadow: none;
  border: 3px solid;
  width: 50px;
  height: 50px;
}

.splide__arrows button.splide__arrow span {
  line-height: 0;
}

.splide__arrows button.splide__arrow svg {
  width: 50px;
  height: 50px;
  padding: 15px;
}

.splide__arrows button.splide__arrow:hover,
.splide__arrows button.splide__arrow:focus,
.splide__arrows button.splide__arrow:active {
  background-color: transparent;
  padding: 0;
}

.splide__arrows button.splide__arrow:disabled {
  color: transparent;
}

ul.splide__pagination {
  bottom: 30px;
}

@media (max-width: 767px) {
  ul.splide__pagination {
    bottom: -60px;
  }
}

.boost_widget-image_slider ul.splide__pagination {
  display: none;
}

.boost_module_testimonial ul.splide__pagination {
  margin-top: 30px;
  bottom: auto;
}

button.splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 10px;
  min-width: auto;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  border: 3px solid;
  padding: 0;
  transition: all 0.15s linear;
  background: transparent;
}

button.splide__pagination__page:hover,
button.splide__pagination__page:focus {
  box-shadow: none;
  border: 3px solid;
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

button.splide__pagination__page.is-active {
  transform: scale(1);
  width: 30px;
  height: 10px;
  border-radius: 30px;
  background: transparent;
}
.boost_linked_image img {
  max-width: 100%;
  height: auto;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header {
  position: relative;
  z-index: 15;
}

header.z0 {
  z-index: 0;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: block;
}

.header__column {
  display: table;
  margin: 0 auto;
}

.header__row-1 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

  .header__column {
    position: relative;
    display: block;
  }

  .header__row-1 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  height: auto;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 30px auto;
}

.header__logo img {
  max-width: 100%;
}

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

.header__logo--main {
  padding-top: 0;
}

.header--no-navigation .header__logo {
  padding: 40px 0;
  margin: 0 auto;
}

.header--no-navigation .header__logo img {
  max-width: 150px;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

/* Search bar */

.mwh_el_search form {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
}

.mwh_el_search .hs-search-field__input {
  width: auto;
  min-width: 150px;
  padding: 0.5em;
  margin-right: 10px;
  font-size: 15px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 3px solid;
}

.mwh_el_search .hs-search-field__input:focus {
  border: none;
  border-bottom: 3px solid;
}

.mwh_el_search button,
.mwh_el_search button:hover,
.mwh_el_search button:focus {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.mwh_el_search button svg {
  height: 18px;
}

.boost_module_website_h .mwh_el_search form {
  padding: 0;
}

/* Search overlay */

.m_w_search .mwh_el_search {
  display: flex;
  height: 100%;
}

.m_w_search .mwh_el_search form {
  justify-content: center;
  width: 100%;
  align-items: center;
}

.m_w_search .mwh_el_search .hs-search-field__input {
  width: calc(100% - 400px);
  font-size: 36px;
  margin-right: 20px;
}

.m_w_search .mwh_el_search button,
.m_w_search .mwh_el_search button:hover,
.m_w_search .mwh_el_search button:focus {
  width: 70px;
  height: 70px;
  padding: 0;
  transition: all 0.15s linear;
}

.m_w_search .mwh_el_search button svg {
  height: 20px;
}

@media (max-width: 767px) {
  .m_w_search .mwh_el_search .hs-search-field__input {
    width: calc(100% - 100px);
    font-size: 25px;
    margin-right: 10px;
  }

  .m_w_search .mwh_el_search button,
  .m_w_search .mwh_el_search button:hover,
  .m_w_search .mwh_el_search button:focus {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .m_w_search .mwh_el_search button svg {
    height: 16px;
  }
}

/* Language switcher */

.mwh_lang_toggle {
  cursor: pointer;
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.mwh_el_lang .hs_cos_wrapper_type_language_switcher {
  display: none;
}

.mwh_languages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mwh_languages .lang_list_class {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  padding: 0;
}

.mwh_languages .lang_list_class li {
  border: none;
  background: none;
  padding: 0;
  font-size: 36px;
  margin-bottom: 30px;
}

.mwh_languages .lang_list_class li:first-child,
.mwh_languages .lang_list_class li:last-child {
  padding: 0;
  border: none;
}

ul.lang_list_class:after,
ul.lang_list_class:before {
  display: none;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

.header__close--toggle {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: -100px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 0;
  transition: all 0.15s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__close--toggle:before,
.header__close--toggle:after {
  content: " ";
  width: 2.5px;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 20px;
}

.header__close--toggle:before {
  transform: rotate(45deg);
}

.header__close--toggle:after {
  transform: rotate(-45deg);
  margin-left: -2px;
}

.mwh_search_toggle {
  cursor: pointer;
  line-height: 0;
}

.boost_module_website_h .mwh_search_toggle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mwh_search_toggle svg {
  height: 18px;
}

@media (max-width: 767px) {
  .header__navigation {
    display: none;
    width: 100%;
  }
}

/* Back to top button */

#goTop {
  display: flex;
  position: fixed;
  bottom: -100px;
  right: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  width: 50px;
  height: 50px;
  z-index: 14;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

#goTop.z0 {
  z-index: 0;
}

#goTop svg {
  height: 18px;
}

#goTop.open {
  bottom: 30px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Video */

button.oembed_custom-thumbnail {
  box-shadow: none;
}

button.oembed_custom-thumbnail .oembed_custom-thumbnail_icon {
  width: 70px;
  height: 70px;
  transition: all 0.15s linear;
}

button.oembed_custom-thumbnail .oembed_custom-thumbnail_icon svg {
  width: 25%;
}
.footer {
  z-index: 5;
  width: 100%;
}

/* Footer DND sections */

.footer .dnd-section {
  padding: 0;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.boost_module_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.boost_centered {
  text-align: center;
}

.boost_widget-image img,
.boost_widget-image_slider img {
  width: 100%;
}

.boost_social_icons {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
  flex-wrap: wrap;
}

.boost_social_icons a {
  border-radius: 50%;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mwf_el_social .boost_social_icons a {
  border: 3px solid;
}

.msi_icon svg {
  height: 20px;
}

.mwh_el_social .msi_icon svg,
.mwf_el_social .msi_icon svg {
  height: 18px;
}

/* Lightgallery
A plugin for lighbox interaction in portfolio module.
*/

/* Lightgallery */

button.lg-close.lg-icon:after,
.lg-prev.lg-icon:after,
.lg-next.lg-icon:before {
  content: "";
}

.lg-close.lg-icon svg {
  fill: white;
}

.mportfolio-item img {
  width: 100%;
}

.work-clicker {
  cursor: pointer;
}

.boost-prev,
.boost-next,
.boost-close {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  background-size: 32px 32px;
}

.boost-prev {
  background-image: url(//1924704.fs1.hubspotusercontent-na1.net/hubfs/1924704/raw_assets/public/@marketplace/Stuff_Matters_Inc_/Boost/images/lightgallery/chevron-left.svg);
}

.boost-next {
  background-image: url(//1924704.fs1.hubspotusercontent-na1.net/hubfs/1924704/raw_assets/public/@marketplace/Stuff_Matters_Inc_/Boost/images/lightgallery/chevron-right.svg);
}

.boost-close {
  background-image: url(//1924704.fs1.hubspotusercontent-na1.net/hubfs/1924704/raw_assets/public/@marketplace/Stuff_Matters_Inc_/Boost/images/lightgallery/cross.svg);
}

.lg button.lg-next,
.lg button.lg-prev {
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  border-bottom: 0;
}