*, *: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;
  padding: 0 20px;
}

.dnd-section > .row-fluid,
.header-contaniner,
.footer-contaniner{
  margin: 0 auto;
}

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

.blog_feature_wrapper .dnd-section,
.blog_feature_wrapper .dnd-section > .row-fluid,
.sub_form_wrapper .dnd-section,
.sub_form_wrapper .dnd-section > .row-fluid{
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
:root{
      --text-color: 34, 34, 34;
}
body {
  line-height: 1.7333333333;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.body-container-wrapper a {
    text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: normal;
}

/* Lists */

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

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;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:10px 0px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #D0D0D0;
  color: #E6E6E6;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-size: .875rem;
  padding: 10px 18px;
  width: 100%;
  line-height: 30px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 -54px rgb( 34, 34, 34) inset;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:10px 0px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.header-top-section {
	background-color: #D9D8D6;
	width: 100%;
	padding: 0px 40px;
}
.header-top-section p {
	color: #222;
	font-size: 14px;
	line-height: 1.714285713;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.header-bottom-section {
	background-color: #222222;
	width: 100%;
}
.header-contaniner {
	padding: 27px 40px;
	display: flex;
	align-items: center;
}
.header_logo {
	flex: 1 1 0;
	height:33px;
}
.header_logo a img {
	max-width: 220px;
}

/* ========================  menu style ==============================*/

.menu_wrapper .hs-menu-wrapper > ul>li {
	padding-right: 32px;
}
.menu_wrapper .hs-menu-wrapper ul>li:last-child {
	padding-right: 0px;
}
.menu_wrapper .hs-menu-wrapper> ul>li>a {
	color: #ffffff;
	font-size: 15px;
	position:relative;
	display:block;
}
.menu_wrapper .hs-menu-wrapper> ul>li>a:hover{
	color:#ffffff;
}
.menu_wrapper .hs-menu-wrapper>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
}
.menu_wrapper .hs-menu-wrapper> ul>li:hover>a:after{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transform-origin: left;
}


.menu_wrapper .hs-menu-wrapper ul > li > ul {
	background-color: #fff;
	border: 1px solid #DEDEDE;
	padding: 20px 0px;
	top: 56px!important;
	z-index:3;
}
.menu_wrapper .hs-menu-wrapper ul > li > ul > li>a {
	padding: 3px 30px;
	color: #222222;
	font-size: 15px;
}
.menu_wrapper .hs-menu-wrapper ul > li > ul > li>a:hover {
	color: #222222;
}

.menu_wrapper .hs-menu-wrapper ul>li>ul ul {
	left: -9999px !important;
	opacity: 0 !important;
	position: absolute !important;
}

.menu_wrapper .hs-menu-wrapper ul>li>ul li:hover > ul {
	left: 100% !important;
	opacity: 1 !important;
	top: 0 !important;
}

.menu_wrapper .hs-menu-wrapper > ul>li>ul:before {
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: -31px;
	background-color: transparent;
	height: 30px;
}


/* =================== header icon style ================== */

.header_icon_wrapper {
	flex: 1 1 0;
	display: flex;
	justify-content: flex-end;
}
.header_icon_wrapper a {
	color: #fff;
	position: relative;
	margin-right: 20px;
	display: inline-block;
}
.header_icon_wrapper a:hover{
	color:#ffffff;
}
.header_icon_wrapper a:last-child{
	margin-right:0;
}
.header_icon_wrapper a:before {
	content: "";
	position: absolute;
	top: -6px;
	bottom: -6px;
}
.header_icon_wrapper .icon {
	vertical-align: middle;
	background: none;
	pointer-events: none;
	overflow: visible;
}
.header_icon_wrapper .bubble-count {
	background: #ffffff;
	color: #222222;
	font-size: 9px;
	height: 21px;
	min-width: 21px;
	line-height: 1;
	border-radius: 21px;
	display: inline-flex;
	letter-spacing: 0;
	align-items: center;
	right: -14px;
	margin-left: 0;
	position: absolute;
	top: -8px;
	cursor: pointer;
	justify-content:center;
}




/* ========================= media query ========================== */


@media(min-width:1200px){
	.header_icon_mobile_wrapper{
		display:none;
	}
	.close-icon-mobile {
		display: none;
	}
	.login-button{
		display:none;
	}
	.menu_wrapper .hs-menu-wrapper ul>li:hover>ul {
		left: -32px !important;
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul>li>a:hover {
		opacity: 0.7;
	}
}

@media(max-width:1199px){
	.menu_wrapper .hs-menu-wrapper>ul>li>ul:before{
		display:none;
	}

	.close-icon-mobile {
		padding: 24px 0px;
	}
	.child-trigger {
		cursor: pointer;
		height: 40px;
		position: absolute;
		right: 0;
		top: 12px;
		width: 10px;
		display: flex;
		justify-content: flex-start;
	}

	.child-trigger:before {
		width: 10px;
		height: 2px;
		opacity: 1;
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(-90deg);
		background: #222222;
		transition: transform .4s ease-in-out,opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
	}
	.child-trigger:after {
		width: 2px;
		height: 10px;
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(-90deg);
		background: #222222;
		transition: transform .4s ease-in-out,opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
	}
	.close-icon-mobile svg {
		display: block;
		cursor: pointer;
	}
	body.open_menu .menu_wrapper {
		left: 0;
	}
	.menu_wrapper .hs-menu-wrapper>ul>li>a:after{
		display:none;
	}
	.menu_wrapper {
		position: fixed;
		left: -100%;
		top: 0;
		background-color: #ffffff;
		height: 100vh;
		max-width: 400px;
		width: 89vw;
		padding: 0 40px;
		padding-bottom: 40px;
		transition: all 0.7s;
		z-index: 9;
	}
	.menu_wrapper ul {
		flex-direction: column;
	}
	.menu_wrapper ul>li {
		border-bottom: 1px solid rgba(34,34,34,.15);
		position: relative;
	}
	.menu_wrapper .hs-menu-wrapper ul>li:last-child {
		padding-right: 0;
	}
	.menu_wrapper .hs-menu-wrapper>ul>li>a {
		padding: 21px 0;
		line-height: 1.2222222222;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 800;
		color: #222222!important;
		font-family: 'Montserrat';
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul {
		border: none;
		display: none;
		left: 0;
		opacity: 1 !important;
		position: static !important;
		right: 0;
		top: 0;
		visibility: visible;
		padding: 0 0 0 8px;
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul ul {
		position: static !important;
		opacity: 1 !important;
		display: none;
	}

	.menu_wrapper .hs-menu-wrapper ul>ul>li {
		border: none;
		margin-bottom: 15px;
	}

	.menu_wrapper .hs-menu-wrapper ul>ul>li>a {
		padding: 0;
	}
	.menu_wrapper li.child-open > .child-trigger:before {
		display: none;
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul>li {
		border: none;
		margin-bottom: 15px;
	}
	.menu_wrapper .hs-menu-wrapper>ul>li {
		padding: 0;
	}

	.menu_wrapper .hs-menu-children-wrapper li .child-trigger {
		top: -7px;
	}

	.menu_wrapper .hs-menu-children-wrapper li a {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul>li>ul {
		border-left: 1px solid rgba(34,34,34,.15);
	}


	.header_icon_mobile_wrapper {
		display: grid;
		grid-auto-flow: column;
		grid-gap: 20px;
		gap: 20px;
		align-items: center;
		justify-content: flex-start;
		color: #ffffff;
		flex: 1 1 0;
	}
	.search-icon a {
		color: #ffffff;
	}
	.search-icon a:hover {
		color: #ffffff;
	}
	.header_icon_wrapper a:first-child {
		display: none;
	}

	body.open_menu {
		position: fixed;
	}


	.login-button {
		padding: 20px 0px;
	}


	.login-button svg {
		margin-right: 12px;
	}
	.login-button a {
		color: #222222;
	}

	.lp-header .header-contaniner {
		justify-content: center;
	}

	.lp-header .header_logo {
		flex: 0;
	}
	.mobile-trigger {
		cursor: pointer;
	}
	.login-button {
		padding: 20px 40px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		border-top: 1px solid rgba(34,34,34,.15);
		background-color: #fff;
	}
	span.drawer_overlay {
		content: "";
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100%;
		background: #000000;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility .6s ease-in-out,opacity .6s ease-in-out;
		transition: visibility .6s ease-in-out,opacity .6s ease-in-out;
	}

	body.open_menu span.drawer_overlay {
		visibility: visible;
		opacity: .3;
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul>li>a {
		color: #222;
		font-size: 15px;
		padding: 0px 30px;
	}
	.menu_wrapper .hs-menu-wrapper ul>li>ul>li>ul {
		margin: 16px 0 22px;
		padding-left: 20px;
	}
	.menu_wrapper .hs-menu-wrapper ul>li:last-child {
		padding-right: 0;
		border-bottom: none;
	}
	.menu_wrapper .hs-menu-wrapper ul ul ul li:last-child {
		margin-bottom: 0;
	}
	.menu_wrapper .hs-menu-wrapper > ul {
		overflow: auto;
		max-height: calc(100vh - 110px);
		display: block;
	}
}


@media(max-width:740px){
	.header_logo a img {
		max-width: 140px;
	}
	.header-contaniner {
		padding: 20px 24px;
	}
	.header_logo {
		flex:0 0 0 ;
		height: 33px;
	}
	.menu_wrapper {
		padding: 0 24px 40px;
	}

	.menu_wrapper .hs-menu-wrapper>ul>li>a {
		font-size: 16px;
	}

	.close-icon-mobile {
		padding: 20px 0 6px;
	}

	.menu_wrapper .hs-menu-wrapper ul>li>ul>li>a {
		font-size: 14px;
	}
	.menu_wrapper .hs-menu-wrapper ul>li:last-child {
		padding-right: 0;
		border-bottom: none;
	}
	.login-button {
		padding: 20px 24px;
	}
	.login-button a {
		font-size: 14px;
	}
	.header-top-section p {
		font-size: 13px;
	}
}

@media(max-width:400px){
	.header_icon_wrapper a {
		color: #fff;
		margin-right: 15px;
		position: relative;
	}
	.header_icon_mobile_wrapper {
		gap: 15px;
	}
}


/*==== Search CSS ===*/


.predictive-search {
	background: #fff;
	color: #222;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	height: 100%;
	max-height: 100vh;
	max-width: 500px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translate(100%);
	transition: transform .6s cubic-bezier(.75,0,.175,1),visibility .6s cubic-bezier(.75,0,.175,1);
	visibility: hidden;
	width: 89vw;
	z-index: 10;
}
.main-box.show>.predictive-search {
	-webkit-transform: translateX(0);
	transform: translate(0);
	visibility: visible;
}
.show {
	display: block;
}
span.drawer__overlay {
	background: #000;
	content: "";
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 100%;
	top: 0;
	transition: visibility .6s ease-in-out,opacity .6s ease-in-out;
	visibility: hidden;
	width: 100vw;
}

.main-box.show span.drawer__overlay {
	opacity: .3;
	visibility: visible;
}
.drawer__header {
	background: #fff;
	border-bottom: 1px solid #dedede;
	flex-shrink: 0;
	height: 85px;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}
.drawer__header, .drawer__header .search {
	align-items: center;
	display: flex;
}
@media screen and (min-width: 741px)  {
	.drawer__header {
		max-height: 90px;
	}
}

.predictive-search #hs_cos_wrapper_search_input .hs-search-field__bar>form {
	color: #222;
	font-size: 15px;
	font-weight: 400;
}
.search_svg svg {
	background: none;
	display: block;
	overflow: visible;
	pointer-events: none;
	vertical-align: middle;
}
.drawer__header .cross {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 31px;
}
.predictive-search #hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input {
	background: transparent;
	border: none!important;
	box-shadow: none;
	box-shadow: none!important;
	font-family: Open Sans,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7142857143;
	min-width: 300px;
	outline: 0;
	padding: 0;
}

.predictive-search #hs_cos_wrapper_search_input .hs-search-field__button {
	display: none;
}
.predictive-search #hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input::placeholder {
	color: rgba(34,34,34,.7) !important;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
body.search_open {
	overflow: hidden;
}
.search_svg {
	margin-top: 4px;
}
@media screen and (min-width: 741px) {
	.predictive-search #hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input {
    margin-left: 12px;
	}
}
@media(max-width: 1199px) {
	.predictive-search {
		left: 0
	}
	.predictive-search {
		transform: translate(-100%);
	}
	span.drawer__overlay {
		
    left: 100%;
	}
}

@media (max-width: 740px) {
	.drawer__header {
		height: 62px;
		padding: 0 20px;
	}
	.drawer__header {
		padding-left: 24px;
	}
	.predictive-search #hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input {
		margin: 0 7px;
		font-size: 14px;
		min-width: 167px;
	}
	.drawer__header .cross {
		right: 24px;
		top: 18px;
	}
}
/*==== End Search CSS ===*/



















/* note */
.footer-custom-group {
  width: 100%;
  background-color: #222222;
  padding-top:72px;
  padding-bottom:50px;
}

.footer-contaniner {
  padding: 0px 40px;
}

.footer_item {
  max-width: 325px;
}

.footer_top_section {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  justify-content: space-between;
  grid-auto-flow: column;
}

.footer_logo img {
  width: 160px!important;
}

.contact_section p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact_section p:first-child {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2307692308;
  color:#ffffff;

}

.contact_section p:first-child:hover{
  color:#ffffff;
}

.contact_section p:last-child{
  margin-top:15px;
  margin-bottom:0;
}

.contact_section p a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  transition: text-decoration-color .2s ease-in-out,color .2s ease-in-out;
}

.contact_section p a:hover {
  text-decoration-color: #ffffff;
}

.menu_one ul {
  flex-direction: column;
}

.menu_one ul li:first-child a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2307692308;
}

.menu_one ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2307692308;
}
.menu_one ul li:first-child {
  padding-bottom: 20px;
  padding-top: 0;
  line-height: 1.2307692308;
}

