/*! 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;
}
.menu .navigation {
  margin-left: 30px;
}

.menu #site-search {
  color: inherit;
  cursor: pointer;
  margin-right: 20px;
  transition: opacity .2s ease;
}

.menu #site-search:hover {
  opacity: .7;
}

.menu .globe_class {
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}

.menu .globe_class:before {
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: 'public';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  transition: .2s ease;
  white-space: nowrap;
  word-wrap: normal;
}

.menu .globe_class:hover:before {
  opacity: .7;
}

.menu .globe_class:after {
  display: inline-block;
  vertical-align: middle;
}

#hs_cos_wrapper_site_search form {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  position: relative;
  border: none;
}

#hs_cos_wrapper_site_search form input[type=text] {
  border-radius: 25px;
  border: none;
  box-shadow: 0 3px 50px rgba(53, 71, 98, .7);
  padding-right: 60px;
}

#hs_cos_wrapper_site_search form label {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
  padding-left: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

#hs_cos_wrapper_site_search form button {
  background: transparent;
  border-radius: 50%;
  border: 0;
  bottom: 5px;
  box-shadow: none;
  cursor: pointer;
  font-size: 34px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  transition: .2s ease;
  width: 40px;
}

#hs_cos_wrapper_site_search form button span {
  display: none;
}

#hs_cos_wrapper_site_search form button:before {
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: 'search';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

#hs_cos_wrapper_site_search .hs-search-field__suggestions {
  background: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 50px rgba(53, 71, 98, .7);
  display: none;
  margin: 30px 0 0;
  padding: 20px;
}

#hs_cos_wrapper_site_search .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 50px rgba(0, 0, 0, .2);
  display: block;
  margin: 20px 0 0;
  padding: 25px 25px 20px;
  position:relative;
}

#hs_cos_wrapper_site_search #results-for {
  font-size: 20px;
  margin: 0 0 10px;
}

#hs_cos_wrapper_site_search li a {
  background: transparent;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
}

.menu .lang_list_class {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 16px rgba(163, 172, 191, .3);
  height: auto;
  line-height: 1;
  margin: 0;
  min-width: 160px;
  padding: 15px;
  text-align: center;
  top: 110%;
}

.menu .lang_list_class:after, .menu .lang_list_class:before {
  background: #fff;
  border: none;
  content: '';
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -5px;
  transform: rotate(45deg);
  transition: .1s ease;
  width: 20px;
}

.menu ul.lang_list_class li {
  border: none;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0;
  width: 100%;
}

.menu ul.lang_list_class li a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    text-align: center;
    min-height: 0;
  }
  .dnd-section>.row-fluid>[class*="span"] {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, 
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}
/* Cookies banner */

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  border: none;
  box-shadow: 0 0 30px rgba(163, 172, 191, .5);
  font-family: inherit;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: inherit;
  margin: 0 0 10px;
  font-size:inherit !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 20px 0 0!important;
  text-align: center!important;
}
.primary-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  cursor:pointer;
}

.secondary-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  cursor:pointer;
}

.tertiary-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  cursor:pointer;
}

.custom-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  cursor:pointer;
}

.primary-button:focus,
.primary-button:active,
.secondary-button:focus,
.secondary-button:active,
.tertiary-button:focus,
.tertiary-button:active {
  outline:none;
}
/* Default modal */
.video-modal-wrapper .video-modal,
.modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.video-modal-wrapper .video-modal.visible,
.modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  transition: .2s ease;
  z-index: 999;
}

.video-modal-wrapper .overlay,
.modal-wrapper .overlay {
  background: #354762;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
}

.video-modal-wrapper .overlay.visible,
.modal-wrapper .overlay.visible {
  display: block;
  opacity: .6;
  transition: .2s ease;
  z-index: 997;
}

.modal-wrapper .modal-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, .3);
  display: inline-block;
  height: auto;
  margin: 80px auto;
  max-width: 800px;
  overflow: hidden;
  padding: 70px 50px 50px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.video-modal-wrapper .video {
  padding: 50px 20px;
  max-width: 1440px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  position:relative;
}

.video-modal-wrapper .close-button {
  color:#fff;
  position:absolute;
  top:13px;
  right:13px;
  z-index: -999;
  cursor:pointer;
  transition: .2s ease;
  display:none;
}

