*, *: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 20px;

}

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

@media only screen and (min-width: 900px){
   .content-wrapper,.dnd-section > .row-fluid {
      padding: 0 40px;
   }   
}

@media only screen and (min-width: 1100px){
   .content-wrapper,.dnd-section > .row-fluid {
      padding: 0 60px;
   } 
}
@media only screen and (min-width: 1500px){
   .content-wrapper,.dnd-section > .row-fluid {
      padding: 0 60px;
   }    

}
@font-face { 
   font-family: "Satoshi-Bold"; 
   src: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/fonts/Satoshi-Bold.woff2) format("woff2"), 
      url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/fonts/Satoshi-Bold.woff) format("woff"), 
      url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/fonts/Satoshi-Bold.ttf) format("truetype");
   font-style: normal; 
   font-weight: 700; 
   font-display: swap; 
}

@font-face {
   font-family: "Satoshi-Regular"; 
   src: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/fonts/Satoshi-Regular.woff2) format("woff2"), 
      url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/fonts/Satoshi-Regular.woff) format("woff"), 
      url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/fonts/Satoshi-Regular.ttf) format("truetype"); 
   font-style: normal;
   font-weight: 400; 
   font-display: swap; 
}




body {
   line-height: 1.6;
   overflow-x: hidden;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: subpixel-antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 100%;
   height: 100%;
}

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

/* Paragraphs */

p {
   margin: 0 0 1.4rem;
}

/* Anchors */

a {
   text-decoration: none;
   padding: 0px 1px;
   transition: 0.15s ease-in-out;
   cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 12px 0 15px;
}
h1{
  font-family: "Satoshi-Bold"; 
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h2{
  font-family: "Satoshi-Bold"; 
  letter-spacing: -0.015em;
  line-height: 1.3;
}
h3{
  font-family: "Satoshi-Bold"; 
   letter-spacing: -0.01em;
   line-height: 1.3;
}
h4{
  font-family: "Satoshi-Bold"; 
   line-height: 1.3;
}

/* 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;
}
button,
.button,
.hs-button {
   font-size: 16px;
   display: inline-block;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: 700;
   letter-spacing: 0;
   color: #fff;
   cursor: pointer;
   background: #108FF4;
   margin: 10px 0;
   text-decoration: none;
   text-align: center;
   min-width: 100px;
   margin-bottom: 10px;
   border-radius: 4px;
   user-select: none;
   border: 0 none;
   position: relative;
   opacity: 100%;
    line-height: 140%;
    padding: 10px 14px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
   color: #fff;
}

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

.hs-form-field {
   margin: 0 0 20px;
}
form {
   border-radius: 4px;
   box-shadow: 0 2px 35px 0 rgba(95, 95, 95, 0.2);
   background-color:#fff;
   padding: 20px;
}
/* Labels */

form label {
   color: #09194A;
   font-size: 13px;
   font-family:sans-serif;
   font-weight: 600;
   position: relative;
   
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   background: #fff;
   font-family: "Satoshi-Regular","Open Sans",sans-serif;
   display: block;
   border: 1px solid #c0c4cc;
   border-radius: 4px;
   box-shadow: 0 1px 3px rgb(60 77 110 / 10%);
   color: #183252;
   width: 100%;
   height: 42px !important;
   line-height: 1.5;
   font-weight: 500;
   max-width: none;
   vertical-align: middle;
   font-size: 15px;
   outline: none;
   letter-spacing: 0.005em;
   padding: 0 11px;
   transition: all 0.15s ease-in-out;
   transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out, background-color 4000s linear;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
   border: 1px solid rgba(16,143,244,0.5);
}
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; 
}

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

.legal-consent-container .hs-richtext {
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.6;
    margin: 5px 2px 12px;
    padding-right: 20px;
}

/* Validation */

.hs-form-required {
   color: #f13316;
}

