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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;

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

@media (max-width: 1230px) {
  .dnd-section > .row-fluid {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "dm-common-icons"; 
  src: url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-common-icons.ttf) format("truetype"), 
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-common-icons.woff) format("woff"),
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-common-icons.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: block;
}

@font-face { 
  font-family: "Brandon_med";
  src: url("https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/BuzzBid_November2022/fonts/Brandon_med-6166_400.otf"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Brandon_reg"; 
  src: url("https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/BuzzBid_November2022/fonts/Brandon_reg-8ab8_400.otf");
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "dm-font"; 
  src: url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-font.woff) format("woff"),
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-font.ttf) format("truetype"),
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-font.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family: "Orbitron-Medium";
  src: url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/Orbitron-Medium-65c3_400.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Orbitron-Bold";
  src: url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/Orbitron-Bold-b250_400.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "dm-social-icons";
  src: url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-social-icons.ttf) format("truetype"), 
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-social-icons.woff) format("woff"), 
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/dm-social-icons.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/BuzzBid_November2022/fonts/FontAwesome.eot") format("embedded-opentype"), 
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/FontAwesome.woff) format("woff"),
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/FontAwesome.ttf) format("truetype"),
    url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/FontAwesome.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
}

@font-face {
  font-family: "Orbitron-Regular";
  src: url(https://23258165.fs1.hubspotusercontent-na2.net/hubfs/23258165/raw_assets/public/BuzzBid_November2022/fonts/Orbitron-Regular-2b1c_400.ttf);
  font-style: normal;
  font-weight: 400;
}

body {
  line-height: 1.5;
  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 {
  margin: 0 0 1.5em;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1.5;
}

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

@media(max-width: 767px){
  h1{
    font-size: 36px !important;
  }
  h2{
    font-size: 25px !important;
  }
  h3{
    font-size: 22px !important;
  }
  h4{
    font-size: 20px !important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: 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-top: 10px;
}

/* Labels */

form label {
  display: block;
  font-size: 18px;
}

/* 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 {
  border: 1px solid;
  display: inline-block;
  outline:none;
  font-size: 16px;
  width: 100%;
  margin: 3px 0;
  padding: 0 10px;
  height: 45px;
}

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 {
  outline: 1px solid red;
}

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

/* Submit button */

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

/* 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;
}
.body-wrapper > div:first-child {
	position: sticky;
	top: 0;
	z-index: 101;
}
header.header {
	min-height: 140px;
}
.header-fixed {
	width: 100%;
	min-width: 768px;
	padding: 0 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
	-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
}
.header_flex {
	display: flex;
}
.header_logo_wrapper {
	position: relative;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	float: left;
	transition: all .2s;
}
.header_logo_wrapper .header_logo {
	transition: all .2s;
	text-align: center;
	width: calc(100% - 39px);
	max-width: 238.5px;
	padding: 0;
	margin: 19px auto 0;
	height: auto;
	min-width: 25px;
	line-height: 1.5;
}
.header_logo_wrapper .header_logo img {
	width: 100% !important;
	vertical-align: top;
	transition: all .2s;
}
.header_menu_wrapper {
	padding-left: 10px;
	font-size: 18px;
	padding-right: .75%;
	position: relative;
	width: 58.33333%;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.header_menu {
	min-width: 9em;
	transition: all .2s;
	width: calc(100% - 0px);
	justify-content: center;
	align-items: stretch;
	margin: 24px auto 0;
	padding: 7px 15px 6.8px;
	display: flex;
}
.header_menu .header_menu_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	max-width: 300px;
	width: 100px;
}
.header_menu .header_menu_logo img {
	margin: 0;
	width: auto !important;
	height: auto;
	transition: width .3s linear!important;
	vertical-align: top;
}
.header_menu .header_menu_logo img {
	margin: 0;
	width: 100% !important;
	height: auto;
	transition: width .3s linear!important;
	max-width: 100%;
}

.header_left_menu.nav {
	display: flex;
	flex: 2 1 0;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header_right_menu.nav {
	justify-content: flex-start;
	display: flex;
	flex: 2 1 0;
	align-items: center;
	flex-wrap: wrap;
}
.nav .hs-menu-wrapper>ul {
	display: flex;
}
.nav .hs-menu-wrapper>ul ul {
	display: none;
}
.nav .hs-menu-wrapper>ul>li>a {
	font-size: 18px;
	color: #000;
	padding: 0 20px;
	letter-spacing: .03em;
	display: block;
}
.header_btn {
	position: relative;
	width: 16.66667%;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.header_btn a {
	box-sizing: border-box !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 245px!important;
	height: 50px!important;
	max-width: 100%!important;
	margin: 10px auto!important;
	padding: 0!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	font-family: Brandon_reg;
	line-height: normal;
	white-space: normal;
	padding: 0 0 !important;
	text-transform: capitalize;
}
.header_btn .btn:first-child a {
	background-color: #177bb6;
	color: #fff;
}
.header_btn .btn:last-child a {
	background-color: #fff;
	border-color: #df7505;
	border-width: 1px;
	border-style: solid;
	color: #df7505;
  height: 39px !important;
  width: 171px !important;
  overflow: hidden;
}
.nav .hs-menu-wrapper>ul>li>a:after {
	content: '';
	width: 100%;
	height: 0;
	border: 0 solid transparent;
	border-top-color: #177bb6;
	border-top-width: 3px;
	border-top-style: solid;
	margin-top: 0.2em;
	transform: scaleX(0);
	display: block;
	transition: transform .2s ease-out,opacity .2s ease-out;
	opacity: 0;
}
.nav .hs-menu-wrapper>ul>li>a:hover:after {
	transform: scaleX(1);
	opacity: 1;
}
.nav .hs-menu-wrapper>ul>li>a:before {
	content: '';
	width: 100%;
	height: 0;
	border: 0 solid transparent;
	display: block;
	transition: transform .2s ease-out,opacity .2s ease-out;
	opacity: 0;
	transform: scaleX(0);
	border-top-width: 2px;
	margin-bottom: 0.2em;
	border-top-color: transparent;
	text-align: left;
}
.nav .hs-menu-wrapper>ul>li:hover ul {
	display: block;
}
.nav .hs-menu-wrapper>ul>li.active>a:after {
	opacity: 1;
	transform: scaleX(1);
	border-top-width: 3px;
}
.nav .hs-menu-wrapper>ul>li {
	position: relative;
}
.nav .hs-menu-wrapper>ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 9;
	padding: 5px 10px;
	min-width: 150px;
}
.nav .hs-menu-wrapper>ul ul li a {
	padding: 5px 10px;
	display: block;
	color: #000;
}
header.header.lp .header-fixed,.lp .header_flex {
	min-height: 140px;
}
.header_logo_wrapper .header_logo img:hover {
	opacity: 0.7;
}

@media(min-width: 768px){
	.mobile-header,
	.trigger-btn,
	.mobile_menu_wrapper{
		display: none;
	}
	.fixed .header_logo_wrapper .header_logo img {
		width: 66%!important;
	}
	.fixed .header_menu .header_menu_logo img {
		width: 66px!important;
		transition: width .3s linear!important;
	}
	.fixed .header_logo_wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.fixed .header_menu {
		margin: 0;
		height: 100%;
	}
}

@media(max-width: 1560px) and (min-width: 768px){
	.header_logo_wrapper {
		width: 20%;
	}
	.header_menu_wrapper {
		width: 50.33333%;
	}
	.header_btn {
		width: 29.66667%;
	}
	.header_btn a {
		padding: 0 10px !important;
	}
}


@media(max-width: 1125px) and (min-width: 768px){
	.nav .hs-menu-wrapper>ul>li>a {
		padding: 0 10px;
		word-break: keep-all;
	}
	.header_btn a {
		font-size: 16px;
		width: 160px!important;
	}
	.header_btn {
		width: 25.66667%;
	}
	.header_menu_wrapper {
		width: 54.33333%;
	}
	.header_logo_wrapper .header_logo{
		margin: 0 auto 0;
	}
	.header_logo_wrapper {
		width: 20%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media(max-width: 767px){
	header.header {
		display: none;
	}
	.mobile-header {
		min-height: 85.91px;
	}
	.mobile-header-inner {
		position: fixed;
		width: 100%;
		background: #fff;
		box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
		-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
		-webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
		left: 0;
		top: 0;
		z-index: 99;
	}
	.mobile-header-inner {
		position: fixed;
		width: 100%;
		background: #fff;
		box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
		-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
		-webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
		left: 0;
		top: 0;
		z-index: 99;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		flex-direction: row-reverse;
		direction: ltr;
		flex-wrap: wrap;
	}
	.mobile-header-inner .mobile-trigger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 55px;
		position: relative;
		width: 16.66667%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mobile-header-inner .mobile-header-logo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 10px;
		position: relative;
		width: 83.33333%;
	}
	.mobile-header-inner .mobile-header-logo img {
		width: 100% !important;
		vertical-align: top;
	}
	.mobile-header-inner .mobile-header-logo>div {
		width: 186.406px;
		position: relative;
		max-width: 100%;
		margin: 0 148.828px 0 0;
		min-width: 25px;
		text-align: center;
		display: block;
	}
	.trigger-btn {
		top: 22.9609375px;
		color: #666!important;
		background-color: transparent;
		left: auto;
		right: 10px;
		position: fixed;
		padding: 13px 9px;
		z-index: 991;
		width: 40px;
		height: 40px;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		border: 0;
		justify-content: space-between;
		align-items: stretch;
		outline: 0;
		transition: color .3s ease-in,background-color .3s ease-in;
		border-radius: 0;
	}
	.trigger-btn .hamburger__slice {
		display: block;
		height: 0;
		width: 100%;
		border: 1px solid currentColor;
		transition: transform .3s ease-out,opacity .4s ease-out;
		transform-origin: center;
	}
	.mobile_menu_overlay {
		background-color: rgba(0,0,0,.4);
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		transition: all .4s;
		visibility: hidden;
		opacity: 0;
	}
	.menu-open .mobile_menu_overlay {
		opacity: 1;
		visibility: visible;
	}
	.mobile_menu {
		transform: translate(100%,0);
		left: auto;
		right: 0;
		width: 75vw;
		background-color: #fff;
		transition: transform .3s linear;
		overflow: auto;
		-webkit-overflow-scrolling: auto;
		z-index: 7;
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		z-index: 99;
		height: calc(100% + 0px);
	}
	.menu-open .mobile_menu {
		box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
		-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
		-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
		height: calc(100% + 0px);
		transform: translate(0);
	}
	.mobile_menu_inner {
		padding-top: 78px;
		padding-right: 20px;
		padding-left: 20px;
		max-width: 960px;
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	.header_btn {
		display: inline-block;
		float: left;
		position: relative;
		vertical-align: top;
		width: 100%;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li>a span:before {
		content: '';
		width: 100%;
		height: 0;
		border: 0 solid transparent;
		transform: scaleX(1);
		transform-origin: left;
		border-top-color: transparent;
		margin-bottom: 0.2em;
		opacity: 1;
		border-top-width: 2px;
		display: block;
		transition: transform .2s ease-out,opacity .2s ease-out;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li>a span:after {
		content: '';
		width: 100%;
		height: 0;
		border: 0 solid transparent;
		display: block;
		transition: transform .2s ease-out,opacity .2s ease-out;
		opacity: 0;
		transform: scaleX(0);
		border-top-width: 2px;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li>a {
		color: #000;
		cursor: pointer;
		display: inline-block;
		flex-direction: column;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: .03em;
		line-height: 1.7;
		padding: 5px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li>ul {
		display: none;
	}
	.mobile_menu .header_btn a {
		font-size: 18px;
		height: 55px !important;
	}
	.header_btn .btn:last-child a {
		width: 100% !important;
		margin-top: 17px !important;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li {
		display: flex;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li.active>a span:after {
		border-top-color: #177bb6!important;
	}
	.header_btn .btn:first-child a{
		margin-top: 12px !important;
	}
	.menu-open .trigger-btn .hamburger__slice:first-child {
		transform: translateY(6px) rotate(45deg);
	}
	.menu-open .trigger-btn .hamburger__slice:last-child {
		transform: translateY(-6px) rotate(-45deg);
	}
	.menu-open .trigger-btn .hamburger__slice:nth-child(2) {
		opacity: 0;
	}
	.menu-open .trigger-btn {
		color: #666 !important;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
		content: "+";
		position: absolute;
		right: 0;
		top: 13px;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li>a span {
		display: inline-block;
		width: auto;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li {
		display: flex;
		flex-direction: column;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li>ul li a {
		color: #000;
		padding: 5px 10px;
		display: block;
		font-size: 16px;
	}
	.mobile_menu_inner .hs-menu-wrapper>ul>li.child-open>a:after {
		content: "-";
		font-size: 30px;
		top: 5px;
	}
}
.footer-bottom {
  background-color: #1d1b26;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-bottom .copyright p {
  margin: 0;
  display: inline-block;
  margin-left: -4px;
}
.footer-section.footer_logo img:hover {
  opacity: 0.7;
}
.footer-bottom .copyright, .footer-bottom .copyright p {
  text-align: center;
  color: #fff;
}
.footer-bottom .copyright * {
  font-size: 16px;
}
.footer ul li:before {
  display: none;
}
.footer-top {
  padding: 50px 40px;
  background-color: #3c4145;
}
footer.footer {
  position: relative;
  z-index: 9;
}
.footer-top .content-wrapper {
  display: flex;
}
.footer-section.footer_logo {
  position: relative;
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-left: 0;
  padding-right: 1.5%;
  font-size: 18px;
}
.footer-section.footer_logo img {
  width: 100% !important;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  transition: all .2s ease-out
}
.footer-section.footer_logo>div {
  width: calc(100% - 0px);
  max-width: 269px;
  margin: 0 26px 0 0;
}
.footer-section.footer_menu.first {
  position: relative;
  width: 16.66667%;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 18px;
  padding: 0 9px 0 25px;
}
.footer-section.footer_menu.sec {
  padding: 0 5px 0 25px!important;
  font-size: 18px;
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.footer-section.footer_menu .hs-menu-wrapper>ul>li>a {
  font-size: 15px;
  color: #fff;
  padding: 8px 0;
  transition: color .2s ease-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-weight: inherit;
  letter-spacing: .03em;
}
.footer-section.footer_menu.first .hs-menu-wrapper {
  min-width: 9em;
  width: 162px;
  max-width: 100%;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  padding: 0 15px 0 0;
}
.footer-section.footer_menu.sec .hs-menu-wrapper {
  min-width: 9em;
  width: 201px;
  max-width: 100%;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  padding: 0 15px 0 0;
}
.footer-section.footer-contact-details {
  padding-right: 0;
  padding-left: 1.5%;
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.footer-section.footer_menu .hs-menu-wrapper>ul>li.active>a{
  font-weight: 700
}
.footer-section.footer_menu .hs-menu-wrapper>ul>li>a:hover{
  font-weight: 700
}
.thank-you .footer-section.footer-contact-details {
  position: relative;
  width: 33.33333%;
  padding-left: 0;
}
.footer-section.footer-contact-details p a {
  font-size: 24px;
  font-family: Brandon_reg;
  color: #fff;
}
.footer-section.footer-contact-details p:nth-child(2) a {
  font-style: italic;
}
.footer-section.footer-contact-details p:nth-child(4), .footer-section.footer-contact-details p:nth-child(5) {
  font-size: 20px;
  line-height: initial;
}
.thank-you .footer-section.footer_menu .hs-menu-wrapper>ul>li>a {
  padding: 3px 0;
}
.thank-you .footer-section.footer-contact-details p {
  font-size: 20px;
}
.thank-you .footer-section.footer_menu.first .hs-menu-wrapper {
  width: calc(100% - 96px);
  margin: 0 auto;
  max-width: 178px;
}
.thank-you .footer-section.footer_menu.first {
  width: 33.33333%;
  padding-right: .75%;
  padding-left: 20px;
}
.footer-section.footer-contact-details p {
  margin: 0;
  color: #fff;
  line-height: initial;
}
.footer-section.footer-contact-details .contact-inner-details {
  padding: 2px 0;
  width: calc(100% - 0px);
  height: auto;
  min-width: 25px;
}

@media(max-width: 900px) and (min-width: 768px){
  .footer-section.footer-contact-details p:nth-child(4), .footer-section.footer-contact-details p:nth-child(5) {
    font-size: 18px;
    line-height: normal;
  }
  .footer-section.footer-contact-details p a {
    font-size: 18px;
  }
}

@media(max-width: 767px){
  .footer-bottom .copyright * {
    font-size: 13px;
  }
  .footer-section.footer_menu.first, .footer-section.footer_menu.sec {
    display: none;
  }
  .footer-top .content-wrapper {
    display: block;
  }
  .footer-section.footer-contact-details {
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .footer-section.footer_logo {
    display: block;
    float: none;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
  .footer-section.footer_logo>div {
    width: calc(100% - 79px);
    max-width: 185px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
  }
  .footer-top {
    padding: 20px 0;
  }
  .footer-section.footer-contact-details p a {
    color: #fff;
    font-family: Brandon_reg;
    font-size: 19px;
  }
  .footer-section.footer-contact-details p:nth-child(4), .footer-section.footer-contact-details p:nth-child(5) {
    font-size: 16px;
    line-height: normal;
  }
  .footer-section.footer-contact-details .contact-inner-details {
    padding: 2px 0;
    margin: 0 auto 8px;
  }
  a#back_to_top {
    width: 30px;
    height: 30px;
    opacity: 0;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    z-index: 200;
    bottom: 10px;
    right: 10px;
    border: 1px solid #fff;
    transition: opacity .4s ease;
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.4);
    -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 40%);
    box-shadow: 0 0 1px rgb(255 255 255 / 40%);
    position: fixed;
  }
  a#back_to_top.on.show {
    opacity: 1;
  }
  a#back_to_top:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    top: 6px;
    left: 16px;
    transform: rotate(-45deg);
  }
  a#back_to_top:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    left: 8px;
    top: 6px;
    transform: rotate(45deg);
  }
  .footer-bottom .copyright p{
    margin: 0 0 0 -3px;
  }
  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 16px;
  }
  .thank-you .footer-section.footer-contact-details {
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .thank-you .footer-section.footer-contact-details {
    padding-left: 15px;
    position: relative;
    width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.breadcrumb .runtime-breadcrumbs-widget {
  margin-top: 10px;
}
.breadcrumb nav.root-dmBlockElement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.breadcrumb nav.root-dmBlockElement a {
  color: #177bb6;
  text-decoration: underline;
}
.breadcrumb nav.root-dmBlockElement>span {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.hs-landing-page nav.root-dmBlockElement {
  display: none;
}
.hs-site-page nav.root-dmBlockElement {
  display: none;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul>li {
  padding: 0;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul>li>a {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul>li span.hs-breadcrumb-menu-divider {
  display: none;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul>li span.arrow-separator {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.breadcrumb {
  transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
  position: relative!important;
}
.fixed .breadcrumb {
  display: none;
  top: 50%!important;
  transform: translateY(-50%);
  position: relative!important;
}
.trades-page .blog_inner,
.blog_inner {
    z-index: 99;
    display: block;
    position: relative;
}
.trades-page .banner.blog_banner,
.banner.blog_banner {
    background-position: 50% 30%!important;
}
.trades-page .banner.blog_banner:before,
.banner.blog_banner:before {
    opacity: 0.75!important;
}
.fixed .header_logo_wrapper .header_logo {
  margin: 0;
}
.contact-page .dnd-section>.row-fluid {
  padding: 0;
}
.contact_pg_row2 hr {
  height: 0;
}
.contact_pg_row3 .hs-form-field {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
.contact_pg_row3 form {
  padding-top: 20px;
}
.contact_pg_row3 form .hs-form-required {
  display: none;
}
.contact_pg_row3 form textarea {
  min-height: 80px;
  padding: 10px;
}
.contact_pg_row3 form .hs-submit {
  padding: 20px 15px;
  min-width: 200px;
}
.contact_pg_row3 form .hs-submit .hs-button {
  margin: 0;
  max-width: 200px;
  width: 100%;
  padding: 13px 0;
}
.contact_pg_row3 .hs_message .input {
  line-height: 0;
}
.contact_pg_row3 .span6 {
  width: 50%;
  margin: 0;
}
.contact_pg_row3 form {
  padding-top: 20px;
  padding-bottom: 14px;
}
.home_pg_row1 .dnd-section>.row-fluid {
  padding: 0;
}

.home-page a.cta_button {
  background-color: #177bb6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-sizing: border-box !important;
  height: 50px;
  padding: 0;
  text-align: center;
  margin: 47px 0 0;
  min-width: 25px;
  position: relative;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.home-page a.cta_button:hover {
  background-color: #df7505;
  background-image: none;
}
.home_pg_row2 .cta_button {
  margin: 21px 0 40px !important;
}
.home_pg_row2 .dnd-section>.row-fluid {
  padding: 0;
}
.home-page {
  overflow: hidden;
}
.home_pg_row3 .benefits-wrapper {
  padding: 30px 40px 60px;
  background-position: 50% 90%;
  background-size: 105%;
}
.home_pg_row3 .benefits-wrapper .benefits-group {
  padding: 30px 40px 50px;
}
.home_pg_row3 .testimonial-slider-wrapper:before {
  opacity: 0.3;
}
.home_pg_row3 .testimonial-slider-wrapper .testimonial-title h2 {
  color: rgb(223, 117, 5);
}
.home_pg_row3 .bottom-pane .mid-content-wrapper .mid-content-subtitle p {
  color: rgb(223, 117, 5);
  font-style: normal;
  font-weight: bold;
}
.industries-we-serve-page .dnd-section>.row-fluid {
  padding: 0;
}
.industries-we-serve-page .benefits-wrapper,
.industries-we-serve-page .bottom-pane{
  margin: 0;
}
.industries-we-serve-page .benefits-wrapper {
  padding-top: 30px;
}
.free_trial_row1 .dnd-section>.row-fluid {
  padding: 0;
}
.free_trial_row1 .banner.blog_banner {
  padding: 6px 0;
}
.free_trial_row1 .banner.blog_banner .blog_inner h1 {
  font-family: Orbitron-Regular;
  display: initial;
  color: rgb(255, 255, 255);
  padding: 2px 0;
  margin: 2px 0 -4px 0;
}
.free_trial_row1 .banner.blog_banner .blog_inner {
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.free_trial_row1 .banner.blog_banner .blog_inner .bottom-content {
  margin: 8px 0;
  padding: 2px 0;
}
.free_trial_row1 .banner.blog_banner .blog_inner .bottom-content p {
  margin: 0;
  font-size: 24px;
}
.free_trial_row1 .banner.blog_banner .blog_inner .bottom-content p span {
  font-family: Brandon_reg;
}
.free_trial_row2 form {
  padding: 15px 0;
}
.free_trial_row2 form .hs-form-field {
  margin-top: 10px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 0;
}
.free_trial_row2 form .hs-richtext {
  margin-top: 10px;
  padding-left: 1.2375em;
  padding-right: 0.9375em;
  margin-bottom: 0;
}
.free_trial_row2 form .hs-richtext p {
  margin: 0;
  font-family: Lato;
  color: rgba(23,123,182,1);
  font-size: 18px;
}
.free_trial_row2 form .hs-input {
  border-width: 2px;
}
.free_trial_row2 form select {
  width: 48.5%!important;
  font-family: Lato !important;
  color: rgba(23,123,182,1);
}
.free_trial_row2 form .hs_error_rollup {
  padding: 0 19px;
}
.free_trial_row2 form .hs-form-field>label {
  color: #000;
}
.free_trial_row2 form .hs-form-field .input {
  margin: 0 !important;
}
.free_trial_row2 form .hs_zip .hs-input {
  width: 100% !important;
}
.free_trial_row2 form .hs-richtext p strong {
  font-weight: 700;
}
.free_trial_row2 form input.hs-button.primary.large {
  max-width: 424px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 49px;
  margin-top: 47px;
}
.free_trial_row2 form .hs-form-field>label .hs-form-required {
  display: none;
}
.free_trial_row2 form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
  font-family: Lato !important;
  font-weight: 400;
}
.home-main-wrapper .breadcrumb {
  display: none;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 546px !important;
}
.hs-blog-post .breadcrumb-section {
  display: none;
}
.body-container-wrapper ul {
  list-style: none;
  padding: 0;
}
.body-container-wrapper ul li {
  list-style-type: none;
  text-indent: -1.5em;
  margin: 0 1em;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.body-container-wrapper ul li:before {
  font-weight: 700;
  content: '\2022';
  font-family: Arial;
  min-width: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-inline-start: 0;
  margin-inline-end: 0.5em;
  text-align: end;
}
.span6 h3 {
  font-size: 24px;
}
.hs-input.invalid.error:focus {
  border-color: #dfdfdf;
  border-width: 2px;
}
.contact_pg_row3 h3 {
  font-size: 36px;
}
.industries-we-serve-page .banner.blog_banner .blog_inner h1 {
  line-height: 1.2;
}
.home_pg_row2 .what-buzzbid-can-do .service-content .cta_button:hover {
  background-color: #fff!important;
  background-image: none!important;
  color: #177bb6!important;
}

.body-container-wrapper .hs-error-msgs li:before {
  display: none;
}
.body-container-wrapper .hs-error-msgs li {
  margin: 0 0 0 25px;
}
.free_trial_row2 form .hs-input {
  border-width: 2px;
  color: rgba(23,123,182,1);
  font-family: Lato;
}
form .hs-input:focus,
input#hs-pwd-widget-password:focus{
  outline: 1px solid #000 !important;
  border-radius: 3px !important;
}
.body-container-wrapper .hs_error_rollup .no-list li {
  margin-left: 40px;
}
.compare-buzzbid-page .banner.blog_banner .blog_inner h1 {
  margin-top: -5px;
  margin-bottom: 6px;
}
.breadcrumb .breadcrumb-section .hs-breadcrumb-menu-wrapper>ul>li:nth-child(2)>a {
  font-family: Brandon_reg;
  color: #000;
  text-decoration: none;
  cursor: text;
}
.fancybox-bg{
  opacity: 1 !important;
  background: #000000 !important;
}
.fancybox-button:hover {
  background: transparent !important;
}
.hs-content-id-92757276431 .header-fixed .header_flex .breadcrumb, 
.hs-content-id-92757276427 .header-fixed .header_flex .breadcrumb, 
.hs-content-id-92757276439 .header-fixed .header_flex .breadcrumb, 
.hs-content-id-92757276426 .header-fixed .header_flex .breadcrumb, 
.hs-content-id-92757276430 .header-fixed .header_flex .breadcrumb {
  display:none;
}
@media(min-width: 900px){
  .website .testimonial-slider {
    height: 376px!important;
  }
}

@media(min-width: 1200px){
  .banner.blog_banner {
    padding-top: 120px!important;
  }
}

@media(max-width: 1230px){
  .home_pg_row2 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
}



@media(max-width: 767px){
  .contact_pg_row3 .span6 {
    margin: 0;
    width: 100%;
    padding: 0 !important;
  }
  .home_pg_row3 .benefits-wrapper {
    padding: 30px 15px 60px;
  }
  .home_pg_row3 .benefits-wrapper .benefits-group {
    padding: 30px 0 50px;
  }
  .home_pg_row3 .bottom-pane .mid-content-btn a {
    width: 100%;
  }
  .home_pg_row3 .bottom-pane .mid-content-wrapper .mid-content-subtitle p{
    font-size: 25px;
  }
  .free_trial_row2 form select {  
    width: 100%!important;
  }
  .free_trial_row2 form .hs-form-field {
    width: 100% !important;
  }
  .free_trial_row2 form .hs-input {
    border-width: 2px;
    width: 100% !important;
  }
  .free_trial_row1 .banner.blog_banner .blog_inner .bottom-content {
    padding: 2px 15px;
  }
  .free_trial_row1 .banner.blog_banner .blog_inner .bottom-content p {
    font-size: 20px;
    margin: 0;
  }
  .free_trial_row2 form .hs-richtext {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .free_trial_row2 form .hs-form-field {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .free_trial_row1 .banner.blog_banner .blog_inner h1 {
    padding: 2px 15px;
  }
  .industries_we_serve_page_row3 .benefits-btn, .industries_we_serve_page_row3 .trial-btn {
    padding: 0 15px !important;
  }
}

div#hs_cos_wrapper_module_17132897431323 .site-content-with-cta-module .content-inner .cta-wrap .custom-cta a {
    text-align: center;
    /* font: normal normal normal 24px / 24px Kailasa; */
    letter-spacing: 0px;
    font-size: 24px!important;
    color: #177BB6!important;
    opacity: 1;
}

a#hs-link-header_mobile_logo_hs_logo_widget img {
    max-width: 100px;
}

.trades_page_row1-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
    padding: 0;
}