.video-modal-wrapper .close-button:hover {
  opacity: .6;
}

.video-modal-wrapper.open .close-button {
  display: block;
  z-index: 999;
}

.video-modal-wrapper .video video {
  max-width: 100%;
  height: auto;
  width: auto;
  box-shadow: 0 10px 80px rgba(0,0,0,.3);
  max-height: 100%;
  margin: 0 auto;
}

.modal-wrapper .modal-card .modal-title {
  margin: 0 0 50px;
}

.modal-wrapper .modal-card .modal-title p {
  font-size: 18px;
  margin: 10px 0 0;
}

.modal-wrapper .modal-card .modal-body {
  font-size: 16px;
  text-align: left;
}

.modal-wrapper .modal-card .modal-body p {
  font-size: 16px !important;
}

.modal-wrapper .modal-card .modal-body>div h1,
.modal-wrapper .modal-card .modal-body>div h2,
.modal-wrapper .modal-card .modal-body>div h3,
.modal-wrapper .modal-card .modal-body>div h4,
.modal-wrapper .modal-card .modal-body>div h5,
.modal-wrapper .modal-card .modal-body>div h5,
.modal-wrapper .modal-card .modal-body>div p,
.modal-wrapper .modal-card .modal-body>div pre,
.modal-wrapper .modal-card .modal-body>div div,
.modal-wrapper .modal-card .modal-body>div blockquote,
.modal-wrapper .modal-card .modal-body>div ol,
.modal-wrapper .modal-card .modal-body>div ul {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}

.modal-wrapper .modal-card .modal-body ul ul, 
.modal-wrapper .modal-card .modal-body ol ol, 
.modal-wrapper .modal-card .modal-body ul ol, 
.modal-wrapper .modal-card .modal-body ol ul {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body ul li, 
.modal-wrapper .modal-card .modal-body ol li {
  margin: 0 0 5px;
}

.modal-wrapper .modal-card .modal-body ul li:last-child, 
.modal-wrapper .modal-card .modal-body ol li:las-child {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100%;
}

.modal-wrapper .modal-card .modal-body blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.modal-wrapper .modal-card .modal-body pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.modal-wrapper span.close {
  color: inherit !important;
  cursor: pointer;
  font-size: 30px;
  opacity: .3;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: .2s ease;
}

.modal-wrapper span.close:hover {
  opacity: 1;
}

/* Search modal */

.search-modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.search-modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  transition: .2s ease;
  z-index: 999;
}

.search-modal-wrapper .overlay {
  background: #354762;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
}

.search-modal-wrapper .overlay.visible {
  display: block;
  opacity: .8;
  transition: .2s ease;
  z-index: 997;
}

.search-modal-wrapper .modal-card {
  display: inline-block;
  height: auto;
  margin: 100px auto;
  max-width: 640px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 999;
}

@media (max-width: 820px) {
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 421px) and (max-width: 820px) {
  .modal-wrapper .modal-card {
    max-width:90%;
    padding:50px 30px 30px;
  }
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 420px) {
  .modal-wrapper .modal-card {
    max-width:94%;
    padding:50px 20px 30px;
  }
}

.form-modal-wrapper.modal-wrapper .modal-card h3 {
  margin: 0;
}

.form-modal-wrapper.modal-wrapper .modal-card {
  max-width: 500px;
  padding: 0;
}

.form-modal-wrapper.modal-wrapper .modal-card form {
  box-shadow: none;
  border-radius: 0;
}

.form-modal-wrapper.modal-wrapper span.close {
  font-size: 24px;
  right: 15px;
  top: 15px;
}
.hs-form-field {
  padding-bottom: 20px;
  position: relative;
}

input[type=text], 
input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: none;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  height: auto;
  outline: none;
  padding: 14px 20px;
  transition: .2s ease;
  width: 100%;
}

form textarea {
  height: auto;
  min-height: 100px;
  resize: none;
}

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 {
  border: 1px solid rgba(0, 0, 0, .4);
}

form select, form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.hs_error_rollup {
  display: none !important;
}

.hs-form-field legend, .hs-form-field label {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 5px;
}

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

.hs-form-field .hs-error-msgs {
  color: #f44;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form-field .hs-error-msgs li {
  margin: 5px 0 -5px;
}

.hs-fieldtype-textarea.hs-form-field .hs-error-msgs li {
  margin: 0;
}

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

