*, *: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 ,.page-center {
  margin: 0 auto;
  padding: 0 12px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Font Awesome 5 Brands";
  src: url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/ApexMicrotechnology_December2021/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/raw_assets/public/ApexMicrotechnology_December2021/fonts/fa-brands-400.ttf") format("woff2"), 
      url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/raw_assets/public/ApexMicrotechnology_December2021/fonts/fa-brands-400.ttf") format("woff"), 
        url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/raw_assets/public/ApexMicrotechnology_December2021/fonts/fa-brands-400.ttf") format("truetype");
          font-style: normal;
          font-weight: 400;
          font-display: block;
          }


@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/ApexMicrotechnology_December2021/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/raw_assets/public/ApexMicrotechnology_December2021/fonts/fa-solid-900.ttf") format("woff2"),
      url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/raw_assets/public/ApexMicrotechnology_December2021/fonts/fa-solid-900.ttf") format("woff"),
        url("https://9409736.fs1.hubspotusercontent-na2.net/hubfs/9409736/raw_assets/public/ApexMicrotechnology_December2021/fonts/fa-solid-900.ttf") format("truetype");
          font-style: normal;
          font-weight: 900;
          font-display: block; 
          }

body {
  line-height: 1.625;
  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.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  line-height: 44px;
  margin: 0 0 32px 0;
}

h2 {
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  line-height: 42px;
  margin: 0 0 32px 0;
}

h4 {
  line-height: 24px;
  margin-bottom: 33px;
}

h5 {
  line-height: 27px;
  margin: 0 0 14px 0;
}

h6 {
  line-height: 18px;
  margin: 0 0 14px 0;
}


/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  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,#hs-search-module .hs-input {
  margin-bottom: 18px;
}

form{
  max-width:767px;
  margin-bottom:16px;
}

/* Labels */

form label {
  display: inline-block;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;  
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f5f8fa;
  border: 1px solid;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msgs label{
  color:#f2545b
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

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

form .inputs-list > li > label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  form{
    max-width:100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrap {
  transition: ease height 300ms;
  position: relative;
  z-index: 1030;
}

header.header-main {
  top: 0px;
  position: fixed;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #FFF;
  transition: min-height 0.3s ease;
  width: 100%;
  /* border-top: 3px solid #EDEDED; */
  border-bottom: 1px solid transparent;
  z-index: 1001;
}


.custom-logo {
  width: 213px;
}

.header-container {
  height: 134px;
  min-height: 0px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
  width: 100%;
  padding: 0 12px;
}

.header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}

.header-row .header-col {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}

.header-nav-wrap {
  justify-content: flex-end;
}

.header-logo-wrap {}

.header-logo-wrap .header-row {
  justify-content: inherit;
}

.custom-logo {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
}

.custom-logo a img {
  width: 213px !important;
  height: 124px;
  max-width: 100%;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  vertical-align: middle;
}

.header-navbar {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  flex-grow: 1;
  align-self: stretch;
  min-height: 70px;
  order: 1;
}

.hd-menu-wrapper {
  align-self: stretch;
  min-height: 0;
  margin-top: 0;
  display: flex;
  height: auto;
}

.desktop-menu.custom-menu-primary {
  display: flex;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper > ul > li {
  height: 100%;
  align-self: stretch;
  margin-left: 2px;
  position: relative;
  line-height: 24px;
  display: inline-block;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-top: 40px;
  position: relative;
  padding: 0 0.9rem;
  padding-top: 40px;
  margin: 1px 0 0;
  min-height: 60px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
}

.desktop-menu.custom-menu-primary * {
  display: flex;
}

.hd-serach-wrap {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
}

.hd-serach-wrap .search-inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
  padding-left: 3rem;
  justify-content: flex-end;
}

/* .hd-serach-wrap .search-inner .search-sm {
display: inline-flex;
} */

.hd-serach-wrap .search-inner .search-sm a {
  padding-top: 46px;
  display: inline-flex;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-search:before {
  content: "\f002";
}

.hd-search-form-wrap {
  padding-left: 20px;
  margin-left: 10px;
  z-index: 2;
  position: static;
}

.hd-search-form-inner {
  display: none; 
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-right: 1rem;
  padding-left: 1rem;
}

.hd-search-form-inner .hd-form {
  height: 100%;
  width: 100%;
  display: flex;
  max-width:100%;
}

.big-search-header {
  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.big-search-header .form-control {
  border-bottom-color: #04549C;
  cursor: auto;
  border: 0;
  background: transparent;
  font-size: 22px !important;
  line-height: 1;
  border-bottom: 2px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
  border-bottom-color: #04549C;
  height: auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  color: #212529;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: inherit;
}

.big-search-header .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #bdbdbd;
}

.big-search-header .form-control:focus {
  outline: none;
}

input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}

.header-nav-features-search-hide-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  display: block;
  margin-right: 10px;
  margin-top: -10px;
  text-decoration: none;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header-nav-features-search-hide-icon i {
  font-size: 20px;
  position: relative;
  top: -1px;
  color: #444;
}

.fa-times:before {
  content: "\f00d";
}

.search-active .hd-search-form-inner {
  display: flex;
}

.header-social-wrap {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  order: 2;
}

.header-social-wrap .hd-social-inner {
  position: relative;
  display: inline-flex;
}


ul.header-social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

ul.header-social-icons > li {
  padding-top: 40px;
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  padding-top: 40px;
  line-height: 24px;
}

ul.header-social-icons > li a {
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 0.8rem;
}

.fab, .far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-youtube:before {
  content: "\f167";
}

.header-social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
  color: #FFF;
}

.header-social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}

