*, *: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 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
}

@media screen and (min-width: 1280px){
  .content-wrapper {
    padding-right: 15%;
    padding-left: 15%;
  }
}

.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: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 400; font-stretch: normal; 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: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 600; font-stretch: normal; 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: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 700; font-stretch: normal; 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: "Fa brands 400"; src: url("https://assets.website-files.com/60ba5ab948e1ea474960af3d/60ca1a18072bf29908831afd_fa-brands-400.woff2") format("woff2"), url("https://assets.website-files.com/60ba5ab948e1ea474960af3d/60ca1a18b93f2f788ad10ef8_fa-brands-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "webflow-icons"; src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype"); font-style: normal; font-weight: normal; }

body {
  line-height: 22px;
  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: 0 0 1.4rem;
}

h1,h2,h5,h6{
  line-height: 1.2em;
}
h3{
  line-height: 30px;
}
h4{
  line-height: 18px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  font-size: 12px !important;
  
}

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%;
  vertical-align: middle;
  display: inline-block;
}
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;
  text-align: center;
  transition: all .15s linear;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  font-family: Open Sans;
}
.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: ;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.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;
  font-size: 17px;
  line-height: 17px;
  font-family: Open Sans;
  margin-bottom: 5px;
}
.hs-form-field label, .hs-form-field a {
  color: ;
  display: inline-block;
  clear: both;
  border: none;
  padding: 0;
  font-size: 17px;
  line-height: 17px;
  font-family: Open Sans;
  margin-bottom: 5px;
}
a#hs_login_reset {
  color: ;
}
.hs-error-msgs li label:empty {
  display: none;
}
form .hs-error-msgs label {
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin-top: 5px;
  color: #f2545b;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.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:13px;
  }
}

.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%;
  background-color: transparent;
}
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;
}
.custom-header {
  position: relative;
  background-color: #fff;
}
.header__container {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
}
.header_group {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
  width: 9%;
}
.navigation {
  float: right;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 991px) and (max-width: 1165px) {
  .header__container.header_group.clearfix {
    padding: 0 1.5em;
  }

  .navigation {
    max-width: 750px;
  }
}


