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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height:1.8;
  font-family: Helvetica,sans-serif;
}

@font-face {
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/Arnoldic_August2022/fonts/AvenirLTW01-85Heavy.eot") format("eot"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2) format("woff2"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/AvenirLTW01-85Heavy.woff) format("woff"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/AvenirLTW01-85Heavy.ttf) format("truetype"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/AvenirLTW01-85Heavy.svg) format("svg");
}

@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/Arnoldic_August2022/fonts/AvenirLTW01-35Light.eot") format("eot"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2) format("woff2"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/AvenirLTW01-35Light.woff) format("woff"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/AvenirLTW01-35Light.ttf) format("truetype"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/AvenirLTW01-35Light.svg) format("svg");
}


@font-face {
  font-display: block;
  font-family: "Helvetica-W01-Bold";
  src: url("https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/Arnoldic_August2022/fonts/HelveticaW01-Bold-1.eot");
  src: url("https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/Arnoldic_August2022/fonts/HelveticaW01-Bold-1.eot") format("eot"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/Helvetica-W01.woff) format("woff"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/HelveticaW01-Bold.woff2) format("woff2"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/HelveticaW01-Bold.ttf) format("truetype"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/HelveticaW01-Bold.svg) format("svg");
}

@font-face { 
  font-family: "Helvetica-W01-Roman";
  src: url("https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/Arnoldic_August2022/fonts/HelveticaW01-Roman.eot") format("eot"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/HelveticaW01-Roman.woff2) format("woff2"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff) format("woff"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/HelveticaW01-Roman.ttf) format("truetype"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/HelveticaW01-Roman.svg) format("svg");
}

