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

.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: "Astra";
  src: url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/astra.ttf") format("woff"),
    url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/astra.ttf") format("truetype");
      font-style: normal; 
      font-weight: 400;
      font-display: swap; 
      }

@font-face { font-family: "Font Awesome 5 Brands";
  src: url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/UltraConsultants_May_2022/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/fa-brands-400.ttf") format("woff2"),
      url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/fa-brands-400.ttf") format("woff"), 
        url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/fa-brands-400.ttf") format("truetype");
          font-style: normal;
          font-weight: 400;
          font-display: swap; 
          }

@font-face { font-family: "Font Awesome 5 Free";
  src: url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/UltraConsultants_May_2022/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/fa-regular-400.ttf") format("woff2"), 
      url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/fa-regular-400.ttf") format("woff"),
        url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/fa-regular-400.ttf") format("truetype");
          font-style: normal; 
          font-weight: 400;
          font-display: swap;
          }


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

@font-face { font-family: "Ultimate-Icons";
  src: url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/Ultimate-Icons.ttf") format("truetype"),
    url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/Ultimate-Icons.ttf") format("woff");
      font-style: normal; 
      font-weight: 400;
      font-display: swap;
      }

@font-face { font-family: "crane-font";
  src: url("https://21807442.fs1.hubspotusercontent-na1.net/hubfs/21807442/raw_assets/public/UltraConsultants_May_2022/fonts/crane-font.woff") format("woff");
    font-style: normal; 
    font-weight: 400;
    font-display: swap;
    }



html {
  font-size: 93.75%;
}

body {
  line-height: 1.85714285714286;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

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


@media(max-width:921px){
  html {
    font-size: 85.5%;
  }

  body {
    font-size: 1rem !important;
  }
}
button,
.button {
  cursor: pointer;
  font-family:Arial;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  white-space: normal;
  line-height: normal;
  margin:20px;
}

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: 0;
  padding: 5px 0 0 0;
}

.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_password_prompt,
#email-prefs-form, #comment-form,
.hs-search-field__bar,
.hs_cos_wrapper_type_password_prompt,
form#hs-membership-form
{
  padding:20px;
}

form{
  max-width:767px;
} 

/* Labels */

form label {
  padding: 3px 13px 0 0;
  font-size: 15px;
  color: #757575;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  text-align: left;
  width: auto;
  display: block;
  line-height: 1em;
  font-family: 'Roboto',sans-serif;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 18px;
}

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

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: #8b0000;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0.2em 0.5em 0.6em 160px;
  padding: 0;
  clear: left;
  line-height: 1.4em;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin-left: 0 

}

#hs_cos_wrapper_my_register > .hs-form-field,
#hs_cos_wrapper_my_password_reset_request > .hs-form-field,
#hs_cos_wrapper_my_password_reset > .hs-form-field,
#hs_cos_wrapper_my_login > .hs-form-field{
  display: none;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font-family:Arial;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  white-space: normal;
  line-height: normal;
  margin:20px;
  word-break: keep-all;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  z-index: 9999;
}

.header-inner-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  transition: opacity 0.38s ease-out 0.12s;
  z-index: 999;
}

.header-inner-bg {
  transition: all 0.36s ease-out;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}

header.header .hd-padding {
  padding-top: 100px;
}

header.header .header-inner {
  position: relative;
  box-sizing: content-box;
  min-height: 100px;
  z-index: 5;
  width: 100%;
  transition: all 0.36s ease-out;
}

.header-container {
  max-width: 1200px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  height: 100px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1 100%;
  opacity: 1;
  transition: all 0.36s ease-out;
}