.social-container, .social-container>div{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .navigation-primary > .level-1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .navigation-primary > .level-1>.menu-item>a{
  padding: 20px;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  padding-left: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}
.custom-menu-primary .navigation-primary .submenu .menu-item.join-team>a {
  margin-right: -5px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fcb13b;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  font-weight: 700;
}
.social-container a {
  max-width: 100%;
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}
.social-container a .social-link {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.icon {
  margin-right: 15px;
  padding: 7px;
  border-radius: 100px;
  background-color: #24b1e6;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 11px;
}
.icon.less-pad {
  margin-right: 7px;
}
.custom-menu-primary .navigation-primary>.level-1>.menu-item.has-submenu>a{
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 20px;
  padding-left: 10px;
  background-image: url(//4142176.fs1.hubspotusercontent-na1.net/hubfs/4142176/raw_assets/public/Trace3_Febuary2022/images/Dropdown%20Arrow.svg);
  background-position: 98% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-size: 11px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  max-width: 100%;
  padding: 80px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a>img{
  max-width: 65%;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a>p{
  margin-bottom: 10px;
  margin-top: 50px;
  color: #666;
  font-size: 1.375em;
  text-align: center;
}
.custom-menu-primary .navigation-primary .submenu .menu-item.resources-content > ul,.custom-menu-primary .navigation-primary .submenu .menu-item.our-company > ul{
  font-size:14px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  margin-right: 0;
}
.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;
}

.menu-dropdown-grid._6-column{
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 380px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 0.75fr;
  grid-template-columns: 1.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  height: 380px;
  max-height: 380px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.menu-dropdown-grids {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 380px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 0.75fr;
  grid-template-columns: 1.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 14px;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.blue-background-div {
  padding: 80px 30px;
  background-color: #070f29;
  text-decoration: none;
}
.blue-background-div.less-pad {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blue-background-div.light-blue {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #24b1e6;
}
.menu-header {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: #24b1e6;
  font-size: 2.375em;
  line-height: 1em;
  font-weight: 700;
}
._w-text.menu-h2 {
  position: relative;
  z-index: 1;
  font-size: 1.375em;
  line-height: 1.6em;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  width: 50%;
}
.div-block-3 {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.link-menu {
  color: #24b1e6;
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 700;
}
.image-9 {
  position: relative;
  z-index: 0;
  width: 60%;
  max-width: 70%;
  margin-bottom: -29px;
}
.menu-header._w-text {
  color: #fff;
  width: 78%;
}
.link-menu._w-text {
  color: #fff;
}
.link-menu._w-text.align-bot {
  position: absolute;
  bottom: 30px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item.resources-content > ul .menu-item a:hover,.custom-menu-primary .navigation-primary .submenu .menu-item.our-company > ul .menu-item a:hover{
  box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 10%);
}
.outer_header.lp .custom-menu-primary {
  height: 62px;
}


@media (min-width: 768px){
  .header_close {
    display: none !important;
  }
}

@media(min-width:992px){
  .custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    list-style: none;
    position: absolute;
    left: 0%;
    top: 60px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 2% 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    box-shadow: 14px 14px 11px 1px rgb(0 0 0 / 22%);
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-container.mobile-only {
    display: none;
  }
}
@media screen and (min-width: 992px){

  .outer_header {
    min-height: 62px;
  }
  .mobile{
    display:none!important;
  }
}
@media screen and (min-width: 1280px){
  .header__container {
    padding-right: 15%;
    padding-left: 15%;
  }
}
@media screen and (min-width: 1920px){

  .custom-menu-primary .navigation-primary>.level-1>.menu-item.has-submenu>a, .custom-menu-primary .navigation-primary>.level-1>.menu-item>a {
    font-size: 14px;
  }
  .outer_header {
    min-height: 62px;
  }
}


@media(max-width:991px){
  .desktop{
    display:none!important;
  }
  .navigation{
    position: absolute;
    left: auto;
    top: 80px;
    right: 0;
    bottom: auto;
    z-index: 99;
    display: flex;
    overflow: auto;
    width: 85%;
    height: auto;
    max-height: 80vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 2% 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .4s ease;
  }
  .custom-header {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    z-index: 9;
    width: 100%;
  }
  .header_group {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_logo {
    width: 20%;
  }
  .toggle_icon {
    position: relative;
    z-index: 100;
    display: block;
    padding: 19px;
    font-size: 30px;
    cursor: pointer;
  }

  [class^="w-icon-"], [class*=" w-icon-"] {
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .w-icon-nav-menu:before {
    content: "\e602";
  }
  .social-container {
    display: none;
  }
  .custom-header .clearfix:before,.custom-header .clearfix:after {
    content:none;
  }
  .header_logo img {
    width: 100% !important;
    margin: 0px;
  }
  .mobile-open .navigation {
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .custom-menu-primary .navigation-primary>.level-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-menu-primary .navigation-primary>.level-1>.menu-item>a,.custom-menu-primary .navigation-primary>.level-1>.menu-item.has-submenu>a{
    font-size:14px;
  }
  .custom-menu-primary .navigation-primary>.level-1>.menu-item.has-submenu>a {
    line-height: 21px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item.join-team>a{
    display:block;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul{
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
    width: auto;
    padding: 5%;
    background-color: #fff;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style:none;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item.child-open>ul {
    min-width: 100%;
    border-radius: 4px;
    padding: 2% 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    left: 0%;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 0px;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
  }
  .menu-dropdown-grids {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blue-background-div.less-pad {
    overflow: visible;
  }
  .div-block-3 {
    position: relative;
    width: 100%;
  }
  .link-menu {
    font-size: 1.2em;
  }
  .link-menu._w-text.align-bot {
    position: relative;
    bottom: 0px;
    margin-top: 40px;
  }
  .menu-dropdown-grid._6-column {
    height: auto;
    max-height: none;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .social-container.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-left: 5px;
  }
  .icon.less-pad {
    margin-right: 15px;
  }
  .mobile-open .toggle_icon{
    color: rgb(255, 255, 255);
    background-color: rgb(36, 177, 230);
  }
  .outer_header {
    min-height: 80px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item.join-team>a {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px){
  .custom-header {
    height: 70px;
  }
  .header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    width: 30%;
  }
  .header_logo > div {
    width: 100%;
  }
  .outer_header {
    min-height: 70px;
  }
  .navigation{
    position: absolute;
    left: 0%;
    top: 70px;
    right: 0%;
    bottom: auto;
    overflow: scroll;
    width: 100%;
    height: auto;
    max-height: 90vh;
    padding: 40px 5%;
    background-color: #fff;
  }
  .menu-dropdown-grid._6-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a{
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a>img{
    max-width: 10%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a>p{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
  }
  .footer-flex-container .navigation-primary>.level-1 > li > ul {
    margin-bottom: 10px!important;
  }
  .header_logo {
    width: 30%!important;
  }
  .header_logo {
    padding-left: 10px;
  }
} 

@media screen and (max-width: 479px){
  .header_logo {
    width: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation{
    position: fixed;
    left: 0%;
    top: 70px;
    right: 0%;
    bottom: auto;
    display: none;
    overflow: scroll;
    height: auto;
    max-height: 80vh;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a>img{
    max-width: 20%;
  }
  .header_logo {
    width: 50%!important;
  }
  .footer-flex-container .navigation-primary>.level-1>li:last-child>ul {
    margin-bottom: 0px !important;
  }
}
.custom-footer {
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}
.footer__container {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
}
.copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8125em;
  text-align: left;
}
.copyright p {
  margin-bottom: 10px;
  font-size: inherit;
}
.copyright a {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 1em;
  line-height: 1.875em;
}
.footer-flex-container .navigation-primary > .level-1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}
.footer-flex-container .navigation-primary .submenu .menu-item a{
  display: block;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8125em;
  text-decoration: none;
}
.footer-flex-container .navigation-primary .submenu .menu-item a:hover{
  text-decoration:underline;
}
.footer-flex-container .navigation-primary .submenu .menu-item ul{
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.footer-flex-container .navigation-primary .submenu .menu-item ul.level-2>li>a {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none !important;
}


@media screen and (min-width: 1280px){
  .footer__container {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media(max-width:991px){
  .footer-flex-container .navigation-primary>.level-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:767px){
  .custom-footer{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media(max-width:479px){
  .footer-flex-container .navigation-primary>.level-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-flex-container .navigation-primary .submenu .menu-item ul.level-2>li>a{
    margin-top: 20px;
  }
  .custom-footer{
    text-align:left;
  }
}
