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

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

/* 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,
.content-wrapper--vertical-spacing {
  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;
  word-break: break-word;
}

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

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

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;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  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: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

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

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

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;
}
.body--hide-overflow {
  overflow: hidden;
}

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

.header__section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__row--navigation,
.header__row--navigation .header__navigation {
  background-color: var(--secondary-color);
}

.header__social-links {
  margin-right: 80px;
}

.header__navigation {
  display: flex;
  padding-top: 2px;
}

.header__navigation ul {
  margin: 0 auto;
}

.header__nav-toggler-container {
  height: 20px;
  width: 20px;
}

.header__nav-toggler {
  width: 20px;
  height: 20px;
}

.header__nav-toggler svg {
  fill: #fff;
}

/* xl */
@media (max-width: 1200px) {
  .header__row--navigation {
    padding: 10px 0px;
  }
}

/* sm */
@media (max-width: 767.98px) {
  .header__row .content-wrapper {
    padding: 0;
  }

  .header__logo img {
    max-width: 250px;
  }
}

/* xs */
@media (max-width: 575.98px) {
  .header__logo img {
    max-width: 200px;
  }
}
.footer {
  color: #fff;
  padding-top: 40px;
}

/* sm */
@media (max-width: 767.98px) {
  .footer {
    padding: 40px 20px;
  }

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

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

.footer .footer__section-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

/* sm */
@media (max-width: 767.98px) {
  .footer .footer__section-title {
    margin-bottom: 20px;
  }
}

.footer .social-links {
  justify-content: flex-start;
  margin-bottom: 25px;
}

.footer .social-links__link:first-child {
  margin-left: 0;
}

.footer .social-links__icon svg {
  max-height: 20px;
}

/* sm */
@media (max-width: 767.98px) {
  .footer .social-links__icon svg {
    max-height: unset;
  }
}
.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}




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

/* 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, .body-wrapper {
  background-color: var(--primary-color);
  color: #fff;
}

.blog--no-padding-top{
  padding-top: 0px;
}

.blog .latest_posts {
  padding: 35px 0px;
}

.blog .blog__title-container {
  border-bottom: 1px solid var(--blog-gray-color);
  margin-bottom: 45px;
}

.blog .blog__title {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 20px;
  border-bottom: 7px solid var(--primary-color);
  margin-bottom: -4px;
  position: relative;
}

.blog .blog__title:before {
  content: "";
  height: 6px;
  background-color: var(--secondary-color);
  width: 100%;
  position: absolute;
  bottom: -6px;
}

@media (max-width: 767px) {
  .blog .blog__title {
    font-size: 25px;
  }
}

.blog .latest-posts__container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .blog .latest-posts__container {
    flex-direction: column;
  }
}

.blog .post-item {
  display: flex;
}

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

@media (max-width: 992px) {
  .blog .post-item {
    margin-bottom: 35px;
  }
}

.blog .latest-posts__section-featured {
  width: 60%;
}

.blog .latest-posts__section-featured--single-post {
  width: unset;
}

@media (max-width: 992px) {
  .blog .latest-posts__section-featured {
    width: 100%;
  }
}

.blog .latest-posts__section-featured .post-item__right-section {
  padding: 30px 0px;
}

@media (max-width: 767px) {
  .blog .latest-posts__section-featured .post-item__right-section {
    padding-bottom: 0px;
  }
}

.blog .latest-posts__side-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36%;
}

.blog .latest-posts__side-section .post-item {margin-bottom: 30px;}
.blog .latest-posts__side-section .post-item:last-child {margin-bottom: 0px;}

.blog .latest-posts__side-section--align-top {
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .blog .latest-posts__side-section {
    width: 100%;
  }
}

.blog .post-item__left-section {
  min-width: 50%;
  margin-right: 30px;
}

.blog .similar-posts .post-item__left-section,
.blog .latest-posts__side-section .post-item__left-section {
  min-width: unset;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog .similar-posts .post-item__left-section,
  .blog .latest-posts__side-section .post-item__left-section,
  .blog .post-item__left-section {
    margin-right: unset;
  }
}

.blog .post-item__right-section {
  padding: 15px 0px;
}

.blog .similar-posts .post-item__right-section,
.blog .latest-posts__side-section .post-item__right-section {
  padding: 0;
}

@media (max-width: 767px) {
  .blog .similar-posts .post-item__right-section,
  .blog .latest-posts__side-section .post-item__right-section {
    padding: 30px 0px 0px;
  }
}

.blog .post-item__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog .similar-posts .post-item__image,
.blog .latest-posts__side-section .post-item__image {
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .blog .similar-posts .post-item__image,
  .blog .latest-posts__side-section .post-item__image {
    height: unset;
    width: unset;
  }

  .blog .post-item__image {
    padding-bottom: 65%;
  }
}

.blog .similar-posts .post-item__title,
.blog .latest-posts__side-section .post-item__title {
  margin-bottom: 14px;
}

.blog .post-item__title a {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.blog .post-item__title a:focus,
.blog .post-item__title a:hover {
  text-decoration: none;
}

.blog .post-item__content {
  display: -webkit-box;
  margin-bottom: 25px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .post-item__content span,
.blog .post-item__content p {
  font-size: var(--primary-paragraph-size);
}

.blog .post-item__content h3 {
  color: #fff;
}

.blog .blog-post__content img {
  max-width: 100%;
}

.blog .post-item__info {
  font-size: 16px;
  margin: 30px 0 40px;
}

.blog .post-item__info-author,
.blog .post-item__info-publish-date {
  white-space: nowrap;
}

.blog .similar-posts .post-item__info,
.blog .latest-posts__side-section .post-item__info {
  margin: unset;
}

.blog .post-item__read-more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  font-size: var(--secondary-paragraph-size);
  color: var(--secondary-color);
}

.blog .post-item__read-more:focus,
.blog .post-item__read-more:hover {
  text-decoration: none;
}

/* BLOG SUBSCRIBE */