.inputs-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
  vertical-align: top;
}

.inputs-list li label {
  cursor: pointer;
  margin: 0;
}

.hs-form-checkbox label input, .hs-form-booleancheckbox label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-checkbox label>span, .hs-form-booleancheckbox label>span {
  display: inline-block !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-checkbox label>span:before, .hs-form-booleancheckbox label>span:before {
  background-color: #fff;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAnCAYAAABNJBuZAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAMqADAAQAAAABAAAAJwAAAAD+A5VjAAABvUlEQVRYCe2VPU/DMBCGy9cfQ0JCAgmxMTGVDQkhdWCDjaEDAyywdUIsTEz8Mj4qwuPiU4OVnE0+XBvF0uWc2L57H18Sj0YZtqIoJth1htKXki0EbtHyhEG6qYTbrpaYGfRQXwUhUBfrGTCMUHuJzqmida6MpTEExFS2vcZP0lCqqBgglM2JOjRUIup2K8mGSiibE3Xov1TiFhCtZXFO+CBOo74aTZJRggGiycZ1viZKJUiyj213rt4GJPYNprXz1rmJvou9Y2/YTuuATgBi9v9NkEQg6C7aB9fOYIj18BO29tr+70RoF0KydQJDsP4hTPVJ9CzKa/yB85YE3xLvriamPD4LDuabSMQt7FUiV/hPnu354rjjrIlTiXJikobAHJbXaP2VQIggC/OCr2tzBrwwzIlfCYEQj4hNzAdzJPNdHwBx4q7p7T4A5os5v2C4X0sKQnbHwmh/MwNzbOZbiBlea/EqIRBlj7InTR1jY+zeM6f9YVcW1aSPwA1Mq4yHoVhtJcrQFubRp7hiPB0IAUKk+Zj/ApMeRAOYdCEcGO0PlT5EAEw+EDUw5kzJD0JgjAfAnCHj8rOh33IHvgHiAV3dj4eEJAAAAABJRU5ErkJggg==');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 2px;
  border: 1px solid #1869ff;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: .2s ease;
  width: 12px;
}

.hs-form-checkbox label input[type=checkbox]:checked+span:before, .hs-form-booleancheckbox label input[type=checkbox]:checked+span:before {
  background-color: #1869ff;
}

.hs-form-radio label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-radio label>span {
  display: inline-block !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-radio label>span:before {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #1869ff;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: .2s ease;
  width: 12px;
}

.hs-form-radio label input[type=radio]:checked+span:before {
  background-color: #1869ff;
  box-shadow: inset 0 0 0 2px #fff;
}

.legal-consent-container .field.hs-form-field {
  line-height: 1;
  margin: 0 !important;
  overflow: hidden;
}

.submitted-message,
form {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 50px rgba(163, 172, 191, .3);
  margin: 0 auto;
  max-width: 500px;
  padding: 40px;
  text-align: left;
}

form .form-title {
  margin: 0 0 30px;
  text-align: center;
}

form h6, form h5, form h4, form h3, form h2, form h1 {
  font-size: 22px;
  margin: 0 0 5px;
  text-align: center;
}

form p {
  font-size: 18px;
}

#hs-pwd-widget-password {
  height: 50px !important;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

form .hs-button {
  background: #1869ff;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0 0;
  outline: 0;
  text-decoration: none;
  transition: .2s ease;
  white-space: break-spaces;
  width: 100%;
}

.hs-form fieldset.form-columns-2 div.input, .hs-form fieldset.form-columns-1 div.input {
  margin-right: 0;
}

.hs-form fieldset.form-columns-2>div.hs-form-field {
  width: 48%;
}

.hs-form fieldset.form-columns-2>div:first-child {
  margin-right: 2%;
}

.hs-form fieldset.form-columns-2>div:last-child {
  margin-left: 2%;
}

form.hs-form fieldset.form-columns-3 .input {
  margin: 0;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 30.6%;
}

form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
  margin: 0 4%;
}

.hs-form fieldset.form-columns-1 div.hs-input, .hs-form fieldset.form-columns-1 input.hs-input {
  width: 100%;
}

.hs-form .hs-fieldtype-intl-phone.hs-input input {
  width: 66%!important;
}

.hs-form .hs-fieldtype-intl-phone.hs-input select {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAfCAYAAAClDZ5ZAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAMqADAAQAAAABAAAAHwAAAABvUmYkAAACUElEQVRYCc3Wv0rDQBgA8Lv2BZxsWvERbJo2gqOTg4PoA6iLCCJOIo6tzoIOIuI/EN9AcHBzc1BE+gBu9o84Ont+39kr7TWJl+Q720Cb5rvv/vxyd2kYGzy4W/Jvip6/Mlg03AiOqehVLmAUXB9JVg+4nn8JaatMiEUnN/HWbjfqes4wrl3XX2ZMXHPOy06+MNluNW57x9EHKZYqJ5C4jglw5oKNBgYRgkuEmgkv5+Rz7VbzTmG6kA5iQxWMCiYAIYcI93k65xTGYGbuMSAhxZJ/CAVbMkP7GubMwM1dg2V+hWPQhiUvITqjMFnXq+xD3m5QoorJhjhbGnecxker+aLiNs+IgH7PZd8RHSHGyeezGSH4d0ReX1GGZ87kXeqL0l8ohGnLaMjCGnuA6QE4mzWpCIkLsNHeYaNZmZn4CLZXf32uyT0yKpikCJyA7lNr2JipUnkTlu6pyarAHCF+Z0LldyEYSIKBB8AnPACeVINJzh3EsWldHYH1+iAYSICZT4OhQARC/hNDhQiF/AeGEhEJSYqBP6cveDQ/Yv2wA/6EtznPHIWV6/GgPaHnDOwRPSHunoHXzbkoDCIg50DvJ+zaBIF1/4RgEhXGFsIYQoGxicDxBb5VYkHYAW/KVXidqYWV63EhxA7kCxvLqbev2BCsDJgaDK7a2xDVb9M9ofdntEf0SvH3jN5C8HVSBLaWCIIVqTFpEKkglJi0iNQQCgwFggSSBkOFIIMkwVAiSCFxMNQIcogJxgbCCiQKYwthDRKEsYnA/qwf+DqDH9sd/QCoz3gIcq7nYgAAAABJRU5ErkJggg==');
  background-position: 92% 52%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 15px;
  padding-right: 30px;
}

.hs-form .hs-richtext {
  margin: 0 0 20px;
  text-align: center;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 20px;
}

.hs-form .legal-consent-container .hs-richtext {
  font-size: 12px;
  margin: 0 0 20px;
  text-align: left;
}

.hs-form .legal-consent-container .hs-richtext h1, .hs-form .legal-consent-container .hs-richtext h2, .hs-form .legal-consent-container .hs-richtext h3, .hs-form .legal-consent-container .hs-richtext h4, .hs-form .legal-consent-container .hs-richtext h5, .hs-form .legal-consent-container .hs-richtext h6 {
  font-size: 14px;
  margin: 0 0 5px;
  text-align: left;
}

.hs-form .legal-consent-container .hs-richtext p {
  font-size: inherit;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: inherit;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 993px) {
  form {
    padding: 30px 20px;
  }
}

@media (max-width: 540px) {
  form {
    padding: 30px 20px;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field, .hs-form fieldset.form-columns-2>div.hs-form-field {
    width: 100%;
  }
  .hs-form fieldset.form-columns-2>div:last-child {
    margin-left: 0;
  }
  .hs-form fieldset.form-columns-2>div:first-child {
    margin-right: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
    margin: 0;
  }
  form h6, form h5, form h4, form h3, form h2, form h1 {
    font-size: 20px;
    margin: 0 0 5px;
    text-align: center;
  }
  form p {
    font-size: 16px;
  }
  form.hs-form .hs-input {
    width: 100% !important;
  }
}
.blog-listing-container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}

.blog-large-container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}

