// IMPORT FONTS
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
// HS FONTS

@font-face {
    font-family: 'ProximaNova';
    src: url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'),
        url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'),
        url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
        url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
        url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/Fonts/ProximaNova/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*, *: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 */
/* body{
    background-color: var(--test-color);
    
} */
.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_menu:after,
.slicknav_menu:before {
    display: table;
    content: " "
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_nav,
.slicknav_nav ul {
    padding: 0;
    list-style: none;
    overflow: hidden
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
.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: black;
}

.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 ::-webkit-input-placeholder {
    color: #515151;
}
form ::-moz-placeholder {
    color: #515151;
}
form ::-ms-input-placeholder {
    color: #515151;
}
form :-ms-input-placeholder {
    color: #515151;
}
form :-moz-placeholder {
    color: #515151;
}
.hs-error-msgs {
    list-style: none;
    padding-left: 0;
    margin: 0px;
}
.hs-error-msgs li {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    color: #b20000;
    font-weight: 500;
}
.hs-error-msgs li:first-child {
    margin-left: 0px;
}
.hs-error-msgs li:before {
    content: '';
    display: none !important;
}
.hs-error-msgs li a {
    color: inherit;
    font-weight: inherit;
}
.form-title {
    max-width: 100%;
    margin: 0px auto 30px auto;
    text-align: left;
    font-size: 34px;
    font-weight: 300;
    line-height: normal;
    color: #515151;
}
.hs-form-field {
    margin-bottom: 30px;
}
.hs-form-field > label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    /* color: #7c7c7c; */
}
   #hs-pwd-widget-password,input.hs-input, textarea, select {
    appearance: none;
    border: none;
    padding: 15px 10px;
    outline: none;
    border-radius: 10px;
    background-color: #ebebeb;
    background-color:#f6f6f6;
    border: solid 1px rgba(36, 40, 43, 0.07);
    font-size: 18px;
    font-weight: 300;
    color: #7c7c7c;
}
input.hs-input::-ms-reveal, textarea::-ms-reveal, select::-ms-reveal {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
input.hs-input::-ms-clear, textarea::-ms-clear, select::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.hs_submit {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 40px auto 0px;
}
.hs_submit input[type="submit"] {
    display: inline-block;
    appearance: none;
    font-size: 18px;
    background-color: #346df1;
    color: #fff;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 13px;
    padding: 16px 20px;
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.26);
    text-align: center;
    cursor: pointer;
    min-width: 240px;
    transition: 0.3s all linear;
}
.hs_submit input[type="submit"]:hover {
    background-color: #fff;
    color: #346df1;
}
.inputs-list {
    padding-left: 0px;
}
.inputs-list.multi-container {
    padding-left: 20px;
}
.inputs-list.multi-container li {
    display: block;
    margin-left: 0px;
}
input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
input[type="checkbox"] + span {
    margin-left: 15px;
    position: relative;
}
input[type="checkbox"] + span:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    border-radius: 3px;
    border: 1px solid #346df1;
    top: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    cursor: pointer;
}
input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -27px;
    font-family: "FontAwesome";
    cursor: pointer;
}
input[type="checkbox"]:checked + span:after {
    content: "\f00c";
    color: #fff;
    font-size: 10px;
}
input[type="checkbox"]:checked + span:before {
    background: #346df1;
}
input[type="radio"] {
    visibility: hidden;
    display: none;
}
input[type="radio"] + span {
    margin-left: 14px;
    position: relative;
}
input[type="radio"] + span:before {
    content: '';
    border-radius: 50%;
    border: 1px solid #346df1;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    background-color: #fff;
    height: 15px;
    width: 15px;
    transition: 0.3s;
    cursor: pointer;
}
input[type="radio"] + span:after {
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #346df1;
    cursor: pointer;
}
input[type="radio"]:checked + span:after {
    content: "";
}
.select-wrapper {
    position: relative;
    cursor: pointer;
}
.select-wrapper select {
    cursor: pointer;
    background: #fff;
}
.select-wrapper:after {
    pointer-events: none;
    border-left: 2px solid #e9f0f2;
    content: '';
    width: 50px;
    height: 46px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    background-image: url('https://4152042.fs1.hubspotusercontent-na1.net/hubfs/4152042/6M%20Files/arrow-select.png');
}
textarea {
    resize: vertical;
    min-height: 160px;
}
form ul {
    padding-left: 20px;
}
form ul li {
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 60px;
}
@media (max-width: 767px) {
    form ul li {
        display: block;
        margin-left: 20px;
   }
}
form ul li:before {
    display: none;
}
form ul li:first-child {
    margin-left: 20px;
}
form fieldset {
    max-width: 100% !important;
    margin: auto;
}
form fieldset .hs-richtext {
    max-width: inherit;
}
form fieldset .input {
    width: 100%;
    margin: 0;
}
form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
}
form fieldset.form-columns-3 .hs-form-field {
    width: 33.33% !important;
}
form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
    padding-left: 10px;
    padding-right: 10px;
}
form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field:first-of-type {
    padding-left: 0;
}
form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field:last-of-type {
    padding-right: 0;
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
        width: 100% !important;
        padding: 0px;
   }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    form fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field input {
        width: 100% !important;
   }
}
/* 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;
}
header.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 30px; }

header.header {
  background: #343434;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000000;
  padding: 20px 0px;
  display: flex;
  height: 90px;
  align-items: center; }
  header.header .container {
    max-width: 1200px; }
    header.header .container > div:first-child {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  header.header .hs_cos_wrapper_type_logo img {
    position: relative;
    z-index: 99999;
    display: block; }
  header.header .slicknav_menu .slicknav_btn {
    margin: 6px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 4px; }
  header.header .slicknav_menu .slicknav_nav {
    padding: 0px 0px; }
    header.header .slicknav_menu .slicknav_nav a {
      padding: 0px;
      margin: 0px;
      border-radius: 0px;
      text-decoration: none; }
      header.header .slicknav_menu .slicknav_nav a a {
        padding: 0px; }

@media (max-width: 1024px) {
  header.header {
    padding: 15px 0px;
    height: 60px; }
    header.header .container > div:first-child .main-menu {
      display: none; }
    header.header .slicknav_menu {
      display: block; } }

.slicknav_menu {
  z-index: 997;
  width: auto;
  top: 50%;
  right: 0px;
  background: transparent;
  padding: 0px;
  display: none; }
  @media (max-width: 1024px) {
    .slicknav_menu {
      display: block; } }
  @media (max-width: 1024px) and (max-width: 767px) {
    .slicknav_menu.hiden {
      display: none; } }
  .slicknav_menu .button-wrapper {
    width: 100%;
    height: 60px;
    background: #346df1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    align-items: center;
    padding: 0px;
    justify-content: space-between;
    display: flex; }
    .slicknav_menu .button-wrapper .back,
    .slicknav_menu .button-wrapper .title {
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      appearance: none;
      border: none;
      cursor: pointer;
      background: transparent;
      width: 100%;
      text-align: left;
      padding: 0 20px;
      height: 60px; }
      .slicknav_menu .button-wrapper .back::before,
      .slicknav_menu .button-wrapper .title::before {
        content: '< '; }
  .slicknav_menu .slicknav_btn {
    position: relative;
    z-index: 9999;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    text-shadow: none;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    top: 16px;
    right: 20px; }
    .slicknav_menu .slicknav_btn .slicknav_icon {
      width: 20px;
      height: 14px;
      position: relative; }
      .slicknav_menu .slicknav_btn .slicknav_icon span {
        box-shadow: none;
        background-color: #000!important;
        width: 100%;
        display: block;
        position: absolute;
        height: 2px;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        margin: 0 !important; }
  .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center; }
  .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2) {
    top: 6px;
    transform-origin: left center; }
  .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3) {
    top: 12px;
    transform-origin: left center; }
  .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 0px; }
  .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
    left: 0px; }
  .slicknav_menu .slicknav_nav {
    padding: 0px;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: scroll !important;
    display: none !important;
    flex-direction: column;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 996;
    transition: 0.3s all;
    background: #343434;
    display: flex;
    flex-direction: column;
    min-width: 400px;
    height: calc(100vh - 60px); }
    @media (hover: hover) {
      .slicknav_menu .slicknav_nav {
        height: calc(100vh - 60px); } }
    @media (max-width: 599px) {
      .slicknav_menu .slicknav_nav {
        width: 100%;
        min-width: 100%; } }
    .slicknav_menu .slicknav_nav.loaded {
      display: flex !important; }
    .slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item::after {
      content: '>';
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      transform: rotate(0deg) !important; }
    .slicknav_menu .slicknav_nav a.slicknav_row.slicknav_item a::after {
      display: none; }
    .slicknav_menu .slicknav_nav.slicknav_hidden {
      display: flex !important;
      right: -120%; }
      .slicknav_menu .slicknav_nav.slicknav_hidden:after {
        right: -120%; }
    .slicknav_menu .slicknav_nav > li {
      margin: 0px auto;
      width: 100%; }
      .slicknav_menu .slicknav_nav > li > a {
        color: #fff;
        font-size: 16px; }
        .slicknav_menu .slicknav_nav > li > a > a {
          color: #fff; }
        .slicknav_menu .slicknav_nav > li > a:hover {
          border-radius: 0px; }
      @media (hover: hover) {
        .slicknav_menu .slicknav_nav > li:last-child {
          padding-bottom: 30px; } }
    .slicknav_menu .slicknav_nav li.slicknav_parent {
      position: relative; }
      .slicknav_menu .slicknav_nav li.slicknav_parent > a::after {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 18px;
        display: none; }
      .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow {
        display: none; }
      .slicknav_menu .slicknav_nav li.slicknav_parent.slicknav_open > a::after {
        transform: rotate(90deg); }
      .slicknav_menu .slicknav_nav li.slicknav_parent ul {
        margin: 0px;
        position: fixed;
        top: 60px;
        right: 0px;
        background-color: #343434;
        z-index: 996;
        transition: 0.3s all;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll !important;
        min-width: 400px;
        width: 100%;
        max-width: 400px;
        display: flex !important;
        flex-direction: column;
        height: calc(100vh - 154px);
        box-shadow: none;
        height: calc(100vh - 60px); }
        @media (hover: hover) {
          .slicknav_menu .slicknav_nav li.slicknav_parent ul {
            height: calc(100vh - 60px); } }
        @media (max-width: 599px) {
          .slicknav_menu .slicknav_nav li.slicknav_parent ul {
            width: 100%;
            min-width: 100%;
            max-width: 100%; } }
        .slicknav_menu .slicknav_nav li.slicknav_parent ul.slicknav_hidden {
          right: -110%; }
        .slicknav_menu .slicknav_nav li.slicknav_parent ul ul {
          z-index: 100000; }
        .slicknav_menu .slicknav_nav li.slicknav_parent ul .container {
          display: flex !important;
          flex-wrap: wrap;
          flex-direction: row; }
          .slicknav_menu .slicknav_nav li.slicknav_parent ul .container li {
            width: 50%;
            text-align: center;
            padding: 3%; }
            .slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a {
              text-align: center; }
              .slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a .icon-wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 auto 5px;
                height: 38px; }
                .slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a .icon-wrapper svg {
                  max-height: 90% !important;
                  width: auto !important; }
              .slicknav_menu .slicknav_nav li.slicknav_parent ul .container li a span {
                display: block;
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                color: #4d4d60; }
    .slicknav_menu .slicknav_nav a {
      padding: 15px 20px !important;
      margin: 0px 0px;
      border-radius: 0px;
      color: #fff;
      font-size: 16px; }
      .slicknav_menu .slicknav_nav a > a {
        padding: 0 !important; }
      .slicknav_menu .slicknav_nav a:hover {
        color: #fff; }
        .slicknav_menu .slicknav_nav a:hover a {
          color: #fff; }
      .slicknav_menu .slicknav_nav a a {
        padding: 0px; }
        .slicknav_menu .slicknav_nav a a:hover {
          color: #fff; }

@media (max-width: 1024px) {
  .body-container-wrapper.menu-hide {
    opacity: 0.2;
    filter: blur(3px); } }

.body-container-wrapper.open-modal {
  opacity: 0.3;
  filter: blur(3px);
  position: relative; }
  .body-container-wrapper.open-modal::before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 79896; }

body.lock-bg {
  overflow: hidden;
  user-select: none; }
  body.lock-bg .header {
    background-color: #fff;
    background-color: red; }
    body.lock-bg .header .slicknav_menu .slicknav_btn .slicknav_icon span {
      background-color: #fff; }
.footer {
  padding-top: 10px;
  padding-bottom: 30px; }
  .footer .container {
    max-width: 1550px; }

.footer--big .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 85px 0px; }
  .footer--big .bottom > div {
    width: 20%;
    text-align: center; }
    .footer--big .bottom > div:first-child {
      text-align: left;
      width: 40%; }
    .footer--big .bottom > div:last-child {
      text-align: right;
      width: 40%; }
  .footer--big .bottom .social-links {
    justify-content: flex-end; }

@media (max-width: 767px) {
  .footer--big .bottom {
    flex-wrap: wrap; }
    .footer--big .bottom > div {
      width: 100% !important;
      text-align: center; }
      .footer--big .bottom > div:first-child {
        order: 4;
        margin-top: 30px;
        text-align: center; }
    .footer--big .bottom .widget-type-logo {
      margin-top: 20px; }
    .footer--big .bottom .social-links {
      justify-content: center;
      margin-top: 20px; } }




.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 .blog-listing-wrapper{
padding-top: 40px;
}
.blog .blog-listing-wrapper h1 {
	 font-size: 36px;
	 font-weight: 600;
	 color: #24282b;
   margin: 0px 0px 30px;
   display:block;
}
 @media (max-width: 1024px) {
	 .blog .blog-listing-wrapper h1 {
		 margin: 30px 0px;
	}
}
 .blog .body-container {
	 position: relative;
}
 .blog .body-container > div {
	 position: relative;
	 z-index: 3;
	 top: 5;
}
 /* .blog .blog-listing-wrapper:after {
	 top: 0px;
	 left: 0px;
	 z-index: -1;
	 position: absolute;
	 content: '';
	 width: 100%;
	 height: 950px;
	 display: block;
	 background-image: linear-gradient(to top, #fdfdfd, #eaeaea);
} */
 .blog .featured-posts {
	 display: flex;
	 justify-content: space-between;
	 height: 500px;
	 margin-bottom: 20px;
}
 @media (max-width: 1024px) {
	 .blog .featured-posts {
		 flex-wrap: wrap;
		 height: auto;
	}
}
.blog  a {
text-decoration: none;
}
 .blog .featured-posts > a {
   height: 100%;
   text-decoration: none;
}
 .blog .featured-posts > a:first-child {
	 max-width: 625px;
	 width: 100%;
	 margin-right: 40px;
}
 @media (max-width: 1024px) {
	 .blog .featured-posts > a:first-child {
		 max-width: 100%;
		 margin-right: 0px;
		 margin-bottom: 40px;
		 padding: 25px 20px;
	}
}
 .blog .featured-posts > div {
	 max-width: 435px;
	 width: 100%;
}
 @media (max-width: 1024px) {
	 .blog .featured-posts > div {
		 max-width: 100%;
	}
}
 .blog .featured-posts > div > a.thumb {
	 height: calc(50% - 20px);
	 padding: 25px 20px;
}
 .blog .featured-posts > div > a.thumb:first-child {
	 margin-bottom: 40px;
}
 .blog .featured-posts > div > a.thumb h2 {
	 font-size: 18px;
	 color: #fff;
}
 .blog .featured-posts .thumb {
	 border-radius: 5px;
	 display: block;
	 padding: 45px 40px;
	 color: #fff;
	 background-size: cover;
	 background-position: center center;
	 transition: 0.3s all;
	 display: flex;
	 align-items: flex-end;
	 position: relative;
}
 .blog .featured-posts .thumb:before {
	 content: '';
	 display: block;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 opacity: 0.69;
	 z-index: 2;
	 border-radius: 5px;
	 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
 .blog .featured-posts .thumb:hover {
	 box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.5);
}
 .blog .featured-posts .thumb > div {
	 position: relative;
   z-index: 3;
   width:100%;
}
 .blog .featured-posts .thumb .topics span {
	 display: inline-block;
	 padding: 10px 18px;
	 border-radius: 5px;
	 background-color: rgba(255, 216, 219, .8);
	 font-size: 14px;
	 font-weight: 600;
	 color: #346df1;
}
 .blog .featured-posts .thumb h2 {
	 display: block;
	 font-size: 27px;
	 color: #fff;
	 line-height: normal;
	 border-bottom: rgba(255, 255, 255, 0.33) 1px solid;
	 padding-bottom: 15px;
}
 @media (max-width: 1024px) {
	 .blog .featured-posts .thumb h2 {
		 font-size: 18px;
	}
}
 .blog .featured-posts .thumb .detalis {
	 display: flex;
	 justify-content: space-between;
}
 .blog .featured-posts .thumb .detalis span {
	 font-size: 16px;
}
 .blog .blog-tags {
	 margin-bottom: 50px;
	 border-bottom: solid 1px rgba(151, 151, 151, 0.17);
}
 .blog .blog-tags h3 {
	 font-size: 24px;
	 font-weight: 600;
}
 .blog .blog-tags ul {
	 display: flex;
	 flex-wrap: wrap;
	 list-style: none;
   margin-bottom: 35px;
   padding:0px;
}
 .blog .blog-tags ul li {
	 display: block;
}
 .blog .blog-tags ul li a {
	 border-radius: 5px;
	 background-color: #e1e1e1;
	 color: #6e6e6e;
	 font-weight: 600;
	 font-size: 14px;
	 padding: 10px 35px;
	 margin: 0px 35px 35px 0px;
	 display: block;
	 transition: 0.3s all;
}
 .blog .blog-tags ul li a:hover, .blog .blog-tags ul li a.active {
	 background-color: #346df1;
	 color: #346df1;
	 box-shadow: 0 2px 25px 0 rgba(52, 109, 241, 0.45);
	 color: #fff;
}
 .blog .blog-listing {
	 display: flex;
	 flex-wrap: wrap;
	 margin-left: -20px;
	 width: calc(100% + 40px);
	 transition: 0.3s all;
}
 .blog .blog-listing.loading .post-item > div {
	 position: relative;
	 overflow: hidden;
}
 .blog .blog-listing.loading .post-item > div:after {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(255, 255, 255, 0.8);
}
 .blog .blog-listing .post-item {
	 width: 33.3333%;
	 padding: 20px;
}
 @media (max-width: 1024px) {
	 .blog .blog-listing .post-item {
		 width: 50%;
	}
}
 @media (max-width: 640px) {
	 .blog .blog-listing .post-item {
		 width: 100%;
	}
}
 .blog .blog-listing .post-item > div {
	 border-radius: 5px;
	 background-color: #fff;
   border: solid 1px #c1c1c1;
   height: 100%;
}
 .blog .blog-listing .post-item .thumb {
	 background-size: cover;
	 background-position: center center;
	 width: 100%;
	 height: 200px;
	 display: block;
	 border-radius: 5px;
	 margin-bottom: 15px;
	 transition: 0.3s all;
}
 .blog .blog-listing .post-item .thumb:hover {
	 opacity: 0.7;
}
 .blog .blog-listing .post-item .date {
	 color: #9d9d9d;
	 font-size: 16px;
	 font-weight: 400;
	 padding: 0 25px;
}
 .blog .blog-listing .post-item h3 {
	 font-size: 18px;
	 font-weight: 600;
	 color: #24282b;
	 padding: 0 25px;
}
 .blog .blog-listing .post-item p {
	 color: #9d9d9d;
	 font-size: 16px;
	 font-weight: 400;
	 padding: 0 25px;
	 line-height: 1.88;
}
 .blog .blog-listing .post-item a.more-link {
	 padding: 0 25px;
	 margin-bottom: 20px;
	 display: inline-block;
}
 .blog .blog-listing .post-item a.more-link svg {
	 transition: 0.3s all;
}
 .blog .blog-listing .post-item a.more-link:hover svg {
	 margin-left: 5px;
}
 .blog .blog-pagination {
	 text-align: center;
	 margin: 100px auto;
}
 @media (max-width: 1024px) {
	 .blog .blog-pagination {
		 margin: 50px 0px 60px;
	}
}
 .blog .blog-pagination .next-posts-link {
	 display: inline-block;
	 margin: 0px auto;
	 max-width: 260px;
	 width: 100%;
	 border-radius: 13px;
	 background-color: #346df1;
	 box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.26);
	 text-align: center;
	 color: #fff;
	 padding: 16px 10px;
	 font-size: 18px;
}
.blog .featured-posts.iq-blogposts__featured {
display: flex;
flex-wrap: wrap;
height: auto;
}

