*, *: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;
  max-width: 100%;
}

/* 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 ;
    }
}
.banner-section .dnd-section ,
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}



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

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

@font-face {
  font-family: "eicons";
  src: url("https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/Mint_Management_Technologies_September2021/fonts/eicons.eot") format("embedded-opentype"), 
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/eicons.ttf) format("truetype"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/eicons.woff) format("woff"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/eicons.woff2) format("woff2"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/eicons.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
}
 
@font-face {
  font-family: "groovy-69018";
  src: url("https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/Mint_Management_Technologies_September2021/fonts/groovy-69018.eot") format("embedded-opentype"), 
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/groovy-69018.ttf) format("truetype"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/groovy-69018.woff) format("woff"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/groovy-69018.svg) format("svg");
  font-style: normal; 
  font-weight: normal; 
  font-display: block;
}

@font-face {
  font-family: "auxin-front";
  src: url("https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/Mint_Management_Technologies_September2021/fonts/auxin-front.eot") format("embedded-opentype"), 
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/auxin-front.ttf) format("truetype"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/auxin-front.woff) format("woff"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/auxin-front.svg) format("svg");
  font-style: normal; 
  font-weight: normal;
}

@font-face {
  font-family: "mdicon";
  src: url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/mdicon.ttf) format("truetype"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/mdicon.woff) format("woff"),
    url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/fonts/mdicon.svg) format("svg");
  font-style: normal; 
  font-weight: normal;
}






body {
  line-height: 1.5;
  font-style: normal;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

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

/* Paragraphs */