.blog-header-title {
  margin: 0;
}

.blog-header-subtitle {
  color: #000000;
}

/* Listing Page */

.blog-listing {
  -webkit-align-items: stretch;
  -webkit-justify-content: center;
  align-items: stretch;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-listing>.article {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(163,172,191,.3);
  margin: 0 20px 40px;
  max-width: 400px;
  overflow: hidden;
  transition: .2s ease;
  width: 29%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.blog-listing>.article:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0 3px 9px rgba(163,172,191,.3);
  transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-listing>.article .article-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}

.blog-listing>.article .article-image:before {
  content: 'image_search';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  color: inherit;
  opacity: .1;
}

.blog-listing>.article .article-image img {
  -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  height: auto;
  left: 50%;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  width: 150%;
}

.blog-listing>.article .article-content {
  padding: 25px;
  text-align: left;
}

.blog-listing>.article .article-content h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.blog-listing>.article .article-content p {
  font-size: 18px;
  margin: 0 0 30px;
}

.blog-listing>.article .article-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 10px;
  transition: .2s ease;
}

.blog-pagination a.active {
  color: #2F3134;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 10px;
  transition: .2s ease;
}

.blog-pagination .arrow {
  line-height: 1;
  margin: 0 10px;
  vertical-align: -5px;
}