.header-social-icons li:hover a {
  color: #ffffff;
}

.header-social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}

.header-social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  border-top-color: #04549C;
  transition: opacity .2s ease-out;
  opacity: 0;
  top: -10000px;
  left: auto;
  border: 0;
  border-top: 3px solid #CCC;
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
  margin: 0;
  min-width: 200px;
  padding: 5px 0;
  text-align: left;
  border-top-color: #04549C;
  position: absolute;
  z-index: 1000;
  font-size: 1rem;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}


.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  line-height: 24px;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  border-bottom: 1px solid #f7f7f7;
  font-size: 0.8em;
  font-weight: 400;
  padding: 6px 18px 6px 18px;
  position: relative;
  text-transform: none;
  text-decoration: none;
  letter-spacing: .5px;
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #f7f7f7;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:last-child > a {
  border-bottom: 0;
}


.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul {
  left: 12px;
  right: 12px;
  width: auto;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products {
  position: static;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li {
  padding: 1.6rem;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>a {
  display: none;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  width: calc(100% + 24px);
  position: relative;
  left: 0;
  right: 0;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>ul>li {
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding: 0 12px;
  display: inline-block;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul>li>a {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  text-transform: none;
  letter-spacing: -0.5px;
  padding-top: 0;
  clear: unset;
  border-bottom: none;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul>li ul {
  display: block;
  width: 100%;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul>li ul li a {
  padding: 3px 8px;
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 3px -8px;
  padding: 3px 8px;
  text-shadow: none;
  text-transform: none;
  text-decoration: none;
  border-bottom: 0;
  width: 100%;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul>li:hover>a,
.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul>li>a:hover  {
  background: transparent !important;
}

.desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul> li>ul>li>a {
  cursor: text;
}

/* fixed header */


@media(min-width:1381px){
  .desktop-menu.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    margin-top: 0;
    opacity: 1;
    top: auto;
    display: block;
  }
  .mobile-menu.custom-menu-primary{
    display:none;
  }


  .fixed-header .header-container {
    height: 70px;
    min-height: 0px;
  }

  .fixed-header header.header-main {
    border-bottom-color: rgba(234, 234, 234, 0.5);
    box-shadow: 0 0 3px rgb(234 234 234 / 50%);
  }

  .fixed-header .custom-logo a img {
    width: 106px !important;
    height: 62px !important;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 0;
  }

  .fixed-header .hd-serach-wrap .search-inner .search-sm a {
    padding-top: 0;
  }

  .fixed-header ul.header-social-icons>li {
    padding-top: 0;
  }

  .custom-logo {
    width: 213px;
  }

  .menu-toggle {
    display: none;
  }
}

@media(max-width:1380px){
  .header-height {
    display: none;
  }

  .menu-toggle{
    display:block;
  }

  .desktop-menu.custom-menu-primary{
    display:none;
  }

  .header-navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    order: 2;
    justify-content: flex-end;
    flex-grow: 0;
    align-self: unset;
  }

  .header-social-wrap {
    order: 1;
  }

  .header-row {
    justify-content: flex-end;
  }

  .menu-toggle {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
    color: #FFF;
    float: right;
    margin: 0 0 0 1rem;
    background: #113e88 !important;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding: 0.533rem 0.933rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: inherit;
  }

  .menu-toggle:hover {
    background: #5E8EEF !important;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  ul.header-social-icons>li {
    padding-top: 0;
  }

  .hd-serach-wrap .search-inner .search-sm a {
    padding: 0;
  }

  .mobile-menu.custom-menu-primary {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto !important;
    padding: 0 15px;
    display: none;;
    width: 100%;
  }

  .mobile-menu.custom-menu-primary::-webkit-scrollbar {
    width: 5px;
  }

  .mobile-menu.custom-menu-primary::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
    width: 100%;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul li {
    margin-left: 0;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px !important;
    margin: 1px 0;
    min-height: auto;
    display: block;
    letter-spacing: .5px;
    color: #04549C;
    position: relative;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  header.header-main {
    position: static;
  }

  .custom-menu-primary * {
    width: 100%;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products > ul {
    display: none;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li> ul {
    margin-left: 20px;
    display:none;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li> ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    text-align: left;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    color: #212529;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul li:last-child {
    border-bottom: 0;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>a {
    display: none;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>ul>li>a {
    margin: 0;
    margin-top: 10px;
    display: block;
    text-align: left;
    padding: 0;
    line-height: 24px;
    letter-spacing: normal;
    cursor: text;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>ul {
    margin: 0 -12px;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul li:last-child {
    border-bottom: 0 !important;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>ul>li {
    border-bottom: none;
    padding: 0 12px;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul li:last-child {
    border-bottom: 0 !important;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li>a>i {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }

  .fa-chevron-down:before {
    content: "\f078";
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover {
    background-color: #e9ecef;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>ul>li>a:hover {
    background: transparent;
  }

  .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background: #04549C;
    color: #ffffff;
  }
}

@media(max-width:767px){
  .header-container {
    min-height: 130px;
    height: 130px;
  }

  .header-row {
    justify-content: inherit;
  }

  .custom-logo {
    position: absolute;
    left: calc(50% - 90px) !important;
    width: auto;
  }

  .custom-logo a img {
    width: 180px !important;
    padding-bottom: 5px;
  }

  .header-social-wrap .hd-social-inner {
    display: none;
  }

  .hd-serach-wrap {
    position: absolute;
    right: 0;
  }

  .hd-serach-wrap .search-inner .search-sm a i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 8px;
  }

  .menu-toggle {
    position: absolute;
    left: 0;
  }

  .hd-serach-wrap .search-inner .search-sm a i.fa-search:before {
    font-size: 24px;
  }
}
footer.footer {
  background: #113d88;
  font-size: 0.9em;
  padding: 0;
  position: relative;
  clear: both;
}

footer.footer {
  background: #113d88;
  font-size: 0.9em;
  padding: 0;
  position: relative;
  clear: both;
}

.copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.copyright-wrap .page-center {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.copyright-wrap .row {
  margin: 0 -12px;
}

.copyright-wrap .col {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}

.copyright-wrap .col p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #414141;
  line-height: 26px;
}

.copyright-wrap .col p a {
  font-weight: bold;
}

.footer-top .page-center {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-top .page-center > .row {
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-top: 1rem;
}

.footer-top .column {
  padding: 0 12px;
}

.footer-top .left-col {
  padding-right: 50px;
  text-align: left;
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 100%;
}

.footer-top .right-col {
  flex: 0 0 auto;
  width: 66.66666667%;
  text-align: left;
}

.ft-form-content h5 {
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: -.05em;
  font-family: Bahnschrift,Open Sans, sans-serif;
}

.ft-form-content h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
  letter-spacing: -.05em;
  font-family: Bahnschrift, Open Sans, sans-serif;
}

.ft-form-content p {
  line-height: 26px;
  margin: 0 0 24px;
}


/* copyright css */

.copyright-wrap {
  background: #d9dde4;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.copyright-wrap .page-center {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.copyright-wrap .row {
  margin: 0 -12px;
}

.copyright-wrap .col {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}

.copyright-wrap .col p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 26px;
}

.copyright-wrap .col p a {
  font-weight: bold;
}


.footer-top .right-col > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.footer-logo {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 12px;
  max-width: 100%;
}

.footer-logo img {
  max-width: 100%;
  margin-bottom: 20px;
  vertical-align: middle;
}

.footer-text-content {
  flex: 0 0 auto;
  width: 66.66666667%;
  max-width: 100%;
  padding: 0 12px;
}

.footer-text-content p {
  color: #fff;
  margin-top: 48px;
  line-height: 26px;
  margin: 0 0 20px;
  margin-top: 48px;
}

.footer-form form {
  width: 100%;
  margin-bottom: 0;
  -webkit-font-smoothing: auto;
}

.footer-form form .hs-form-field {
  margin-bottom: 18px;
}

.footer-form form .hs-form-field > label {
  color: #33475b;
  font-family: Open Sans;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.footer-form form .hs-form-field .input > input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
  width: 100%!important;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.footer-form form .hs-form-field .input > input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.footer-form form .hs-richtext {
  margin-bottom: 3px !important;
  line-height: 24px;
  font-family: Open Sans;
  font-size: 10px;
}

.footer-form form .hs-richtext p {
  font-family: Open Sans;
  font-size: 10px;
  margin-top: 1em;
}
.footer-form form .hs-richtext p a{
  text-decoration: underline;
}

.footer-form form .hs_recaptcha {
  margin-top: 18px;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.footer-form form .hs_recaptcha .grecaptcha-badge {
  margin-left: 8px;
  margin-bottom: 0;
}


.footer-form form .hs-submit .actions {
  margin-top: 18px;
  padding: 17px 0px;
  padding-bottom: 13px;
  text-align: left;
}

.footer-form form .hs-submit .actions input[type=submit] {   
  background: #5e8eef;
  border-color: #5e8eef;
  color: #ffffff;
  font-size: 11px;     
  line-height: 11px;
  font-family: Open Sans;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;    
}

.footer-form form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.footer-form form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

.footer-form form .inputs-list > li > label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-menu-col {
  padding: 0 12px;
}

.footer-menu-col-left {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.footer-menu-col-right {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.company-menu-wrap {
  margin-bottom: 1rem;
}

.Literature-menu-wrap {
  margin-bottom: 1rem;
}

.Support-menu-wrap {
  margin-bottom: 1rem;
}

.ft-menu h4 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
  letter-spacing: -.05em;
  -webkit-font-smoothing: antialiased;
  font-family: "Bahnschrift", "Open Sans", sans-serif;
}

.ft-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-menu ul li {
  line-height: 24px;
  margin-bottom: 0.25rem;
}

.ft-menu ul li a {
  color: #ffffff;
}

.ft-menu ul li a:hover {
  color: #ffffff;
}


@media(max-width:992px){
  .footer-top .left-col {
    text-align: center;
    margin-bottom: 3rem;
  }

  .footer-top .right-col {
    text-align: center;
    margin-bottom: 3rem;
  }

  .footer-form form .hs-richtext p {
    text-align: left;
  }
}

@media(max-width:768px){
  .footer-top .left-col {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 12px;
  }

  .footer-top .right-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .footer-menu-col-left {
    flex: 0 0 auto;
    width: 100%;
  }

  .footer-menu-col-right {
    flex: 0 0 auto;
    width: 100%;
  }

  .footer-logo {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }

  .footer-text-content {
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
  }

  .footer-logo img {
    width: 230px !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  max-width: none !important;
  padding: 0;
}
.body-container-wrapper .dnd_area_header-module-1-flexbox-positioning > div {
  width: 100% !important;
}