.hs-input.invalid.error {
}
.hs-error-msgs label,
.hs-error-msg {
   color: #f13316;
   margin-top:0;
   font-size: 12px;
   font-weight: 600;
   font-family:sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   font-size: 15px;
   padding: 0 18px;
   display: inline-block;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: 700;
   letter-spacing: 0;
   color: #fff;
   cursor: pointer;
   background: #108FF4;
   height: 42px;
   margin:10px 0;
   line-height: 40px;
   text-decoration: none;
   text-align: center;
   min-width: 100px;
   margin-bottom: 10px;
   border-radius: 4px;
   user-select: none;
   border: 0 none;
   position: relative;
   opacity: 100%;
}


.hs_submit .hs-button.large{
    width: 100%;
}



/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
 
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}

@media(min-width:900px){
   form {
      padding: 50px;
   }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
   transition: 0.5s top cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
header.header {
   padding: 0;
   background: transparent;
   font-family: "Satoshi-Regular","Open Sans",sans-serif;
   position: absolute;
   width: 100%;
   z-index: 100;
   top: 0;
}
header.header .header-inner {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   justify-content: flex-start;
   height: 100%;
   position: relative;
}
.header-logo {
   display: block;
   padding: 0;
   margin: 0;
   width: 100px;
   z-index: 99;
   transition: 0.3s all cubic-bezier(0.4, 0.01, 0.165, 0.99);
   position: relative;
   right: 1px;
}
.header-logo a {
   display: block;
   border: none;

}

.header-logo a svg {
   min-width: 100px;
   width: 100%;
   display: block;
   height: 75px;
   transition: 0.3s all cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.navigation {
   width: 100%;
}
.desktop_nav {
   display: none;
}
.desktop_nav .secondary_nav .top_links {
   text-align: right;
   margin: -1px 0 12px;
}

.top_links ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.top_links ul li a {
   color: #818DA1;
   text-decoration: none;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-size: 14px;
   padding: 5px 12px;
   transition: all 0.2s ease-in-out;
   border: none;
   padding-right: 0;
}

.desktop_nav .secondary_nav .app-buttons {
   text-align: right;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 a {
   margin-right: 10px;
}
.desktop_nav .secondary_nav .app-buttons a {
   position: relative;
   opacity: 100%;
   margin-bottom: 10px;
   border-radius: 4px;
   text-decoration: none;
   text-align: center;
   cursor: pointer;
   display: inline-block;
   letter-spacing: 0;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: 700;
   height: 40px;
   line-height: 38px;
   padding: 0 18px;
   font-size: 15px;
   min-width: auto;
   border: 0;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 a {
   background: #FFF;
   border: 1px solid #108FF4;
   color: #0b87ea;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 {
   display: inline-block;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_button_2 {
   display: inline-block;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_button_2 a {
   border: 1px solid #108FF4;
   background: #108FF4;
   color: #FFF;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 a:after {
   content: '';
   display: inline-block;
   width: 12px;
   height: 7px;
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/arrow-right.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin-left: 4px;
   vertical-align: 1px;
   transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.primary_menu .navigation-primary>ul {
   margin: 1em 0;
   padding: 0;
   list-style: none;
   margin-top: 40px;
}
.primary_menu .navigation-primary>ul>li {
   display: inline-block;
   position: relative;
   user-select: none;
}

.primary_menu .navigation-primary>ul>li>a {
   display: block;
   color: #183252;
   font-weight: 700;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   text-decoration: none;
   padding: 4px 7px;
   font-size: 14px;
   cursor: pointer;
   transition: color 0.2s ease-in-out;
   border:none;
}

.primary_menu .navigation-primary>ul>li.has-submenu>a {
   margin-right: -2px;
}

.outter_header {
   position: relative;
   padding-top: 70px;
}
.primary_menu .navigation-primary>ul ul {
   list-style: none;
   margin: 0;
   padding: 0;
   position: absolute;
   left: 12px;
   display: none;
}

.primary_menu .navigation-primary>ul>li>ul>li:not(:last-child)>a {
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: bold;
   color: #818DA1;
   font-size: 17px;
   letter-spacing: 1px;
   margin: 8px 0;
   display: block;
}
.primary_menu .navigation-primary>ul ul ul>li>a {
   color: #183252;
   font-size: 17px;
   line-height: 1.5;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: bold;
   padding-top: 4px;
   padding-bottom: 4px;
   transition: 0.08s all ease-in-out;
   margin: 8px 0;
   display: block;
}

.primary_menu .navigation-primary>ul ul ul {
   left: 100%;
   top: 0;
   display: none;
}

.primary_menu .navigation-primary>ul>li>ul>li:hover ul {
   display: block;
}
.primary_menu .navigation-primary>ul>li.nav-active>ul {
   display: block;
}
.primary_menu .navigation-primary>ul ul>li>a {
   border: none;
}
.primary_menu .navigation-primary>ul>li>a svg {
   fill: #09194A;
   opacity: 0.9;
   vertical-align: 2px;
   max-width: 10px;
   margin-left: 5px;
   transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out, fill 0.3s ease-in-out;
}
.primary_menu .navigation-primary>ul>li.nav-active svg {
   transform: rotate(-180deg);
   animation-direction: alternate;
   fill: #108FF4;
   opacity: 0.9;
}
.primary_menu .navigation-primary>ul>li>ul>li:last-child>a {
   color: #108FF4;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: 600;
   font-size: 17px;
   margin-left: 0;
   padding: 10px 10px 10px 0;
}

.primary_menu .navigation-primary>ul>li>ul>li:last-child>a:after {
   width: 15px;
   vertical-align: -2px;
   transition: 0.1s all ease-in-out;
   content: "";
   height: 14px;
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/mega-menu-right-arrow-blue.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 6px;
   display: inline-block;
   margin-left: 2px;
}
.primary_menu .navigation-primary>ul>li:nth-child(3)>ul {
   width: 300px;
}
.primary_menu .navigation-primary>ul>li:nth-child(3)>ul>li>a {
   position: relative;
   text-decoration: none;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   color: #108FF4;
   font-weight: bold;
   font-size: 17px;
   line-height: 1.4;
   margin: 8px 0;
   display: inline-block;
   padding: 0;
   text-transform: none;
}


.primary_menu .navigation-primary>ul>li:nth-child(3)>ul>li>a:after{
   width: 15px;
   vertical-align: -2px;
   transition: 0.1s all ease-in-out;
   content: "";
   height: 14px;
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/mega-menu-right-arrow-blue.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 6px;
   display: inline-block;
   margin-left: 2px;
}





.primary_menu .navigation-primary>ul>li:nth-child(4)>ul {
   width: 300px;
}
.primary_menu .navigation-primary>ul>li:nth-child(4)>ul>li>a {
   position: relative;
   text-decoration: none;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   color: #108FF4;
   font-weight: bold;
   font-size: 17px;
   line-height: 1.4;
   margin: 8px 0;
   display: inline-block;
   padding: 0;
   text-transform: none;
}


.primary_menu .navigation-primary>ul>li:nth-child(4)>ul>li>a:after{
   width: 15px;
   vertical-align: -2px;
   transition: 0.1s all ease-in-out;
   content: "";
   height: 14px;
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/mega-menu-right-arrow-blue.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 6px;
   display: inline-block;
   margin-left: 2px;
}

.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 a:hover {
   background-color: transparent;
   border-color: #0a79d2;
   color: #0a79d2;
}

.desktop_nav .secondary_nav .app-buttons a:hover {
   transform: translateY(-1px);
   box-shadow: 0 7px 15px rgb(16 143 244 / 20%);
   background: #0a81e0;
   text-decoration: none;
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_button_2 a:hover {
   border: 1px solid #108FF4;
   background: #0a81e0;
   text-decoration: none;
}

.header-logo:hover {
   transform: scale(1.03);
   opacity: 0.9;
}

.hamburger_btn {
   display: block;
   position: absolute;
   width: 48px;
   height: 48px;
   top: 14px;
   right: 7px;
   z-index: 3;
   cursor: pointer;
}

.hamburger_btn span, .hamburger_btn span:before, .hamburger_btn span:after {
   content: '';
   position: absolute;
   height: 2px;
   width: 25px;
   background: #108FF4;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.hamburger_btn span {
   left: 10px;
   top: 16px;
}

.hamburger_btn span:before {
   top: 7px;
   left: 0;
}

.hamburger_btn span:after {
   top: 14px;
   left: 0;
}
.mobile_btn a {
   margin-bottom: 10px;
   border-radius: 4px;
   text-decoration: none;
   text-align: center;
   cursor: pointer;
   display: inline-block;
   letter-spacing: 0;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: 700;
   min-width: 0;
   height: 30px;
   line-height: 28px;
   padding: 0 13px;
   font-size: 13px;
   position: absolute;
   right: 63px;
   top: 23px;
   z-index: 3;
   background: none;
   border: 1px solid #108FF4;
   color: #0b87ea;
}
.mobile_btn a:after {
   content: '';
   background-repeat: no-repeat;
   background-size: contain;
   margin-left: 4px;
   vertical-align: 1px;
   transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
   display: inline-block;
   width: 12px;
   height: 7px;
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/arrow-right.svg);
}

.mobile_nav .inner-wrapper {
   position: relative;
   padding: 20px;
   overflow-y: scroll;
   max-height: 2000px;
   height: 100%;
}

.mobile_nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   justify-content: flex-start;
   text-align: left;
   flex-direction: column;
   pointer-events: none;
   position: absolute;
   opacity: 0;
   top: 0;
   left: 0;
   width: 100%;
   max-height: 0;
   background: #fff;
   z-index: 1;
   transition: opacity 0.1s ease-out,max-height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   overflow: hidden;
}

.active .mobile_nav {
   pointer-events: all;
   max-height: 2000px;
   opacity: 1;
   box-shadow: 0 0 200px rgb(71 81 95 / 40%);
   transition: opacity 0.12s ease-in,max-height 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.header.menu-active {
   overflow: scroll;
   height: 100vh;
   top: 0 !important;
   position: absolute !important;
}

header.header.menu-active #hs_cos_wrapper_header_fixed_image a {
   opacity: 0;
   visibility: hidden;
}
.mobile_menu {
   padding: 55px 0 5px;
   margin: 1em 0;
}
.mobile_menu .hs-menu-wrapper>ul>li {
   position: relative;
   color: #183252;
   font-family: "Satoshi-Regular","Open Sans",sans-serif;
   font-weight: 400;
   line-height: 1.6;
   font-size: 16px;
   letter-spacing: 0;
   border-bottom: 1px solid #E7E8EB;
}

.mobile_menu .hs-menu-wrapper>ul>li>a {
   display: block;
   color: #09194A;
   font-size: 20px;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   text-decoration: none;
   padding: 12px 55px 12px 2px;
   border: none;
   position:relative;
}

.mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
   content: '';
   display: block;
   width: 15px;
   height: 9px;
   position: absolute;
   top: 56%;
   margin-top: -0.5em;
   right: 12px;
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/chevron-thin-gray.svg);
   background-repeat: no-repeat;
   background-size: contain;
   transition: transform 0.12s ease-out;
}
.mobile_contact_info {
   margin: 10px 0 0 0;
}

.mobile_contact_info  ul {
   list-style: none;
   list-style-image: none;
   padding: 0;
   margin: 0;
}

.mobile_contact_info ul li {
   color: #183252;
   font-family: "Satoshi-Regular","Open Sans",sans-serif;
   font-weight: 400;
   line-height: 1.6;
   font-size: 16px;
   letter-spacing: 0;
}

.mobile_contact_info ul li a {
   font-size: 16px;
   color: #818DA1;
   display: inline-block;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   text-decoration: none;
   padding: 5px 15px 5px 1px;
   border: 0;
   letter-spacing: 0;
}
.mobile_app_buttons {
   margin: 30px 0 -8px;
   padding-bottom: 70px;
}
.mobile_app_buttons #hs_cos_wrapper_buttton_m1 {
   width: 100%;
}

.mobile_app_buttons #hs_cos_wrapper_buttton_m1 a {
   background: none;
   border: 1px solid #108FF4;
   color: #0b87ea;
   width: 100%;
}

.mobile_app_buttons a {
   border: 0;
   padding: 0 18px;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: 700;
   font-size: 15px;
   letter-spacing: 0;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   background: #108FF4;
   height: 42px;
   line-height: 40px;
   text-decoration: none;
   text-align: center;
   min-width: 100px;
   margin-bottom: 10px;
   border-radius: 4px;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 0 none;
   position: relative;
   opacity: 100%;
   outline: none;
}

.mobile_app_buttons 
#hs_cos_wrapper_button_2 {
   width: 100%;
}
.mobile_app_buttons #hs_cos_wrapper_button_m2  {
   width: 100%;
}
.mobile_app_buttons #hs_cos_wrapper_button_m2 a {
   width: 100%;
}
.mobile_app_buttons #hs_cos_wrapper_button_m2 a:hover {
   color: #FFF;
}
.mobile_app_buttons #hs_cos_wrapper_buttton_m1 a:after {
   display: inline-block;
   width: 12px;
   height: 7px;
   background-repeat: no-repeat;
   background-size: contain;
   margin-left: 4px;
   vertical-align: 1px;
   transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
   content: '';
   background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/arrow-right.svg);
}
.active .hamburger_btn span {
   top: 24px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.active .hamburger_btn span:before {
   top: 0;
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   transform: rotate(-90deg);
}

.active .hamburger_btn span:after {
   top: 0;
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.mobile_menu .hs-menu-wrapper>ul ul>li>a {
   color: #108FF4;
   font-size: 16px;
   line-height: 1.5;
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: bold;
   padding-top: 4px;
   padding-bottom: 4px;
   transition: 0.08s all ease-in-out;
   border: none;
   display: block;
   text-decoration: none;
}

.mobile_menu .hs-menu-wrapper>ul ul {
   display: none;
}
.mobile_menu .hs-menu-wrapper>ul ul {
   margin-bottom: 1.4em;
   padding-left: 3px;
}
.mobile_menu .hs-menu-wrapper>ul ul ul {
   display: block !important;
   height: auto;
}
.mobile_menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
   position: relative;
}

.mobile_menu  #hs_menu_wrapper_mobile_menu > ul > li:nth-child(1) > ul > li:nth-child(1) > a,.mobile_menu  #hs_menu_wrapper_mobile_menu > ul > li:nth-child(1) > ul > li:nth-child(2) > a {
   font-family: "Satoshi-Bold","Open Sans",sans-serif;
   font-weight: bold;
   color: #818DA1;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 10px;
}
.child-trigger {
   display: block !important;
   cursor: pointer;
   position: absolute;
   top: 12px;
   right: 0px;
   width: 100% !important;
   min-width: 100% !important;
   height: 40px !important;
   padding: 0 !important;
}
.mobile_menu .hs-menu-wrapper>ul>li.nav-active a:after {
   transform: rotate(180deg);
}
.primary_menu .navigation-primary>ul>li.nav-active ul {
   background: #fff;
   box-shadow: 0px 0px 40px rgb(85 126 155 / 20%);
   opacity: 1;
   max-height: 1000px;
   visibility: visible;
   overflow: visible;
   pointer-events: all;
   transition: all 0s;
   width: 250px;
   padding: 15px;
   top: 60px;
}
.header-show header.header {
   top: -1px;
   position: fixed;
   background: #FFFFFF;
   opacity: 1;
   box-shadow: 0 -12px 50px rgb(0 0 0 / 20%);
}