.blog-pagination .arrow.disabled {
  visibility: hidden;
}

.blog-pagination .arrow svg {
  max-width: 100%;
}

.blog-pagination .arrow svg path {
  transition: .2s ease;
}

/* Article Page */

.featured-image {
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  height: 500px;
}

.blog-post-body {
  margin: 70px auto 0;
  max-width: 1040px;
  padding: 0 20px;
}

.blog-post-body h1, 
.blog-post-body h2, 
.blog-post-body h3, 
.blog-post-body h4, 
.blog-post-body h5, 
.blog-post-body h6, 
.blog-post-body p, 
.blog-post-body div, 
.blog-post-body pre, 
.blog-post-body blockquote, 
.blog-post-body ul, 
.blog-post-body ol, 
.blog-post-body hr {
  margin: 0 0 50px;
}

.blog-post-body .hs-embed-wrapper {
  margin: 0 auto 50px !important;
}

.blog-post-body ul ul, 
.blog-post-body ul ol, 
.blog-post-body ol ul, 
.blog-post-body ol ol {
  margin: 0;
}

.blog-post-body blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.blog-post-body blockquote p {
  color: inherit;
  margin: 0;
}

.blog-post-body pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.blog-post-body img {
  margin: 0 auto;
}

.blog-post .post-title {
  padding-left: 55px;
  position: relative;
}

.blog-post .post-meta {
  -webkit-align-items: center;
  -webkit-justify-content: start;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 30px 0 0;
}

.blog-post .dot {
  background: #C0C9D2;
  border-radius: 50%;
  height: 5px;
  margin: 0 10px;
  width: 5px;
}

.blog-post .dot {
  background: #C0C9D2;
  border-radius: 50%;
  height: 5px;
  margin: 0 10px;
  width: 5px;
}

.blog-post .blog-post-timestamp {
  margin-right: 50px;
}

