*, *: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: "Roboto"; src: url("https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; src: url("https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; src: url("https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Work Sans"; src: url("https://fonts.gstatic.com/s/worksans/v11/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBi8Jpg.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Work Sans"; src: url("https://fonts.gstatic.com/s/worksans/v11/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jpg.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Work Sans"; src: url("https://fonts.gstatic.com/s/worksans/v11/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8Jpg.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


body {
  line-height: 21px;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -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-top:0px;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* Lists */

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

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

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

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

.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
}
img {
  max-width: 100%;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
::selection {
  background: #227f7f;
  color: #fff;
}
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 {
  max-width: ;
  font-family: ;
}
.systems-page form{
  width:500px;
}

h3.form-title {
  font-size: 38px;
  line-height: 1.1;
  grid-column: 1/-1;
  margin-bottom: .5em;
  font-weight: 400;
}

.hs-button, 
.button--primary,.button {
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.020em;
  font-size: 17px;
  -webkit-appearance: none;
  outline: none;
  transition: .3s color, .3s background, .3s box-shadow, .3s border-radius .15s, .3s max-width, .3s opacity;
  white-space:normal;
}
.hs-button:hover, .button--primary:hover,.button:hover {
  background-color: ;
  border-color: ;
  color: ;
}
.hs-button:focus, .button--primary:focus  {
  background-color: ;
  border-color: ;
  color: ;
  outline: none;
}
.hs-button:active, .button--primary:active,.button:active  {
  background-color: ;
  border-color: ;
}
.hs-button:hover, .hs-button:focus,.button:focus {
  background-color: ;
  border-color: ;
}
.hs-button:active,.button:active {
  background-color: ;
  border-color: ;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: ;
  color: #323232;
  display: block;
  width: 100%;
  outline: none;
  height: 47px;
  line-height: 1.2;
  padding: 0 15px;
  letter-spacing: .02em;
  box-shadow: none;
  transition: .3s border, .3s box-shadow;
  font-size: 16px;
  padding: 12px 15px 12px;
}
.form_area form .hs-input[type=checkbox] {
  float: left;
  margin-top: 7px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: ;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: ;
  display: inline-block;
  clear: both;
  border: none;
  padding: 0;
}
.hs-form-field label, .hs-form-field a {
  color: ;
  display: inline-block;
  clear: both;
  border: none;
  padding: 0;
}
a#hs_login_reset {
  color: ;
}
.hs-error-msgs li label:empty {
  display: none;
}
form .hs-error-msgs label {
  font-weight: 700;
  font-size: 14px;
  color: #e42e38;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
.hs-error-msgs{
  line-height: 1.125em;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: ;
}
.hs-input::-webkit-input-placeholder {
  color: ;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color:  !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color:  !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}



@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
  .systems-page h3{
    font-size:22px;
  }
  .systems-page form{
    width:100%;
  }
  .form_width .hs-button{
    font-size:1.2em;
  }
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.form_width form {
  width: 100%;
}
form textarea {
  height: auto!important;
}
h3.form-title:empty {
  display: none;
}

.form-input-validation-message {
  font-size: 20px!important;
}
/* 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;
}
.wrapper-header {
  position: relative;
  padding: 38px 0;
  transition: padding .5s ease,background .25s ease;
}
.header__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
}
.dis-flex {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.logo {
  width: 180px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.wrapper-header .menu {
  width: calc(100% - 181px);
  margin: 0 !important;
  padding: 0 0 0 20px;
  position: relative;
}
.wrapper-header .header__container>div>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-menu-primary {
  width: calc(100% - 75px);
}

.custom-menu-primary .navigation-primary > .level-1 {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style:none;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  margin-left: 33px;
  position:relative;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  padding: 11.5px 17px;
  font-family: Work Sans,sans-serif;
  letter-spacing: .35px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  transform: translateX(0);
  transition: transform .5s ease;
}
.custom-menu-primary .navigation-primary > .level-1>li:last-child{
  border-radius: 30px;
  margin-left: 43px;
  border: 1px solid;
}
.custom-menu-primary .navigation-primary>.level-1>li:last-child>a {
  color: #fff;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 4.33333px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #666666;
  opacity: .75;
  display: inline-block;
}
.triangle-container {
  display: none;
}

.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
  left: 100%;
  top: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item:not(:last-child):hover>a {
  transform: translateX(20px);
}
.custom-menu-primary .navigation-primary .submenu .menu-item:not(:last-child) a:before {
  position: absolute;
  content: "";
  left: 0;
  height: 16px;
  width: 2px;
  background: #e03e52;
  top: 50%;
  transform: translateY(-50%) rotate( 
    20deg
  );
  opacity: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:hover a:before{
  opacity:1;
}
.wrapper-header .desktop-lines {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.wrapper-header .desktop-lines .line {
  display: block;
  background: #000;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  margin: 0 auto;
  right: 0;
}
.wrapper-header .desktop-lines .line.line-1 {
  top: 25%;
}
.wrapper-header .desktop-lines .line.line-2 {
  top: 45%;
}
.wrapper-header .desktop-lines .line.line-3 {
  top: 65%;
}
.desktop-secondmenu {
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity .8s ease;
  background-color: rgba(0,0,0,0.3);
}
.desktop-secondmenupart {
  width: 600px;
  background-color: #fff;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 50px 40px 35px;
  position: relative;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.logo-two {
  margin: 15px 0 0;
}
.logo-two img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.secondall-contents {
  padding: 75px 0 0;
}
.secondall-contents .secondall-one {
  margin-bottom: 12.2rem;
}
.desktop-menu-open .desktop-secondmenu {
  opacity: 1;
  pointer-events: auto;
}
.desktop-menu-open {
  overflow: hidden;
}
.desktop-menu-open .wrapper-header .desktop-lines .line {
  background: #e03e52;
}
.desktop-menu-open .wrapper-header .desktop-lines .line.line-1 {
  transform: translateY(-8px) translateX(0) rotate(
    45deg
  );
  -webkit-transform: translateY(-8px) translateX(0) rotate(
    45deg
  );
  -moz-transform: translateY(-8px) translateX(0) rotate(45deg);
  top:45%;
}
.desktop-menu-open .wrapper-header .desktop-lines .line-2 {
  opacity: 0;
}
.desktop-menu-open .wrapper-header .desktop-lines .line-3 {
  top: 100%;
  transform: translateY(-28px) translateX(0) rotate(
    -45deg
  );
  -webkit-transform: translateY(-28px) translateX(0) rotate(
    -45deg
  );
  -moz-transform: translateY(-28px) translateX(0) rotate(-45deg);
}
.secondall-one h2 {
  font-family: Work Sans,sans-serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.secondall-one h5 {
  font-family: Work Sans,sans-serif;
  letter-spacing: 2.4px;
  margin-left: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
}
.secondall-one h5:before {
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  width: 3px;
  background: #cf1717;
  top: 50%;
  transform: translateY(-50%) rotate( 
    20deg
  );
}
.secondall-one a {
  padding: 10.5px 17px;
  font-family: Work Sans,sans-serif;
  letter-spacing: .25px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .3s ease;
  border-radius: 30px;
  box-sizing: border-box !important;
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 15px;
  border: 1px solid;
}
.secondall-two h5 {
  font-family: Work Sans,sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 2.4px;
  margin-left: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e03e52;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.secondall-two h5:before{
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  width: 3px;
  background: #cf1717;
  top: 50%;
  transform: translateY(-50%) rotate(
    20deg
  );
}
.secondall-two p {
  color: #000;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.secondall-two a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
  text-decoration: none;
}
.second-bottomgrp {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 12rem;
}
.second-bleft {
  width: 40%;
}
.second-bright {
  width: 60%;
}
.second-bleft span {
  font-family: Work Sans,sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  letter-spacing: .35px;
}
.second-bright ul {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 14px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0px;
}
.second-bright ul li{
  position: relative;
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}
.second-bright ul li:not(:last-child) {
  margin-right: 30px;
}
.second-bright ul li a {
  font-weight: 500;
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: normal;
  color: #e03e52;
  text-decoration: none;
}
.second-bright ul li svg {
  width: 16px;
  height: 16px;
  fill: #000;
}
.wrapper-header.sticky {
  transform: translateY(-100%);
  transition: all ease 300ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper-header.sticky {
  transform: translateY(-100%);
  transition: all ease 300ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper-header.sticky {
  transform: translateY(-100%);
  transition: all ease 300ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.small-header .wrapper-header {
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 18px 0;
}
.small-header .wrapper-header.sticky {
  transform: translateY(0);
}
.twos-menus {
  display: none;
}
.custom-menu-primary .navigation-primary>.level-1>li:hover:last-child>a {
  color: #e03e52;
}
.secondall-contents .secondall-two strong {
  font-weight: 500;
}
.secondall-two a:hover{
  text-decoration: underline;
  color:#000;
}
.second-bright ul li svg:hover {
  fill: #e03e52;
}

.secondall-two span a:nth-child(4){
  color: #e03e52;
  text-decoration: none;
}

.secondall-two span a:nth-child(4):hover{
  color: #e03e52;
  text-decoration: underline;
}


@media (min-width: 768px){
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    min-width: 195px;
    text-align: left;
    padding: 17.33px 23px 17.33px 26px;
    background: #FFFFFF;
  }
}

@media(max-width:1440px){
  .secondall-one h2{
    font-size: 54px;
  }
  .secondall-one h5,.secondall-two h5{
    font-size: 22px;
  }
  .secondall-contents .secondall-one {
    margin-bottom: 8rem;
  }
  .second-bottomgrp {
    margin-top: 8rem;
  }
}

@media(max-width:1280px){
  .wrapper-header .logo {
    width: 150px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item{
    margin-left: 15px;
  }
  .custom-menu-primary .navigation-primary>.level-1>li:last-child {
    margin-left: 25px;
  }
  .wrapper-header .menu {
    width: calc(100% - 151px);
  }
  .secondall-contents {
    padding: 50px 0 0;
  }
  .secondall-one h2{
    font-size: 48px;
  }
  .secondall-one h5,.secondall-two h5{
    font-size: 20px;
  }
  .secondall-contents .secondall-one {
    margin-bottom: 5rem;
  }
  .second-bottomgrp {
    margin-top: 5rem;
  }
}

@media (max-width: 1024px){
  .wrapper-header {
    padding: 25px 0;
  }
  .custom-menu-primary {
    display: none;
  }
  .wrapper-header .desktop-lines{
    right:30px;
  }
  .wrapper-header .desktop-lines .line {
    height: 2px;
    width: 25px;
  }
  .wrapper-header .menu {
    position: unset;
  }
  .header__container {
    padding: 0 36px;
  }
  .wrapper-header .logo {
    width: 120px;
  }
  .secondall-contents {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 70px);
    height: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
  .secondall-contents .secondall-one {
    display: none;
  }
  .second-bottomgrp {
    margin-top: 20px;
  }
  .desktop-secondmenupart {
    padding: 10px 35px 40px;
  }
  .secondall-two h5 {
    display: none;
  }
  .twos-menus {
    display: block;
    margin: 40px 0 0;
  }
  .custom-menu-primary-mobile .navigation-primary > .level-1 {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style:none;
    justify-content: flex-start;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item {
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid #fff;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item a {
    color: #000;
    padding: 11.5px 17px;
    font-family: Work Sans,sans-serif;
    letter-spacing: .35px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateX(0);
    transition: transform .5s ease;
    padding-left:0px;
  }
  .custom-menu-primary-mobile .navigation-primary>.level-1>li:last-child{
    border: 1px solid #e03e52;
    background-color: #e03e52;
    color: #fff;
    border-radius: 30px;
    margin-left: 0px;
    display: inline-block;
    width: auto;
    margin-top: 15px;
  }
  .custom-menu-primary-mobile .navigation-primary>.level-1>li:last-child>a{
    padding: 4px 12px;
    font-size: 12px;
    color:#fff;
  }
  .custom-menu-primary-mobile .navigation-primary>.level-1>li:last-child>a:before{
    position: absolute;
    content: "";
    left: 0;
    height: 16px;
    width: 2px;
    background: #e03e52;
    top: 50%;
    transform: translateY(-50%) rotate(
      20deg
    );
    opacity: 0;
    height:12px;
  }
  .custom-menu-primary-mobile .navigation-primary>.level-1>li:last-child:hover>a {
    color: #e03e52;
  }
  .secondall-contents a, .secondall-contents p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .hide_para{
    display:none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item a:hover {
    transform: translateX(0px);
    color: #e03e52;
  }
  .small-header .wrapper-header {
    padding: 15px 0;
  }
  .wrapper-header.sticky .logo img {
    max-width: 40px;
  }
}


@media (max-height: 600px){
  .secondall-contents {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.custom-footer {
  padding: 25px 0;
  border-top: 1px solid;
  position: relative;
  z-index: 4;
}
.footer__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1570px;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.footer-lefts {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  width: 60%;
}
.footer-rights {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 40%;
}
.footer-rights-inner {
  width: 100%;
}
.footer-rights-inner ul {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  list-style: none;
  list-style-image: none;
  padding:0px;
  margin:0px;
}
.footer-rights-inner ul li:not(:last-child) {
  margin-right: 30px;
}
.footer-rights-inner ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.footer-rights-inner ul li a svg {
  width: 16px;
  height: 16px;
  fill: #000;
}
.footer_logo {
  width: 115px;
}
.footer_logo img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.footer-copyright {
  width: calc(100% - 115px);
  padding-left: 52px;
}
.footer-copyright ul {
  display: flex;
  flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-copyright ul li a,.footer-copyright ul li {
  font-weight: 600;
  position: relative;
  font-size: 12px;
  font-family: Work Sans,sans-serif;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
}
.footer-copyright ul li:not(:last-child) {
  padding-right: 35px;
}
.footer-copyright ul li:not(:last-child):after {
  position: absolute;
  content: "";
  right: 20px;
  height: 12px;
  width: 2px;
  background-color: rgba(0,0,0,0.5);
  transform: rotate(
    15deg
  ) translateY(-50%);
  top: 50%;
}
.footer-rights-inner ul li a:hover svg {
  fill: #e03e52;
}
.footer-copyright ul li:hover a {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}


@media(min-width:1025px){
  .footer-logo-mobile {
    display: none;
  }
}

@media(max-width:1280px){
  .footer-copyright {
    padding-left: 25px;
  }
}

@media(max-width:1024px){
  .footer-rights {
    width: 100%;
    display: block;
    margin-top: 20px;
    order: 3;
  }
  .footer-lefts {
    width: 100%;
    display: block;
    margin-top: 20px;
    order: 3;
  }
  .footer_logo {
    display: none;
  }
  .footer-copyright {
    text-align: center;
    padding: 0 0 12px;
    width: 100%;
  }
  .footer-copyright ul {
    width: 100%;
    justify-content: center;
  }
  .footer-logo-mobile {
    width: 100px;
    margin: 0 auto 20px;
    order: 1;
  }
  .footer-rights {
    width: 100%;
    order: 2;
    margin-top: 0px;
  }
  .footer-rights-inner {
    text-align: center;
  }
  .footer-rights-inner ul {
    justify-content: center;
    align-items: center;
    display: block;
    float: none;
  }
  .footer-rights-inner ul li {
    display: inline-block;
  }
  .footer-rights-inner ul li:first-child {
    margin: 0 0 20px;
    display: block;
  }
}

@media (max-width: 640px){
  .footer-rights-inner ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media(max-width:479px){
  .custom-footer {
    padding: 25px 0 10px;
  }
  .footer-copyright ul li a, .footer-copyright ul li{
    font-size:10px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 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;
  }
}