.custom-logo {
  margin: 20px 0 20px 0;
  z-index: 10011;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-logo a {
  display: block;
}

.custom-logo a img {
  display: flex;
  height: 46px;
  transition: height 0.2s,line-height 0.2s;
  width: auto !important;
  max-width: none;
  max-height: none;
  vertical-align: middle;
}

.header-navbar-wrap {
  flex-grow: 1;
  align-items: stretch;
  z-index: 9999;
  display: flex;
}

.header-navbar-wrap .nav-inner {
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
}



.custom-menu-primary .hs-menu-wrapper > ul {
  transition: all 0.36s ease-out;
  display: flex;
  justify-content: space-between;
  height: 100px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  width: 100%;
  line-height: 25px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
}

.header-btn-wrap {
  height: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.36s ease-out;
}

.header-btn-wrap a {
  font-weight: bold;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  width: auto;
  line-height: 25px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  background: #DD342C;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  padding: 5px 15px;
  box-sizing: border-box !important;
}

.hd-search-wrap {
  display: flex;
}

.hd-search-wrap .hd-search__txt {
  display: none;
}

.hd-search-wrap .search-dropdown {
  position: relative;
  cursor: pointer;
  transition: height 0.2s,line-height 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hd-search-wrap .search-dropdown i.hd-zoom-search {
  padding-left: 15px;
  padding-right: 13px;
  font-size: 17px;
  font-family: 'crane-font'!important;
  speak: none;
  color: rgba(1,1,1,1);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hd-zoom-search::before {
  content: "\e901";
}

.hd-search-wrapper {
  border-right: 4px solid rgba(69,69,69,1);
  background: rgba(255,255,255,1);
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  padding: 15px 20px;
  transition: opacity ease 0.3s,visibility ease 0.3s;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 0 5px rgb(0 1 0 / 30%);
}

.search-active .hd-search-wrapper {
  visibility: visible;
  opacity: 1;
}

.hd-search-wrapper form.hd-search-wrapper-form {
  margin: 0;
}

.hd-search-wrapper-form .hd-form-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.hd-search-wrapper-form .hd-form-group .hd-search__input {
  color: rgba(144,144,144,1);
  background: rgba(255,255,255,0);
  height: 35px;
  padding: 0 14px;
  margin: 0;
  border: 1px solid rgba(0,1,0,.1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0.3px 5px 5px rgb(0 1 0 / 2%);
  font-size: 14px;
  font-family: inherit;
  font-style: italic;
  line-height: 35px;
  flex-grow: 1;
  box-sizing: border-box;
  transition: all .2s linear;
}

.hd-search-wrapper-form .hd-form-group .hd-search__input::focus{
  outline:none;
}

.hd-search-wrapper-form .hd-form-group .hd-search__input::placeholder {
  color: #b0b0b0;
  transition: color 0.2s;
}

.hd-search-wrapper-form .hd-form-group .hd-search-btn {
  background: rgba(57,59,63,1);
  color: rgba(255,255,255,1);
  transition: background-color linear 0.2s;
  font-size: 18px;
  line-height: 31px;
  padding: 0 17px;
  margin: 0;
  border: none;
  width: 50px;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: inherit;
  font-weight: inherit;
}

.hd-search-wrapper-form .hd-form-group .hd-search-btn:hover {
  background: rgba(87,171,85,1);
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap {
  top: 100px;
  border: #ccc solid 1px !important;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: calc(100vh - 40px);
  overflow: auto;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap::-webkit-scrollbar-track
{
  -webkit-box-shadow: none;
  background-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap::-webkit-scrollbar
{
  width: 6px;
  border-radius: 2px;
  background-color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap::-webkit-scrollbar-thumb
{
  background-color: #aaaaaa;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap > .submenu-inner {
  border-top: 3px solid rgba(221,52,44,1);
  background-color: rgba(255,255,255,1);
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-top: 30px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul {
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li:first-child {
  width: 27.37%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li:nth-child(2) {
  width: 24.96%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li:nth-child(3) {
  width: 47.67%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li {
  padding: 20px;
  box-sizing: border-box;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li > ul > li {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li > ul > li > a {
  font-weight: 700;
  line-height: 2;
}


.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #f5eeee;
  padding-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li.image-wrap > a {
  text-indent: -9999px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > .submenu-wrap .submenu-container > ul > li.image-wrap > a img {
  display: inline;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.image-wrap>a .text {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.why-ultra .submenu-wrap .submenu-container>ul>li:first-child {
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.why-ultra .submenu-wrap .submenu-container>ul>li.image-wrap {
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.insights .submenu-wrap .submenu-container>ul>li {
  width: 25%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.insights .submenu-wrap .submenu-container>ul>li> a {
  color: #dd342c;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.insights .submenu-wrap .submenu-container>ul>li>ul {
  margin-top: 35px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.insights .submenu-wrap .submenu-container>ul>li:nth-child(3)>ul {
  margin-top: 48px;
}

.fixed-header header.header .header-inner {
  transition: all 0.36s ease-out;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 10px 0;
  min-height: auto;
}


.fixed-header .header-container {
  height: 50px;
}

.fixed-header .custom-menu-primary .hs-menu-wrapper>ul {
  height: 50px;
}

.fixed-header .header-btn-wrap {
  height: 50px;
}

header.header .header-inner {
}


@media(min-width:1024px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > .submenu-wrap{
    display:block; 
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.submenu-wrap .submenu-container>ul {
    display: flex;
  }

  .mob-aside,.menu-btn,.mb-search-wrap{
    display:none;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap {
    top: 50px;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul:hover>li>a {
    color: #5a5a5a !important;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul:hover>li:hover>a {
    color: rgba(0,0,0,1) !important;
  }


}

@media(max-width:1160px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    margin: 5px 10px;
  }
}

@media(max-width:1023px){
  .header-navbar-wrap {
    display: none;
  }

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

  .menu-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
  }

  .menu-btn .menu-btn-inner {
    border: 0px solid rgba(0, 0, 0, 0.0);
    background: #DD342C !important;
    color: #fff !important;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 1;
  }

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

  header.header .header-inner {
    min-height: auto;
  }

  .header-container {
    height: 70px;
  }

  header.header .hd-padding {
    padding-top: 70px;
  }

  .custom-logo a img {
    height: 44px;
  }

  .mob-aside {
    top: 0;
    height: 100%;
    transform: translate3d(250px,0,0);
    right: 0;
    overflow: visible;
    width: 250px;
    z-index: 10023;
    position: fixed;
    transition: transform cubic-bezier(.7,0,.3,1) 0.4s;
    will-change: transform;
    background-color: rgba(255,255,255,1);
  }

  .show .mob-aside {
    transform: translate3d(0,0,0);
  }

  .mob-aside .mb-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-btn-close {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    flex: 0;
    width: 100%;
    padding: 12px 0 12px 0;
  }

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

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul {
    display: block;
    position: static !important;
  }

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

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>a {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px dotted #5a5a5a;
    color: rgba(90,90,90,1);
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children > a .text {
    padding-right: 50px;
    margin-right: auto;
    display: flex;
    align-items: center;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children > a .caret {
    position: absolute;
    right: 0;
    height: 38px;
    top: auto;
    padding: calc(9px + 3px) 0 9px 18px;
    min-width: 50px;
    font-size: 16px;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
    display: block;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children > a .caret .fa-angle-down {
    transform: rotate(270deg);
    text-align: center;
    width: 1.25em;
  }

  .fa-angle-down:before {
    content: "\f107";
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(204,204,204,1);
  }

  div#hs_menu_wrapper_mobile_menu {
    overflow: visible !important;
    height: auto !important;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap {
    top: 0;
    position: absolute;
    left: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 4;
    transition: transform ease-out 0.43s;
    display: block;
    max-height: 1em;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    border: none !important;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li.show-child>.submenu-wrap {
    transform: translate3d(-100%,0,0);
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap>.submenu-inner {
    border: 0;
    padding: 0;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container {
    padding: 0;
    width: 100%;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul {
    display: block;
    overflow: auto;
    height: 100vh;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul > li.dl-back {
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul > li.dl-back>a {
    background-color: rgba(222,222,222,1);
    height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 11px;
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    color: rgba(90,90,90,1);
  }

  li.dl-back>a span.text {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  li.dl-back>a span.caret {
    padding-left: 5px;
    height: 50px;
    top: auto;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    right: 0;
    min-width: 50px;
    font-size: 16px;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
  }

  li.dl-back>a span.caret .fa-angle-down {
    transform: rotate(90deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li {
    padding: 20px;
    width: 100% !important;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.dl-back + li {
    padding-top: 30px;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li > ul {
    margin: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li>ul>li:not(:last-child) {
    border-color: #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 26.5px;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.dl-back + li > ul {
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li>ul>li {
    padding-bottom: 1.75em;
    margin: 0;
    font-weight: 700;
    line-height: 2 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.image-wrap>a {
    padding: 20px;
    display: block;
    text-indent: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.image-wrap>a img {
    width: 100%;
  }

  .mob-aside .space {
    flex-grow: 1;
  }


  .mobile-action-area-wrapper {
    margin-top: 25px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
  }

  .mobile-action-area-wrapper .mb-search-dropdown {
    color: rgba(90,90,90,1);
    cursor: pointer;
  }

  .mobile-action-area-wrapper .mb-search-dropdown span.gm-search-txt {
    font-size: 11px;
    display: block;
  }

  .mobile-action-area-wrapper .mb-search-dropdown .zoom-search {
    margin-bottom: 8px;
    font-size: 17px;
    font-family: 'crane-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .zoom-search::before {
    content: "\e901";
  }


  .mb-search-wrap {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 10023;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all linear 0.2s;
  }

  .full-search .mb-search-wrap {
    visibility: visible;
    opacity: 1;
  }

  .mb-search-wrap .search-close {
    position: absolute;
    top: 10%;
    right: 8%;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform linear 0.2s;
  }

  .mb-search-wrap .search-close svg {
    fill: rgba(255,255,255,1);
  }

  .mb-search-wrap .search-close:hover {
    transform: scale(1.1);
  }

  .mb-search-wrap .mb-search-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-width: 800px;
    transform: translate(-50%,-50%);
    text-align: center;
  }

  .mb-search-wrap .mb-search-inner .mb-search-.alpha {
    color: rgba(144,144,144,1);
    font-size: 16px;
    font-weight: 600;
  }


  .mb-search-wrapper form.mb-search-wrapper-form {
    margin: 0;
  }

  .mb-search-wrapper form.mb-search-wrapper-form .mb-form-group {
    margin-top: 80px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .mb-search-wrapper form.mb-search-wrapper-form .mb-form-group input.mb-search-input {
    border-bottom: 4px solid rgba(69,69,69,1)!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    color: rgba(144,144,144,1);
    background: rgba(255,255,255,0);
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
  }

  .mb-search-wrapper form.mb-search-wrapper-form .mb-form-group .md-search-btn {
    border-bottom: 4px solid rgba(69,69,69,1)!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    background: rgba(255,255,255,0);
    color: rgba(255,255,255,1);
    padding: 0;
    font-size: 19px;
    line-height: 1;
    margin: 0;
    border: none;
    width: 50px;
    height: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

}

@media(max-width:921px){
  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.dl-back+li {
    padding: 10px;
    padding-bottom: 0;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.dl-back+li>ul {
    margin: 0;
    margin-top: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li>ul>li:not(:last-child) {
    padding: 0;
    margin: 0;
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li>ul>li {
    padding: 0;
    margin: 0;
    line-height: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li {
    padding: 10px;
    padding-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li>ul {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li>ul>li>a {
    color: #5a5a5a;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.5 !important;
    display: block !important;
    border-bottom: 1px dotted #5a5a5a !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu-wrap .submenu-container>ul>li.image-wrap>a {
    padding: 0;
  }

}
.footer-bottom {
  background-color: #232323;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

footer.footer.lp-footer .footer-bottom .content-wrap {
  min-height: 52px;
}

.copyright-section .content-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright-section .column {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0;
}

.footer-social-wrap {
  margin: 20px;
  width: 100%;
  /* font-size: 0; */
  margin-top: 0;
  margin-bottom: 0;
}

.footer-social-wrap p {
  margin-bottom: 0;
  text-align: right;
}

.footer-social-wrap p a {
  font-size: 28px;
  margin-right: 10px;
  color: #fff;
  text-align: right;
  display: inline-block;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

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

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

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.copyright-text-wrap {
  margin: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.copyright-text-wrap p {
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 700;
}

.copyright-inner-col {
  width: 100%;
}

.footer-middle .footer-md-inner-wrap {
  padding: 20px;
  padding-top: 64px;
  padding-bottom: 0;
  background-color: #383838;
}

.ft-middle-call-group .ft-col {
  width: 33.33%;
  float: left;
  min-height: 1px;
}

.ft-middle-call-group .ft-col.ft-column-2 {
  width: 66.66%;
}

.footer-middle {
  color: #f5f5f5;
}

.footer-middle .ft-title {
  color: #fff;
  font-weight: 700;
  margin: 20px;
  margin-bottom: 0;
}

.footer-middle .ft-title p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.75em;
}

.footer-menu-wrap {
}

.footer-menu-wrap .hs-menu-wrapper > ul {
  width: 100%;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li {
  width: 50%;
  float: left;
}

.footer-menu-wrap .hs-menu-wrapper > ul:before,.footer-menu-wrap .hs-menu-wrapper > ul:after {
  display: table;
  clear: both;
  content: "";
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > a {
  display: block;
  margin: 20px;
  margin-bottom: 0;
  margin-bottom: 1.75em;
  color: #fff;
  font-weight: 700;
  cursor: text;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > ul {
  margin: 0 0 1.5em 3em;
  list-style: disc;
  margin-right: 20px;
}



.ft-middle-call-group .ft-col.ft-column-1 ul {
  margin: 20px;
  list-style: none;
  margin-top: 0;
  padding: 0;
}


.ft-middle-call-group .ft-col.ft-column-1 ul> li {
  padding-bottom: 10px;
  display: table;
  width: 100%;
}

.ft-middle-call-group .ft-col.ft-column-1 ul> li .icon-col {
  display: table-cell;
  vertical-align: middle;
}

.ft-middle-call-group .ft-col.ft-column-1 ul> li .icon-col i {
  font-size: 20px;
  color: #fff;
  padding-right: 20px;
}

.ua-icon-email:before {
  content: "\ea18";
}

.ua-icon {
  font-family: 'Ultimate-Icons'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ft-middle-call-group .ft-col.ft-column-1 ul> li >div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.ft-middle-call-group .ft-col.ft-column-1 ul> li >div p {
  margin-bottom: 0;
}

.ua-icon-phone-handset:before {
  content: "\e9b2";
}

.fa-building:before {
  content: "\f1ad";
}

.ft-middle-call-group .ft-col.ft-column-1 .widget-content-wrap {
  margin-bottom: 40px;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > ul > li > a {
  color: #fff;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #dd342c;
}

.footer-top {
  background-color: #545454;
  padding: 20px;
}

.footer-top .ft-column-1 {
  width: 57.36%;
  float: left;
  min-height: 1px;
}

.footer-top .ft-column-2 {
  width: 42.64%;
  float: left;
  min-height: 1px;
}

.footer-top .inner-col {
  margin: 20px;
}

.footer-top .ft-column-1 h2 {
  padding: 0!important;
  margin: 0!important;
  font-size: 2rem;
  line-height: 1.3;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-weight: normal;
  color: #fff;
}

.footer-top .ft-column-2 .inner-col {
  text-align: right;
}

.footer-top .touch-btn-wrap a {
  font-weight: 700;
  border: 1px solid #d12820;
  color: #fff;
  background: #DD342C;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
}

#scroll-top {
  background-color: #000;
  font-size: 15px;
  font-size: 1rem;
  content: "769";
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #fff;
  border-radius: 2px;
  transform: rotate(180deg);
  right: 30px;
  bottom: 30px;
}

#scroll-top:before {
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
}



@media(max-width:921px){
  .footer-top .ft-column-1 h2 {
    font-size: 25px;
  }
}

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

  .copyright-section .column {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .copyright-section .content-wrap {
    display: block;
  }

  .footer-social-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .footer-middle .footer-md-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .ft-middle-call-group .ft-col {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: auto!important;
    float: none;
    clear: both;
  }

  .footer-menu-wrap .hs-menu-wrapper>ul>li {
    width: 100%;
    flex: none;
    margin: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-top {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top .ft-column-1 {
    margin-left: auto;
    margin-right: auto;
    width: auto!important;
    float: none;
    text-align: center;
  }

  .footer-top .ft-column-2 {
    max-width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto!important;
    text-align: center;
  }

  .footer-top .ft-column-2 .inner-col {
    text-align: center;
  }
  footer.footer .page-center {
    padding: 0;
  }
}
/* Menu and simple menu */

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