.header-hide header.header {
   top: -140px;
}

.header #hs_cos_wrapper_header_fixed_image a {
   position: fixed;
   top: 0;
   right: 20px;
   z-index: 200;
   opacity: 0;
   pointer-events: none;
   transition: 0.4s all cubic-bezier(0.4, 0.01, 0.165, 0.99);
   top: -100px;
   border:none;
}
.primary_menu .navigation-primary>ul>li>a:hover svg {
   fill: #108ff4;
}
body.header-hide #hs_cos_wrapper_header_fixed_image a {
   opacity: 1;
   pointer-events: all;
   top: 0;
}

body.header-show #hs_cos_wrapper_header_fixed_image a {
   top: -100px;
   opacity: 0;
   pointer-events: none;
}

.header #hs_cos_wrapper_header_fixed_image a img {
   max-width: 80px;
   height: auto;
   display: block;
}
.primary_menu .navigation-primary>ul>li>ul>li>a:hover:after {
   transform: translateX(6px);
}
.desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 a:hover:after {
   transform: translateX(2px);
}
.primary_menu .navigation-primary>ul>li.nav-active a {
   color: #108FF4;
}

.primary_menu .navigation-primary>ul>li>ul>li ul:before {
   content: "";
   display: block;
   height: 60px;
   left: -50px;
   position: absolute;
   width: 50px;
}
.primary_menu .navigation-primary>ul>li.nav-active ul ul {
   top: 0px;
}





