.menu_one ul li {
  padding-top: 6px;
}

.menu_one ul li:nth-child(2) {
  padding: 0;
}
.menu_one ul li a:hover {
  opacity: .7;
}

.menu_one ul li:first-child a:hover {
  color: #ffffff;
  opacity: 1;
}




.menu_two ul {
  flex-direction: column;
}

.menu_two ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.menu_two ul li:first-child {
  padding-bottom: 20px;
  padding-top:0;
  line-height: 1.2307692308;
}
.menu_two ul li {
  padding-top: 6px;
}

.menu_two ul li:first-child a {
  color:#ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2307692308
}

.menu_two ul li:nth-child(2) {
  padding: 0;
}

.menu_two ul li a:hover {
  opacity: .7;
}

.menu_two ul li:first-child a:hover {
  color: #ffffff;
  opacity: 1;
}






.social_icon p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing:1px;
  line-height: 16px;
}
.social_icon p:hover{
  color:#ffffff;
}
.custom-footer-social {
  display: flex;
  flex-wrap: wrap;
}
.custom-footer-social a {
  height: 55px;
  width: 55px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #434343;
  color:#ffffff;
}
.custom-footer-social a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: #ffffff;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .3s cubic-bezier(.215,.61,.355,1),clip-path .3s cubic-bezier(.215,.61,.355,1),-webkit-clip-path .3s cubic-bezier(.215,.61,.355,1);
  pointer-events: none;
  z-index: 1;
}
.custom-footer-social a:hover:before {
  transform: scaleY(1);
}
.custom-footer-social a svg {
  position: relative;
  z-index: 2;
}
.custom-footer-social a:hover {
  color: #222222;
  z-index: 10;
}