.blog .featured-posts.iq-blogposts__featured .iq-blogpost__featured {
width: 100%;
max-width: unset;
margin: 0 0 2rem 0;
min-height: 280px;
padding: 1rem 0;

}
.blog .featured-posts.iq-blogposts__featured > div > a.thumb {
height: 100%;
padding: 1rem;
}

.blog .featured-posts.iq-blogposts__featured .inner-wrapper .topics {
display:none
}

@media only screen and (min-width: 720px) {
  .blog .featured-posts.iq-blogposts__featured .iq-blogpost__featured {
   width: calc(50% - 15px);
   /* padding: 1rem; */
}
}
#ajax-container{
	position: relative;
}
.lds-ring-wrapper{
	     position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lds-ring.loading{
	display: block;
}
.lds-ring {
  display: none;
  width: 40px;
  height: 40px;
}
.lds-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #346df1 transparent #346df1 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-container--blog-post .main-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-top: 80px;
    color: #9d9d9d;
  
}
@media (max-width: 767px) {
    .body-container--blog-post .main-wrapper {
        flex-wrap: wrap;
   }
}
.body-container--blog-post .main-wrapper > div:first-child {
    width: 100%;
    max-width: 720px;
    padding-top: 5px;
}
.body-container--blog-post .main-wrapper > div:last-child {
    width: 100%;
    max-width: 245px;
}
@media (max-width: 767px) {
    .body-container--blog-post .main-wrapper > div:last-child {
        max-width: 100%;
   }
}
.body-container--blog-post .hs-blog-social-share ul {
    display: flex;
}
.body-container--blog-post .hs-blog-social-share ul li {
    margin-right: 10px;
    line-height: 1;
} 
.body-container--blog-post .blog-post .img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    cursor: zoom-in;
    background-color: transparent;
    transition: 0.3s all linear;
}
.body-container--blog-post .blog-post .img-wrapper img {
    position: relative;
    z-index: -1;
}
.body-container--blog-post .blog-post .img-wrapper:hover {
    background-color: rgba(214, 55, 67, 0.45);
}
.body-container--blog-post .ligth-box-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000001;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .9);
    display: none;
    align-items: center;
    justify-content: center;
}
.body-container--blog-post .ligth-box-wrapper > div {
    display: flex !important;
    width: 100vw;
    height: 100vh;
    cursor: zoom-out;
    align-items: center;
    justify-content: center;
}
.body-container--blog-post .ligth-box-wrapper > div > div {
    text-align: center;
    cursor: auto;
}
@media (max-width: 767px) {
    .body-container--blog-post .sidebar {
        width: 100%;
   }
}
.body-container--blog-post .sidebar .about {
    border-bottom: solid 1px rgba(151, 151, 151, 0.3);
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.body-container--blog-post .sidebar .about .hs-cta-wrapper a {
    margin-top: 10px;
}
.body-container--blog-post .sidebar .subscribe-blog {
    margin-bottom: 40px;
    padding: 20px ;
    background-color: #f0f0f0;
    border-radius: 7.5px;
}
.body-container--blog-post .sidebar .subscribe-blog h3 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
    margin: 20px 0;
    word-break: break-word;
    /* color: #24282b; */
}
/* .body-container--blog-post .sidebar .subscribe-blog h3:before {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #346df1;
    border-radius: 50%;
    margin: 0px auto 20px;
    content: '';
    background-image: url('https://4418714.fs1.hubspotusercontent-na1.net/hubfs/4418714/6M%20Files/icon.-blog-sub.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
} */
.body-container--blog-post .sidebar .subscribe-blog form .legal-consent-container {
    font-size: 11px;
}
.body-container--blog-post .sidebar .subscribe-blog form .legal-consent-container .hs-richtext p, .body-container--blog-post .sidebar .subscribe-blog form .legal-consent-container .hs-richtext span {
    font-size: 11px;
}
.body-container--blog-post .sidebar .subscribe-blog form span.hs-form-required {
    color: #346df1;
}
.body-container--blog-post .sidebar .subscribe-blog form input.hs-input {
    background-color: #f6f6f6;
    width: 100%;
}
.body-container--blog-post .sidebar .subscribe-blog form .hs_submit {
    margin-top: 0px;
    margin-bottom: 20px;
}
.body-container--blog-post .sidebar .subscribe-blog form .hs_submit input[type="submit"] {
    min-width: auto;
    width: 80%;
    margin-top: 20px;
}
.body-container--blog-post .sidebar .subscribe-blog form input[type="checkbox"] + span {
    display: block;
}
.body-container--blog-post .sidebar .ebook-banner {
    padding: 25px 18px;
    margin-bottom: 100px;
}
.body-container--blog-post .sidebar .ebook-banner .inner-wrapper {
    flex-direction: column;
}
.body-container--blog-post .sidebar .ebook-banner .inner-wrapper > div {
    width: 100%;
}
.body-container--blog-post .sidebar .ebook-banner .inner-wrapper .content {
    color: #fff;
    text-align: center;
}
.body-container--blog-post .sidebar .ebook-banner .inner-wrapper .content p {
    font-size: 16px;
}

