*, *: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; 
  -webkit-text-size-adjust: 100%; 
} */

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

@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;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  /*   line-height: 1.4;
  word-break: break-word; */
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.1s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

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



/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.main-page {
  margin: 0 10%;
}

@media (max-width: 1440px){
  .main-page, .footer-inner {
    margin: 0 7.5%;
  }
}

@media (max-width: 1024px){
  html {
    font-size: 50%;
  }
  .main-page, .footer-inner {
    margin: 0 5%;
  }
}

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

@media (max-width: 450px){
  html {
    font-size: 45%;
  }
}
/* button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
} */
/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;   
}

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: #ff0000;
}

.hs-input.invalid.error:focus {
  border-color: #b9554d;
}
.hs-input.invalid.error {
  border-color: #c87872;
}

.hs-error-msg {
  color: #f2545b;
  margin-top: 0.35rem;
}
form .hs-error-msgs label {
  color: #f2545b;
}
/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
  margin: 20px 0;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.site-header {
  width: 100%;
  padding: 0 10%;
  position: fixed;
  top: 0;
  height: fit-content;
  height: -moz-fit-content;
  transition: 0.4s;
  z-index: 999;
}
.header-top-div {
  display: grid;
  justify-content: right;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  height: 25px;
  transition: 0.4s;
  align-content: center;
}
.header-top-div p {
  margin: 0;
  display: inline-flex;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.header-hr {
  border: 0;
  background-color: transparent;
  color: transparent;
  height: 0;
  margin: 0;
  padding: 0;
}
.header-hr:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #fff;
}
.header-inner {
  transition: 0.4s;
  display: grid;
  grid-template-columns: 20% 80%;
  padding: 15px 0;
}
.logo {
  width: fit-content;
  width: -moz-fit-content;
}
.logo a {
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0;
  -webkit-appearance: none;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  transition: 0.1s;
}
.logo img {
  transition: 0.4s;
  height: 50px;
  display: block;
  object-fit: cover;
  background-size: cover;
  width: auto !important;
}
.primary-menu {
  display: inline-flex;
  margin: auto 0 auto auto;
}
.primary-menu .hs-menu-wrapper>ul {
  list-style-type: none;
  display: inline-flex;
  margin: auto 0 auto auto;
  padding: 0;
}
.primary-menu .hs-menu-wrapper>ul>li {
  margin: 0 25px;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.primary-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}
.primary-menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.primary-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  position: relative;
  padding-right: 25px;
}
.primary-menu .hs-menu-wrapper>ul>li>a {
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  transition: 0.1s;
}
.primary-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: -1px;
  right: 0;
  cursor: pointer;
  background-image: url(//4605083.fs1.hubspotusercontent-na1.net/hubfs/4605083/raw_assets/public/Mgiss_August2021/images/arrow-down-sign-to-navigate-1.svg);
  background-size: 12.5px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s;
  z-index: 3;
  filter: brightness(0) saturate(100%) invert(95%) sepia(87%) saturate(0%) hue-rotate(
    20deg
  ) brightness(113%) contrast(100%);
}
.primary-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a::after {
  transition: 0.2s;
  filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(448%) hue-rotate( 
    136deg
  ) brightness(98%) contrast(88%);
}
.primary-menu .hs-menu-wrapper>ul ul {
  position: absolute;
  list-style: none;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s;
  margin: 0;
}
.primary-menu .hs-menu-wrapper>ul ul li {
  margin: 0;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transition: 0.4s;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.primary-menu .hs-menu-wrapper>ul ul li:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.primary-menu .hs-menu-wrapper>ul ul li a {
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  transition: 0.1s;
}
.primary-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: 0.2s;
}
.child-trigger {
  height: 34px;
  width: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
/*  BURGER =========================== */
.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 65px;
  right: 5%;
  z-index: 10;
  display: none;
  transition: 0.4s;
}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 9px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after {
  background-color: #ffffff;
}

.burger:hover {
  cursor: pointer;
} 
/*  END BURGER ================================== */