p {
  margin: 0 0 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms linear, color 150ms linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

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

[class^="groovy-69018"], 
[class*=" groovy-69018"] {
  font-family: 'groovy-69018';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="auxicon-"]:before, 
[class*=" auxicon-"]:before {
  font-family: "auxin-front" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.mdicon {
  display: inline-block;
  vertical-align: middle;
  font-family: 'mdicon' !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;
}
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;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-password_prompt,
.hs-search-field ,
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form,
.form-container {
  max-width: 767px;
  display: block;
  margin-bottom: 20px;
  padding: 30px;

}

/* 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 {
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: 0;
  background-color: rgba(36, 60, 122, 0.55);

}
 
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: transparent;
}

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;
  border-color: #f56c6c;

}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msg,
ul.hs-error-msgs label{
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
  line-height: 18px;

}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  margin: 15px 0;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: 0;
} 

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

input::placeholder {
  color: #e2e2e2;
  opacity: 1;
}
/* 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_wrapper {
  position: relative;
  z-index: 9999;
  min-height: 80px;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

/* Header container */

.header_container {
  position: relative;
  padding: 0 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 80px;
}



/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  width: 207px;
  max-width: 207px;
  transition: all 0.2s;
}

.header__logo img {
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.2s;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.mobile-trigger {
  display: none;
}

.header_nav_mobile {
  display: none;
}

.custom_mobile_search {
  display: none;
}



.header_navigation {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
}

.header_search {
  display: flex;
}
.header_search_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: height 0.2s, line-height 0.2s;
  cursor: pointer;
  position: relative;
}
.header_search_inner > i {
  font-size: 17px;
  padding-left: 15px;
  padding-right: 13px;
  color: rgba(255, 255, 255, 1);
}
.header_search_inner > i:before {
  content: '\e95d';
}

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

.search-open .header_search .search-wrap {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

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

.header_search .search-wrap input.search_input {
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  max-width: 400px;
  width: 100%;
  transition: border-color 300ms;
  height: 35px;
  padding: 0 14px;
  margin: 0;
  border: 1px solid rgba(0,1,0,.1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0.3px 5px 5px rgb(0 1 0 / 2%);
  font-size: 14px;
  font-family: inherit;
  font-style: italic;
  line-height: 35px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(144, 144, 144, 1);
}

.header_search .search-wrap input.search_input::placeholder {
  color: #b0b0b0;
  transition: color .2s;
}

.header_search .search-wrap button.search-btn {
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  width: 50px;
  transition: background-color linear .2s;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  padding: 0 17px;
  margin: 0;
  background-color: rgba(57, 59, 63, 1);
}

.header_search .search-wrap button.search-btn .fa-search:before {
  content: "\f002";
}

.header_search .search-wrap button.search-btn:hover {
  background-color: rgba(241, 89, 39, 1);
}

.custom-menu-primary {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
  transition: height .2s ease;
  height: 80px;
} 
.scroll .custom-menu-primary .hs-menu-wrapper > ul {
  height: 75px;
} 


.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .55s ease;
  height: 100%;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 5px 8px;
  display: flex;
  align-items: center;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a span:after {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  transition: all 0.15s ease-out;
  transform: scale(0, 1);
  transform-origin: left center;
  background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a span:after,
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch span:after{
  transform: scale(1, 1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "\f107";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  transform: none;
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
  left: auto;
  right: 0;
}



.custom-menu-primary .hs-menu-wrapper ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  transition: all 0.2s;
  transform: translateY(40px);
  min-width: 215px;
  border-top: 3px solid rgba(241, 89, 39, 1);
  background-color: #fff;
  visibility: hidden;
}

.custom-menu-primary .hs-menu-wrapper ul li:hover > ul {
  transform: translateY(0);
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
  display: block;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  display: block;
  width: 100%;
  padding: 12px 15px 12px 0;
  white-space: initial;
  line-height: 1.4;
  font-size: 11px;
  text-transform: capitalize;
  transition: color .28s ease;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  color: rgba(100, 100, 100, 1);
}
 
.custom-menu-primary .hs-menu-wrapper ul ul li:not(.hs-item-has-children):last-child > a {
  border-bottom: 0;
}


.custom-menu-primary .hs-menu-wrapper ul ul ul {
  top: 0;
  left: 100%;
  transform: translateY(0);
  transition: unset;
}

.fa-globe:before {
  content: "\f0ac";
}

/* **** PRODUCTS and SOLUTIONS CHILD MENU *** */

.custom-menu-primary .hs-menu-wrapper > ul > li.products,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions{
  position: static;
}
 
.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding-bottom: 11px;

}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li {
  max-width: 25%;
  flex: 0 0 25%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li {
  max-width: 20%;
  flex: 0 0 20%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > a{
  font-weight: 700;
  color: rgba(36, 60, 122, 1);
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul  li  a,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul  li  a{
  padding-right: 0;
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li ul,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li ul{
  position: static;
  border: 0;
  transition: unset;
  transform: translateY(0);
  transition: unset;
  min-width: unset;

}

.custom-menu-primary .hs-menu-wrapper > ul > li.products:hover > ul > li ul,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions:hover > ul > li ul{
  display: block;
  visibility: visible;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.products:hover > ul > li ul li,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions:hover > ul > li ul li{
  padding-right: 0;
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li ul ul,
.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li ul ul{
  padding-left: 15px;
}



.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 9996 ;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background 170ms ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.dropdown-show .dropdown-overlay,
.search-open .dropdown-overlay{
  opacity: 1;
  visibility: visible;
}



@media (min-width: 1024px) {
  .scroll .header_container {
    height: 75px;
  }
  .scroll .header__logo {
    max-width: 144px;
  }
}

@media (max-width: 1090px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 5px 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    margin-left: 0;
  }
}


@media (max-width: 1023px) {
  .header_wrapper {
    min-height: 70px;
}
  .header_container {
    height: 70px;
  }
  .header_navigation {
    display: none;
  }
  .header__logo {
    width: 79px;
    max-width: 79px;
  }
  .mobile-trigger {
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .mobile-trigger .trigger-inner {
    line-height: 1;
    color: rgba(104, 104, 104, 1);
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0);
  }
  .mobile-trigger .groovy-69018-list:before {
    content: '\e956';
  }
  .mobile-trigger .fa-bars:before {
    content: "\f0c9";
  } 

  .header_nav_mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    transition: transform cubic-bezier(.7,0,.3,1) .4s;
    will-change: transform;
    touch-action: none;
    z-index: 10023 !important;
    width: 250px;
    overflow: visible;
    background-color: #fff;
    transform: translate3d(250px, 0, 0);
  }
  .mobile-open .header_nav_mobile {
    transform: translate3d(0,0,0);
  }

  .header_nav_mobile_inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex!important;
    flex-direction: column;
    height: 100%;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    overflow: hidden;
    overflow-y: auto;

  }
  .custom-menu-mobile {
    margin-top: 30px;
  }
 
  .custom-menu-mobile .hs-menu-wrapper > ul {
    display: block;
  }
  
  .custom-menu-mobile .hs-menu-wrapper ul li {
    display: block;
    position: relative;
  }
 
  .custom-menu-mobile .hs-menu-wrapper ul li a {
    display: block;
    padding: 9px 0;
    text-decoration: none;
    transition: none;
    line-height: 1.4;
    font-weight: 700;
    color: rgba(90, 90, 90, 1) ;
    border-bottom: 1px dotted rgba(90,90,90,1);
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
  }

  .custom-menu-mobile .hs-menu-wrapper ul li.hs-item-has-children > a {
    padding-right: 50px;
  }
  
  /* Make child lists appear below parent items */
  .custom-menu-mobile ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
    padding-left: 15px;
  }

  .custom-menu-mobile .hs-menu-wrapper ul ul li a {
    font-size: 11px;
  }
   
  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 35px !important; /* Button height */  
    padding: 6px 0 9px 18px;
    color: rgba(90, 90, 90, 1) ;
  }

  .child-trigger i {
    text-align: center;
    width: 1.25em;
  }

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

  .mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
  }

  .mobile-open .mobile_menu_overlay {
    display: block;
  }
     
   .header_nav_mobile .flex-grow-1 {
    flex-grow: 1;
  }

  .mobile-search-toggle-wrap {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .mobile-search-toggle {
    cursor: pointer;
    color: rgba(90, 90, 90, 1);
  }

  .mobile-search-toggle i {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .groovy-69018-magnifier:before {
    content: '\e95d';
  }

  .mobile-search-toggle .gm-search__txt {
    font-size: 11px;
    display: block;
  }

  .custom_mobile_search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all linear .2s;
    z-index: 10023 !important;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
  }

  .mob-search-open .custom_mobile_search {
    visibility: visible;
    opacity: 1;
  }

  .mobile-search_close {
    position: absolute;
    top: 10%;
    right: 8%;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform linear .2s;
  }

  .mobile-search_close svg {
    fill: rgba(255, 255, 255, 1);
  }

  .custom_mobile_search .mobile-search_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-width: 800px;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .custom_mobile_search .search_alpha {
    font-size: 16px;
    font-weight: 600;
    color: rgba(144, 144, 144, 1);
  }

  .custom_mobile_search .search-wrap {
    visibility: hidden;
    opacity: 0;
  }

  .mob-search-open .custom_mobile_search .search-wrap {
    visibility: visible;
    opacity: 1;
  }
  
  .custom_mobile_search .search-form {
    width: 100%;
    max-width: 100%;
  }
  .custom_mobile_search .form-group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 80px;
  }

  .custom_mobile_search .search-form .search_input {
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    transition: border-color 300ms;
    max-width: 400px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    margin: 0;
    outline: 0;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0);
    color: rgba(144, 144, 144, 1);
    border-bottom: 4px solid rgba(241, 89, 39, 1);
  }
  
  .custom_mobile_search .search-form .search-btn {
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 450ms;
    width: 50px;
    cursor: pointer;
    padding: 0;
    font-size: 19px;
    line-height: 1;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, 0) !important;
    border-bottom: 4px solid rgba(241, 89, 39, 1) !important;
  }
  .custom_mobile_search .search-btn .fa-search:before {
    content: "\f002";
}

   
   
}

@media (max-width: 767px) {

}

/* note */
.footer__container {
  margin: 0 auto;
}

/* ==== Footer Bottom ==== */

.footer_bottom {
  position: relative;
  padding: 15px 35px;
  background-color: #fdfdfd;
  color: #AAA;
  border-top: 1px solid #eaeaea;
}

.footer_copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 24px 0 22px;
}