.body-container--blog-post .sidebar .ebook-banner .inner-wrapper .cta-wrapper {
    transform: translateX(0px);
}
.body-container--blog-post .sidebar .ebook-banner .inner-wrapper .cta-wrapper a {
    margin-top: 20px;
    display: block;
}
.body-container--blog-post .sidebar .blog-cat {
    border-top: solid 1px rgba(151, 151, 151, 0.3);
}
.body-container--blog-post .releted-posts {
    margin-bottom: 100px;
}
.body-container--blog-post  .hero-banner-blog{
    min-height: 400px;
  }
.body-container--blog-post .main-wrapper {
      flex-wrap: wrap;
  
  }
  
  

  
  
  .body-container--blog-post .main-wrapper > div:nth-child(1){
    max-width: fit-content;
    width: calc(70% - 20px);
  }
  
  
  
  .body-container--blog-post .main-wrapper > div:nth-child(2){
        max-width: fit-content;
    width: calc(30% - 20px);
    }
  
  
  @media(max-width: 1024px){


      .body-container--blog-post .main-wrapper > div:nth-child(1){
        max-width: fit-content;
        width: 100%
      }



      .body-container--blog-post .main-wrapper > div:nth-child(2){
         max-width: fit-content;
        width: 100%
    }
    }


    .body-container--blog-post .top-header {
        width: 100%;
        /* margin-top: 40px; */
        padding-top: 40px;
   }
    .body-container--blog-post .top-header .topic-wrapper a {
        display: inline-block;
        padding: 10px 18px;
        border-radius: 5px;
        background-color: #0270e0;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
   }
    .body-container--blog-post .top-header h1 {
        font-size: 36px;
        margin-bottom: 5px;
        margin-top: 20px;
   }
    .body-container--blog-post .top-header .author-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
   }
    .body-container--blog-post .top-header .author-wrapper .avatar {
        min-width: 50px;
        width: 50px;
        height: 50px;
        background-position: center center;
        background-size: cover;
        border-radius: 50%;
   }
    .body-container--blog-post .top-header .author-wrapper span {
        font-size: 16px;
        font-weight: 300;
   }
    .body-container--blog-post .top-header .author-wrapper span a, 
    .body-container--blog-post .top-header .author-wrapper span small {
        display: inline-block;
        color: #346df1;
        font-size: 16px;
        font-weight: 300;
        padding: 5px 15px;
        border-right: 1px solid #000;
   }
    .body-container--blog-post .top-header .author-wrapper span small {
        border-right: none;
        color: #000;
   }
    .body-container--blog-post .top-header .thumb img {
        width: 100% !important;
   }
    .body-container--blog-post .hs-blog-social-share {
        margin-bottom: 0px;
        height: auto;
   }
    @media (max-width: 767px) {
        .body-container--blog-post .hs-blog-social-share {
            margin-bottom: 0px;
       }
   }
    .body-container--blog-post .hs-blog-social-share ul {
        list-style: none;
        display: flex;
        margin: 0px;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
   }
    .body-container--blog-post .hs-blog-social-share ul li {
        float: none;
        padding: 0px;
        margin: 0px 10px 10px 0px !important;
        display: block;
   }
    .body-container--blog-post .hs-blog-social-share ul li span {
        display: block !important;
   }
    .body-container--blog-post .hs-blog-social-share ul li::before {
        display: none;
   }
    .body-container--blog-post .main-wrapper {
        padding-top: 0px;
        margin-top: 20px;
   }
    .body-container--blog-post blockquote {
        line-height: 1.5;
        text-align: left;
   }
    .body-container--blog-post .main-wrapper {
        color: #000;
   }
    .body-container--blog-post .main-wrapper .blog-post ul {
        margin: 1rem 0;
   }
    .body-container--blog-post .main-wrapper .blog-post ul li {
        margin-left: 2rem;
   }
    .body-container--blog-post .main-wrapper .blog-post .img-wrapper, .body-container--blog-post .main-wrapper .blog-post img {
        max-width: 100%;
   }
    
   .body-container--blog-post .blog-categories h3{

    margin: 20px 0px;
   }
   .body-container--blog-post .blog-categories ul {
    list-style: none;
    padding-left: 0px;
}
.body-container--blog-post .blog-categories ul li {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.body-container--blog-post .blog-categories ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #346df1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.body-container--blog-post .blog-categories ul li a {
    color: #9d9d9d;
    transition: 0.3s all;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.body-container--blog-post .blog-categories ul li:hover a {
    color: #346df1;
    border-bottom: 1px solid #346df1;
    text-decoration: none;
}


/* RALTED POST */

.body-container--blog-post .releted-posts {
    /* margin-bottom: 100px; */
    /* max-width: 1100px; */
    margin: 0 auto 100px;
}
.body-container--blog-post .releted-posts h3 {
    margin-bottom: 30px;
}
.body-container--blog-post .releted-posts .post-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   
}
.body-container--blog-post .releted-posts .thumb {
    border-radius: 5px;
    display: block;
    padding: 30px 25px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    transition: 0.3s all;
    display: flex;
    align-items: flex-end;
    position: relative;
    max-width: 340px;
    width: 31%;
    min-height: 292px;
}
@media (max-width: 1024px) {
    .body-container--blog-post .releted-posts .thumb {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
   }
}
.body-container--blog-post .releted-posts .thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.69;
    z-index: 2;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