.row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.trades_page_row1-row-2-force-full-width-section.trades_page_row1-row-2-padding > .row-fluid {
    padding: 0;
}

@media (min-width: 768px) {
  .trades-page .trades_page_row1-row-1-vertical-alignment > .row-fluid {
      display: -ms-flexbox !important;
      -ms-flex-direction: row;
      display: flex !important;
      flex-direction: row;
      align-items: flex-start;
  }
  .buzz-small-cta-row .content-trade.number2 {
    grid-gap: 108px;
  }
  .buzz-small-cta-row .content-trade.number3 .contentBlock,
  .buzz-small-cta-row .content-trade.number2 .contentBlock {
    width: 250px;
  }
}

#hs-button_or_subscribe_now {
  margin-top: 0!important;
}


@media (max-width: 767px) {
    .hs-content-id-171367857445 .row-fluid-wrapper.row-depth-1.compare_buzzbid_row2-row-1-force-full-width-section.dnd-section>.row-fluid,
  .hs-content-id-171367857445 .row-fluid-wrapper.row-depth-1.row-number-1.compare_buzzbid_row1-row-0-force-full-width-section.dnd-section.compare_buzzbid_row1-row-0-padding>.row-fluid,
  .hs-content-id-171367857445 .row-fluid-wrapper.row-depth-1.row-number-1.banner_section-row-0-force-full-width-section.dnd-section.banner_section-row-0-padding>.row-fluid {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

strong {
    font-weight: 900;
}

.hs-input[id^="my_title_or_role_"]{
    width: 100% !important;
}