@media only screen and (min-width: 500px){
   .header-logo {
      width: 100px;
      max-width: 100px;
      margin-right: 15px;
   }
   .header-logo a svg {
      width: 100px;
   }
   .mobile_app_buttons {
      display: flex;
   }
   .mobile_app_buttons #hs_cos_wrapper_buttton_m1 a {
      margin-right: 5px;
   }
   .mobile_app_buttons #hs_cos_wrapper_button_m2 a {
      margin-left: 5px;
   }
}



@media only screen and (min-width: 900px){
   header.header {
      padding: 12px 0px;
   }
   .header-logo a svg {
      margin-top: 32px;
      width: 100px;
      height: 38px;
   }
   .desktop_nav {
      display: flex;
      width: 100%;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
   }
   .outter_header {
      min-height: 120px;
   }
   .hamburger_btn {
      display: none;
   }
   .mobile_btn {
      display: none;
   }
   .header a.great-place-to-work-badge-header {
      width: 80px;
   }
}
@media only screen and (min-width: 1100px){
   .header-logo {
      width: 110px;
      margin-right: 25px;
   }
   .header-logo a svg {
      width: 110px;
      height: 40px;
   }
   .desktop_nav .secondary_nav .app-buttons #hs_cos_wrapper_buttton_1 a {
      margin-right: 12px;
   }
   .desktop_nav .secondary_nav .app-buttons a {
      padding: 0 20px;
      font-size: 16px;
   }
   .primary_menu .navigation-primary>ul {
      margin-left: 5px;
   }
   .primary_menu .navigation-primary>ul>li>a {
      padding: 4px 13px;
      font-size: 16px;
   }
}
@media only screen and (min-width: 1500px){
   .primary_menu .navigation-primary>ul>li>a {
      font-size: 17px;
      padding: 4px 15px;
   }
}