.body-container--blog-post .releted-posts .thumb:hover {
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.5);
}
.body-container--blog-post .releted-posts .thumb > div {
    position: relative;
    z-index: 3;
}
.body-container--blog-post .releted-posts .thumb .topics span {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 600;
    color: #346df1;
    margin-bottom: 5px;
}
.body-container--blog-post .releted-posts .thumb h2 {
    display: block;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
}
@media (max-width: 1024px) {
    .body-container--blog-post .releted-posts .thumb h2 {
        font-size: 18px;
   }
}



.body-container--blog-post .ebook-banner {
    margin-bottom: 100px;
    color:#FFF;
}
.body-container--blog-post .ebook-banner .inner-wrapper .content h2, .body-container--blog-post .ebook-banner .inner-wrapper .content h3, .body-container--blog-post .ebook-banner .inner-wrapper .content h4, .body-container--blog-post .ebook-banner .inner-wrapper .content h5, .body-container--blog-post .ebook-banner .inner-wrapper .content h6 {
    color: inherit;
}
.membership-page {
  margin-bottom: 140px !important; }
  .membership-page h2 {
    text-align: center; }
  .membership-page .systems-page > div:last-child p {
    margin-top: 5px;
    font-size: 14px;
    display: block; }
  .membership-page .content-wrapper {
    max-width: 600px;
    padding: 0 20px;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2); }
  .membership-page form input#hs-login-widget-remember + label {
    padding-left: 25px; }
  .membership-page form label {
    position: relative; }
  .membership-page form input[type='checkbox'] + label:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 3px;
    border: 1px solid #346df1;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    cursor: pointer; }
  .membership-page form input[type='checkbox'] + label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    font-family: 'FontAwesome';
    cursor: pointer; }
  .membership-page form input[type='checkbox']:checked + label:after {
    content: '\f00c';
    color: #fff;
    font-size: 10px; }
  .membership-page form input[type='checkbox']:checked + label:before {
    background: #346df1; }
  .membership-page form .hs-register-widget-show-password,
  .membership-page form .hs-reset-widget-show-password,
  .membership-page form .hs-login-widget-show-password {
    font-size: 14px; }
  .membership-page form #hs_login_reset {
    font-size: 14px; }
  .membership-page form .hs-form-field label {
    display: block;
    font-size: 14px;
    font-weight: 400; }
  .membership-page form .hs-form-field input {
    width: 100%; }