@font-face { 
  font-family: "Lulo-Clean-W01-One-Bold";
  src: url("https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/Arnoldic_August2022/fonts/LuloCleanW01-OneBold.eot") format("eot"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2) format("woff2"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/LuloCleanW01-OneBold.woff) format("woff"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/LuloCleanW01-OneBold.ttf) format("truetype"),
    url(https://8185661.fs1.hubspotusercontent-na1.net/hubfs/8185661/raw_assets/public/Arnoldic_August2022/fonts/LuloCleanW01-OneBold.svg) format("svg");
}

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

/* Paragraphs */


/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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


img{
  max-width:100%;
  display:block;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all .4s ease 0s;
  white-space: normal;
}

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

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

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

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

/* Labels */

form label {
  font: normal normal normal 15px/1.5em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  word-break: break-word;
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
  padding: 0;
  padding-left:2px;
  padding-right:20px;
}

/* 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;
  font: normal normal normal 15px/1.5em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box!important;
  border-style: solid;
  padding: 3px 3px 3px 5px;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  width: 100%;
  min-height:37px;
  outline:none;
}

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: 2px solid rgba(255,64,64,1);
}

.hs-error-msg,
label.hs-main-font-element{
  color: rgba(255,64,64,1);
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font:normal normal normal 14px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  transition: color 0.4s ease 0s;
  white-space: nowrap;
  margin: 0;
  transition: all .4s ease 0s;
}

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width:767px){
  form.hs-form {
    margin-bottom: 30px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.form-titile span {
  font: normal normal normal 14px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  transition: color 0.4s ease 0s;
  color: rgba(17,36,115);
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.form-input {
  margin-right: 6px;
}

.header-top {
  min-height: 52px;
  background-color: #fff;
}


.header-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 52px;
}

.header-input input {
  border-radius: 0!important;
  display: block!important;
  border: none!important;
  padding: 9px 10px 8px 6.5px!important;
  position: absolute;
  left: 0;
  top: 0;
  width: 170px!important;
  outline: none;
  font: normal normal normal 12px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif!important;
  color: #113f73!important;
}

form.header-form {
  position: relative;
  left: 0;
  top: 0;
  border: 1px solid #113f73;
  width: 214px;
  height: 36px;
}

.page-center {
  max-width: 980px;
  margin: 0 auto;
}

.svg-wrapper {
  position: absolute;
  right: 17px;
  top: 5px;
}

.svg-wrapper svg {
  width: 14px;
  height: 14px;
}

.form-titile {
  margin-right: 22.5px;
}

.svg-wrapper svg path {
  fill: rgba(17 , 63 , 115);
}

header.header{
  min-height: 139px;
  position: relative;
  z-index: 99;
}

.header-wrapper {
  box-shadow: 0.00px 4.00px 5px 4px rgba(0,0,0,0.6),0 0 5px rgba(0,0,0,.5);
  background-color: #113f73;
  transition: all .3s ease;
  position: fixed;
  width: 100%;
}

.header-bottom {
  max-width: 980px;
  margin: 0 auto;
  padding: 23px 0;
  padding-bottom: 22px;
  display: flex;
  width: 100%;
}

.custom-logo-wrapper a img {
  display: block;
}

.custom-logo-wrapper {
  margin-left: 5px;
}

.custom-logo-wrapper a img {
  display: block;
  max-width: 137px;
  width: 137px;
  height: 41px;
  object-fit: cover;
  position: static;
  box-shadow: 0 0 0 #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 1px;
}

.custom-menu-wrapper {
  display: flex;
  align-items: center;
  margin-left: 11px;
}


.custom-menu-wrapper .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul {
  display: flex!important;
  align-items: center;
  flex-direction: row;
  margin-top: 1px;
}

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

.custom-menu-wrapper .hs-menu-wrapper > ul > li > a {
  border-left: 1px solid #fff;
  font: normal normal normal 14px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  color: #fff;
  display: flex;
  height: 41px;
  align-items: center;
  padding: 0 15px;
  padding-right: 15.2px;
  transition: all 0.4s ease 0s;
}

.custom-menu-wrapper .hs-menu-wrapper ul ul li:last-child a {
  border: none;
}

.custom-button {
  margin-left: auto;
  margin-right: 7.5px;
  margin-top: 1px;
}

.custom-button a {
  text-align: initial;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  justify-content: center;
  background: #9d1515;
  border: 1px solid #9d1515;
  color: #fff;
  transition: color 0.4s ease 0s;
  font: normal normal normal 14px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  width: 128px;
  height: 39px;
  transition: all .4s ease 0s;
}

.custom-button a:hover {
  background: #8b0000;
  border: 1px solid #8b0000;
  color:#fff;
}


.custom-menu-wrapper .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {
  background-color: #113f73;
  margin-top: 7px!important;
  right: 0!important;
  top: 100%!important;
  left: auto!important;
  pointer-events: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  visibility: visible;
  pointer-events: auto;
}

.custom-menu-wrapper .hs-menu-wrapper ul ul li a {
  font: normal normal normal 14px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  border: none;
  border-bottom: 1px solid #fff;
  display: block!important;
  width: 100%;
  line-height: 29px;
  padding: 0 0.5em;
  text-align: right;
  color: #fff;
  transition: all .4s ease 0s;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li:after {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

form.header-form.bluebg {
  border: none;
  border-bottom: 2px solid #113f73;
}

form.header-form.bluebg .header-input input{
  margin-left:0px !important;
  padding-top:9px!important;
}

form.header-form.bluebg .svg-wrapper {
  right: 18px;
}

.clear-button {
  transition: opacity .2s;
  color: #113f73;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  position: absolute;
  top: 7px;
  right: 42px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.mobile-clear {
  visibility: hidden;
  opacity: 0;
}
.textExist > .clear-button,
.textExist > .mobile-clear{
  visibility: visible;
  opacity: 1;
}
.clear-button svg {
  padding: 4px;
  border-radius: 50%;
  width: 16px;
  height: 17px;
  background-color: rgba(17,63,115,.03);
  position: relative;
  fill: #113f73;
}

.clear-button svg path {
  fill: rgba(17 , 63 , 115 , 0.5);
}

@media (min-width:768px){
  .mobile-menu-wrapper {
    display: none;
  }
  .mobile-search{
    display:none;
  }

  .header-input input{
    min-height: 34px!important;
  }
}


@media (min-width:768px) and (max-width:802px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
    padding: 0 10px;
  }
}


@media (max-width:767px){
  .form-titile {
    display: none;
  }

  .header-form-wrapper {
    min-height: auto;
  }

  .header-top {
    min-height: auto;
  }

  form.header-form {
    height: 31px;
    width: 100%;
  }

  .form-input {
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-left: 7px;
    padding-right: 8px;
  }

  .header-input input {
    padding: 8px 10px 2px 6.5px;
  }

  .svg-wrapper {
    top: 3px;
  }

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

  .custom-button {
    display: none;
  }

  .header-bottom {
    display: block;
    padding: 20px 0;
    padding-bottom: 24px;
  }

  .custom-logo-wrapper {
    margin: 0 auto;
    margin-left: 0;
    text-align: center;
    position: relative;
  }

  .custom-logo-wrapper a img {
    margin: 0 auto;
    width: 133px;
    height: 40px;
    object-fit: cover;
    max-width: 133px;
  }

  .mobile-trigger {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-45%);
    z-index: 555;
    cursor: pointer;
  }

  .trigger-wrapper {
    display: block;
    box-sizing: border-box;
    transition: all .5s;
    width: 22px;
    height: 20px;
  }

  .trigger-wrapper .trigger-items {
    transform-origin: 0 0;
    top: 0;
    width: 100%;
    transition: all .25s ease;
    height: 2px;
    background: #fff;
    position: absolute;
  }

  .trigger-wrapper .trigger-items:nth-child(2) {
    top: 9px;
  }

  .trigger-wrapper .trigger-items:nth-child(3) {
    width: 100%;
    bottom: 0;
    top: auto;
  }

  body.mobile-bavigation-open .trigger-wrapper .trigger-items:nth-child(1) {
    transform: translate(4px,2px) rotate(45deg);
  }

  body.mobile-bavigation-open .trigger-wrapper .trigger-items:nth-child(2) {
    transform: scaleX(0);
  }

  body.mobile-bavigation-open .trigger-wrapper .trigger-items:nth-child(3) {
    transform: translate(4px,-1px) rotate(-45deg);
    transform-origin: 0 100%;
  }

  .mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #113f73;
    z-index: 55;
    transform: translateX(100%);
    transition: transform .8s,opacity .8s,visibility .4s ease;
    opacity: 0;
    visibility: hidden;
    height: 100%;
  }
  .mobile-bavigation-open .mobile-menu-wrapper {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }

  .menu-ovlay {
    background-color: #113f73;
    background-image: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block!important;
    margin: 80px 0px 0 0;
    padding: 0 5px;
    padding-left:6px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    display: block;
    width: 100%;
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    text-align: center;
    font: normal normal normal 15px/1.5em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
    color: #fff;
    line-height: 41px;
  }

  .custom-menu-primary {
    position: relative;
    max-height: 100vh;
    overflow: auto;
  }

  .child-trigger svg {
    fill: #fff;
  }

  .child-trigger {
    margin: 0 20px;
    width: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 12px;
    position: absolute;
    top: 0;
    right: -1px;
    min-height: 41px;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font: normal normal normal 15px/1.5em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    line-height: 41px;
  }

  .child-trigger.child-open {
    transform: rotate(180deg);
  }

  .header-input input {
    width: calc(100% - 68px)!important;
    padding-bottom: 4px!important;
    padding-top: 4px!important;
    min-height: 29px!important;
  }

  form.header-form.bluebg .header-input input {
    margin-left: 0!important;
    padding-bottom: 4px!important;
    padding-top: 0px!important;
  }

  .Back-button {
    margin: 0 10px;
    display: flex;
    align-items: center;
    touch-action: manipulation;
    position: relative;
    z-index: 5545645646464;
    width: 44px;
    height: 40px;
    justify-content: center;
    cursor: pointer;
  }

  .Back-button svg {
    font-variant: proportional-nums;
    position: relative;
    color: #000;
    display: block;
    font-size: 16px;
  }

  .Back-button svg path {
    font-size: 16px;
    color: #000;
    width: 24px;
    height: 24px;
  }

  .mobile-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 888;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  body.searhform-mobile-open .mobile-search {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-form-container {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
    min-height: 40px;
    height: 40px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .cusom-form-mobile-container form {
    display: flex;
  }

  .mobile-clear {
    color: rgb(0 ,0 , 0);
    cursor: pointer;
    display: flex;
    opacity: 1;
    height: auto;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    width: 44px;
  }

  .cusom-form-mobile-container {
    -webkit-margin-end: 20px;
    border-style: solid;
    border-width: 1px;
    display: grid;
    flex: 1;
    overflow: hidden;
    height: 42px;
    border-color: rgba(0,0,0,0.6);
  }

  .custom-input input {
    font-family: Helvetica-W01-Roman;
    border: none!important;
    height: 100%;
    font-size: 16px!important;
    outline: none;
    padding: 3px 3px 12px 5px!important;
    padding-left: 12px!important;
    padding-top: 10px!important;
  }

  .mobile-search-icon {
    flex-shrink: 0;
    max-height: 50px;
    max-width: 50px;
    min-height: 14px;
    min-width: 14px;
    width: 0.9em;
    margin-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .mobile-clear svg {
    padding: 4px;
    border-radius: 50%;
    background: rgba(0 , 0 , 0 , 0.06);
    width: 16px;
    height: 17px;
    margin-right: 12px;
  }

  .custom-input {
    width: 100%;
  }

  .header-lp .header-top {
    min-height: 43px;
  }

  header.header{
    min-height:127px;
  }
}
.footer-row {
  display: flex;
  padding: 65px 0;
  margin-left: calc(50% - 391px);
  padding-top: 32px;
}

.contact-wrapper p {
  font: normal normal normal 18px/1.8em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  letter-spacing: normal;
  margin: 0;
}

.footer-lp .copyright p {
  text-align: left;
}

.contact-wrapper p a {
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
}

.contact-wrapper p:nth-child(3) span {
  display: block;
  font-weight: bold;
  letter-spacing: normal;
  color: #FFFFFF;
  font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
}

.contact-wrapper p:nth-child(1) a,
.contact-wrapper p:nth-child(2) a {
  text-decoration: none;
}

.footer-links-inner ul {
  display: block!important;
}

.footer-links-inner ul li {
  font-size: 16px;
  line-height: 1.5em;
}

.contact-wrapper p:first-child a span {
  font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
}

.footer-row > div {
  padding-right: 70px;
  position: relative;
  top: 0;
  left: 0;
}

.footer-row > div:last-child {
  border-right: 0;
}

.quick-links-wrapper {
  padding-left: 49px;
}

.quick-links-wrapper {
  padding-right: 57px!important;
}

.footer-links-inner ul li:first-child a {
  font-weight: bold;
  font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
}

.footer-cta a {
  text-align: initial;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  min-width: 142px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  font: normal normal normal 14px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  width: 142px;
  border: 2px solid #fff;
  height: 40px;
  box-sizing: border-box!important;
}

.footer-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.social-icons-wrapper {
  padding-right: 0!important;
  padding-left: 47px;
}

.copyright p {
  font: normal normal normal 15px/1.5em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  letter-spacing: .02em;
  font-size: 15px;
  margin: 12px 0 0;
  text-align: right;
}

.footer-social-icons {
  margin-top: 20px;
}

.footer-cta a:hover {
  background: #9d1515;
  color: #fff;
}

.footer-row>div:after {
  transform-origin: center 0.5px;
  height: 7px;
  border-top: 1px solid #fff;
  position: absolute;
  left: 211px;
  top: 77px;
  width: 133px;
  content: '';
  transform: rotate(90deg);
}

.footer-row>div:last-child:after {
  border: none;
}

.footer-row>div:nth-child(2):after {
  left: 217px;
}


.back_to_top {
  position: fixed;
  bottom: 87px;
  width: 44px;
  height: 44px;
  margin-right: 0px;
  right: 0;
  z-index: 58;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: flex;
}

.top_active.back_to_top{
  opacity: 1;
  visibility:visible;
}

.back_to_top .backToTopSvg {
  width: 100%;
  height: 100%;
}

.back_to_top .backToTopSvg svg {
  overflow: visible;
}


@media (min-width:768px){
  .mobile-footer {
    display: none;
  }
  .desktop-none,
  .back_to_top{
    display:none;
  }
  .social-icons-wrapper:after {
    border: none!important;
  }

  .footer-lp .contact-wrapper {
    max-width: 279px;
    width: 100%;
  }

  .footer-lp .contact-wrapper:after {
    width: auto!important;
  }

  .footer-lp .quick-links-wrapper {
    max-width: 282px;
    width: 100%;
  }

  .footer-lp .quick-links-wrapper:after {
    width: auto!important;
  }

  .footer-lp .footer-row>div:after {
    width: auto!important;
  }

  .footer-lp .social-icons-wrapper {
    padding-right: 0!important;
    padding-left: 48px;
    padding-bottom: 6px;
  }

  .footer-lp .social-icons-wrapper {
    max-width: 234px;
    width: 100%!important;
  }

  .footer-lp .footer-row>div:after {
    display: none;
  }
}


@media (min-width:768px) and (max-width:912px){
  .footer-row>div {
    padding-right: 20px!important;
    width: 33%;
    padding-left: 20px!important;
    border-right: 1px solid #fff;
  }

  .footer-row>div:after {
    width: auto;
  }

  .footer-row {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-row>div:last-child {
    text-align: right;
  }

  .contact-wrapper p,
  .contact-wrapper p a,
  .footer-links-inner ul li{
    font-size: 14px;
  }

  .footer-lp .footer-row>div {
    border-right: none;
    padding-bottom: 0;
  }

  .footer-lp .social-icons-wrapper {
    padding-bottom: 0;
    margin-right: 28px;
  }

  .footer-row .social-icons-wrapper {
    border-right: 0;
  }

  .footer-lp .copyright p {
    text-align: right;
    position: relative;
    bottom: -1px;
  }

}


@media(max-width:767px){
  .contact-wrapper,
  .quick-links-wrapper,
  .social-icons-wrapper {
    display:none;
  }

  .footer-row>div {
    padding-right: 0;
  }
  .footer-row {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-bottom: 70px;
    padding-top: 10px;
  }

  .mobile-copyright p {
    margin: 0;
    color: rgba(255,255,255,1);
    font: normal normal normal 12.217593749999999px/1.5em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    letter-spacing: 0.01em;
    letter-spacing: 0.02em;
    font-size: 12px;
  }

  .mobile-links-footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  .mobile-links-footer p a {
    display: block;
    text-decoration: underline;
  }

  .mobile-links-footer p:last-child {
    margin-bottom: 6px;
  }

  .mobile-links-footer p:first-child span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  }

  .mobile-contact-wrapper p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  }

  .mobile-contact-wrapper p:last-child {
    margin-bottom: 7px;
  }

  .mobile-links-footer p a span {
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
  }

  .mobile-contact-wrapper p:first-child span:first-child {
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Helvetica-W01-Bold';
  }

  .footer-mobile-menu-wrapper ul {
    display: block!important;
    margin-bottom: 6px!important;
  }

  .footer-mobile-menu-wrapper ul li {
    font: normal normal normal 15.75px/1.8em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: rgba(255,255,255,1);
  }

  .footer-mobile-menu-wrapper ul li:first-child a {
    font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
    font-weight: bold;
  }

  .footer-lp .footer-row>div:after {
    display: none;
  }

  .mobile-contact-wrapper p a {
    color: #fff;
  }

  .footer-mobile-menu-wrapper ul li a {
    color: #fff;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

@media (min-width:768px){
  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    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;
  }


  .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.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}


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


@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;
  }
}