.blog-post .post-meta .post-author {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-post .post-meta a {
  transition: .2s ease;
}

.blog-post .blog-back-button:hover, 
.blog-post .post-meta a:hover {
  opacity: .7;
}

.blog-post .blog-back-button {
  display: inline-block;
  height: 24px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 30px;
  transition: .2s ease;
  width: 24px;
}

.blog-post hr {
  border-top: 1px solid;
  display: inline-block;
  opacity: .3;
  width: 100%;
}

.blog-post .topic-list-wrapper a {
  display: inline-block;
  margin-right: 10px;
}

.blog-post .topic-list-wrapper .topics-icon {
  display: inline-block;
  height: 20px;
  line-height: 1;
  vertical-align: -4px;
  width: 20px;
}

@media (min-width: 1024px) and (max-width:1400px) {
  .blog-listing>.article {
    margin: 0 15px 30px;
    width: 30%;
  }
  .blog-listing>.article .article-content {
    padding: 20px;
  }
  .blog-listing>.article .article-image {
    height: 150px;
  }
}

@media (max-width:1400px) {
  .blog-listing>.article .article-content h2 {
    font-size: 22px;
  }
  .blog-listing>.article .article-content p {
    font-size: 16px;
  }
  .blog-listing>.article .article-content h5 {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .blog-listing>.article {
    margin: 0 15px 30px;
    width: 45%;
  }
  .blog-listing>.article .article-image {
    height: 170px;
  }
}

@media (max-width: 767px) {
  .blog-header-subtitle {
    display: inline-block;
    max-width: 500px;
  }
  .blog-listing>.article {
    margin: 0 0 40px;
    width: 100%;
  }
  .blog-listing>.article:last-child {
    margin-bottom: 0;
  }
  .blog-listing>.article .article-content {
    padding: 20px;
  }
  .blog-listing>.article .article-image {
    height: 150px;
  }
  .blog-listing>.article .article-content h2 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .blog-post .post-title {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .blog-post .blog-back-button {
    display: none;
  }
  .blog-post .post-meta {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .blog-post .dot {
    display: none;
  }
  .blog-post .post-meta .post-author, 
  .blog-post .blog-post-timestamp {
    margin: 0 10px;
  }
  .blog-large-container .text-right {
    text-align: center;
  }
  .featured-image {
    height: 300px;
  }
  .display-flex.newsletter-section {
    display: block;
  }
  .newsletter-section .max-width-45 {
    max-width: 100%;
  }
  .newsletter-section .max-width-45:first-child {
    margin: 0 0 50px;
    text-align: center;
  }
}
#email-prefs-form {
  background: transparent;
  box-shadow: none;
  max-width: none;
  padding: 0;
  border:none;
}

#email-prefs-form h1 {
  font-size: 50px;
}

.subscriptions-preferences .page-header {
  text-align: center;
}

.subscriptions-preferences .page-header br {
  display: none;
}

.subscriptions-preferences .page-header h2 {
  font-size: 24px;
  font-weight: 400;
  opacity: .6;
}

.info-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 50px rgb(163, 172, 191, .3);
  display: inline-block;
  margin: 70px 0 30px;
  overflow: hidden;
  padding: 40px 40px 40px 120px;
  position: relative;
  text-align: left;
  width: 100%;
}

.info-card:before {
  border-radius: 50%;
  color: #fff;
  content: 'i';
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.email-prefs .header {
  color: inherit;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 30px;
}

.email-prefs .item {
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
}

.checkbox-row .fakelabel {
  display: inline-block;
  position: relative;
}

.checkbox-row .fakelabel input {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#globalunsub {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.subscribe-options label>span, 
.checkbox-row .fakelabel>span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.subscribe-options label>span:before, 
.checkbox-row .fakelabel>span:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: #fff;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAnCAYAAABNJBuZAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAMqADAAQAAAABAAAAJwAAAAD+A5VjAAABvUlEQVRYCe2VPU/DMBCGy9cfQ0JCAgmxMTGVDQkhdWCDjaEDAyywdUIsTEz8Mj4qwuPiU4OVnE0+XBvF0uWc2L57H18Sj0YZtqIoJth1htKXki0EbtHyhEG6qYTbrpaYGfRQXwUhUBfrGTCMUHuJzqmida6MpTEExFS2vcZP0lCqqBgglM2JOjRUIup2K8mGSiibE3Xov1TiFhCtZXFO+CBOo74aTZJRggGiycZ1viZKJUiyj213rt4GJPYNprXz1rmJvou9Y2/YTuuATgBi9v9NkEQg6C7aB9fOYIj18BO29tr+70RoF0KydQJDsP4hTPVJ9CzKa/yB85YE3xLvriamPD4LDuabSMQt7FUiV/hPnu354rjjrIlTiXJikobAHJbXaP2VQIggC/OCr2tzBrwwzIlfCYEQj4hNzAdzJPNdHwBx4q7p7T4A5os5v2C4X0sKQnbHwmh/MwNzbOZbiBlea/EqIRBlj7InTR1jY+zeM6f9YVcW1aSPwA1Mq4yHoVhtJcrQFubRp7hiPB0IAUKk+Zj/ApMeRAOYdCEcGO0PlT5EAEw+EDUw5kzJD0JgjAfAnCHj8rOh33IHvgHiAV3dj4eEJAAAAABJRU5ErkJggg==');
  border-radius: 2px;
  border: 1px solid #1869ff;
  content: '';
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: .2s ease;
  width: 16px;
}

.subscribe-options label input[type=checkbox]:checked+span:before, 
.checkbox-row .fakelabel input[type=checkbox]:checked+span:before {
  background-color: #1869ff;
  border: 1px solid #1869ff;
}

.email-prefs .item p {
  font-size: 14px;
  margin: 5px 0 0;
  padding-left: 30px;
}

.subscribe-options label>span:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: -6px;
  background-image:url('data:image/png;base64,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');
  content: '';
  display: inline-block;
  height: 28px;
  width: 28px;
}

form#email-prefs-form .hs-button {
  display: inline-block;
  margin-left: 30px;
  margin-top: 50px;
  width: auto;
}