@media(max-width:699px){
   .desktop_footer_menu {
      display: none;
   }
   .header #hs_cos_wrapper_header_fixed_image a img {
      max-width: 60px;
   }
}
footer.footer .megaFooter {
  padding: 2.5em 0 1.2em;
}
.footer_logo {
  display: none;
}
footer.footer.lp_footer .right_side {
    min-height: 61px;
}
.footer_bottom {
  display: flex;
  flex-direction: column-reverse;
  padding: 0em 0 2em;
}
footer.footer {
  font-size: 16px;
  position: relative;
}
.footer_bottom .left_side p {
  font-family: "Satoshi-Regular","Open Sans",sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.5em;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin: 0 0 5px 0;
}
.desktop_footer_menu .hs-menu-wrapper>ul>li>a {
  display: none;
}
.desktop_footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Satoshi-Regular","Open Sans",sans-serif;
  margin: 0;
  position: relative;
  padding: 16px 0;
  display: block;
}


.desktop_footer_menu .hs-menu-wrapper>ul ul ul>li>a:hover {
  color: #FFF;
}
.footer_menu_Menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Satoshi-Regular","Open Sans",sans-serif;
  margin: 0;
  position: relative;
  padding: 16px 0;
  display: block;
  line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-left: 10px;
  cursor: pointer;
}

