*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height:1.3;
  word-break: break-word;
  background-color:#fff;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-rendering: optimizeLegibility;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  max-width: 100%;
  height: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  min-height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  outline:none;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
  margin-bottom: 10px;
}

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
label.hs-main-font-element{
  color: red;
  line-height: 20px;
  font-size: 13px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  text-shadow: 0 -1px 0 #3574e3;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%);
  transition: opacity .15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-family: Helvetica,Arial,sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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


@media (max-width:767px){
  form.hs-form.stacked {
    margin-bottom: 30px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-container {
  background: rgba(49, 49, 49, 0.8) !important;
  margin-bottom: 0;
  color: #313131;
}

.custom-top-header-menu ul {
  list-style: none;
  padding: 0;
  float: right;
  margin: 15px 0 0;
  line-height: 21px;
}

.custom-top-header-menu ul li {
  float: left;
  color: #fff
  display: block;
  font-size: .830rem;
  margin: 0;
}

.custom-top-header-menu:after,.custom-top-header-menu:before {
  clear: both;
  display: block;
  content: '';
}

.custom-top-header-menu ul li a {
  color: #fff;
  padding: 0 16px;
  background: url(https://3462882.fs1.hubspotusercontent-na1.net/hubfs/3462882/raw_assets/public/RocketConsulting_June2022/images/menu_separator.png) 0 2px no-repeat;;
}

.custom-top-header-menu ul li:last-child a {
  padding-right: 0;
}

.custom-top-header-menu ul li:first-child a {
  background: none;
}

.custom-tel-number .hs_cos_wrapper > a {
  color: #fff;
  border: 2px solid #ed7211;
  background-color: transparent;
  letter-spacing: .1em;
  cursor: pointer;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  transition: background-color 300ms ease-out;
  display: inline-block;
  float: right;
  margin: 2px 0 0;
  font-size: .6875rem;
  padding: 0.25rem 1rem;
  border-radius: 1000px;
}

.custom-tel-number:before,
.custom-tel-number:after {
  clear: both;
  display: block;
  content: '';
}

.the-number:before,
.the-number:after{
  clear:both;
  display:block;
  content:'';
}

.the-number {
  display: inline-block;
  float: right;
  font-size: 1.325rem;
  font-weight: 300;
  margin-right: 16px;
  vertical-align: top;
  line-height: 27px;
}

.custom-tel-number {
  text-align: right;
  margin-top: 1rem;
}

span.telephone-icon {
  display: inline-block;
  float: right;
  width: 26px;
  height: 26px;
  background: url(https://3462882.fs1.hubspotusercontent-na1.net/hubfs/3462882/raw_assets/public/RocketConsulting_June2022/images/telephone-icon-firefox.png) 0 0 no-repeat;
  margin-right: 0.75rem;
  line-height: 1.3;;
}

.the-number p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.the-number p a {
  color: #fff;
  font-size: 1.325rem;
  font-weight: 300;
  line-height: 27px;
}

.custom-logo .hs_cos_wrapper > a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  bottom: 26px;
}

.custom-logo .hs_cos_wrapper > a > img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: inline-block;
  vertical-align: middle;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  padding: 0;
  float: right;
  margin: 10px 0px 0px;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li {
  float: left;
  color: #fff;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a {
  color: #fff;
  line-height: 50px;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 0;
  z-index: 100;
  position: relative;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 18px;
  display: block;
  padding: 0 0.5em 0 1em;
  margin-top: -1px;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a:after {
  display: inline-block;
  width: 11px;
  background: url(https://3462882.fs1.hubspotusercontent-na1.net/hubfs/3462882/raw_assets/public/RocketConsulting_June2022/images/submenu_arrow-firfox.png) no-repeat transparent;
  height: 11px;
  content: "";
  background-position: 0 0;
  margin-left: 0.5em;;
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  font-size: 1.125rem;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  white-space: nowrap;
  color: #fff;
  z-index: 100;
  position: relative;
  border: 0;
  line-height: 37px;
  background: 0;
  padding: 0 1em;
}

.lp-header{
  height: 160px;
}

.lp-header .custom-logo .hs_cos_wrapper > a > img {
  position: relative;
  top: 99px;
}

.custom-logo .hs_cos_wrapper>a>img {
  width: 150px!important;
  max-width: 150px;
}

.custom-logo .hs_cos_wrapper>a {
  bottom: 78px;
}


@media (min-width:1401px){

  div#hs_menu_wrapper_primary-sitemap {
    display: block!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(9)>a {
    line-height: 28px;
    height: auto;
    padding-left: 18px;
    display: block !important;
    margin: 4.5px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 102 ;
    -webkit-transition: opacity .4s;
    position: absolute;
    left: 0;
    background: #313131;
    min-width: 19.9em;
    list-style: none;
    margin-left: 0;
    padding: 10px 0;
    border: 1px solid #4a4a4a;
    top: 47px;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 75%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 75%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 9px;
    width: 6px;
    height: 11px;
    float: right;
    margin-top: 13px;
    margin-left: 1.5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:after {
    background: url(https://3462882.fs1.hubspotusercontent-na1.net/hubfs/3462882/raw_assets/public/RocketConsulting_June2022/images/submenu_link_arrow-firfox.png) no-repeat transparent;
    background-position: 0 0;
  }

  .mobile-menu.clearfix {
    display: none;
  }

  .mobile-menu.clearfix {
    display: none;
  }

  li.dl-back,
  li.custom-parent-link{
    display: none;
  }

  .custom-menu-primary.js-enabled .mobile-trigger {
    display: none;
  }
}

@media (min-width: 768px){
  .custom-logo {
    width: 14.529914530000001%;
    display: block;
    float: left;
    margin-left: 0;
    position: relative;
  }

  .custom-menu-primary {
    width: 82.905982906%;
    display: block;
    float: left;
    margin-left: 2.564102564%;
  }
}

@media (min-width:1401px) and (max-width:1500px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1rem;
  }
}

@media (max-width:1466px){
  .custom-menu-primary .hs-menu-wrapper>ul li:last-child ul {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1103px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 0.5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 1.125rem;
    padding: 0 0.5em;
  }
}



@media (max-width:959px){
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 0 0.5em;
    font-size: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    min-width: 17.28em;
  }
}

@media (max-width:895px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 0.5em 0 0.25em;
    font-size: 15px;
  } 
}

@media (min-width:1401px) and (max-width:1500px){
  .custom-top-header-menu ul li {
    font-size: 10px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper ul.moved-menu {
    display: none;
  }

  .custom-logo .hs_cos_wrapper>a {
    bottom: 54px;
  }
}

@media (min-width:1401px) and (max-width:1500px){
  .custom-tel-number {
    padding-top: 1rem;
    margin-top: 0;
  }
}

@media (min-width:1401px) and (max-width:1500px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) > a,
  .custom-menu-primary .hs-menu-wrapper > ul:nth-child(1) > li:nth-child(1) > ul > li:nth-child(5) > a{
    padding-right: 20px;
  }
}


@media(max-width:857px){
  .lp-header .custom-logo .hs_cos_wrapper>a>img {
    position: relative;
    top: 47px;
  }
}

@media (max-width:1400px){
  .custom-header {
    min-height: 160px;
  }

  .custom-top-header-menu {
    display: none;
  }

  .custom-tel-number {
    padding-top: 1rem;
    margin: 0;
  }

  .the-number p a {
    font-size: 11px;
  }

  .custom-tel-number .hs_cos_wrapper>a {
    width: 100px;
    right: 0px;
    left: 0px;
    margin: 0px;
    color: #fff;
    margin-bottom: 10px;
  }

  .custom-logo .hs_cos_wrapper>a {
    bottom: 43px;
    width: 112.5px;
  }

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

  .custom-mobile .the-number {
    font-size:11px
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden
  }

  .header-container .row-fluid [class*="span"] {
    min-height: 0
  }

  .custom-menu-primary,.custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff
  }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: 0px;
    width: auto;
    text-align: left;
    text-transform: uppercase;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 .9375rem;
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
  }

  .mobile-trigger span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: .9375rem;
    box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
    width: 16px
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 38px !important;
    padding: 0 !important
  }

  .child-trigger i {
    display: none !important
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background: transparent;
    position: relative
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open>a {
    opacity: 0
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: block !important;
    background: 0
  }

  .mobile-open .mobile-trigger {
    color: #888
  }

  .mobile-open .mobile-trigger span::after {
    box-shadow: 0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888
  }

  .child-trigger:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255,255,255,0.4);
    border-left-style: solid;
    margin-right: .9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
  }

  .child-trigger:hover {
    text-decoration: none
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .child-trigger i:after {
    position: absolute;
    content: ''
  }

  .child-trigger i,.child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper,.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    max-height: 450px !important;
    height: 450px !important;
  }

  .custom-menu-primary .hs-menu-wrapper {
    width: 100% !important;
    height: auto;
    background: transparent;
    background: rgba(49, 49, 49, 0.8) !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 7px 0 10px 0 !important;
    padding-left: .9375rem !important;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .8125rem !important;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    line-height: 1.6
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a {
    background: transparent;
    border: 0
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #fff
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    display: block;
    width: 100%;
    color: #fff !important;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .8125rem !important;
    text-transform: none;
    line-height: 13px;
    font-weight: 400;
    padding: 8px .9375rem !important;
    line-height: 20px !important
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(9)>a {
    color: #b3b3b3 !important;
    display: block !important;
    height: auto;
    cursor: text;
    text-transform: none;
    font-weight: 300;
    margin: 4.5px 0;
    line-height: 19px;
    padding: 2px .9375rem 1px !important
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back {
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem !important
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back a {
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem !important
  }

  li.custom-parent-link {
    display: none !important
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back a {
    line-height: 25px !important
  }

  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #333;
    transition: all .2s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children>ul {
    transform: translate(0px,0px);
    z-index: 999 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
    position: static !important;
  }
  .child-trigger {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255,255,255,0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .mobile-sitemap.custom-menu-primary.custom-dekstop.js-enabled {
    position: absolute;
    left: 0;
  }

  .mobile-sitemap.custom-menu-primary.custom-dekstop.js-enabled .mobile-trigger {
    display: none!important;
  }

  .custom-menu-primary.js-enabled {
    position: absolute;
    left: 0;
    width: 100%;
    top: 111px;
    z-index: 99;
  }

  .custom-logo .hs_cos_wrapper>a>img {
    width: 113px!important;
  }

  .lp-header {
    height: 160px;
  }
  .lp-header .custom-logo .hs_cos_wrapper>a {
    width: 112.5px;
    position: relative;
    height: 100%;
    display: block;
    bottom: 26px;
  }
  .lp-header .custom-logo .hs_cos_wrapper>a>img {
    position: relative;
    top: 49px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: inherit!important;
  }
}


@media (max-width:452px){
  .custom-tel-number .hs_cos_wrapper>a {
    position: absolute;
    margin: 0 auto;
  }

  .the-number {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-top: 35px;
  }

  .the-number p a {
    left: -1px;
  }

  .custom-menu-primary.js-enabled {
    top: 146px;
  }

  span.telephone-icon {
    display: none;
  }

  .mobile-trigger {
    top: -37px;
  }
  .lp-header .custom-logo .hs_cos_wrapper>a>img {
    position: relative;
    top: 84px;
  }
}

@media (max-width:335px){
  .the-number p a {
    left: 20px;
  }
}

/* custom-blog-header */
.custom-blog-header-wrapper{
  font-family: Roboto,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.custom-blog-header-wrapper .header-container {
  background: rgba(49, 49, 49, 0.8) !important;
}

.custom-blog-header-wrapper .custom-top-header-menu ul li a {
  color: #fff;
}

.custom-blog-header-wrapper .the-number p a,
.custom-blog-header-wrapper .custom-tel-number .hs_cos_wrapper>a{
  color: #ed7211;
}

.custom-blog-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
}

.custom-blog-header-wrapper .custom-logo .hs_cos_wrapper>a>img {
  width: 117px!important;
}

.custom-blog-header-wrapper .custom-logo .hs_cos_wrapper>a {
  bottom: 27px;
  margin-top: 3px;
}


@media (min-width:1401px){
  .custom-blog-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(9)>a {
    padding-left: 18px;
    color: #b3b3b3;
    display: block;
    margin: 1rem 0;
    font-size: 1.125rem;
    line-height: 28px;
    height: auto;
    cursor: text;
  } 

  .custom-blog-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    border: 1px solid #4a4a4a;
    background: #fff;
  }

  .custom-blog-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #fff;
    border: 1px solid #4a4a4a;
  }

  .custom-blog-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #fff;
  }

  .custom-blog-header-wrapper .custom-tel-number .hs_cos_wrapper>a:hover {
    background-color: rgba(237,114,17,0.25);
    color: #ed7211;
  }
}


@media (max-width:1400px){
  .custom-blog-header-wrapper .header-container {
    background-color: rgba(49,49,49,1.0);
  }

  .custom-blog-header-wrapper .the-number p a {
    color: #fff;
  }

  .custom-blog-header-wrapper .custom-tel-number .hs_cos_wrapper>a {
    color: #fff;
  }

  .custom-blog-header-wrapper .custom-header {
    min-height: 126px;
  }

  .custom-blog-header-wrapper .custom-logo .hs_cos_wrapper>a {
    margin-top: 0;
    bottom: 43px;
  }

  .custom-blog-header-wrapper .custom-menu-primary.js-enabled {
    position: static;
    width: 100%;
  }

  .custom-blog-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
    padding: 12px 0 !important;
  }

  .custom-blog-header-wrapper .custom-menu-primary.js-enabled .hs-menu-wrapper > ul.moved-menu {
    display: none;
  }

  .custom-blog-header-wrapper .custom-bottom-container {
    margin-right: -15px;
  }

  .custom-blog-header-wrapper .mobile-trigger {
    top: 75px;
  }

  .custom-blog-header-wrapper .custom-logo .hs_cos_wrapper>a>img {
    width: 112px!important;
  }
}


@media (max-width:452px){
  .custom-blog-header-wrapper .mobile-trigger {
    top: 105px;
  }

}
.custom-bottom-footer-group {
  background: #000;
  height: 9rem;
  padding-top: 2.5rem;
  margin-bottom: 1px;
}

.custom-copyright {
  margin-left: 0;
  min-height: 1px;
  padding-top: 4px;
}


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

.custom-copyright P {
  font-size: .825rem;
  color: #fff;
  margin: 0px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.custom-copyright-links > div {
  text-align: center;
}

.custom-copyright-links a {
  color: #eb7328;
}

.custom-copyright-links > div span strong {
  color: #fff!important;
}


.custom-top-footer-group {
  background: #313131;
  color: #fff;
  padding: 4.25rem 0 6rem;
  margin-bottom: -1px;
}

.custom-Solutions-container {
  width: 23.076923077%;
  display: block;
  float: left;
  margin-left: 0;
}

.custom-partners-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  margin: 0px;
}

.custom-contact-us-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  margin: 0px;
}

.custom-form-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  margin: 0px;
}

.top-row:after,.top-row:before {
  content: '';
  clear: both;
  display: block;
}

.top-row {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-Solutions-container .hs-menu-wrapper > ul,
.custom-partners-container .hs-menu-wrapper > ul{
  list-style: none;
  padding: 0;
  margin-bottom: 16.5px;
}

.custom-Solutions-container .hs-menu-wrapper > ul > li:first-child > a,
.custom-partners-container .hs-menu-wrapper > ul > li:first-child > a{
  color: #fff;
  display: block;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375em;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration:none;
}

.custom-Solutions-container .hs-menu-wrapper > ul > li > a,
.custom-partners-container .hs-menu-wrapper > ul > li > a{
  text-rendering: optimizeLegibility;
  font-size: .825rem;
  color: #eb7328;
  text-decoration: underline;
}

.custom-Solutions-container img ,
.custom-partners-container img {
  display: block;
  max-width: 100%;
}


.custom-top-footer-group h3 {
  color: #fff;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375em;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.custom-top-footer-group .hs_cos_wrapper > a.hs-button,
.custom-partners-container .hs_cos_wrapper > p > a.hs-button{
  margin-bottom: 0;
  padding: 0.3125rem 2.6875rem;
  font-size: .75rem;
  border-radius: 1000px;
  border: 2px solid #ed7211;
  background-color: transparent;
  letter-spacing: .1em;
  display: inline-block;
  cursor: pointer;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  color: #fff;
  transition: background-color 300ms ease-out;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.sap-logo {
  font-size: .825rem;
  margin-bottom: 1.25em;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin-top: 0px;
}

.Ariba-logo {
  font-size: .825rem;
  margin-bottom: 1.25em;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin-top: 0px;
}

.custom-top-footer-group .custom-partners-container .hs_cos_wrapper>a.hs-button {
  font-size: .825rem;
  color: #ed7211;
  text-decoration: underline;
  line-height: 16px;
}

.custom-top-footer-group p {
  font-size: .825rem;
  margin-bottom: 1.25em;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin-top: 0px;
  color:#fff;
}

.custom-top-footer-group p a {
  font-size: .825rem;
  color: #ed7211;
  text-decoration: underline;
  line-height: 16px;
}

.custom-footer-contact p span {
  font-size: 1rem;
}

.custom-top-footer-group p span a {
  font-size: 1rem;
  text-decoration: none;
}

.custom-form-container form input[type=submit], 
.custom-form-container form .hs-button {
  margin-top: 9px;
  white-space: pre-wrap;
  transition: opacity .15s linear;
  user-select: none;
  text-decoration: none;
  font-family: Helvetica,Arial,sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  margin: 9px 0;
  border-radius: 4px;
  margin-bottom: 15px;
}

.custom-form-container .hs-form-field > label {
  display: none;
}

.custom-form-container .hs-form-field,
.footer_topform .hs-form-field{
  margin-bottom: 34px;
}

.custom-form-container .footer_bottom form input[type=text]::placeholder {
  opacity: .7;
  color: #f2f2f2;
}

.custom-form-container h3 {
  color: #fff;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 7px;
  background: transparent;
}

.custom-form-container form input[type=email]{
  min-height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  background: #fff;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  max-width: 253px;
  border-radius: 3px;
  width: 100%;
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
}

.custom-form-container form input[type=email]::placeholder {
  color: #666;
  opacity: .5;
}


.custom-form-container .footer_bottom form input[type=text] {
  margin-bottom: 16px;
  background: #313131;
  border: 1px solid #4a4a4a;
  color: #f2f2f2;
  font-size: .825rem;
  padding: 4px;
  max-width: 253px;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
}

.custom-form-container .footer_bottom .hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30%!important;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  padding: 4px 4px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  color: #666;
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.custom-form-container .footer_bottom form input[type=tel] {
  background: #fff;
  min-height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 253px;
}

.custom-form-container .footer_bottom .hs-fieldtype-intl-phone.hs-input {
  max-width: 253px;
}

.footer_topform {
  margin-bottom: 18px;
}

.custom-form-container .footer_bottom h3 {
  margin-bottom: 6px;
}


.custom-form-container .footer_bottom .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.custom-form-container .footer_bottom .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.custom-form-container .footer_bottom .hs_how_can_we_help_.hs-how_can_we_help_.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 18px;
}

.custom-top-footer-group p em {
  font-style: normal;
  color: #ed7211;
}

.custom-contact-us-container .hs_cos_wrapper > p:nth-child(3) {
  padding-top: 5px;
}

.custom-Solutions-container .hs_cos_wrapper > ul > li:nth-child(7) > a {
  margin-top: 7px;
  display: block;
}

.custom-partners-container p:last-child {
  margin-bottom: 14.5px;
}

.custom-partners-container .hs_cos_wrapper > h3:nth-child(1) {
  margin-top: 19px;
}

.custom-Solutions-container .hs-menu-wrapper > ul > li:nth-child(7) {
  margin-top: 3px;
}

.custom-form-container form input[type=text]:focus {
  box-shadow: 0 0 5px #999;
}

.custom-form-container form .inputs-list>li {
  margin: 0;
}

.custom-form-container form label.hs-error-msg,
.custom-form-container form label.hs-main-font-element{
  color: red;
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.custom-form-container form ul.no-list.hs-error-msgs.inputs-list {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  list-style: none;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}

.custom-form-container .hs-input.invalid.error {
  border-color: inherit;
}

.custom-form-container .footer_topform form label.hs-error-msg,
.custom-form-container .footer_topform form label.hs-main-font-element{
  color: red;
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  font-family: Nunito, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


.custom-form-container .footer_bottom form ul.no-list.hs-error-msgs.inputs-list {
  margin-top: -14px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.custom-form-container .footer_bottom form input[type=text].invalid.error {
  box-shadow: 0 0 5px #999;
  border-color: #b9554d;
}


.custom-form-container form input[type=submit]:focus,
.custom-form-container form .hs-button:focus {
  background-color: #599eeb;
  background-image: linear-gradient(to bottom,#3574e3,#599eeb);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%), inset 0px -1px 0px rgb(255 255 255 / 30%) !important;
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e2;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
}

.custom-form-container .footer_bottom form > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul {
  margin-top: 0;
}

@media (min-width: 768px){
  .custom-copyright {
    width: 23.076923077%;
    display: block;
    float: left;
  }

  .custom-copyright-links {
    width: 31.623931624%;
    display: block;
    float: left;
    margin-left: 2.564102564%;
  }

  .custom-social-media {
    width: 40.170940171000005%;
    display: block;
    float: left;
    margin-left: 2.564102564%;
  }
}


@media (max-width:1240px){
  .top-row {
    margin:0;
  }
}


@media (max-width:840px){
  .custom-Solutions-container {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-contact-us-container,
  .custom-form-container,
  .custom-partners-container {
    width: 50%;
  }

  .custom-top-footer-group > .content-wrapper {
    padding: 0;
  }

  .footer_bottom form {
    margin-bottom: 18px;
  }
}




@media (max-width:767px){
  .custom-Solutions-container {
    width: 100%;
  }

  .custom-copyright {
    padding-top: 4px;
    float: left;
    width: 50%;
  }
}


@media (max-width:479px){
  .custom-contact-us-container,
  .custom-form-container,
  .custom-partners-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: calc(66.6666666667% + 2.875em);
    float: none;
    margin: 0px auto !important;
    text-align: center;
  }

  .custom-form-container .footer_bottom .hs-fieldtype-intl-phone.hs-input select,
  .custom-form-container .footer_bottom form input[type=text] {
    max-width: 100%;
  }

  .custom-form-container form input[type=email] {
    max-width: 100%;
  }

  .custom-form-container .footer_bottom .hs-fieldtype-intl-phone.hs-input {
    max-width: 100%;
  }

  .custom-copyright {
    padding-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }

  .custom-copyright P {
    margin-bottom: 19px;
  }

  .custom-partners-container p img {
    margin: 0 auto;
  }

}




/* custom-blog-footer-wrapper */

.custom-blog-footer-wrapper .custom-bottom-footer-group {
  font-family: Roboto,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.custom-blog-footer-wrapper .custom-copyright-links {
  padding-top: 2px;
}

.custom-blog-footer-wrapper .icons ul li:first-child > a {
  background: none;
  left: 0;
}

.custom-blog-footer-wrapper .icons ul li:first-child > a img {
  height: 26px;
  max-width: 26px;
  left: -3px;
  position: relative;
}

.custom-blog-footer-wrapper .custom-partners-container .hs-menu-wrapper>ul>li>a,
.custom-blog-footer-wrapper .custom-Solutions-container .hs-menu-wrapper>ul>li>a,
.custom-blog-footer-wrapper .custom-top-footer-group p a {
  font-family: Roboto,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.custom-blog-footer-wrapper .custom-partners-container .hs-menu-wrapper>ul>li:first-child>a,
.custom-blog-footer-wrapper .custom-Solutions-container .hs-menu-wrapper>ul>li:first-child>a,
.custom-blog-footer-wrapper .custom-top-footer-group p,
.custom-blog-footer-wrapper .custom-top-footer-group h3,
.custom-blog-footer-wrapper .custom-form-container h3 {
  font-family: Roboto,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.custom-blog-footer-wrapper .custom-form-container form .hs-button,
.custom-blog-footer-wrapper .custom-form-container form input[type=submit] {
  color: #fff;
  letter-spacing: .1em !important;
  font-size: .75rem !important;
  display: inline-block;
  padding: 0.3125rem 1.6875rem !important;
  text-decoration: none !important;
  font-family: Roboto,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  margin-top: 9px;
  text-align: center;
  -webkit-appearance: none;
  transition: background-color 300ms ease-out;
  border-radius: 1000px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #ed7211;
  outline: 0;
}

.custom-blog-footer-wrapper .custom-form-container form .hs-button:hover,
.custom-blog-footer-wrapper .custom-form-container form input[type=submit]:hover {
  background: rgba(237,114,17,0.25);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%), 0 0 5px #3574e3 !important;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.custom-blog-footer-wrapper .custom-form-container form input[type=text],
.custom-blog-footer-wrapper .custom-form-container form input[type=email],
.custom-blog-footer-wrapper .custom-form-container form input[type=password],
.custom-blog-footer-wrapper .custom-form-container form input[type=tel],
.custom-blog-footer-wrapper .custom-form-container form input[type=number],
.custom-blog-footer-wrapper .custom-form-container form input[type=file],
.custom-blog-footer-wrapper .custom-form-container form select,
.custom-blog-footer-wrapper .custom-form-container form textarea {
  margin-bottom: 16px;
  background: #313131;
  border: 1px solid #4a4a4a;
  color: #f2f2f2;
  font-size: .825rem;
}

.custom-blog-footer-wrapper .custom-form-container .footer_bottom form input[type=text] {
  min-height: 2.3125rem;
  width: 100% !important;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  line-height: normal;
}

.custom-blog-footer-wrapper .custom-form-container .footer_bottom .hs-fieldtype-intl-phone.hs-input select {
  -webkit-appearance: none;
  border-radius: 0;
  background: 0;
  border: 1px solid #313131;
  box-shadow: none;
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: .875rem;
  padding: 0.5rem;
  min-height: 2.3125rem;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  line-height: normal;
}

.custom-blog-footer-wrapper .custom-form-container form .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 27px;
}

.custom-blog-footer-wrapper .custom-form-container .footer_bottom form input[type=text]::placeholder {
  opacity: .7!important;
}


@media (min-width:841px){
  .custom-blog-footer-wrapper .custom-top-footer-group {
    margin-bottom: -1px;
  }
}

@media (max-width:767px){
  .custom-form-container form.hs-form.stacked {
    margin-bottom: 18px;
  }
}