/* Error pages */
.error-page {
  padding: 15rem 0px;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .error-page {
      padding: 10rem 0px; } }

.error-page h1 {
  color: #346df1; }

.error-page:before {
  color: #f5f5f5;
  content: attr(data-error);
  font-family: inherit;
  font-size: 50vh !important;
  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 (max-width: 767px) {
  .error-page:before {
    font-size: 30vh !important; } }

.error-page__heading {
  margin-bottom: 10px; }

/* System pages */
.page-system input#submitbutton {
  margin-top: 40px !important; }

.page-system .content-wrapper {
  min-height: calc(100vh - 300px); }

.page-system #email-prefs-form {
  padding-bottom: 40px; }
  .page-system #email-prefs-form .page-header,
  .page-system #email-prefs-form .email-prefs {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .page-system #email-prefs-form .page-header {
    padding-top: 100px;
    padding-bottom: 50px; }
    .page-system #email-prefs-form .page-header br {
      display: none; }
    .page-system #email-prefs-form .page-header h1 {
      font-size: 48px;
      line-height: 1.35;
      font-weight: bold; }
      @media (min-width: 768px) {
        .page-system #email-prefs-form .page-header h1 {
          font-size: 64px; } }
    .page-system #email-prefs-form .page-header h2 {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 20px; }
  .page-system #email-prefs-form .email-prefs {
    padding-bottom: 40px; }
    .page-system #email-prefs-form .email-prefs p.header {
      margin-top: 40px;
      font-size: 24px;
      line-height: 1.2;
      background: transparent;
      font-weight: bold;
      margin-bottom: 40px; }
    .page-system #email-prefs-form .email-prefs .item {
      margin: 0px; }
      .page-system #email-prefs-form .email-prefs .item .item-inner {
        border: none;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        margin-top: 0;
        padding: 15px;
        background: #fff;
        border-radius: 0px;
        position: relative;
        padding: 30px 100px 35px 30px; }
        @media (max-width: 767px) {
          .page-system #email-prefs-form .email-prefs .item .item-inner {
            padding: 30px 100px 35px 5px; } }
        .page-system #email-prefs-form .email-prefs .item .item-inner.hove#346df1 {
          box-shadow: none; }
        .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row {
          overflow: visible; }
          .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel {
            display: block;
            width: 100%;
            height: 20px;
            position: static; }
            .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel input {
              display: inline-block;
              margin: 0;
              padding: 0;
              width: 0;
              height: 0;
              visibility: hidden;
              opacity: 0;
              pointer-events: none;
              visibility: visible;
              width: 70px;
              height: 37px;
              position: absolute;
              right: 18px;
              top: 50%;
              transform: translateY(-50%);
              pointer-events: all;
              z-index: 12;
              cursor: pointer; }
            .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel span {
              margin: 0px 0px 15px 0px;
              font-size: 21px;
              line-height: 25px;
              float: none;
              position: static; }
            .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel > span:first-of-type:before {
              content: '';
              position: absolute;
              right: 20px;
              left: auto;
              top: 50%;
              transform: translateY(-50%);
              display: block;
              width: 68px;
              height: 38px;
              background-color: #fff;
              border: 1px solid #ccc;
              border-radius: 26px;
              margin-bottom: 0px;
              cursor: pointer;
              transition: all 0.3s ease; }
            .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel > span:first-of-type:after {
              content: ' ';
              display: block;
              position: absolute;
              top: 50%;
              left: auto;
              right: 54px;
              transform: translateY(-50%);
              width: 28px;
              height: 28px;
              background-color: #ccc;
              border-radius: 50%;
              transition: all 0.3s ease; }
            .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel input:checked + span:before {
              background-color: #346df1;
              border-color: #346df1; }
            .page-system #email-prefs-form .email-prefs .item .item-inner .checkbox-row .fakelabel input:checked + span:after {
              right: 26px;
              background-color: #fff; }
        .page-system #email-prefs-form .email-prefs .item .item-inner p {
          margin: 5px 0px 0px 0px;
          color: #999999;
          font-size: 16px;
          letter-spacing: -0.34px;
          line-height: 22px; }
    .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child {
      border: none;
      overflow: hidden;
      margin-top: 0;
      padding: 15px;
      background: rgba(204, 204, 204, 0.2);
      border-radius: 0px;
      position: relative;
      padding: 30px 100px 35px 30px; }
      @media (max-width: 767px) {
        .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child {
          padding: 30px 100px 35px 5px; } }
      .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child label {
        margin: 0px; }
      .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        pointer-events: none; }
      .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input:checked + span:before {
        background-color: #346df1;
        border-color: #346df1; }
      .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input:checked + span:after {
        right: 26px;
        background-color: #fff; }
      .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input + span {
        margin: 0px 0px 0px 0px;
        color: #0f2043;
        font-size: 21px;
        letter-spacing: -0.44px;
        line-height: 25px;
        display: inline-block;
        position: static; }
        .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input + span:before {
          content: '';
          position: absolute;
          right: 20px;
          left: auto;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          width: 68px;
          height: 38px;
          background-color: #fff;
          border: 1px solid #ccc;
          border-radius: 26px;
          margin-bottom: 0px;
          cursor: pointer;
          transition: all 0.3s ease; }
        .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input + span:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 50%;
          left: auto;
          right: 54px;
          transform: translateY(-50%);
          width: 28px;
          height: 28px;
          background-color: #ccc;
          border-radius: 50%;
          transition: all 0.3s ease; }
        .page-system #email-prefs-form .email-prefs .subscribe-options > p:last-child input + span span {
          display: block;
          color: #999999;
          font-size: 16px;
          letter-spacing: -0.34px;
          line-height: 22px;
          font-weight: 500;
          margin-top: 15px;
          margin-left: 0px;
          margin-bottom: 0px; }
    .page-system #email-prefs-form .email-prefs #submitbutton {
      margin: 30px 0px 0px auto;
      display: block; }