/* ======================= copyright text style ======================= */
.footer_bottom_section {
  margin-top: 50px;
  display: flex;
}
.payment_image {
  margin-left: auto;
}
.footer-payment-methods {
  display: flex;
  align-items: center;
}
.footer_bottom_section span {
  color: #fff;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 400;
}

.footer-payment-methods>span {
  margin-right: 14px;
  opacity: 0.7;
}
.payment-methods-list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-auto-flow: column;
}

/* ================================ media query ====================================== */

@media(min-width:741px) and (max-width:999px){
  .footer_logo {
    grid-column: span 3;
  }
  .footer_top_section{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact_section p:first-child{
    margin-bottom:12px;
  }
  .menu_one ul li:first-child{
    padding-bottom:12px;
  }
  .menu_two ul li:first-child{
    padding-bottom:12px;
  }
  .menu_one ul li {
    padding-top: 12px;
  }
  .menu_two ul li {
    padding-top: 12px;
  }
  .payment_image {
    margin-top:32px;
  }




}

@media(max-width:999px){
  .footer_top_section{
    grid-auto-flow: row;
  }
  .footer_bottom_section {
    display: flex;
    margin-top: 42px;
    flex-direction:column;
  }
  .payment_image {
    margin-left:0;
  }
  .lp-footer .footer_top_section {
    gap: 0;
    grid-gap: 40px;
  }
}

@media(max-width:740px){
  .footer_top_section {
    grid-template-columns: 1fr 1fr;
  }
  .footer_logo {
    grid-column: span 2;
  }
  .footer-contaniner {
    padding: 0 24px;
  }
  .footer-payment-methods {
    flex-direction: column;
    margin-top: 32px;
  }
  .payment-methods-list {
    margin-right: auto;
  }
  .footer-payment-methods>span {
    margin-right: auto;
    margin-bottom: 8px;
  }
  .custom-footer-social a {
    height: 45px;
    width: 45px;
  }

  .footer_bottom_section span {
    font-size: calc(15px - 3px);
    line-height: 1.5;
  }

  .menu_two ul li a {
    font-size: 14px;
    line-height: normal;
  }

  .menu_two ul li {
    padding-top: 12px;
    line-height: 24px;
  }

  .footer_bottom_section {
    margin-top: 37px;
  }

  .menu_two ul li:first-child {
    padding-bottom: 12px;
  }

  .menu_two ul li:first-child a {
    font-size: 12px;
  }

  .social_icon p {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .contact_section p {
    font-size: 14px;
  }

  .menu_one ul li {
    padding-top: 12px;
    line-height: 24px;
  }

  .menu_one ul li a {
    font-size: 14px;
    line-height: normal;
  }

  .menu_one ul li:first-child {
    padding-bottom: 12px;
  }

  .menu_one ul li:first-child a {
    font-size: 12px;
  }

  .contact_section p:first-child {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .footer_logo img {
    display: block;
  }
}

@media(max-width:479px){
  .footer_top_section {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_top_section > div {
    width: 100%;
  }
  .payment-methods-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}
/* blog-css */
.body-container--blog-index .dnd-section {
  padding: 0;
}

.body-container--blog-index .dnd-section > .row-fluid {
  padding: 0;
  max-width:100%;
}
.custom-topic {
  position: relative;
  display: block;
  box-shadow: 0 1px rgb(var(--border-color)),0 -1px rgb(var(--border-color));
  text-align: center;
  --border-color: 222, 222, 222;
}
.topic_container {
  MAX-WIDTH: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  width: 100%;
}
.custom-topic_inner {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  position: relative;
}
span.link-bar__title {
  font-family: Open Sans,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4663636;
  padding-bottom: 14px;
  padding-top: 14px;
  text-transform: uppercase;
  color: rgba(var(--text-color),.7);
  --text-color: 34, 34, 34;
}
.archive-navigation__col{
  padding-left: 28px;
}
span.link-bar__title:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 28px;
  background-image: linear-gradient(to right,rgb(var(--background)) 35%,rgba(var(--background),0));
  --background: 255, 255, 255;
}

.archive-navigation__col>ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 28px;
  gap: 28px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-navigation__col>ul>li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.archive-navigation__col>ul>li>a {
  color: inherit;
  display: block;
  text-transform: capitalize;
  position: relative;
}
.archive-navigation__col>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: var(--transform-origin-end);
  transform-origin: right;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.archive-navigation__col>ul>li>a:hover:after,
.archive-navigation__col>ul>li.selected a:after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left;
}
section.custom_blog-index {
  display: grid;
  grid-gap: var(--article-list-row-gap) var(--article-list-column-gap);
  gap: var(--article-list-row-gap) var(--article-list-column-gap);
  --article-list-row-gap: 40px;
  --article-list-column-gap: 40px;
}
img{
  max-width:100%;
}
.custom_blog_innercard a.custom_blog_feature_img {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 0;
}

.custom_blog_innercard a.custom_blog_feature_img img {
  height: auto;
  border-style: none;
  vertical-align: top;
  transition: transform .5s ease,-webkit-transform .5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.custom_blog_innercard:hover a.custom_blog_feature_img img {
  transform: scale(1.03);
}
nav.pagination_nav.numbered a:hover {
  color: rgb(34,34,34);
}
span.custom_img_next {
  right: 20px;
  position: absolute;
  bottom: 20px;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: opacity .15s ease-in-out,visibility .15s ease-in-out,transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
  display: flex;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: rgb(34,34,34);
}

span.custom_img_next svg {
  width: 100%;
  display: block;
  vertical-align: middle;
}

.custom_blog_innercard:hover a.custom_blog_feature_img span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom_blog_tag a {
  margin: 12px 0;
  color: rgba(var(--text-color),.7);
  width: max-content;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4663636;
  letter-spacing: 1px;
}
h3.custom_blog_title {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.1666666667;
  letter-spacing: -.3px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: rgb(34, 34, 34);
  text-transform: uppercase;
}

h3.custom_blog_title a {
  color: rgb(34, 34, 34);
}
.pagination_wrapper {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

nav.pagination_nav.numbered {
  display: table;
  border-collapse: separate;
  table-layout: fixed;
}

a.custom_blog-pagination__link {
  --border-color: 222,222,222;
  box-shadow: 1px 0 0 0 rgb(var(--border-color)),0 1px 0 0 rgb(var(--border-color)),1px 1px 0 0 rgb(var(--border-color)),1px 0 0 0 rgb(var(--border-color)) inset,0 1px 0 0 rgb(var(--border-color)) inset;
  color: inherit;
  display: table-cell;
  height: 47px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 47px;
  font-size: 13px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4663636;
  letter-spacing: 1px;
}

a.custom_blog-pagination__link svg {
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

a.blog-pagination__prev-link--disabled {
  display: none;
}

a.blog-pagination__link--active:before {
  content: "";
  position: absolute;
  max-width: calc(100% - 0px);
  max-height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 2px currentColor;
  box-shadow: 0 0 0 2px currentColor;
  box-sizing: border-box!important;
  -webkit-font-smoothing: antialiased;
}
.featured_wrapper {
  display: flow-root;
  background: rgb(var(--section-background,var(--background)));
  --section-background: 217, 216, 214;
}

.featured_container {
  padding: 40px 16px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.featured_inner {
  scroll-snap-type: x mandatory;
}
.featured_wrapper button.slick-prev.slick-arrow, 
.featured_wrapper button.slick-next.slick-arrow {
  display: none !important;
}

.featured_content_wrapper {
  display: block;
  text-align: center;
}

.feature_icon {
  margin-bottom: 16px;
}

.feature_icon svg {
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

.featured_content p.feature_title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4663636;
  letter-spacing: 1px;
  color: rgb(34, 34, 34);
}

.feature_summary {
  margin-top: 16px;
}
.feature_summary p {
  margin: 0;
}

.sub_form_img_wrapper {
  background: rgb(245, 245, 245);
}
.sub_form_wrapper .content-wrapper {
  width: 100%;
  padding: 0 40px;
}

.sub_form_group .dnd-section {
  padding: 0;
}
.sub_form_content-col {
  padding-left: 77px;
  padding-right: 80px;
}
.sub_form_content_inner {
  background-color: #fff;
  padding: 48px 24px;
  max-width: 516px;
}
.sub_form_content_inner h2 {
  margin: 16px 0;
  margin-top: 0;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4663636;
  letter-spacing: 1px;
  color: rgb(34, 34, 34);
}

.sub_form_content_inner p {
  margin-top: 16px;
}

.sub_form_content_inner form {
  margin-top: 24px;
  grid-template-columns: none;
  position: relative;
}
.sub_form_content_inner form .inputs-list>li {
  margin: 0;
}
.sub_form_content_inner h3 {
  margin: 0;
}
.sub_form_content_inner form .hs-form-field {
  margin-bottom: 0;
}

.sub_form_content_inner form .hs-form-field label {
  margin: 0;
}

.sub_form_content_inner form .hs-form-field input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(var(--text-color),.15);
  text-align: left;
  font: inherit;
  line-height: 52px;
}
.sub_form_content_inner form .hs-form-field input:focus {
  border-color: rgb(var(--text-color));
  -webkit-box-shadow: 0 0 0 1px rgb(var(--text-color)) inset;
  box-shadow: 0 0 0 1px rgb(var(--text-color)) inset;
}

.sub_form_content_inner form .hs-form-field input::placeholder {
  left: 12px;
  background: white;
  position: absolute;
  padding: 0 5px;
  color: rgba(var(--text-color),.7);
  line-height: 1;
  white-space: nowrap;
  top: calc((var(--form-input-field-height) / 2) - 0.5em);
  --form-input-field-height: 44px;
}

.sub_form_content_inner form .hs-submit input {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-image: linear-gradient(178deg,rgb(var(--button-background)),rgb(var(--button-background)) 10%,rgba(0,0,0,.07) 10%,rgba(0,0,0,.07) 100%),linear-gradient(rgb(var(--button-background)),rgb(var(--button-background)));
  background-size: 100% 200%,100% 100%;
  background-position: 100% -100%,100% 100%;
  background-repeat: no-repeat;
  --button-background: rgb(34, 34, 34);
  transition: background-position .3s cubic-bezier(.215,.61,.355,1);
  transform: translateZ(0);
  position: relative;
  display: inline-block;
  line-height: 52px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: 13px;
  width: 100%;
}

.subscription-form label {
  text-align: center;
}

/* ==== Post Page ===== */

.custom-post-banner {
  display: flex;
  background-color: rgb(245, 245, 245);
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.custom-post-banner .custom-post-featured-image {
  width: 37.5%;
  overflow: hidden;
}
.custom-post-banner .custom-post-breadcrumb {
  position: absolute;
  left: 200px;
  top: 0;
  line-height: 1.5384615385;
  font-size: 13px;
  color: rgba(34, 34, 34,0.7);
}
.custom-post-banner .custom-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-post-banner .custom-post-summary {
  padding-right: 160px;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 277px;
  width: 62.5%;
}
.custom-post-banner .custom-post-breadcrumb ol {
  list-style: none;
  padding: 26px 0;
  margin: 0;
  display: inline-flex;
}

.custom-post-banner .custom-post-breadcrumb ol li a {
  color: rgba(34, 34, 34,0.7);
  opacity: 0.7;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.custom-post-banner .custom-post-breadcrumb ol li+li:before {
  content: "/";
  margin: 0 4px;
  opacity: .7;
  float: left;
}

.custom-post-banner .custom-post-breadcrumb ol li a:hover {
  opacity: 1;
}

.custom-post-banner .custom-post-summary a.blog-post-tag {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 16px;
  color: rgb(34, 34, 34);
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4663636;
  letter-spacing: 1px;
}
.custom-post-banner .custom-post-summary h1.post-title {
  line-height: 1.0714285714;
  letter-spacing: -1px;
  margin: 24px 0 32px;
  text-transform: uppercase;
  color: rgb(34, 34, 34);
}

.custom-post-banner .custom-post-summary .article__excerpt.text--large {
  font-size: 20px;
  color: rgb(34, 34, 34);
}

.body-container--blog-post>.content-wrapper {
  padding: 0 40px;
  margin: 40px 0;
}
.custom-post-inner {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.custom-post-left {
  border-top: 1px solid #dedede;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  margin-top: 40px;
  padding-top: 24px;
  width: 100%;
  order: 1;
}

.blog-post-tags {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-tags span {
  margin-right: 15px;
  font-size:13px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4663636;
  letter-spacing: 1px;
  color: rgb(34, 34, 34);
  display: block;
}
.blog-post-tags a {
  margin-right: 12px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(var(--text-color),.35);
  color: rgba(var(--text-color),.7);
}

.blog-post-tags a:hover {
  color: rgb(34, 34, 34);
  text-decoration-color: rgb(34, 34, 34);
}

.popover.hidden-tablet-and-up {
  text-align: left;
}

.article__share-button-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 26px;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin-left: 15px;
}
.tap-area:before {
  left: -6px;
  right: -6px;
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
}
.icon {
  display: block;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}
.article__share-button-list a {
  color: inherit !important;
  position: relative; 
}


.feature_product_wrap .content-wrapper {
  padding: 0 40px;
}
.feature_product_title {
  max-width: 1000px;
  margin-bottom: min(32px,var(--vertical-breather));
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}  
.feature_product_title h3 {
  font-size: 48px;
  line-height: 1.13333333;
  letter-spacing: -.6px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: rgb(34, 34, 34);
  text-transform: uppercase;
}
.product-list__inner {
  justify-content: safe center;
  display: grid;
  grid-template-columns: repeat(auto-fit,calc(100% / var(--section-products-per-row) - var(--product-list-column-gap) * (var(--section-products-per-row) - 1) / var(--section-products-per-row)));
  grid-gap: 48px 24px;
  gap: 48px 24px;
  overflow: hidden;
  --product-list-column-gap: 24px;
}
.product-items {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-items-img-wrapper {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.product-items-img-wrapper a {
  isolation: isolate;
  aspect-ratio: 1;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-items-img-wrapper a img.product_image {
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  vertical-align: top;
}

.product-items-img-wrapper a:hover img.product_image {
  visibility: hidden;
  opacity: 0;
}

.product-items-img-wrapper a:hover img.image_on_hover {
  visibility: visible;
  opacity: 1;
}

.product-items-img-wrapper a img.image_on_hover {
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.product-items-info {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.product-items-info a {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
  color: inherit !important;
}

.price-list.price-list--centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.custom-post-inner{
  flex-wrap: wrap;
}











@media screen and (min-width: 741px){
  .custom-post-banner .custom-post-summary a.blog-post-tag {
    line-height: 1.2307692308;
  }
  span.link-bar__title {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2307692308;
  }
  .archive-navigation__col{
    padding-left: 48px;
  }
  .archive-navigation__col ul{
    gap: 40px;
  }
  .archive-navigation__col ul li{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-sidebar{
    margin-top: 48px;
    margin-bottom: 48px;  
  }
  section.custom_blog-index{
    grid-template-columns: repeat(auto-fit,calc(100% / 3 - var(--article-list-column-gap) * (2 / 3)));
    -webkit-box-pack: safe center;
    -ms-flex-pack: safe center;
    justify-content: safe center;
    --article-list-column-gap: 48px;
  }
  .custom_blog_tag a{
    line-height: 1.466666666;
  }
  h3.custom_blog_title{
    line-height: 1.1666666667;
    letter-spacing: -.6px;
  }
  .custom_blog_summary{
    font-size: 14px;
    line-height: 1.714285713; 
  }
  .pagination_wrapper{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  a.custom_blog-pagination__link{
    height: 56px;
    width: 56px;
    line-height: 1.2307692308;
  }
  .featured_content p.feature_title{
    line-height: 1.2307692308;
  }
  .feature_summary{
    margin-top: 24px;
  }
  .sub_form_content_inner{
    padding-left: 48px;
    padding-right: 48px;
  }
  .sub_form_content_inner h2{
    line-height: 1.2307692308;
  }
  .sub_form_content_inner p{
    margin-top: 24px;
  }
  .sub_form_content_inner form{
    display: grid;
    grid-gap: 16px;
    gap: 16px;
  }
  .sub_form_content_inner form .hs-submit input{
    padding-left: 35px;
    padding-right: 35px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .blog-post-tags span {
    line-height: 1.2307692308;
  }
  .popover.hidden-tablet-and-up{
    display: none;
  }
  .feature_product_title {
    margin-bottom: min(40px,var(--vertical-breather));  
    --vertical-breather: 64px;
  }
  .product-items-info a{
    line-height: 1.5;
  }
  .feature_product_title h3 {
    font-size: 38px;
    line-height: 1.1052631579;
    letter-spacing: -1px;
    margin:0;
  }
  .feature_product_wrap {
    margin: 64px 0;
  }
  .product-list__inner{
    --section-products-per-row: 3;
  }
}

@media(min-width:741px) and (max-width:1199px){
  h3.custom_blog_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px){
  .sub_form_content-col {
    padding: 64px 40px;
  }

  .sub_form_content_inner {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .sub_form_wrapper {
    background-size: cover;
    background-position: center;
  }
}


@media screen and (min-width: 1000px){
  section.custom_blog-index{
    --article-list-row-gap: 48px;
    --article-list-column-gap: 48px;
  }
  .custom_blog_innercard a.custom_blog_feature_img{
    margin-bottom: 24px;
  }
  h3.custom_blog_title{
    margin: 48px 0 24px;
    margin-top: 12px;
  }
  .custom_blog_summary{
    margin-top: -8px;
  }
  .pagination_wrapper{
    margin-top: 64px;
  }
  .featured_wrapper ul.slick-dots {
    display: none;
  }
  .featured_inner{
    display: grid;
    grid-gap: 48px;
    gap: 48px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px,400px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .featured_content_wrapper{
    padding: 0;
  }
  .featured_content_col {
    padding: 0 24px;
  }
  .feature_summary{
    margin-top: 16px;
  }
  .sub_form_wrapper{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    position: relative;
    padding: 90px 0;
    background-size: cover;
    background-position: center;
  }
  .sub_form_img_wrapper{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sub_form_img_wrapper img{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .sub_form_content_inner form{
    margin-top: 32px;
  }
  .sub_form_content_inner {
    max-width: 382px;
  }
  section.custom_blog-index{
    --article-list-row-gap: 48px;
    --article-list-column-gap: 48px;
  }
  .body-container--blog-post>.content-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .custom-post-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-post-left {
    max-width: 668px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .custom-post-right {
    max-width: 668px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .popover.hidden-tablet-and-up{
    position: absolute;
    top: calc(100% + 18px);
    border: 1px solid rgb(222, 222, 222);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    color: rgb(var(--text-color));
    background: #fff;
    visibility: hidden;
    font-size: 1rem;
  }
  .feature_product_title {
    margin-bottom: min(48px,var(--vertical-breather));
  }
  .product-items-img-wrapper {
    margin-bottom: 24px;
  }
  .product-list__inner{
    --section-products-per-row: 4;
  }
}




@media screen and (min-width: 1200px){
  span.link-bar__title {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .archive-navigation__col ul li{
    padding-top: 27px;
    padding-bottom: 27px;
  }
  section.custom_blog-index{
    margin-left: 77.200px;
    margin-right: 77.200px;  
  }
  h3.custom_blog_title{
    line-height: 1.1333333333;
    letter-spacing: -.7px;
  }
  .sub_form_wrapper{
    min-height: 400px;
  }
  .sub_form_content_inner form{
    grid-template-columns: 1fr auto;
  }
  .custom-post-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
  } 
  .custom-post-left {
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
    margin-top: 0;
    padding-top: 30px;
    gap: 28px;
  }
  .custom-date {
    display: grid;
    grid-gap: 8px;
    gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog-post-tags {
    display: block;
  }
  .blog-post-tags span {
    margin-bottom: 10px;
  }
  .article__share {
    display: block;
  }
  .article__share-label {
    display: block;
    margin-bottom: 16px;
  }
  .article__share-button-list {
    margin-left: 6px;
  }
  .feature_product_title h3 {
    line-height: 1.0833333333;
    letter-spacing: -1px;
  }
  .product-list__inner{
    --section-products-per-row: 4;
  }
  .feature_product_title{
    --vertical-breather: 80px;
  }
  .feature_product_wrap {
    margin: 80px 0;
  }
  .sub_form_content_inner form .hs_error_rollup {
    bottom: -30px;
    position: absolute;
  }
}


@media (min-width: 1000px) and (max-width:1680px){
  .custom-post-banner .custom-post-summary {
    padding: 72px 160px 72px 107px;
  }
  .custom-post-banner .custom-post-breadcrumb {
    left: 40px;
  }
}

@media screen and (min-width: 1400px){
  .sub_form_content_inner {
    max-width: 516px;
  }
  .custom-post-inner {
    margin-left: 77.200px;
    margin-right: 77.200px;
  } 
  .custom-post-left {
    width: 185px;
  }
}

@media screen and (min-width: 1600px){
  .feature_product_wrap {
    margin: 90px 0;
  }
  .feature_product_title{
    ---vertical-breather: 90px;
    ---vertical-breather-tight: 64px;
  }
}


@media screen and (max-width: 999px){
  .custom-post-breadcrumb {
    display: none;
  }
  .custom-post-banner .custom-post-featured-image {
    width: 100%;
  }

  .custom-post-banner {
    flex-wrap: wrap;
  }

  .custom-post-banner .custom-post-summary {
    width: 100%;
    padding: 40px;
  }

  .custom-post-banner .custom-post-featured-image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
  }

  .custom-post-banner .custom-post-summary h1.post-title {
    margin-bottom: 24px;
  }
  .article__share {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-post-inner {
    justify-content: flex-start;
  }
  .featured_inner ul.slick-dots {
    padding: 0;
    padding-top: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex !important;
    margin: -6px;
    flex-wrap: wrap;
    list-style: none;
  }

  .featured_inner ul.slick-dots li {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 6px;
    background: rgb(var(--text-color));
    opacity: .3;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
  }

  .featured_inner ul.slick-dots li:before {
    left: -6px;
    right: -6px;
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
  }

  .featured_inner ul.slick-dots li button {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .featured_inner ul.slick-dots li.slick-active {
    opacity: 1;
  }
  .featured_container {
    padding: 40px 48px;
  }
}

@media screen and (max-width: 740px){
  .featured_content p.feature_title {
    font-size: 12px;
  }

  .feature_summary {
    font-size: 14px;
  }
  .archive-navigation__col>ul>li>a {
    font-size: 14px;
  }

  .custom-sidebar .topic_container {
    margin-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  h3.custom_blog_title {
    font-size: 24px;
  }

  .custom_blog_summary {
    font-size: 13px;
  }

  .pagination_wrapper {
    margin-bottom: 48px;
  }

  .sub_form_content_inner {
    padding: 24px;
    max-width: 100%;
  }

  .sub_form_content-col {
    padding: 48px 24px;
  }

  .sub_form_wrapper .content-wrapper {
    padding: 0;
  }

  .sub_form_content_inner p {
    font-size: 14px;
  }

  .sub_form_content_inner form .hs-submit input {
    margin-top: 16px;
  }
  .custom-post-banner .custom-post-summary h1.post-title {
    font-size: 36px;
    margin-top: 16px;
  }

  .custom-post-banner .custom-post-summary .article__excerpt.text--large {
    font-size: 16px;
  }

  .custom-post-banner .custom-post-summary {
    padding: 40px 24px;
  }

  .custom-date {
    font-size: 14px;
  }

  .blog-post-tags span {
    font-size: 12px;
  }

  .blog-post-tags a {
    text-transform: capitalize;
    font-size: 14px;
  }
  .body-container--blog-post>.content-wrapper {
    margin-bottom: 48px;
    padding: 0 24px;
  }

  .feature_product_title {--vertical-breather: 48px;
  }

  .feature_product_title h3 {
    font-size: 30px;
  }

  .product-list__inner {
    --section-products-per-row: 2;
    margin-left: calc(-1 * var(--container-gutter) / 2);
    margin-right: calc(-1 * var(--container-gutter) / 2);
    --container-gutter: 24px;
    gap: 32px 12px;
    grid-gap: 32px 12px;
    --product-list-column-gap: 12px;
  }

  .feature_product_wrap .content-wrapper {
    padding: 0 24px;
  }

  .feature_product_wrap {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 375px){
  .custom-topic_inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}


@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

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

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin span {
  vertical-align: top !important;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

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

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

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

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 1270px) {
	.custom-topic_inner {
		padding: 20px 0;
	}

	.archive-navigation__col>ul {
		display: flex;
		flex-wrap: wrap;
		min-width: auto;
		grid-gap: 5px;
	}

	.archive-navigation__col {
		padding-left: 20px;
	}

	.archive-navigation__col>ul>li {
		padding: 0 5px 0;
	}

	span.link-bar__title {
		padding: 0;
    min-width: 40px;
	}
}
@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}