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

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

/* Paragraphs */

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

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

/* 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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 17px !important;
  font-family: AvenirNext-DemiBold !important;
  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: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

form input[type=submit], form .hs-button {
  border-style: solid;
}

form label {
  display: initial;
}

/* 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: 0px solid;
  border-bottom: 2px solid;
  border-radius: 0px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  min-height: 27px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  outline: 0;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  max-width: 500px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 15px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: Poppins;
}

.button {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: Poppins;
}
.button:hover {
  background-color: rgba(89,49,95,1.0) !important;
  border: 1px solid #59315f !important;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #ef6b51;
}
.page-header {font-size: 16px;}

.checkbox-row span {font-size: 16px;}
.subscribe-options p label span {
  color: #333;
  font-family: AvenirNext-Regular;
  font-size: 15px;
}
.form-floating-alert-wrapper.form-floating-alert-wrapper-undefined.form-floating-alert-wrapper--opened {
  font-size: 16px;
}

@media (max-width: 767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_module .widget-type-email_subscriptions,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_password_reset,
  .blog-comments {
    max-width: 100%;
  }
}

@media (max-width: 500px){
  .systems-page .page-header h1, .systems-page .page-header h2 {
    font-size: 24px;
  }
}
/* 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;
}
.fixed-header {
  min-height: 158.45px; 
}
.fixed .fixed-header {
  min-height: 70px;
}
header.header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header.header .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  position: initial;
}
.header-logo {
  max-width: 50%;
  position: relative;
  z-index: 5;
  float: left;
}
.header-logo img {
  max-width: 75px;
  border: 0;
  display: block;
  height: auto;
  width: 100% !important;
}
.fixed .header-logo img {
  max-width: 30px;
}

@media only screen and (max-width: 800px) {
.fixed .header-logo img {
  max-width: 20px;
}

}
.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-primary-inner {
  opacity: 0;
  display: none;
  position: absolute;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  z-index: 11;
  padding: 10px;
  width: 100vw !important;
  left: 0; 
  background: transparent;
  margin-top: 54px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  height: 100vh;  
}
.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-primary-inner {
  margin-top: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:last-child {
  width: 33.33333333%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul {
  height: 40vh;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>.first-anker {
  padding-right: 50px !important;
  padding-left: 50px !important;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 10px;  
}
.custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>.first-anker>a {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #CECECE;
  font-family: 'AvenirNext-Regular';
  color: #50125d;
  line-height: 30px;
  font-weight: 600;
  font-size: 22px;
  display: block;
}
.header-desktop-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 550px);
  position: initial;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  text-align: left;
  position: static !important;
  display: inline-block;
  margin-right: -3.5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  padding: 0 20px !important;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: AvenirNext-Bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.header-sr.block-search {
  margin-bottom: 0;
  margin-right: 30px;
}
.header-sr.block-search .block-title {
  display: none;
}
.header-sr.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.header-sr.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.header-sr.block-search .nested {
  display: none;
}
.header-sr.block-search input {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
  font-family: 'AvenirNext-Regular';
  border-bottom: 1px solid #ffffff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  caret-color: #ffffff;
  color: #ffffff;
  background-color: #50125d;
  outline: 0;
}
.header-sr.block-search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'AvenirNext-Regular';
}
.header-sr.block-search .action.search {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  cursor: default;
  display: none;
  opacity: 1;
}
.header-sr.block-search .action.search:before {
  font-size: 22px !important;
  line-height: 30px !important;
  color: #fff !important;
}
div#hs_cos_wrapper_module_16537230566002 {
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul {
  background: #F2F2F2;
  max-width: 1280px;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul:before, .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul:after {
  content: '';
  display: block;
  clear: both;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li  {
  position: relative;
  text-align: left;
  padding: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child {
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li>a {
  line-height: 35px;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  font-weight: 600!important;
  color: #808080 !important;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>a>img {
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li>a:hover{
  color:#59315f!important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a:hover {
  color: #b792bf !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(4)>ul>li:nth-child(1)>a {
  line-height: 20px;
}
i.bt-arrow:hover{
  color: #b792bf !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(5) , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:last-child {
  padding-top: 20px  !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(5)>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:last-child>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(4)>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(5)>a {
  cursor: default;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a {
  line-height: 35px;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  font-weight: 600!important;
  color: #404040 !important;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul {
  height: auto;
  animation-duration: 0.2s;
  z-index: 11;
  padding: 14px 0;
  position: relative;
  left: 0;
  box-shadow: none;
  background-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul>li {
  position: relative;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul>li:nth-child(4)>a {
  margin-top: 7px;
  margin-bottom: 3px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(2)>ul>li:nth-child(7)>ul>li:first-child>a {
  white-space: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(4)>ul>li:first-child>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(4)>ul>li:nth-child(2)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(4)>ul>li:nth-child(4)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(4)>ul>li:nth-child(5)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(4)>ul>li:nth-child(6)>a{
  margin-bottom: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(4)>ul>li:nth-child(7)>a {
  margin-bottom: 3px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(2)>ul>li:nth-child(7)>ul>li:first-child>a {
  white-space: normal;
  line-height: 20px;
  margin-bottom: 4px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(6)>ul>li:nth-child(3)>a {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:first-child>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(2)>a:hover {
  color: #808080 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:nth-child(6)>ul>li>a {
  margin-bottom: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(2)>ul>li:nth-child(7)>ul>li:last-child>a {
  margin-bottom: 3px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(2)>ul>li:nth-child(8)>ul>li:last-child>a {
  margin-top: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul>li>a {
  line-height: 35px;
  text-decoration: none;
  display: block;
  position: relative;-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #333;
  font-weight: 500!important;
  padding: 0;
  white-space: nowrap;
}
i.bt-arrow { 
  color: #404040 !important;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  border: 0;
  height: auto;
  margin-left: 4px;
}
i.bt-arrow:before {
  content: "\f107";
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:hover>a>i{
  transform: rotate(180deg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li {
  min-height: 1px;
  position: relative;
  text-align: left;
  width: 540px;
  height: 298px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper {
  height: 100%;
  position: relative;
  margin-top: 20px !important;
  margin-right: 50px !important;
  margin-left: 50px !important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper {
  height: 100%;
  position: relative;
  margin-top: 20px!important;
  margin-right: 50px!important;
  margin-left: 50px!important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-child-image-wrapper , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-child-image-wrapper , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-child-image-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper , 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/background-solution.jpg);
  background-size: cover;
  background-position: center center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li:first-child>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper{
  background-image: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/innovation_mega_menu_2.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper{
  background-image: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/customization_mega_menu_2.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(2)>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper{
  background-image: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/about_us_1_mega_menu_1.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper{
  background-image: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/about_us_2_mega_menu_1.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper{
  background-image: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/learn_mega_menu_1.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-child-image-wrapper>.solution-child-image-inner-wrapper {
  background-size: auto !important;
  background-position: center top !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-check-it-out-wrapper>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-check-it-out-wrapper>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-check-it-out-wrapper>a:hover{
  background-color: #50125d!important;
  color: #ffffff!important;
  text-decoration: none;
  border: 1px solid #50125d;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul {
  display: flex;
  justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-check-it-out-wrapper , 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-check-it-out-wrapper ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-check-it-out-wrapper {
  position: relative;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-check-it-out-wrapper>p ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-check-it-out-wrapper>p ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-check-it-out-wrapper>p {
  font-family: 'AvenirNext-Regular';
  margin-bottom: 1rem;
  margin-top: 0;
  color: white;
  font-size: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-check-it-out-wrapper>a ,  
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-check-it-out-wrapper>a , 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-check-it-out-wrapper>a {
  text-align: center;
  border: 1px solid white;
  padding: 5px 10px;
  margin: auto;
  width: 170px;
  height: 54px;
  font-size: 17px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li {
  position: relative;
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.header-portfolio {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.header-portfolio a img {
  vertical-align: middle;
}

.header-location {
  list-style: none;
}
li.header-location a {
  content: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/location_icon_white.png);
  width: 20px;
  margin: 0px 30px;
  vertical-align: middle;
}
.header-cart {
  display: inline-block;  
  float: right;
  margin-left: 0;
  position: relative;
}
.header-cart a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.header-cart a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: url(https://3379236.fs1.hubspotusercontent-na2.net/hubfs/3379236/raw_assets/public/Service_Ideas_May2022/images/cart_icon_white.png);
}
.header-portfolio li img {
  width:20px;
}

.header-portfolio > li {
    display: inline-block;
}
@media (min-width: 768px){

  header.header {
    border: 0;
    margin-bottom: 0;
  }
  .header-logo img {
    max-height: inherit;
  }
  .header-desktop-menu {
    z-index: 3;
    top: 0;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
  }

  .header-sr.block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
    box-sizing: content-box;
  }
  .header-sr.block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-sr.block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .header-sr.block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }    
  .header-sr.block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 99;
    cursor: pointer;
  }
  .header-sr.block-search .action.search:hover:before {
    color: #fff !important;
  }
  .header-sr.block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .header-sr.block-search .action.search>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li {
    float: left;
    width: 16.66666667%;
    padding-bottom:6px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li {
    float: left;
    width: 20%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li {
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li:first-child {
    float: left;
    width: 16.66666667%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li {
    float: left;
    width: 41.66666667%;
    height: 298px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li {
    width: 25%;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child{
    float: left;
    width: 540px;
    height: 298px;
  }


}
@media (max-width: 1025px){
  li.header-location a {
    margin: 0;
    box-sizing: content-box;
  }
  ul.header-portfolio li {
    padding-right: 15px;
    margin-top: 2.5px;
  }
  .header-portfolio li {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1025px){
  header.header .content-wrapper {
    padding: 10px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul {
    padding: 0 40px 40px 40px;
  }
}

@media (min-width: 1026px){
  .header-desktop-menu.header-desktop-menu-top {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .custom-menu-primary-inner  {
    display: block;
    opacity: 1;
    width: 100%!important;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px !important;
    min-height: 429px !important;
    height: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.custom-menu-primary-inner:before {
    content: '';
    background: transparent;
    height: 54px;
    width: 100%;
    position: absolute;
    top: -54px;
    z-index: -1;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.custom-menu-primary-inner:before {
    content: "";
    background: transparent;
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    z-index: -1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li:hover>ul{
    display: block;
  }
}

@media (max-width: 1248px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>.custom-menu-primary-inner {
    margin-top: 28px; 
  }
}
@media (max-width: 1155px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner {
    margin-top: 28px; 
  }
}

@media (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>.first-anker {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
}

@media (max-width: 1033px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner {
    margin-top: 28px; 
  }
}


@media (max-width: 1025px){
  .header-desktop-menu {
    display: none;
  }
  .header-desktop-menu.header-desktop-menu-top {
    display: block;
    margin: 0;
    width: fit-content;
    margin-left: 15px;
  }
  .header-desktop-menu.header-desktop-menu-top .custom-menu-primary {
    display: none;
  }
  .hamburger-trigger {
    line-height: 50px;
    background: #f2f2f2;width: fit-content;
    background-color: transparent;display: block;
  }
  .menu-trigger-inner {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
  }
  span.trigger-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
  }
  span.trigger-icon .line {
    display: block;
    background-color: #333333;
    height: 3px;
    margin-bottom: 2px;background: #ffffff;
  }
  .header-logo {
    max-width: calc(100% - 240px);
    width: 100%;
  }
  .header-sr.block.block-search {
    margin-right: 0;
    margin-top: 4px;
    width: auto;
    position: unset;
  }
  .header-sr.block-search input {
    left: -300%;
    position: absolute;
    border-radius: 0;
    margin-top: 15px;
  }
  .header-sr.block-search .label {
    clip: auto;
    width: auto;
    overflow: visible;
    position: initial;margin-bottom: 30px;
    cursor: pointer;
  }

  .header-sr.block-search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-sr.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;color: #ffffff;font-size: 20px;
    padding-right: 10px;
  }
  .header-sr.block-search .action.search {
    display: none;
  }
  .header-sr.block-search input.active {
    left: 0;
    position: absolute;
    border-radius: 0;
    margin-top: 15px;
    top: 132px;
    border-bottom: 1px solid #cad5e2;
  }
  .fixed .header-sr.block-search input.active {
    left: 0;
    position: absolute;
    border-radius: 0;
    margin-top: 15px;
    top: 55px;
    border-bottom: 1px solid #cad5e2;
  }
  .custom-menu-primary.active {
    width: 100%;
    position: absolute;
    left: 0;
    max-height: 100vh;
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    display: block !important;
    top: 158px;
    z-index: 1;
  }
  .fixed .custom-menu-primary.active {
    top: 60px;
  }
  .fixed .fixed-header {
    min-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    background-color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    border-top: 1px solid #d1d1d1;
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #333!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #50125d!important;
  }
  span.opener {
    position: absolute;
    right: 3.2px;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 100;display: block;height: 50px;
    width: 30px;
  }
  span.opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  span.opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Magezon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e61c';
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner {
    display: block;
    opacity: 1;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner.active {
    margin-top: 0 !important;
    padding: 10px !important;
    padding-right: 14px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul {
    height: auto;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul>li {
    width: 100% !important;
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul {
    flex-direction: column;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li:first-child{
    margin-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper>.solution-check-it-out-wrapper>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper>.solution-check-it-out-wrapper>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper>.solution-check-it-out-wrapper>a {
    font-weight: 400;
    font-size: 17px;
    padding-right: 0;
  }
  i.bt-arrow.caret.fa-solid.fa-angle-down {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul>li>ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul>li>a {
    line-height: 51px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li span.opener {
    top: 10px;
    right: 9.5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul {
    padding: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul>li>ul>li>a{
    line-height: 50px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>ul>li span.opener {
    top: 0;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.custom-menu-primary-inner>ul>li>ul>li>ul>li>ul>li>a {
    line-height: 51px !important;
  }
  span.opener.active:before {
    content: '\e60d';
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li>a>img {
    max-width: 544px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>.custom-menu-primary-inner>ul>li>ul>li:last-child {
    padding-top: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li>span.opener {
    top: 10px;
    right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:last-child {
    padding-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(4) {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px){
  .header-sr.block-search .label:before {
    margin-top: 3px;
  }
}

@media (max-width: 1024px){
  header.header {
    position: static;
  }
}

@media (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>.first-anker {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>.first-anker {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper {
    margin-top: 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>.custom-menu-primary-inner>ul>li>.first-anker {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>.custom-menu-primary-inner>ul>li>ul>li>.solution-child-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>.custom-menu-primary-inner>ul>li>ul>li+li>.solution-child-wrapper, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>.custom-menu-primary-inner>ul>li>ul>li:last-child>.solution-child-wrapper {
    height: 298px;
  }
}

@media (max-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(4)>a , .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>.custom-menu-primary-inner>ul>li>ul>li:nth-child(5)>a {
    text-align: center;
  }
}

@media (max-width: 767px){
  .header-desktop-menu.header-desktop-menu-top {
    margin: 0 0 0 0;
  }
  .header-sr.block-search .label {
    height: 1px;
  }
  .header-logo {
    max-width: calc(100% - 200px);
    width: 100%;
  }
  .header-sr.block-search .control {
    border-top: 0 !important;   
  }
}
.ft-border-line {
  border-color: #ffffff !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  position: relative;
  text-align: left;
}
.ft-middle-wrapper {
  position: relative;
  text-align: left;
}
.ft-middle-inner {
  height: 100%;
  position: relative;
  padding-top: 72px !important;
  padding-bottom: 65.39px!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ft-middle-inner .content-wrapper {
  padding: 0;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1280px !important;
  max-width: 100% !important;
}
.ft-middle-inner .content-wrapper:before, .ft-middle-inner .content-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.ft-middle-box-wrapper {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.ft-middle-box-inner {
  height: 100%;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.footer-logo img {
  max-width: 150px;    
}
.ft-service-idea .ft-service {
  height: 100%;
  position: relative;
  margin-bottom: 15px;
}
.ft-service-idea .ft-service p {
  margin: 0;
  line-height: 20px;
}
.ft-service-idea .ft-service p span {
  line-height: 12px;
  color: #ffffff;
  font-family: 'AvenirNext-DemiBold';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
.footer-about-us-wrapper {
  position: relative;
  text-align: left;
}
.footer-about-us-inner {
  height: 100%;
  position: relative;
  margin-bottom: 15px;
}
.footer-about-us a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.footer-contact-inner p {
  margin: 0;
  margin-bottom: 15px;
  line-height: 20px;
  margin-top: 10px;
}
.footer-contact-inner p span {
  text-align: left;
  color: #ffffff;
  line-height: 12px;
  font-family: 'AvenirNext-DemiBold';
  font-size: 1.4rem;
}
.footer-contact-inner a {
  margin-bottom: 10px;
  display: block;
}
.footer-contact-inner a+a+a{
  margin-bottom: 0;
}
.footer-contact-inner a span {
  font-size: 14px; 
  font-weight: 400;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
  font-family: 'AvenirNext-DemiBold';
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 10px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 14px;  
  font-weight: 400;
}
.footer-join-the-sevice {
  margin-bottom: 5px;
}
.footer-join-the-sevice p {
  margin: 0;
  line-height: 20px;
}
.footer-join-the-sevice p span {
  line-height: 12px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'AvenirNext-DemiBold';
}
.footer-subscribe {
  margin-bottom: 15px;
}
.footer-subscribe p {
  margin: 0;
  line-height: 20px;
}
.footer-subscribe p span {
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
}
h3#hs_cos_wrapper_my_form_title {
  display: none;
}
.footer-form-inner span#hs_cos_wrapper_my_form {
  margin: 0;
  padding: 0;
}
.footer-form-inner form .hs_email {
  margin-bottom: 18px;
}
.footer-form-inner form .hs_email label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
  color: #ffffff;
}
.footer-form-inner form .hs_email .input input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-right: 0!important;
  width: 100%!important;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
  outline: 0;
}
.footer-form-inner form .hs_submit .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
}
.footer-form-inner form .hs_submit .actions input {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #ffffff;
  border-color: #ffffff;
  color: #59315f;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  white-space: pre-wrap;
}
.footer-bottom {
  background: black;
}
.footer-bottom-container.content-wrapper {
  padding: 20px 0;
}
.footer__copyright span > span:nth-child(1) {
  float: left;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: 'Arial';
}
.footer__copyright span p{
  color: white;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial';
  font-size: 12px;
  margin: 0;
}
.footer__copyright span p span a {
  padding: 10px 0;  
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial';
  font-size: 12px;
}
.ft-mobile-wrapper {
  display: none;
}
.footer-form-inner.ft-middle-box-inner span#hs_cos_wrapper_footer_form {
  margin: 0;
  padding: 0;
}
.footer-form-inner.ft-middle-box-inner span#hs_cos_wrapper_footer_form h3 {
  display: none;
}
.footer-logo a {
  pointer-events: none;
}
.footer-form-inner form ul.no-list label {
  font-size: 14px;
  white-space: normal;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (min-width: 768px){
  .footer__copyright span p{   
    padding-right: 50px;
    vertical-align: top;
  }
  .ft-middle-box-wrapper {
    width: 33.33333333%;
  }
  .footer-social-icons-wrapper.ft-middle-box-wrapper , .footer-form-wrapper.ft-middle-box-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px){
  .ft-middle-box-wrapper {
    width: 20% !important;    
    float: left;
  }
}
@media (min-width: 1200px){
  .ft-middle-box-wrapper {
    width: 20% !important;  
    float: left;
  }
}

@media only screen and (min-width: 724px) and (max-width: 1024px) {
  .ft-middle-inner .content-wrapper {
    padding: 20px 30px;
  }
  .footer-bottom-container.content-wrapper {
    padding: 20px 30px;
  }
}

@media (max-width: 1024px){
  .ft-middle-inner {
    padding-bottom: 72px!important;
  }
  .header__container.content-wrapper.landing-header-content-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px){
  .footer-social-icons-inner.ft-middle-box-inner , .footer-form-inner.ft-middle-box-inner {
    padding-top: 50px !important;
  }
  .ft-middle-inner {
    padding-bottom: 54px!important;
  }
  .footer-logo img {  
    vertical-align: middle;
  }
}

@media (max-width: 767px){
  .ft-middle-box-wrapper {
    width: 100%;
  }
  .footer-logo {
    text-align: center;
  }
  .ft-products {
    width: 33.33333333%;
  }
}

@media (max-width: 575px){
  .ft-middle-wrapper {
    display: none;
  }
  .ft-mobile-wrapper {
    position: relative;
    text-align: left;
    display: block;
  }
  .ft-mobile-inner-wrapper {
    padding-top: 50px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    background-color: #50125d !important;
  }
  .ft-mobile-inner {
    height: 100%;
    position: relative;
    padding: 10px;
  }
  .ft-mobile-inner span#hs_cos_wrapper_footer_form_mobile {
    margin: 0;
    padding: 0;
  }
  .ft-mobile-inner h3#hs_cos_wrapper_footer_form_mobile_title {
    display: none;
  }
  .ft-mobile-inner form {
    margin-bottom: 28px;
  }
  .ft-mobile-inner form .hs_email {
    margin-bottom: 18px;
  }
  .ft-mobile-inner form .hs_email label {
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: helvetica;
    font-size: 13px;
    color: #ffffff;
  }
  .ft-mobile-inner form .hs_email .input input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    display: inline-block;
    background-color: #f5f8fa;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
  }
  .ft-mobile-inner form .hs_email .input input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
  }
  .ft-mobile-inner form .hs_submit .actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;text-align: left;
  }
  .ft-mobile-inner form .hs_submit .actions input {
    padding: 12px 24px;border-radius: 3px;
    border-style: solid;
    border-width: 1px;position: relative;
    text-align: center;
    transition: all .15s linear;margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;background: #ffffff;
    border-color: #ffffff;
    color: #59315f;
    font-size: 12px;
    line-height: 12px;
    font-family: helvetica;white-space: pre-wrap;
  }
  .ft-service-idea .ft-service p a i {
    font-family: 'Magezon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;right: 10px;
    left: auto;
  }
  .ft-service-idea .ft-service p a i:before {
    content: "\e621";
  }
  .footer-mobile-about-us-inner {
    padding: 14px 20px;
    padding-top: 10px;
  }
  .footer-mobile-about-us-inner .footer-about-us a {
    margin-bottom: 5px;
    color: #fff;
  }
  .ft-mobile-menu-wrapper {
    border-bottom: 1px solid #ffffff;
  }
  .footer-mobile-service-wrapper {
    border-bottom: 1px solid #ffffff;
  }
  .footer-mobile-menu .hs-menu-wrapper > ul > li > a {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.5rem;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    background: 0 0;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: inherit;
    position: relative;
    border: none;
    padding: 14px 40px 14px 0;
    color: #fff;
  }
  .footer-mobile-menu .hs-menu-wrapper > ul > li > ul {padding: 14px 20px;}

  .footer-mobile-menu .hs-menu-wrapper > ul > li > ul > li {margin-bottom: 5px;}

  .footer-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {color: #ffffff;}
  .footer-mobile-menu .hs-menu-wrapper>ul>li>a>i {
    font-family: 'Magezon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    right: 10px;
    left: auto;
  }
  .footer-mobile-menu .hs-menu-wrapper>ul>li>a>i:before {
    content: "\e622";
  }
  .footer-mobile-menu .hs-menu-wrapper > ul > li > ul {
    display: none;
  }
  .footer-mobile-contact-inner h4 {
    font-weight: 700;
    line-height: 1.1;margin: 0;
    padding: 0;
    font-size: 1.5rem;font-family: 'AvenirNext-Regular';color: #fff;
  }
  .footer-mobile-contact-inner h4 a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    background: 0 0;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: inherit;
    position: relative;
    border: none;padding: 14px 40px 14px 0;
  }
  .footer-mobile-contact-inner h4 a:hover , .ft-mobile-inner a:hover {
    color: #fff !important;
  }
  .footer-mobile-contact-inner h4 a i {
    font-family: 'Magezon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;right: 10px;
    left: auto;
  }
  .footer-mobile-contact-inner h4 a i:before {content: "\e622";}
  .ft-mobile-contact-number {padding: 14px 20px;display: none;}
  .ft-mobile-contact-number a {margin-bottom: 5px;display: block;color: #ffffff;}
  .ft-mobile-contact-wrapper {
    border-bottom: 1px solid #fff;
  }

  .footer-mobile-logo-inner {
    text-align: center;
    padding-bottom: 14px!important;
  }
  .footer-mobile-logo img {max-width: 100px;width: 100% !important;}
  .ft-service-idea .ft-service p span {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    font-family: 'AvenirNext-Regular';
  }
  .footer-join-the-sevice p span {
    font-size: 15.3px;
    letter-spacing: -0.9px;
  }
  .ft-service-idea .ft-service p a {
    display: block;
  }
  .ft-service-idea .ft-service p a i.mgz-accoridon-icon-chevron.active-arrow:before{
    content: "\e622";
  }
  .footer-mobile-menu .hs-menu-wrapper>ul>li>a>i.mgz-accoridon-icon-chevron.active-arrow:before , .footer-mobile-contact-inner h4 a i.mgz-accoridon-icon-chevron.active-arrow:before {
    content: "\e621";
  }
  .ft-service-idea .ft-service p a i {
    color: #fff;
  }

}

@media (max-width: 471px){
  .footer__copyright span>span:first-child {
    float: none;
  }
  .footer__copyright span p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-bottom-container.content-wrapper {
    padding: 20px 0 15px 0;
  }
  .ft-service-idea .ft-service {   
    margin-bottom: 11px;
  }
}

@media (max-width: 374px){
  .ft-product-1-text-wrapper p span {
    font-size: 12px!important;
  }
}

@media (max-width: 325px) and (min-width: 318px){
  .ft-mobile-contact-number a {
    white-space: nowrap !important;
  }
}
.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}