.blog .blog-subscribe__container {
  display: flex;
  padding: 50px;
  margin: 90px 0px;
  background-color: #FBFBFB;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__container {
    flex-direction: column;
    margin: unset;
  }
}

@media (max-width: 767px) {
  .blog .blog-subscribe__container {
    margin: 0;
  }
}

.blog .blog-subscribe__section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0px 20px;
}

.blog .blog-subscribe__section--full-width {
  width: 100%;
  padding: 0px;
}

.blog .blog-subscribe__section:first-child {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__section {
    justify-content: flex-start;
    margin-bottom: 25px;
    width: 100%;
  }
}

.blog .blog-subscribe__title {
  margin-bottom: 15px;
  color: var(--blog-black-color);
  font-weight: 600;
}

.blog .blog-subscribe__description {
  font-size: 20px;
  margin: unset;
  color: var(--blog-black-color)
}

@media (max-width: 992px) {
  .blog .blog-subscribe__section .hs_cos_wrapper {
    width: 100%;
  }
}

.blog .blog-subscribe__section form.hs-form {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section form.hs-form {
    flex-direction: column;
    align-items: unset;
  }
}

.blog .blog-subscribe__section .hs_email {
  /* Decrease input border */
  margin-bottom: -2px;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__section .hs_email {
    flex: 1;
  }
}

.blog .blog-subscribe__section .hs_email .hs-form-required,
.blog .blog-subscribe__section .hs_email label {
  font-size: 20px;
  color: #fff;
}

.blog .blog-subscribe__section .hs-error-msgs {
  height: 0px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section .hs-error-msgs {
    height: auto;
  }
}

.blog .blog-subscribe__section .hs_error_rollup {
  display: none;
}

.blog .blog-subscribe__section .hs-error-msg {
  position: absolute;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section .hs-error-msg {
    position: relative;
  }
}

.blog .blog-subscribe__section .hs_email input[type='email'] {
  width: 100%;
  max-height: 50px;
  border: 1px solid #fff;
  background-color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
}

.hs-blog-post .blog .blog-subscribe__section .hs_email .hs-form-required, .hs-blog-post .blog .blog-subscribe__section .hs_email label {
  color: #fff;
}

.hs-blog-listing .blog .blog-subscribe__section .hs_email .hs-form-required, .hs-blog-listing .blog .blog-subscribe__section .hs_email label {
  color: #171717;
}

.hs-blog-listing .blog .blog-subscribe__section .hs_email input[type='email']{
  background-color: #fff;
  color: #171717;
  border-color: #171717;
}

.blog .blog-subscribe__section .hs-submit input[type='submit'] {
  margin-left: 15px;
  white-space: nowrap;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
  font-size: 21px;
  padding: 12px 30px;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section .hs-submit input[type='submit'] {
    float: right;
    margin-top: 15px;
  }
}

.blog .blog-sidebar__subscribe {
  padding-bottom: 35px;
}

.blog .blog-sidebar__subscribe p {
  font-size: 20px;
}

/* POPULAR POSTS */
.blog .popular-posts .popular-posts__item {
  display: flex;
}

.blog .popular-posts .popular-posts__item-index {
  flex-shrink: 0;
  width: 75px;
  font-size: 35px;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
}

.blog .popular-posts .popular-posts__item-info {
  font-size: 16px;
}

.blog .popular-posts .popular-posts__item-title {
  margin-bottom: 12px;
}

