*, *: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,
.dnd-section > .row-fluid{
	margin: 0 auto;
	padding: 0 15px;
}

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

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face {
	font-family: BRHendrix-Bold;
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/BRHendrix-Bold.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Bold.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Bold.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Bold.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Bold.svg) format("svg");
	font-style: normal; 
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "Font-Awesome-5-Free";
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/FontAwesome5Free-Solid.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/fa-solid-900.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/FontAwesome5Free-Solid.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/FontAwesome5Free-Solid.svg) format("svg");
	font-style: normal;
	font-weight: 900;
	font-display: block;
}
@font-face { 
	font-family: BRHendrix-Medium; 
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/BRHendrix-Medium.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Medium.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Medium.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Medium.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Medium.svg) format("svg");
	font-style: normal; 
	font-weight: 500; 
	font-display: swap;
}
@font-face { 
	font-family: BRHendrix-Regular; 
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/BRHendrix-Regular.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Regular.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Regular.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Regular.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/BRHendrix-Regular.svg) format("svg");
	font-style: normal; 
	font-weight: 400; 
	font-display: swap; 
}
@font-face { 
	font-family: "Font Awesome 5 Brands";
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/FontAwesome5Brands-Regular.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/fa-brands-400.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/FontAwesome5Brands-Regular.svg) format("svg");
	font-style: normal;
	font-weight: 400;
	font-display: block;
}

@font-face { 
	font-family: "icons-blank-theme";
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/Blank-Theme-Icons.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Blank-Theme-Icons.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Blank-Theme-Icons.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Blank-Theme-Icons.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Blank-Theme-Icons.svg) format("svg");
	font-style: normal;
	font-weight: 400; 
	font-display: block;
}

@font-face {
	font-family: "Line Awesome Brands"; 
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/la-brands-400.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-brands-400.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-brands-400.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-brands-400.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-brands-400.svg) format("svg");
	font-style: normal; 
	font-weight: 400; 
	font-display: auto;
}

@font-face { 
	font-family: "Line Awesome Free";
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/la-solid-900.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-solid-900.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-solid-900.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-solid-900.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/la-solid-900.svg) format("svg");
	font-style: normal;
	font-weight: 900; 
	font-display: auto;
}

@font-face { 
	font-family: "hotjar";
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/font-hotjar_5.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/font-hotjar_5.65042d.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/font-hotjar_5.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/font-hotjar_5.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/font-hotjar_5.svg) format("svg");
	font-style: normal;
	font-weight: normal;
}