/*  NAV =================================== */
nav {
  background-color: #001E26;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.burger-main-div {
  position: relative;
  height: 100%;
  display: table;
}
.burger-inner-div {
  padding: 50px;
  display: table-cell;
  vertical-align: middle;
}
nav .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.show .about {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #3AAFB9;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav .social a {
  transition: 0.1s;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  color: #06171B;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 15px 0;
  margin-right: 8px;
}

nav .social a svg {
  width: 100%;
  height: 100%;
}

nav .social a svg path, nav .social a svg circle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.show .social {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3AAFB9;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

.mobile-menu .hs-menu-wrapper>ul {
  margin-bottom: 20px;
}

.mobile-menu .hs-menu-wrapper>ul>li {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 15px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

nav.show .mobile-menu .hs-menu-wrapper>ul>li:nth-child(1) {
  transition-delay: 0.15s;
}

nav.show .mobile-menu .hs-menu-wrapper>ul>li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.mobile-menu .hs-menu-wrapper>ul>li>a {
  width: fit-content;
  width: -moz-fit-content;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 5px;
  font-weight: 500;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Exo 2', sans-serif;
  position: relative;
  padding-right: 25px;
  margin: 15px 0;
}
nav.show .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2) {
  transition-delay: 0.3s;
}

nav.show .mobile-menu .hs-menu-wrapper>ul>li:nth-child(3) {
  transition-delay: 0.45s;
}

nav.show .mobile-menu .hs-menu-wrapper>ul>li:nth-child(4) {
  transition-delay: 0.6s;
}

nav.show .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5) {
  transition-delay: 0.75s;
}
.mobile-menu .hs-menu-wrapper>ul ul li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  transition: 0.4s;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

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

.mobile-menu .hs-menu-wrapper>ul ul li a {
  margin: 15px 0;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 5px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
}