.page-system.subscription-template .page-header {
  padding: 100px 0px; }
  .page-system.subscription-template .page-header h1 {
    font-size: 48px;
    line-height: 1.35;
    font-weight: bold;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .page-system.subscription-template .page-header h1 {
        font-size: 64px; } }

.page-system.subscription-template h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.page-system.subscription-template #email-prefs-form {
  padding: 0px 0px 100px; }
  .page-system.subscription-template #email-prefs-form input.hs-input {
    font-family: inherit;
    font-size: 16px !important;
    max-width: 456px !important;
    padding: 15px 10px !important; }

.page-system.subscription-template .systems-page {
  margin-top: 190px; }

.page-system.subscription-template #hs-pwd-widget-password {
  font-family: inherit;
  font-size: 16px !important;
  max-width: 456px !important;
  padding: 15px 10px !important;
  height: auto !important;
  margin-top: 0;
  width: 100%; }

.page-system.subscription-confirmation .page-header {
  padding: 100px 0px 20px; }
  .page-system.subscription-confirmation .page-header h1 {
    font-size: 48px;
    line-height: 1.35;
    font-weight: bold;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .page-system.subscription-confirmation .page-header h1 {
        font-size: 64px; } }
  .page-system.subscription-confirmation .page-header h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px; }

.page-system.subscription-confirmation #content {
  margin-bottom: 120px;
  padding: 80px 0px 20px;
  color: #1a9c00;
  font-weight: bold; }