@font-face { 
	font-family: "Defaults"; 
	src: url("//21149735.fs1.hubspotusercontent-na1.net/hubfs/21149735/Biochain_May2023/Fonts/Defaults.eot") format("eot"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Defaults.woff2) format("woff2"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Defaults.woff) format("woff"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Defaults.ttf) format("truetype"),
		url(https://23931331.fs1.hubspotusercontent-na2.net/hubfs/23931331/raw_assets/public/Biochain_May2023/fonts/Defaults.svg) format("svg");
	font-style: normal;
	font-weight: normal;
}

body {
	line-height: 1.42857143;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Paragraphs */
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
/* Anchors */
a {
	cursor: pointer;
	text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

/* Lists */

ul,
ol {
	margin-top: 0;
	margin-bottom: 1rem;
}

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 {
	margin-bottom: 8px;
	cursor: pointer;  
	-webkit-appearance: button;
	font-family: BRHendrix-Regular;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	outline: none;
	text-align: center;
	transition: .5s ease;
	display:inline-block;
	line-height: normal;
}

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

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

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

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

/* Labels */

form label {
	display: inline-block;
	font-size: 19px;
	line-height: normal;
	margin-bottom: 6px;
	letter-spacing: -.2px;
}

/* 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 {
	vertical-align: baseline;
	font-weight: 400;
	background-clip: padding-box;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px;
	padding-left: 15px;
	font-size: 17px;
	height: 42px;
	line-height: inherit;
	width: 100%;
	box-shadow: none;
	font-family: BRHendrix-Regular;
	outline:none;
}

form textarea {
	height: 147px;
}

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

.form-title {
	margin-bottom: 25px;
	letter-spacing: -.4px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
	font-family: BRHendrix-Medium;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
	display: block;
}

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: #d82b0a;
	box-shadow: 0px 0px 0px 1px #d82b0a !important;
}

.hs-error-msg,
label.hs-main-font-element,
.systems-page ul.no-list.hs-error-msgs li label{
	border: 0;
	padding: 0;
	background: 0 0;
	font-family: BRHendrix-Bold;
	font-weight: 700;
	color: #d82b0a;
	font-size: 16px;
	letter-spacing: normal;
	line-height: inherit;
	margin-top:8px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	margin-bottom: 8px;
	cursor: pointer;  
	-webkit-appearance: button;
	font-family: BRHendrix-Regular;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	outline: none;
	text-align: center;
	transition: .5s ease;
	display:inline-block;
	line-height: normal;
}

.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login ,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
	background-color: #f2f7ff;
	width:100%;
	display:block;
	padding:20px;
}

.field .input a.hs-button {
	margin-top: 25px;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

@media (max-width:767px){
	.hs_cos_wrapper_type_password_prompt,
	.hs-search-field__bar,
	.hs_cos_wrapper_type_form,
	.widget-type-blog_subscribe,
	.widget-type-google_search,
	.widget-type-password_prompt.custom_error_message,
	.widget-type-email_simple_subscription,
	.section.post-footer form ,.hs_cos_wrapper_type_member_login ,
	.hs_cos_wrapper_type_member_register,
	.hs_cos_wrapper_type_password_reset_request ,
	.hs_cos_wrapper_type_password_reset{
		margin-bottom:30px;
	}
}
/* 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;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

header.header {
    position: relative;
    z-index: 99;
}


header.header .header-top-links ul {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
}

header.header .header-top-links ul li {
	font-family: BRHendrix-Regular;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	color: #5e678e;
	display: inline-block;
	list-style: none;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 1rem;
}

header.header .header-top-links ul li a {
	font-family: BRHendrix-Regular;
	color: #5e678e;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	letter-spacing: .16px;
	display: block;
}

header.header .header-top-links ul li a:before {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 17px;
	line-height: 21px;
	padding-right: 5px;
	color: #10183d;
	opacity: .6;
}
header.header .header-top-links ul li:nth-child(2) a:before{
	content: "\f095";
}

header.header .header-top-links ul li.contact-us a:before{
	content: "\f0e0";
}

header.header .header-top-links ul li.contact-us:before {
	content: "";
	background-color: #d0d2de;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 4px;
}

header.header .header-top-links ul li {
	position: relative;
}

header.header .header-top-links ul li.contact-us {
	padding-left: 20px;
	position: relative;
}

header.header .header-middle {
	margin-top: -2px;
}
header.header .logo-container {
	flex: auto;
	max-width: 42.80%;
	margin-left: 19px;
}

header.header .logo-container a {
	display: block;
	height: 100%;
	width: 100%;
}

header.header .logo-container a img {
	max-width: 296px;
	display: block;
}
header.header .my-account-container {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
header.header .header-bottom {
	background-color: #10183D;
}

/* menu-styling */

header.header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	display: block;
	text-decoration: none;
	position: relative;
	font-size: 19px;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: BRHendrix-Regular;
	font-weight: normal;
	line-height: 1.3em;
}

header.header .custom-menu-primary .hs-menu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header.header .custom-menu-primary .hs-menu-wrapper > ul {
	padding-left: 10px;
	font-size:0;
	text-align: center;
}


header.header .custom-menu-primary .hs-menu-wrapper > ul > li {
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	max-width: 100%;
}

header.header .custom-menu-primary .hs-menu-wrapper ul li {
	position: relative;
}

header.header .custom-menu-primary .hs-menu-children-wrapper li {
	display: block;
	float: none;
	position: relative;
	min-width: 150px;
	clear: both;
}

header.header .custom-menu-primary .hs-menu-children-wrapper li a {
	backface-visibility: hidden;
	color: #fff;
	display: block;
	font-family: BRHendrix-Regular;
	font-size: 18px;
	font-weight: 400;
	padding: 7px 20px 7px 0;
	position: relative;
	text-decoration: none;
	line-height: 1.3em;
}

header.header .custom-menu-primary .hs-menu-children-wrapper {
	position: absolute;
	left: 0;
	top: 100%;
	display: block;
	background-color: #3c4157;
	padding: 13px 0 13px 20px !important;
	min-width: 357px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	clip: rect(0,5000px,5000px,-5000px);
	-webkit-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-ms-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-property: margin-top,opacity,visibility;
	-ms-transition-property: margin-top,opacity,visibility;
	transition-property: margin-top,opacity,visibility;
	margin-top: 20px !important;
	opacity: 0;
	visibility: hidden;
}

header.header .custom-menu-primary ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0 !important;
}

header.header .custom-menu-primary .hs-menu-wrapper ul ul ul {
	left: 100%;
	top: 0;
	min-width: 300px;
	margin-top:0 !important;
}

header.header .custom-menu-primary .hs-menu-children-wrapper li.hs-item-has-children > a:after {
	font-size: 18px;
	margin-top: 0;
	transform: rotate(-90deg);
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font-Awesome-5-Free";
	content: "\f107";
	right: 20px;
	position: absolute;
	top: 9px;
	left: auto;
}

.header-lp .header-wrapper {
	padding-top: 0px;
	padding-bottom: 24px;
}

@media (min-width:992px){
	.mobile-menu-wrapper {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	header.header .logo-container {
		margin-left: 0;
	}
	header.header .content-wrapper{
		padding:0;
	}
	header.header .header-top-links ul {
		padding-left: 0;
	}
	header.header .row {
		margin: 0;
	}
}

@media (max-width:1253px){
	header.header .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > ul,
	header.header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul{
		left: auto;
		right: 0;
	}
	header.header .custom-menu-primary .hs-menu-children-wrapper,
	header.header .custom-menu-primary .hs-menu-wrapper ul ul ul{
		min-width: 270px;
	}
}

@media (max-width:991px){
	header.header .header-top-links ul {
		padding: 0;
		margin-bottom: 0;
	}
	header.header .header-top-links ul li:first-child {
		display: none;
	}
	header.header .header-inner-wrap {
		border-bottom: 1px solid #d0d2de;
	}
	header.header .header-middle {
		margin: 0;
	}
	header.header .header-top-links ul li:nth-child(2) {
		width: 50%;
		padding-right: 20px;
	}
	header.header .header-top-links ul li:last-child {
		float: right;
		text-align: end;
		width: 48%;
		padding-left: 43px;
	}
	header.header .logo-container a img {
		max-width: 180px;
	}
	header.header .header-middle .row {
		padding-top: 30px;
		padding-bottom: 14px;
	}
	header.header .logo-container {
		margin-left: 4px;
	}
	header.header .trigger-container a {
		color: #333333;
		display: block;
	}
	header.header .trigger-container a i:before {
		content: "" !important;
		background-image: url(https://www.biochain.com/wp/wp-content/uploads/2021/07/icons-menu.svg);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		border: 1px solid #d0d2de;
		border-radius: 3px;
		content: ""!important;
		height: 100%;
		left: 0;
		padding: 21.5px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		margin-left: 4px;
	}
	header.header .header-bottom {
		display: none;
	}
	.trigger-container {
		position: relative;
		width: 45px;
		height: 45px;
		display: block;
	}
	header.header .my-account-container {
		padding-right: 21px;
		position:relative;
		bottom:5px;
	}

	.mobile-menu-wrapper {
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		width: 100%;
		padding: 0 20px;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 9;
		background: #10183d;
		padding-top: 50px;
		height: 100vh;
		transform: translateY(-100%);
	}

	.mobile-sitemap .hs-menu-wrapper ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-sitemap .hs-menu-wrapper > ul > li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 0;
		position: inherit;
		border-bottom: 1px solid #3e435b;
		line-height: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.mobile-sitemap .hs-menu-wrapper ul ul {
		display: none;
		width: 100%;
		background-color: #2a304c;
		padding-bottom:4px;
	}



	.mobile-sitemap .hs-menu-wrapper ul ul li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 15px;
		margin-right: 15px;
	}

	.mobile-sitemap .hs-menu-wrapper ul ul li a {
		display: block;
		padding-right: 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-top: 12px !important;
		padding-bottom: 0 !important;
		color: #fff;
		padding-left: 0;
		min-height: 44px;
		white-space: inherit;
		font-size: 16px;
	}

	.mobile-sitemap .hs-menu-wrapper ul ul li:first-child a {
		margin-top: 6px;
	}
	.mobile-sitemap .hs-menu-wrapper > ul > li:last-child {
		border-bottom: none;
	}
	.mobile-sitemap .hs-menu-wrapper > ul > li > a {
		display: block;
		padding-right: 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding-top: 16px;
		background: 0 0;
		font-size: 19px;
		color: #fff;
		padding-left: 0;
		padding-bottom: 12px;
	}

	.mobile-sitemap .hs-menu-wrapper > ul > li:first-child > a,
	.mobile-sitemap .hs-menu-wrapper > ul > li:nth-child(2) > a {
		padding-top: 18px;
	}

	.mobile-sitemap .hs-menu-wrapper > ul > li:first-child {
		border-top: 1px solid #3e435b;
	}

	.mobile-sitemap .hs-menu-wrapper > ul {
		margin: 20px -20px;
		margin-top: 0;
	}

	.close-trigger {
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
		right: 15px;
		border-radius: 15px;
		position: absolute;
		background: #d8d8d8;
		top: 9px;
		z-index: 1999;
		width: 72px;
		height: 30px;
		left: auto;
		cursor: pointer;
	}

	.close-trigger:before {
		content: 'Close';
		position: relative;
		top: 4px;
		left: 10px;
		color: #10183d;
		font-size: 13px;
	}

	.close-trigger:after {
		content: '\f00d';
		font-family: 'Line Awesome Free';
		font-weight: 900;
		font-size: 22px;
		color: #10183d;
		position: absolute;
		top: 1px;
		left: 44px;
	}

	body.navigation-open .mobile-menu-wrapper {
		transform: translateY(0);
	}
	body.navigation-open {
		overflow: hidden;
	}

	.child-trigger {
		width: auto;
		padding-right: 54px;
		position: relative;
		bottom: auto;
		background: 0 0;
		font-size: 19px;
		color: #fff;
		padding-left: 0;
		cursor: pointer;
	}

	.child-trigger:before {
		box-sizing: content-box;
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		position: absolute;
		top: -6px;
		bottom: 0;
		line-height: 10px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		right: 23px;
		left: auto;
		content: '\f105';
		font-family: 'Line Awesome Free';
		color: #b0b2bc;
		font-weight: 900;
		font-size: 22px;
		transform: rotate(0deg);
		border: none;
	}

	.child-open > .child-trigger:before {
		content: '\f106' !important;
		font-family: 'Line Awesome Free' !important;
		color: #b0b2bc;
		font-weight: 900;
		font-size: 22px;
		transform: rotate(0deg);
		border: none;
	}

	.mobile-sitemap .hs-menu-wrapper ul li.child-open {
		border-bottom: 1px solid transparent !important;
	}

	.header-lp .header-wrapper {
		padding-bottom: 6px;
	}

}


@media (max-width:767px){
	header.header .header-top-links ul li a {
		font-size: 15px;
	}

	header.header .header-top-links ul li:nth-child(2) {
		position: relative;
		padding-left: 8.6px;
	}

	header.header .header-top-links ul li:last-child {
		top: 3px;
		position: relative;
		padding-left: 0;
		border: none;
		text-align: end;
		padding-right: 38px;
	}

	header.header .header-top-links ul li:last-child a {
		letter-spacing: 0;
	}
	header.header .header-middle .row {
		padding-top: 21px;
	}

	header.header .logo-container {
		margin-left: 0;
	}
	header.header .header-middle .row {
		padding-top: 21px;
	}

	header.header .logo-container {
		margin-left: 0;
	}

	header.header .trigger-container a i:before {
		padding: 19.5px;
		margin: 0;
	}
	.trigger-container {
		width: 36px;
		height: 36px;
	}
	header.header .my-account-container {
		bottom: 0;
	}

	header.header .header-top-links ul li.contact-us:before {
		height: 20px;
		left: 0;
		top: 0;
	}

	.header-lp .header-wrapper {
		padding-bottom: 2px;
	}

}

@media (max-width:379px){
	header.header .header-top-links ul li:nth-child(2) {
		padding: 0;
	}

	header.header .header-top-links ul li:last-child {
		padding: 0;
		top: 0;
		width: 45%;
	}

	header.header .logo-container a img {
		max-width: 170px;
	}
}

@media(max-width: 320px) {
	header.header .logo-container a img {
		max-width: 155px;
	}
}
footer.footer .footer-bottom {
	padding-top: 20px;
	background-color: #10183d;
}

footer.footer{
	position:relative;
	z-index:9;
}

footer.footer .footer-copyright-policy {
	padding-bottom: 20px;
	padding-left: 16px;
	padding-top: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

footer.footer .footer-copyright {
	font-size: 14px;
	font-family: BRHendrix-Regular;
	color: #fff;
	margin: 0;
}

footer.footer .footer-copyright a {
	font-size: 14px;
	font-family: BRHendrix-Regular;
	color: #fff;
	padding-left: 21px;
}

footer.footer .footer-bottom-menu-sub {
	margin: auto;
	max-width: 1480px;
	border-bottom: 1px solid #595e78;
	width: 100%;
	padding-bottom: 10px;
}

footer.footer .iso-footer-img-sec {
	float: left;
}

footer.footer .iso-footer-img-sec a {
	color: #FFFFFF;
}

footer.footer .iso-footer-img-sec a img {
	border: 0;
	height: auto;
	max-width: 100%;
	width: 50px;
	display: block;
	margin-bottom: 5px;
}

footer.footer .footer-menu-bottom {
	float: right;
}

footer.footer .footer-menu-bottom:after,
footer.footer .footer-menu-bottom:before {
	clear: both;
	display: block;
	content: '';
}

footer.footer .footer-menu-bottom ul {
	font-size: 0;
	list-style: none;
	margin: 0 0 0 22px;
	padding: 10px 0 0;
}

footer.footer .footer-menu-bottom ul li {
	display: inline-block;
	list-style: none;
	margin-bottom: 18px;
	padding-right: 45px;
}
footer.footer .footer-menu-bottom ul li:last-child{
	padding-right:0;
}

footer.footer .footer-menu-bottom ul li a {
	color: #fff;
	font-family: BRHendrix-Regular;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	display: block;
}

footer.footer .footer-menu-bottom ul li:nth-child(2) {
	padding-right: 36px;
}

footer.footer .footer-menu-bottom ul li:nth-child(1) {
	padding-right: 40px;
}

footer.footer .footer-middle .first-column {
	flex: auto;
	max-width: 46.60%;
	margin-top: 17px;
}

footer.footer .footer-middle .second-column {
	flex: auto;
	max-width: 21.20%;
}

footer.footer .footer-middle .third-column {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

footer.footer .footer-middle .row {
	padding-bottom: 23px;
}

footer.footer .footer-sitemap .hs-menu-wrapper > ul > li > a {
	font-family: BRHendrix-Regular;
	font-size: 22px;
	font-weight: 500;
	color: #10183d;
	margin-bottom: 13px;
	margin-top: 2rem;
	line-height: 1.1;
	display: block;
}

footer.footer .footer-sitemap .hs-menu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer.footer .footer-sitemap .hs-menu-wrapper > ul > li > ul > li > a {
	font-size: 17px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #5e678e;
	font-family: BRHendrix-Regular;
	text-decoration: none;
}

footer.footer .footer-sitemap .hs-menu-wrapper > ul > li > ul{
	margin-bottom: 2.5rem;
}

footer.footer .footer-sitemap .hs-menu-wrapper > ul > li > ul > li {
	line-height: 25px;
	margin-bottom: 10px;
	max-width: 221px;
}

footer.footer .footer-sitemap .hs-menu-wrapper > ul > li:first-child {
	margin-bottom: 61px;
}

footer.footer .footer-services.footer-sitemap .hs-menu-wrapper>ul>li>ul>li{
	max-width:100%;
}

footer.footer .footer-middle .block-footer {
	margin-left: 16px;
}

footer.footer .footer-logo a img {
	max-width: 100%;
	height: auto;
	border: 0;
	width: 275px;
	display: block;
}
footer.footer .footer-logo a {
	display: block;
	max-width: 100%;
	height: 100%;
	width: 1005;
}

footer.footer .second-row {
	margin-bottom: 12px;
	padding-top: 20px;
	display: flex;
}

footer.footer .second-row .address {
	width: 49%;
	color: #5e678e;
	font-size: 18px;
	font-family: BRHendrix-Regular;
	line-height: 24px;
}

footer.footer .second-row .socials-block {
	width: 40%;
	position: relative;
	bottom: 1px;
}

footer.footer .footer-phone {
	width: 31%;
	float: left;
	display: inline-block;
}

footer.footer .footer-email {
	width: 40%;
	display: inline-block;
}

footer.footer .footer-items-inner h4 {
	font-family: BRHendrix-Regular;
	font-size: 22px;
	font-weight: 500;
	color: #10183d;
	margin-bottom: 13px;
	margin-top: 2rem;
	line-height: 1.1;
}

footer.footer .footer-items-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

footer.footer .footer-items-inner ul li {
	color: #5e678e;
	line-height: 24px;
	margin-bottom: 7px;
}

footer.footer .footer-items-inner ul li a {
	font-size: 17px;
	color: #5e678e ;
	font-family: BRHendrix-Regular;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

footer.footer .footer-items-inner ul li:last-child {
	font-size: 15px;
}

footer.footer .contact-btn{
	text-align: left;
	display: block;
	margin-bottom: 21.73913043px;
	max-width: 100%;
}

footer.footer .contact-btn a {
	vertical-align: middle;
	padding: 5px 25px 4px;
	letter-spacing: normal;
	border: none;
	background-image: none;
	font-family: BRHendrix-Bold;
	transition: all .5s ease-in-out;
	display: inline-flex;
	position: unset;
	background-color: #ff8300;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 30px;
	text-align: center;
}

footer.footer .footer-middle {
	padding-top: 34px;
}

footer.footer .footer-newsletter form .hs-form-field {
	margin: 0;
}

footer.footer .footer-middle {
	padding-top: 34px;
}

.footer-mobile-sitemap .hs-menu-wrapper>ul>li>ul>li>a:hover {
	color: #FF8300;
}
footer.footer .footer-menu-bottom span div:after,
.hs-inline-edit footer.footer .footer-menu-bottom span div:after,
footer.footer .footer-menu-bottom span div:before,
.hs-inline-edit footer.footer .footer-menu-bottom span div:before{
	clear: both;
	display: block;
	content: '';
}


@media (min-width:881px){
	footer.footer .contact-btn.mobile {
		display: none;
	}
}

@media (min-width:992px){
	.footer-mobile-sitemap {
		display: none;
	}
}

@media (max-width: 1679px){
	footer.footer .footer-bottom-menu-sub {
		max-width: 1310px;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	footer.footer .footer-menu-bottom ul li {
		padding-right: 35px;
	}

	footer.footer .footer-menu-bottom ul {
		position: relative;
		top: 3px;
	}

	footer.footer .footer-menu-bottom ul li:nth-child(4) {
		padding-right: 45px;
	}

	footer.footer .footer-menu-bottom ul li:nth-child(3) {
		padding-right: 42px;
	}
}

@media (max-width:1366px){
	footer.footer .footer-middle .first-column {
		max-width: 50%;
	}
	footer.footer .footer-logo {
		margin-bottom: 2px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	footer.footer .footer-phone {
		width: 45%;
	}
	footer.footer .footer-copyright-policy .col {
		padding: 0;
	}
	footer.footer .footer-bottom-menu-sub {
		margin: 0;
	}
	footer.footer .second-row .address {
		width: 44.96%;
	}
	footer.footer .second-row .socials-block {
		width: 55%;
	}
}

@media (max-width: 991px){
	footer.footer .footer-copyright {
		margin: auto;
		text-align: center;
		max-width: 49%;
	}

	footer.footer .footer-copyright a {
		padding-left: 17px;
	}

	footer.footer .footer-menu-bottom ul li a {
		font-size: 15px;
	}

	footer.footer .footer-bottom-menu-sub {
		max-width: 1210px;
	}

	footer.footer .footer-bottom {
		padding-top: 30px;
	}

	footer.footer .iso-footer-img-sec {
		float: none;
	}

	footer.footer .footer-menu-bottom {
		float: none;
	}

	footer.footer .footer-middle .second-column {
		display: none;
	}

	footer.footer .footer-middle .third-column {
		display: none;
	}

	footer.footer .footer-middle .first-column {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	footer.footer .footer-mobile-sitemap {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	footer.footer .footer-mobile-sitemap .hs-menu-wrapper > ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	footer.footer .footer-mobile-sitemap .hs-menu-wrapper > ul > li > a {
		border-top: 1px solid #d3d6e1;
		padding-bottom: 15px;
		padding-top: 15px;
		cursor: pointer;
		font-size: 19px;
		color: #10183d;
		font-family: BRHendrix-Regular;
		text-decoration: none;
		display:block;
	}

	footer.footer .footer-mobile-sitemap .hs-menu-wrapper > ul > li > ul {
		display: none;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	footer.footer .contact-btn {
		display: none;
	}

	footer.footer .footer-phone {
		float: none;
		width: 100%;
	}

	footer.footer .footer-email {
		width: 100%;
		display: block;
	}

	footer.footer .footer-mobile-sitemap .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
		content: '\f107';
		font-family: 'Line Awesome Free';
		font-weight: 900;
		position: absolute;
		right: 15px;
		color: #5e678e;
		font-size: 16px;
		width: 22px;
		height: 22px;
	}

	footer.footer .footer-logo a img {
		width: 183px;
	}

	footer.footer .footer-items-inner h4 {
		font-size: 18px;
		margin-top: 0;
	}

	footer.footer .footer-phone {
		padding-top: 30px;
	}

	.footer-mobile-sitemap .hs-menu-wrapper>ul>li>ul>li {
		list-style: none;
		margin-bottom: 12px;
		font-size: 16px;
	}

	.footer-mobile-sitemap .hs-menu-wrapper>ul>li>ul>li>a {
		font-size: 16px;
		font-weight: 400;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #5e678e;
		font-family: BRHendrix-Regular;
		text-decoration: none;
	}
	.footer-child-open > a:after {
		content: '\f106' !important;
		font-family: 'Line Awesome Free' !important;
		font-weight: 900;
		position: absolute;
		right: 15px;
		color: #5e678e;
		font-size: 16px;
		width: 22px;
		height: 22px;
	}

	footer.footer .iso-footer-img-sec a img {
		margin: 0 auto;
		margin-bottom: 5px;
	}

	footer.footer .footer-menu-bottom ul {
		position: static;
		float: none;
		text-align: center;
		margin-left: 0;
	}

	footer.footer .footer-menu-bottom ul li {
		padding-right: 15px !important;
		margin-bottom: 12px;
	}

	.footer-mobile-sitemap .hs-menu-wrapper>ul>li>ul>li:last-child {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	footer.footer .footer-items-inner h4 {
		width: 10%;
		position: relative;
		top: 4px;
	}

	footer.footer .footer-email span,
	footer.footer .footer-phone span{
		display: flex;
	}

	footer.footer .footer-items-inner ul {
		margin: 0 0 2.5rem;
	}

	footer.footer .footer-items-inner ul li {
		margin-bottom: 12px;
	}

	footer.footer .footer-phone ul {
		margin-bottom: 0;
	}

	footer.footer .footer-items-inner ul li:last-child {
		font-size: 16px;
	}

	footer.footer .footer-phone ul li {
		margin-bottom: 7px;
	}

	footer.footer .footer-phone ul li:last-child {
		margin-bottom: 11px;
	}

	footer.footer .footer-phone h4 {
		position: static;
	}

	footer.footer .second-row .address {
		width: 44.96%;
	}

	footer.footer .contact-btn.mobile a {
		margin-bottom: 15px;
	}
}

@media (max-width: 880px){
	footer.footer .contact-btn.mobile {
		display: block;
	}
}

@media (max-width:767px){
	footer.footer .footer-middle .row {
		padding-bottom: 15px;
	}

	footer.footer .footer-mobile-sitemap .hs-menu-wrapper>ul>li>a {
		padding-top: 15px;
		padding-bottom: 13px;
	}

	footer.footer .contact-btn.mobile a {
		font-size: 20px;
		margin-bottom: 7px;
	}

	footer.footer .footer-items-inner h4 {
		width: 28%;
		margin-top: 2px;
	}

	footer.footer .footer-items-inner ul {
		margin-bottom: 15px;
		width: 100%;
	}

	footer.footer .footer-email span,
	footer.footer .footer-phone span {
		display: flex;
	}

	footer.footer .footer-items-inner ul li a {
		font-size: 16px;
	}

	footer.footer .footer-middle .block-footer {
		margin: 0;
		padding: 0 15px;
	}

	footer.footer .footer-email h4 {
		position: relative;
		top: 2px;
	}

	footer.footer .footer-phone ul {
		margin-bottom: 10px;
	}

	footer.footer .footer-phone ul li:last-child {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	footer.footer .footer-phone ul li {
		margin-bottom: 4px;
		font-size: 16px;
	}

	footer.footer .footer-phone {
		padding-top: 5px;
	}

	footer.footer .second-row {
		padding-top: 16px;
	}

	footer.footer .second-row .socials-block {
		top:0;
		bottom:0;
		left:0;
		right:0;
		text-align: left;
		width: 100%;
		margin-top: 20px;
	}
	footer.footer .second-row {
		flex-wrap: wrap;
	}
	footer.footer .second-row .socials-block .social-media-container {
		margin: 0;
	}
	footer.footer .footer-middle {
		padding-top: 13px;
	}

	footer.footer .second-row .address {
		width: 100%;
	}

	footer.footer .footer-copyright {
		margin: auto;
		font-size: 14px;
		max-width: 262px;
		line-height: 21px;
		padding-left: 0;
		padding-right: 0;
	}

	footer.footer .footer-bottom-menu-sub {
		margin-left: 0;
		margin-right: 0;
	}

	footer.footer .footer-copyright-policy {
		padding-left: 0;
	}

	footer.footer .footer-copyright a {
		position: relative;
		padding-left: 4px;
	}
	footer.footer .footer-mobile-sitemap .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		font-size: 22px !important;
		line-height: 24px;
	}
}