.blog .popular-posts .popular-posts__item-title a {
  font-size: 21px;
  color: var(#fff);
  font-weight: 700;
}

.blog .popular-posts .popular-posts__item-title a:focus,
.blog .popular-posts .popular-posts__item-title a:hover {
  text-decoration: none;
}

/* SPLITTED SECTION */

.splitted-section {
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .splitted-section {
    flex-direction: column;
  }
}

.splitted-section .blog-content {
  width: 60%;
}

.splitted-section .blog-sidebar {
  width: 40%;
  padding-left: 60px;
}

.splitted-section .blog-sidebar section {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .splitted-section .blog-content {
    width: 100%;
  }

  .splitted-section .blog-sidebar {
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
}

/* ALL POSTS */
@media (max-width: 768px) {
  .blog .all-posts {
    margin-top: 60px;
  }
}

.blog .all-posts__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog .all-posts__container .post-item {
  width: 48%;
  flex-direction: column;
}

@media (max-width: 576px) {
  .blog .all-posts__container .post-item {
    width: 100%;
  }

  .blog .all-posts__container .post-item__info {
    margin: unset;
  }
}

.blog .all-posts__container .post-item__left-section {
  margin: unset;
}

.blog .all-posts__container .post-item__image {
  padding-bottom: 65%;
}

.blog .all-posts__pagination-container .all-posts__pagination-link {
  float: left;
  min-width: 45px;
  padding: 0 15px;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.blog .all-posts__pagination-container .all-posts__pagination-link:hover {
  color: #fff;
  text-decoration: none;
}
.blog .all-posts__pagination-container .all-posts__pagination-link:first-child {
  min-width: auto;
  padding-left: 0px;
  padding-right: 24px;
}
.blog .all-posts__pagination-container .all-posts__pagination-link:last-child {
  border-right: unset;
}

.blog .all-posts__pagination-container .all-posts__pagination-link--active {
  font-weight: 700;
  color: var(--secondary-color);
}

/* CATEGORIES */

.blog .categories__item {
  margin-bottom: 25px;
}

.blog .categories__item-title {
  margin: unset;
}

.blog .categories__item-link {
  font-size: 21px;
  color: var(#fff);
  font-weight: 700;
}

.blog .categories__item-link:focus,
.blog .categories__item-link:hover {
  text-decoration: none;
  color: var(#fff);
}

.blog .categories__item-total-articles {
  font-size: 16px;
  color: var(--secondary-color);
}

/* SIMILAR POSTS  */
.blog .similar-posts__container .post-item {
  margin-bottom: 15px;
}

/* BLOG POST */
.blog .blog-post .blog-post__tag-container {
  font-size: 20px;
}

.blog .blog-post .blog-post__navigation {
  display: flex;
  justify-content: space-between;
}

.blog .blog-post .blog-post__button {
  text-align: center;
  min-width: 100px;
  max-width: 180px;
  font-size: 14px;
}
.blog .blog-post .blog-post__button_label {
  margin-bottom: 10px;
  font-family: var(--primary-font);
  font-size: 18px;
}

.blog .blog-post .blog-post__button a {
  display: block;
  width: 100%;
}

.blog .blog-post .blog-post__button_label span {
  color: var(--secondary-color);
  font-size: 25px;
  text-decoration: none!important;
}

.blog .blog-post .blog-post__button--prev {
  text-align-last: right;
}

.blog .blog-post .blog-post__button--next {
  text-align-last: left;
}

.blog .blog-post .blog-post__button_title {
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--secondary-font);
  font-weight: bold;
  font-size: 16px;
}

.blog .blog-post .blog-post__button--home svg path,
.blog .blog-post .blog-post__button--home svg polyline {
  color: #F1D396;
}

.blog .blog-post .blog-post__tag-link {
  display: inline-block;
  color: var(--blog-black-color);
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.blog .blog-post .blog-post__title span {
  font-size: inherit;
}

.blog .blog-post .blog-post__title {
  font-size: 48px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog .blog-post .blog-post__image {
  width: 100%;
  border-radius: 3px;
}

.blog .blog-post .blog-post__info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--blog-gray-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 25px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .blog .blog-post .blog-post__info-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .blog .blog-post .blog-post__social-share {
    margin-top: 25px;
  }
}

.blog .blog-post__post-info .author,
.blog .blog-post__post-info .post-date {
  margin: 0 10px;
}

.blog .blog-post__post-info .author { margin-left: 0;}
.blog .blog-post__post-info .post-date { margin-right: 0; }
/* Error pages */



.p220px{     padding-top: 60px;  }




@media (max-width: 767px) {
  
.err404{ padding-top: 6rem;  }

}


.error-page { padding: 10rem 0; position: relative; text-align: center; }
.error-page:before { color: #00000024; 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: 700px; 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; }

/* Search pages */
.hs-search-field__bar { position: relative; }
.hs-search-field__suggestions { background-color: #FFF; max-width: 360px; position: absolute; right: 0; top: 100%; width: 100%; }
.hs-search-results { margin-top: 1.4rem; }
ul.hs-search-results__listing li { margin-bottom: 1.4rem; }
.hs-search-results__title { color: #494A52; font-family: Merriweather, serif; font-size: 1.25rem; margin-bottom: 0.35rem; text-decoration: underline; }
.hs-search-results__title:hover { text-decoration: none; }
.hs-search-results__description { padding-top: 0.7rem; }
.hs-search-highlight { font-weight: bold; }
.hs-search-results__pagination a { color: #0270E0; }

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

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div { padding-bottom: 0 !important; }
.backup-unsubscribe input[type=email] { margin-bottom: 1.4rem; padding: 0.7rem !important; }




/*  */
.error-page {padding: 22rem 0; color: var(--primary-color);}
.spacing__section { padding: 170px 0 100px; color: var(--primary-color); }
.spacing__section h1, .spacing__section h3 { color: var(--primary-color); }
.spacing__section p.introduction { color: var(--primary-color); }
.spacing__section ul.no-list {list-style: none;margin: 0;padding: 0;}
.spacing__section .hs-form-field { margin-bottom: 15px; }
.hs_cos_wrapper_type_member_login > .hs-form-field { margin-bottom: 0px; display:none; }
.hs_cos_wrapper_type_password_reset_request > .hs-form-field { margin-bottom: 0px;display:none; }
.hs_cos_wrapper_type_password_reset > .hs-form-field { margin-bottom: 0px; display:none; }
.hs_cos_wrapper_type_member_login > .hs-form-field { margin-bottom: 0px; display:none; }
.hs_cos_wrapper_type_member_register > .hs-form-field { margin-bottom: 0px; display:none; }
.hs_cos_wrapper_type_password_reset_request > .hs-form-field { margin-bottom: 0px; display:none; }
.spacing__section form label { font-family: 'DM Sans' !important; font-weight: bold; font-size: 16px; line-height: 20px; padding-bottom: 11px; margin: 0; }
.spacing__section a { margin-bottom: 5px;display: inline-block;color: var(--primary-color) }
.spacing__section #hs-login-widget-remember~label { font-weight:400;   display: inline-block; margin-bottom: .175rem; }
.spacing__section a:hover { color: var(--secondary-color); }
.spacing__section form .actions { text-align: left; padding: 15px 0; }
.spacing__section ul.no-list label{font-weight: 400;margin-bottom: 0;}
.spacing__section .password-prompt input[type=password]{  width: 100% !important; border: 1px solid #d1d6dc; padding: 12px 15px; font-family: 'DM Sans' !important; border: 2px solid #959595; border-radius: 7px !important; width: 100%; min-height: 50px; outline: none !important; }
.spacing__section form {padding-top: 30px;}
.spacing__section .email-prefs { padding-top: 32px; }
.spacing__section .page-header br { display: none; }
.spacing__section .email-prefs .item { margin-top: 20px; }
.subscribe-options { margin-top: 20px; margin-bottom: 20px; }
#email-prefs-form .header { margin-bottom: 10px; }
.spacing__section input[type=email], .spacing__section input[type=file], .spacing__section input[type=number], .spacing__section input[type=password], .spacing__section input[type=tel], .spacing__section input[type=text], .spacing__section select, .spacing__section textarea { width: 100% !important; border: 1px solid #d1d6dc; padding: 12px 15px; font-family: 'DM Sans' !important; border: 2px solid #959595; border-radius: 7px !important; width: 100%; min-height: 50px; outline: none !important; }
@media(max-width:991px){
  .error-page {padding: 20rem 0;}
  .spacing__section { padding: 130px 0 100px; }
  
  
}

@media(max-width:767px){
  .error-page {padding: 15rem 0;}
  .spacing__section { padding: 100px 0 80px; }
   main.body-container-wrapper {margin-top: 0px !important;}
  .full__spacing {padding: 218px 0 100px;}
  [data-hs-cos-type=rich_text] p { padding:0 !important;}
  
}

@media(max-width:500px){
      main.body-container-wrapper {margin-top: 0px !important;   }
}
.body-wrapper{
  overflow: hidden;
}


 ul.bullet-black li{ color:#000000; padding: 10px 0; }


/* sm */
@media (max-width: 767.98px) {
  [data-hs-cos-type='rich_text'] p {
    font-size: 14px;
    padding: 0px 15px;
  }

  .real-time-section .call-to-action,
  .events-section .call-to-action {
    font-size: 18px;
  }

  .why-choose-real-time-section .call-to-action {
    font-size: 14px;
    text-transform: uppercase;
  }
}