.page-system.search-result h1 {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  margin-bottom: 45px;
  margin-top: 145px; }

.page-system.search-result .hs-search-field {
  background-color: #4d4d60;
  border-radius: 8px;
  padding: 30px 40px; }
  @media (max-width: 1024px) {
    .page-system.search-result .hs-search-field {
      padding: 15px 20px 30px; } }
  .page-system.search-result .hs-search-field form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .page-system.search-result .hs-search-field form {
        justify-content: flex-end;
        flex-wrap: nowrap; } }
    .page-system.search-result .hs-search-field form label {
      color: #fff;
      font-size: 282px;
      font-weight: 700;
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .page-system.search-result .hs-search-field form label {
          width: auto;
          margin: 0 auto 0 0;
          line-height: 50px; } }
    .page-system.search-result .hs-search-field form .hs-search-field__input {
      width: calc(100% - 80px); }
      @media (min-width: 1024px) {
        .page-system.search-result .hs-search-field form .hs-search-field__input {
          max-width: 340px;
          margin-right: 12px; } }
    .page-system.search-result .hs-search-field form button {
      width: 70px;
      cursor: pointer;
      background-color: #346df1;
      appearance: none;
      border: none;
      color: #fff;
      height: 55px;
      padding: 0;
      border-radius: 4px; }
      .page-system.search-result .hs-search-field form button svg {
        height: 14px; }
        .page-system.search-result .hs-search-field form button svg path {
          fill: #fff; }

.page-system.search-result .hs-search-results__listing {
  margin-top: 50px;
  margin-bottom: 72px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .page-system.search-result .hs-search-results__listing li a {
    color: #346df1;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none; }
  .page-system.search-result .hs-search-results__listing li p {
    font-size: 16px; }

.page-system.search-result .hs-search-results__pagination a {
  margin-bottom: 100px;
  margin-top: 50px;
  line-height: 50px;
  padding: 0px 15px;
  text-align: center;
  width: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #346df1;
  color: #fff !important;
  font-size: 14px; }