@media (max-width: 640px) {
  .info-card {
    padding: 80px 20px 20px 20px;
    text-align: center;
  }
  .info-card:before {
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
    top: 20px;
  }
  form#email-prefs-form .hs-button {
    display: block;
    margin: 50px auto;
    max-width: 400px;
    width: auto;
  }
  #email-prefs-form .page-header h1 {
    font-size: 32px;
  }
}
/* Help Center */

.help-center {
  padding: 0 0 100px;
}

.help-center .card {
  margin: 0 auto;
}

/* End Help Center */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

a i, a i svg path {
  transition: .2s ease;
}

img {
  max-width: 100%;
}

/* Flex Classes */

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

.flex-direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -webkit-align-items: center;
  align-items: center;
}

.flex-align-start {
  -webkit-align-items: start;
  align-items: start;
}

.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align-items-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-grow-1 {
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex: 1;
}

/* Text align */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Margins */

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.pd-20 {
  padding: 0 20px;
}

.page-header {
  margin-top: 160px;
}

.page-header.no-margin-top {
  margin-top: 0;
}

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

p {
  margin: 0;
}

/* Columns */

.max-width-45 {
  max-width: 45%;
}

.max-width-50 {
  max-width: 50%;
}

.max-width-60 {
  max-width: 60%;
}

.max-width-70 {
  max-width: 70%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

/* General Classes */

.negative-section-mb {
  margin-bottom: -160px;
}

.section-header h2, 
.page-header h2, 
.section-header h3, 
.page-header h3, 
.section-header h4, 
.page-header h4 {
  font-size: 24px;
  font-weight: 400;
}

.link-with-arrow {
  font-weight: 600;
}

a.link-with-arrow span.material-icons {
  color: inherit;
  display: inline-block;
  margin-left: 15px;
  overflow: hidden;
  text-align: center;
  transition: .2s ease;
  vertical-align: middle;
  font-size:inherit;
  background: transparent;
  -webkit-text-fill-color: inherit;
}

.link-with-arrow:hover span {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.container-small {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 20px;
}

.container-m {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.grey-background {
  background-color: #F7F8FA;
}

.inline-block {
  display: inline-block;
}

/* Rich text module */

.simple-text-page .text-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.simple-text-page .hs_cos_wrapper_type_rich_text h1, 
.simple-text-page .hs_cos_wrapper_type_rich_text h2, 
.simple-text-page .hs_cos_wrapper_type_rich_text h3, 
.simple-text-page .hs_cos_wrapper_type_rich_text h4, 
.simple-text-page .hs_cos_wrapper_type_rich_text h5, 
.simple-text-page .hs_cos_wrapper_type_rich_text h6, 
.simple-text-page .hs_cos_wrapper_type_rich_text p, 
.simple-text-page .hs_cos_wrapper_type_rich_text div, 
.simple-text-page .hs_cos_wrapper_type_rich_text pre, 
.simple-text-page .hs_cos_wrapper_type_rich_text blockquote, 
.simple-text-page .hs_cos_wrapper_type_rich_text ul, 
.simple-text-page .hs_cos_wrapper_type_rich_text ol, 
.simple-text-page .hs_cos_wrapper_type_rich_text hr {
  margin: 0 0 50px;
}

.simple-text-page .hs_cos_wrapper_type_rich_text .hs-embed-wrapper {
  margin: 0 auto 50px !important;
}

.simple-text-page .hs_cos_wrapper_type_rich_text ul ul, 
.simple-text-page .hs_cos_wrapper_type_rich_text ul ol, 
.simple-text-page .hs_cos_wrapper_type_rich_text ol ul, 
.simple-text-page .hs_cos_wrapper_type_rich_text ol ol {
  margin: 0;
}

blockquote {
  padding: 10px 20px;
  border-left: 2px solid;
  font-style: italic;
}

lockquote p {
  margin: 0;
  color: inherit;
}

pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.simple-text-page .hs_cos_wrapper_type_rich_text img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .link-with-arrow span {
    margin-left: 5px;
    font-size: 20px;
  }
  h1 br, 
  h2 br, 
  h3 br, 
  h4 br, 
  h5 br, 
  h6 br, 
  span br, 
  p br {
    display: none;
  }
}