.mobile-menu .hs-menu-wrapper>ul ul li a:hover,.mobile-menu .hs-menu-wrapper>ul ul li.active a {
  color: #3AAFB9;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
  right: 0;
  cursor: pointer;
  background-image: url(//4605083.fs1.hubspotusercontent-na1.net/hubfs/4605083/raw_assets/public/Mgiss_August2021/images/arrow-down-sign-to-navigate-1.svg);
  background-size: 12.5px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s;
  z-index: 3;
  filter: brightness(0) saturate(100%) invert(95%) sepia(87%) saturate(0%) hue-rotate(
    20deg
  ) brightness(113%) contrast(100%);
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  top: 5px;
  pointer-events: none;
}
.mobile-sub-menu .hs-menu-wrapper ul {
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.show .mobile-sub-menu ul {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
.mobile-sub-menu ul li {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.mobile-sub-menu ul li:last-child {
  margin-bottom: 0px;
}

.mobile-sub-menu ul li a {
  margin: 15px 0;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
}

.mobile-sub-menu ul li a:hover {
  color: #3AAFB9;
}


.mobile-menu .hs-menu-wrapper>ul>li:hover>a,
.mobile-menu .hs-menu-wrapper>ul>li.active>a{
  color: #3AAFB9;
}
.mobile-menu .hs-menu-wrapper>ul ul {
  display: none;
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a::after {
  transition: 0.2s;
  filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(448%) hue-rotate(
    136deg
  ) brightness(98%) contrast(88%);
}
/*  END NAV ======================================= */

.site-header.header-active {
  transition: 0.4s;
  height: fit-content;
  height: -moz-fit-content;
}
.header-active .header-top-div {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin: 0;
}
.header-active .header-hr {
  border: none;
  transition: 0.4s;
  height: 0;
}
.header-active .header-hr:before {
  border: none;
  transition: 0.4s;
  height: 0;
}
.header-active .header-inner {
  transition: 0.4s;
  padding: 12.5px 0;
}
.header-active .burger {
  top: 15px;
  transition: 0.4s;
}

@media (max-width: 1440px){
  .site-header {
    padding: 0 7.5%;
  }
}

@media (max-width: 1024px){
  .site-header {
    padding: 0 5%;
  }
  .primary-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
    width: 20px;
    height: 20px;
    top: 0px;
  }
  .primary-menu .hs-menu-wrapper>ul>li {
    margin: 0px 12.5px;
  }
}

@media (max-width: 768px){
  .burger {
    display: block;
  }
  .burger-nav {
    display: block;
  }
  .primary-menu {
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul ul {
    margin: -15px 0;
  }
}

@media (max-width: 450px){
  .header-top-div {
    display: none;
  }
  .burger {
    top: 15px;
  }
  .header-hr {
    display: none;
  }
  .burger-inner-div {
    padding: 50px 25px;
  }
  .mobile-menu .hs-menu-wrapper>ul {
    margin-bottom: 15px;
  }
  .mobile-menu .hs-menu-wrapper>ul ul {
    margin: -12.5px 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li {
    margin-top: 12.5px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a {
    margin: 12.5px 0;
  }
  .mobile-menu .hs-menu-wrapper>ul ul li a {
    margin: 12.5px 0;
  }
  nav .social a {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    margin-right: 8.5px;
  }
  .mobile-sub-menu .hs-menu-wrapper ul {
    margin-bottom: 15px;
  }
  .mobile-sub-menu ul li {
    margin-top: 12.5px;
  }
  .mobile-sub-menu ul li a {
    margin: 12.5px 0;
  }
}
/* COGNITION */

.header--no-navigation-new .site-header{
  background: #0b3a3d;
}
.header--no-navigation-new .site-header.header-active {
    background: #0b3a3d;
}
.header--no-navigation-new .site-header .header-inner{
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 12.5px 0;
}
.particle-container {
  position: relative;
  height: 400px;
  background-image: url(//4605083.fs1.hubspotusercontent-na1.net/hubfs/4605083/raw_assets/public/Mgiss_August2021/images/LightGrey_Dot-Pattern-1.svg);
  background-size: 115%;
  background-position: top;
}


#wcb_g, #wcb_2 {
  color: #001E26 !important;
  font-family: 'Open Sans' !important;
}

#wcb_g {
  border-color: #001E26 !important;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  background-image: url(style.css);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
}

canvas {
  display: block;
  vertical-align: bottom;
}
.particle-container {
  position: relative;

  background-size: 115%;
  background-position: top;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
}
.site-footer {
  width: 100%;
  height: 100%;
}
.footer-inner-1, .footer-inner-2 {
  padding: 0 10%;
}
.footer-grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
.footer-grid-2-container-1 {
  display: inline-flex;
}
.footer-grid-2-container-2 {
  justify-self: right;
  display: inline-flex;
}
.footer-grid-2-container {
  align-self: center;
  padding: 25px 0;
}
.footer-logos-img {
  align-self: center;
}
.footer-logos-img img {
  max-width: 100%;
  width: 150px!important;
  object-fit: contain;
  max-height: 75px;
  object-position: left;
  display: block;
  background-size: cover;
}
.footer-logos-img.mr-h {
  margin-right: 50px;
}
.footer-grid-3 p {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.footer-grid-3 a {
  text-decoration: underline;
  transition: 0.1s;
}
#wcb_a {
  background-color: #001E26 !important;
  border-color: #001E26 !important;
  font-family: 'Open Sans' !important;
  font-weight: 400 !important;
  width: fit-content;
  width: -moz-fit-content;
  letter-spacing: 0.5px;
  transition: 0.1s;
}
#wcb_a:hover {
  color: #3AAFB9 !important;
}
.footer-menu .hs-menu-wrapper>ul {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
}

.footer-grid-container,
.footer-menu .hs-menu-wrapper>ul>li{
  padding: 50px 0;
}
.footer-grid-container-1 {
  padding-right: 50px;
}
.footer-grid h5,.footer-menu .hs-menu-wrapper>ul>li>a {
  margin: 0;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
  display: block;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.footer-grid h6 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
}
.footer-grid a, .footer-grid p {
  display: block;
  margin: 0;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: 0.1s;
}
.footer-grid-container-4 a {
  font-weight: 400;
  font-family: 'Exo 2', sans-serif;
}
.footer-social .footer-svg-a {
  margin-right: 10px;
}
.footer-svg svg, .footer-svg path {
  height: 32px;
  width: 32px;
  transition: 0.1s;
}
.footer-social {
  display: inline-flex;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer-grid a:hover {
  text-decoration: none;
}
.footer-svg:hover svg, .footer-svg:hover path {
  transition: 0.2s;
}
.footer-grid .footer-svg:hover path:first-child {
  fill: #3AAFB9;
}

@media (max-width: 1024px){
  .footer-grid h5, .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 21.25px;
  }
  .footer-grid-3 p {
    margin: 17.5px 0;
  }
  .footer-grid h6 {
    margin-top: 21.25px;
  }
  .footer-social {
    margin-top: 21.25px;
    margin-bottom: 21.25px;
  }
  .footer-logos-img.mr-h {
    margin-right: 42.5px;
  }
}


@media (max-width: 768px){
  .footer-grid-container, .footer-menu .hs-menu-wrapper>ul>li {
    padding: 0 !important;
  }
  .particle-container {
    display: none;
  }
  .footer-social {
    margin-top: 18.75px;
    margin-bottom: 18.75px;
  }
  .footer-grid a, .footer-grid p {
    width: 100% !important;
  }
  .footer-grid h5, .footer-menu .hs-menu-wrapper>ul>li>a {
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper>ul {
    padding: 25px 0 ;
    display: block;
    text-align: center;
  }
  .footer-grid h5, .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 18.75px;
  }
  .footer-grid-2 {
    grid-template-columns: 100%;
  }
  .footer-grid-2-container-2 {
    display: block;
    justify-self: center;
  }
  .footer-grid-3 p {
    margin: 15px 0;
  }
  .footer-grid h6 {
    margin-top: 18.75px;
  }
  .footer-logos-img {
    margin: auto !important;
  }
}

@media (max-width: 450px){
  .footer-grid h5, .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 12.5px;
  }
  .footer-grid-2-container-1 {
    display: block;
  }
  .footer-logos-img {
    object-position: center;
    margin-bottom: 12.5px !important;
    display: flex;
    justify-content: center;
  }
  .footer-logos-img img {
    object-position: center;                                          
  }
  .footer-grid-3 p {
    margin: 12.5px 0;
  }
  .footer-social {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
  #wcb_g, #wcb_2, #wcb_a {
    font-size: 12px !important;
  }
}
/* COGNITION */

.footer--no-navigation-new{
  background: #0b3a3d;
  padding: 50px; 
}
.footer--no-navigation-new #hs_cos_wrapper_footer-logo,
.footer--no-navigation-new #hs_cos_wrapper_footer-logo *{
  text-align: center;
}
.footer--no-navigation-new #hs_cos_wrapper_footer-contact{
  margin-top: 20px;
}
.footer--no-navigation-new #hs_cos_wrapper_footer-contact,
.footer--no-navigation-new #hs_cos_wrapper_footer-contact *{
  text-align: center;
}
.footer--no-navigation-new .social-links{
  margin-top: 30px;
}
.footer--no-navigation-new .social-links__link span{
  background: #fff;
  border: 1px solid #fff;
  transition: .25s linear all;
}
.footer--no-navigation-new .social-links__icon svg{
  fill: #0b3a3d;
  transition: .25s linear all;
}
.footer--no-navigation-new .social-links__link:hover span{
  background: #0b3a3d;
}
.footer--no-navigation-new .social-links__link:hover .social-links__icon svg{
  fill: #fff;
}
@media (min-width: 768px){
  .footer--no-navigation-new #hs_cos_wrapper_footer-logo,
  .footer--no-navigation-new #hs_cos_wrapper_footer-logo *{
    text-align: left;
  }
  .footer--no-navigation-new #hs_cos_wrapper_footer-contact,
  .footer--no-navigation-new #hs_cos_wrapper_footer-contact *{
    text-align: right;
  }
  .footer--no-navigation-new .social-links{
    justify-content: flex-end;
    margin-top: 0;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

/* .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
} */

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