.footer_menu_Menu .hs-menu-wrapper>ul>li:last-child {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.footer_menu_Menu .hs-menu-wrapper>ul>li:first-child>a {
  border-top: none;
}
.footer_menu_Menu .hs-menu-wrapper>ul>li>a:after {
  content: '';
  display: block;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 54%;
  margin-top: -0.5em;
  right: 1em;
  background-image: url(https://22768928.fs1.hubspotusercontent-na1.net/hubfs/22768928/raw_assets/public/Amilia_October2022/images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.12s ease-out;
}
.footer_menu_Menu .hs-menu-wrapper>ul ul>li>a {
  display: block;
  color: rgba(255,255,255,0.8);
  font-weight: 400;
  font-size: 13px;
  font-family: "Satoshi-Regular","Open Sans",sans-serif;
  padding: 5px 0px;
}

.footer_menu_Menu .hs-menu-wrapper>ul ul {
  padding-left: 10px;
  overflow: hidden;
  max-height: 999px;
  margin-bottom: 0.75rem !important;
  opacity: 1;
  transition: opacity 0.05s ease-in,max-height 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  display:none;
}

.footer_menu_Menu .hs-menu-wrapper>ul ul>li:first-child {
  cursor: pointer;
}

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


footer.footer.lp_footer .megaFooter {
  justify-content: flex-start;
}
.footer_bottom .right_side .social_links:hover>a {
  opacity: .6;
}

.footer_bottom .right_side .social_links:hover>a:hover {
  opacity: 1;
}
.footer_menu_Menu .hs-menu-wrapper>ul>li.nav-active>a::after {
  transform: rotate(180deg);
}

.child_trigger_2{
  cursor: pointer;
  display: block!important;
  height: 40px!important;
  min-width: 100%!important;
  padding: 0!important;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%!important;
}












@media only screen and (min-width: 700px){
  .footer_bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .footer_bottom .left_side p {
    display: inline-block;
  }
  .footer_bottom .left_side p + p {
    margin-left: 25px;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul {
    border-bottom: 0 none;
    display: flex;
    justify-content: space-around;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul ul ul>li>a {
    display: block;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    font-size: 13px;
    font-family: "Satoshi-Regular","Open Sans",sans-serif;
    padding: 5px 0px;
    transition: 0.1s all ease-in-out;
    max-width: 180px;
    border:0;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 35px 0 10px;
  }
  .footer_menu_Menu {
    display: none;
  }

}


@media only screen and (min-width: 900px){
  footer.footer .megaFooter {
    display: flex;
    justify-content: space-around;
  }
  .footer_logo {
    width: 110px;
    display: block;
    text-align: center;
    margin: auto;
    text-align: left;
    margin: 35px 0 0 0;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul {
    width: 100%;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul>li {
    max-width: 25%;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul ul ul>li>a {
    font-size: 14px;
    padding: 4px 0;
  }
  .desktop_footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding-bottom: 6px;
  }
  .desktop_footer_menu {
    width: 80%;
  }
}
@media(min-width:1100px){
  .desktop_footer_menu .hs-menu-wrapper>ul {
    width: 100%;
  }
  .desktop_footer_menu {
    width: 86%;
  }
}
/* Menu and simple menu */

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