/* ==== Footer Main ==== */

footer.footer {
  padding: 100px 35px;
  position: relative;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
}

.footer_cols_wrap {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.footer_col {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  display: block;
  width: 20%;
  min-height: 1px;
}

.footer_col > div + div {
  margin-top: 4.0625em;
}

footer.footer h6 {
  padding: 0 0 1.0625em;
  margin-bottom: 1.875em;
  margin-top: 0;
  border-bottom: 1px #DEDEDE solid;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 150%;
}

.footer_menu .hs-menu-wrapper ul {
  display: block;
}
.footer_menu .hs-menu-wrapper ul li {
  display: block;
  position: relative;
  margin: 0 0 1em 0;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  z-index: 140;
  transition: all 500ms;
  right: auto;
  left: 50px;
  display: block;
  transform: translateY(150px);
}
.back-to-top-inner {
  position: relative;
  cursor: pointer;
  transform: translateZ(0);
  overflow: hidden;
  box-shadow: 0 0 0 1px #3d3d3d inset;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: white;
}
#back-to-top .aux-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 105%;
  transition-duration: 450ms;
}
#back-to-top .aux-overlay:after {
  position: relative;
  content: '';
  border-radius: 50%;
  display: block;
  padding-top: 100%;
  background-color: #3d3d3d;

}


#back-to-top .aux-svg-arrow {
  background-image: url(https://19507537.fs1.hubspotusercontent-na1.net/hubfs/19507537/raw_assets/public/Mint_Management_Technologies_September2021/images/symbols.svg) ;
  background-repeat: no-repeat;
  display: block;
  background-position: -80px -433px;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}


#back-to-top .aux-hover-arrow {
  width: 10px;
  height: 12px;
  opacity: 0;
  transition-duration: 700ms;
  background-position: -258px -433px;
  transform: translate(-50%, 50%);
}


#back-to-top .back-to-top-inner:hover .aux-overlay {
  transform: translate(-50%, -50%) scale(1, 1);
}

#back-to-top .back-to-top-inner:hover .aux-svg-arrow {
  opacity: 0;
}

#back-to-top .back-to-top-inner:hover .aux-svg-arrow[class*="up"] {
  transform: translate(-50%, -150%);
}

#back-to-top .back-to-top-inner:hover .aux-hover-arrow {
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}


#back-to-top.active_1 {
  transform: translateY(0px);
}


#back-to-top.active_2 {
  transform: translateY(-91px);
}
    

@media screen and (max-width: 1024px) {
  .footer_col {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px)  {
  .footer_col {
    width: 100%;
    margin-top: 40px;
  }
  .footer_col:first-child {
    margin-top: 0;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */



@media (max-width: 767px) {

}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}