*, *: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,.page-center {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
  letter-spacing: .25px;
  background-color: #f7f7f7;

}

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

/* Headings */

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


h1 {
  line-height:1.14285714286;
}

h2 {
  line-height:1.2;
}

h3 {
  line-height:1.25;
}

h4 {
  line-height:1.33333333333;
}

h5 {
  line-height:1.4;
}

h6 {
  line-height:1.5;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

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

@media(min-width:768px)and(max-width:992px){
  .span4 h1 {
    font-size: 44px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: inherit;
  margin-top:10px;
  border-radius:900rem;
}

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

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

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

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

form{
  max-width:767px;
  margin-bottom:40px;
}

/* Labels */

form label {
  display: block;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 0.35rem;
}

/* 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-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: inherit;
  padding: 0.7rem;
  width: 100%;
  font-family: inherit;
}

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

.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: inherit;
  margin-top:10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-top {
  top: 0;
  z-index: 9;
  background-color: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

header.header {
  padding-top: 0.75rem;
  top: 32px;
  z-index: 9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: hsla(0,0%,96.9%,.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.header-wrap {
  position: fixed;
  letter-spacing: .2px;
  width: 100%;
  z-index: 9;
}

.header-top .top-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .top-menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.header-top .top-menu-wrap ul li {
  display: inline-block;
}

.header-top .top-menu-wrap ul li a {
  margin-left: 1rem;
  -webkit-transition: color 1s cubic-bezier(.165, .84, .44, 1);
  transition: color 1s cubic-bezier(.165, .84, .44, 1);
  color: #1f1f1f;
  font-size: 14px;
  text-decoration: underline;
}

.header-top .top-menu-wrap ul li a:hover {
  color: rgba(0,0,0,.5);
}


header.header .custom-logo {
  float: left;
  clear: none;
}

header.header .custom-logo a {
  display: block;
  padding-top: 10px;
  clear: none;
  -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;
  position: relative;
}

header.header .custom-logo a img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}


header.header .hd-navbar {
  position: relative;
  float: right;
  clear: none;
  font-size: 0;
}

.custom-menu-primary {
  display: inline-block;
}

.hd-navbar .sign-up-btn {
  display: inline-block;
  margin-left: 0.5rem;
}

.hd-navbar .sign-up-btn a {
  max-width: 940px;
  display: block;
  margin-top: 0;
  background-color: transparent;
  color: #23336b;
  -webkit-transition-duration: .5s,.5s;
  transition-duration: .5s,.5s;
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1),cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1),cubic-bezier(.165,.84,.44,1);
  transition: border-color 1s cubic-bezier(.23, 1, .32, 1),background-color 1s cubic-bezier(.165, .84, .44, 1),color 1s cubic-bezier(.165, .84, .44, 1);
  /* min-width: 10rem; */
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  border: 1px solid #23336b;
  border-radius: 0.75rem;
  text-align: center;
  letter-spacing: 0;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  letter-spacing: .2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding:1rem .959rem;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}



.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a .text {
  display: inline-block;
 /* padding-right: 0.5rem;*/
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .text {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch{
  border-image: linear-gradient( to left, rgba(0, 0, 0, 0%), rgba(35, 51, 107, 20%), rgba(0, 0, 0, 0%) ) 1 0%;
  border-width: 2px;
  border-left: 0px none;
  border-right: 0px none;
  border-top: 0px none;
  border-style: solid;
} 


.custom-menu-primary .hs-menu-wrapper>ul>li.products .dropdown-separator-b {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products .dropdown-separator-a {
  display: block;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  max-width: 134px;
  vertical-align: middle;
}
/*
.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap {
  position: absolute;
  background: #ddd;
  min-width: 100%;
  max-width: 100vw;
  background-color: transparent;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 40rem;
  left: 50%;
}*/

.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap {
  position: absolute;
  background: #ddd;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner {
  margin-top: -1px;
  padding: 2rem 1rem;
  border-radius: 0.75rem;
  /*background-color: #23336b;*/
}
/*
.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul {
  margin-left: -10px;
  margin-right: -10px;
}*/

/*
.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul > li {
  width: 50%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
*/
/*.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul > li > a {
  min-width: 14rem;
  padding: 1rem 2rem 2rem;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.25rem;
  grid-template-areas: "Titulo Icono" "Subtitulo Icono";
  -ms-grid-columns: 1fr 0.5rem 24px;
  grid-template-columns: 1fr 24px;
  -ms-grid-rows: auto 0.25rem auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid rgba(35,51,107,.15);
  opacity: .7;
  -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1s cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 0;
}*/

.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap>.Submenu-wrap-inner>ul li a:hover {
    text-decoration: underline;
}


.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap>.Submenu-wrap-inner>ul .audiense-insights a:hover {
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap>.Submenu-wrap-inner>ul .audiense-connect a:hover {
    text-decoration: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul:before,.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul:after {
  content: "";
  clear: both;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul > li > a .image-3 {
  min-height: 24px;
  min-width: 24px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul > li > a .text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul > li > a .body-s {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner > ul > li > a:hover {
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap {
  left: 0;
  right: 0;
  width: auto;
  min-width:13rem;
  background-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(.products) .Submenu-wrap .dropdown-separator-b {
  position: relative;
  left: 0;
  display: block;
  margin-top: 0;
  border: 0;
  width: 11rem;
  vertical-align: middle;
}



.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap > .Submenu-wrap-inner {
  display: block;
  margin-left: 0;
  padding: 0.25rem 1rem;
  border-radius: 0 0.75rem 0.75rem;
  background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap > .Submenu-wrap-inner > ul li a {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  padding-top: 0.75rem;
  padding-right: 0;
  padding-bottom: 0.75rem;
  -webkit-transition: color 1s ;
  transition: color 1s;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner {
  border-radius: 0 0.7rem 0.7rem;
  background-color: #fff;
  float: left;
  clear: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner>ul {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  width: 30rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner>ul>li {
  width: 50%;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner>ul:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner>ul:after {
  display: block;
  content: "";
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner>ul>li>a {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  padding: 0;
  font-weight: normal;
  color: #1f1f1f;
  line-height: 24px;
  letter-spacing: .2px;
  opacity: 1;
}


.mobile-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.mobile-btns .mob-btn {
  width: calc(50% - 8px);
}



.mobile-btns .mob-btn.btn-1 a {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  display: block;
  margin-top: 0;
  background-color: transparent;
  color: #23336b;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  border: 1px solid #23336b;
  border-radius: 0.75rem;
  -webkit-transition: border-color 1s cubic-bezier(.23, 1, .32, 1),background-color 1s cubic-bezier(.165, .84, .44, 1),color 1s cubic-bezier(.165, .84, .44, 1);
  transition: border-color 1s cubic-bezier(.23, 1, .32, 1),background-color 1s cubic-bezier(.165, .84, .44, 1),color 1s cubic-bezier(.165, .84, .44, 1);
  text-align: center;
  letter-spacing: 0;
}

.mobile-btns .mob-btn.btn-2 a {
  color: rgba(35,51,107,.7);
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  border: 1px solid #23336b;
  border-radius: 0.75rem;
  background-color: #23336b;
  -webkit-transition: border-color 1s cubic-bezier(.23, 1, .32, 1),background-color 1s cubic-bezier(.165, .84, .44, 1),color 1s cubic-bezier(.165, .84, .44, 1);
  transition: border-color 1s cubic-bezier(.23, 1, .32, 1),background-color 1s cubic-bezier(.165, .84, .44, 1),color 1s cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  vertical-align: top;
  text-decoration: none;
}

.mobile-btns .mob-btn.btn-1 a:hover {
  color: rgba(35,51,107,.7);
}

.mobile-btns .mob-btn.btn-2 a:hover {
  border-color: rgba(35,51,107,.7);
  background-color: rgba(35,51,107,.7);
}


@media(min-width:992px){
  .menu-button {
    display: none;
  }

  .mobile-logo {
    display: none;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:hover> .Submenu-wrap {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products:hover>a {
    /*background-color: #23336b !important;
    color: #fff !important;*/
  }


  .mobile-overlay-wrap {
    display: none; 
  }

}



@media(max-width:991px){
  .mobile-logo {
    display: none;
  }

  header.header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f7f7f7 !important;
  }


  header.header .hd-navbar {
    display: none;
  }

  header.header .menu-button .menu-button-wrapper img.menu-close-icon {
    display: none;
  }


  .show header.header .menu-button .menu-button-wrapper img.menu-open-icon {
    display: none;
  }

  .show header.header .menu-button .menu-button-wrapper img.menu-close-icon {
    display: block;
  }

  .mobile-overlay-wrap {
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh; 
    visibility: hidden;

  }

  .show .mobile-overlay-wrap {
    visibility: visible;
  }

  .mobile-overlay-wrap .mobile-menu-wrap {
    transform: translateY(-100%) translateX(0px);
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    height: calc(100vh - 104px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    clear: none;
    position: absolute;
    left: 0;
    right: 0; 
    text-align: center;
    overflow: auto;
    min-width: 200px;
    top: -100%;
    top: 0;
    background-color: #f7f7f7;
    background-image: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/raw_assets/public/64Audiense_April2022/images/menu-bg.png);
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .custom-menu-primary.mobile-menu-wrap.js-enabled {
  }

  .show .mobile-overlay-wrap .mobile-menu-wrap {
    top: 0;
    transform: translateY(0%) translateX(0px);
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul {
    overflow: auto;
    height: calc(100vh - 218px);
    width: 100%;
    display: inline-block;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li {
    display: block;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li > a {
    width: auto;
    padding-left: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    white-space: nowrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap {
    position: static;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .dropdown-separator-a {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    color: #1f1f1f;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a .image-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a .text {
    display: inline-block;
    flex-grow: au;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a .audiense-connect-wrap,.custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a .insight-content-wrap {
    width: calc(100% - 32px);
    margin-left: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a .body-s {
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products .Submenu-wrap .Submenu-wrap-inner>ul>li>a:hover {
    opacity: 1;
  }
  
  

  .custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap {
    position: static;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.products) .Submenu-wrap .dropdown-separator-b {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner>ul>li {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.by-needs .Submenu-wrap>.Submenu-wrap-inner {
    background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap>.Submenu-wrap-inner>ul li a {
    min-width: auto;
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap>.Submenu-wrap-inner {
    background-color: transparent;
  }


  header.header .menu-button {
    display: block;
    margin-top: -0.75rem;
    margin-right: -1rem;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: relative;
    float: right;
    font-size: 24px;
    cursor: pointer;
  }

  header.header .menu-button .menu-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    -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;
  }

  header.header .menu-button .menu-button-wrapper img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
  }
}

@media(max-width:767px){
  header.header .custom-logo .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

}

@media(max-width:479px){
  header.header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .mobile-btns .mob-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-btns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-overlay-wrap .mobile-menu-wrap .page-center {
    padding: 0;
  }
}

/*my menu*/


 
.resources .Submenu-wrap {  

    background-color: transparent;
    left: -108% !important;
    right: 0 !important;
    width: 34rem !important;
}

@media (max-width:600px) {
.resources .Submenu-wrap {  width: auto !important ;
}
 }

.resources .Submenu-wrap .dropdown-separator-b {    position: relative;
    left: 134px !important;
}

.resources .Submenu-wrap .Submenu-wrap-inner {
padding:1rem 2rem}


/*.custom-menu-primary .hs-menu-wrapper>ul>li:not(.my-account) .Submenu-wrap .dropdown-separator-b {}*/




li.education a span,
li.why-audiense a span,
li.focused-hubs a span,
li.user-resources a span,
li.audiense-first-seo  a span{
}



.education,
.why-audiense,
.focused-hubs,
.user-resources {
  float:left;
  width:10rem;
}


@media (max-width: 600px) {
.education, .focused-hubs, .user-resources, .why-audiense {
  float: none;}
}

ul.hs-menu-children-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.education .hs-menu-depth-3 a  span,
.why-audiense .hs-menu-depth-3 a  span,
.focused-hubs .hs-menu-depth-3 a  span,
.user-resources .hs-menu-depth-3 a  span,
.audiense-first-seo .hs-menu-depth-3  a  span{
  font-weight:normal;
}

.education a:first-child,
.why-audiense  a:first-child,
.focused-hubs  a:first-child,
.user-resources  a:first-child,
.audiense-first-seo  a:first-child{
    cursor: default;
  font-weight: normal;
}

.education ul li a,
.why-audiense ul li a,
.focused-hubs ul li a,
.user-resources ul li a,
.audiense-first-seo ul li a {
    cursor: pointer !important;
}


/*.education  .Submenu-wrap-inner,
.why-audiense  .Submenu-wrap-inner,
.focused-hubs  .Submenu-wrap-inner,
.user-resources .Submenu-wrap-inner {
border-radius:0.75rem  !important } */

/*.custom-menu-primary .hs-menu-wrapper>ul>li .Submenu-wrap>.Submenu-wrap-inner {
border-radius:0.75rem}*/

.my-account .Submenu-wrap-inner {
    border-radius: 0 0.75rem 0.75rem 0.75rem !important;
}

.my-account img {
    width: 150px !important;
}

.w-embed {
    float: left;
    margin-left: 4px;
}

.w-embedSVG {
    height: 10px;
    min-width: 100%;
    width: 10px;
}

.education .Submenu-wrap .Submenu-wrap-inner {
    padding-left: 2rem !important;
}


/*NEW MENU UPDATE*/

/*GROUP 1*/
.group1 a   {cursor:default;}
/*GROUP 2*/
.group2 a   {cursor:default;}


/*GROUP 1*/
.group1 a  span {display: none; cursor:default;}
/*GROUP 2*/
.group2 a  span {display: none; cursor:default;}



/*GROUP 1*/
.group1 .focused-hubs a span,
.group1 .education a span,
/*GROUP 2*/
.group2 .user-resources a span,
.group2 .why-audiense a span {
    padding-left: 30px;
    display: block;
   cursor:default;
}

.group1 .education a span,
.group1 .focused-hubs a span,
.group2 .why-audiense a span,
.group2 .user-resources a span {height:24px;}

/*GROUP 1*/
.group1 .education a span {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/Education_Audiense_Icon.svg) no-repeat 0;}
.group1 .focused-hubs a span {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/Focused_Icon.svg) no-repeat 0;  }

/*GROUP 2*/
.group2 .why-audiense a span {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/WhyAudiense_Icon.svg) no-repeat 0;  }
.group2 .user-resources a span {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/Resources_Icon.svg) no-repeat 0;  }

/*UPDATE HOR MENU ICONS
.education>a {
    background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/Education_Audiense_Icon.svg) no-repeat 10px 12px;}
.focused-hubs>a {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/Focused_Icon.svg) no-repeat 10px 12px;  }
.why-audiense>a {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/WhyAudiense_Icon.svg) no-repeat 10px 12px;  }
.user-resources>a {background: url(https://369237.fs1.hubspotusercontent-na1.net/hubfs/369237/Resources_Icon.svg) no-repeat 10px 12px; }*/



/*GROUP 1*/
.group1 .blog a span, 
.group1 .ebooks a span, 
.group1 .webinars a span, 
.group1 .reports a span, 
.group1 .podcasts a span, 
.group1 .audiense-first-seo a span, 
.group1 .buyer-personas a span, 
.group1 .twitter-marketing a span, 
/*GROUP 2*/
.group2 .why-choose a span, 
.group2 .case-studies a span, 
.group2 .why-choose-audiense a span, 
.group2 .become-an a span, 
.group2 .knowledge-base a span, 
.group2 .audiense-status a span {
    font-weight: 100;
    padding-left: 30px;
    display: block;
    background: none;
   cursor:pointer;
}

/*GROUP 1*/
.group1 .blog a, 
.group1 .ebooks a, 
.group1 .webinars a, 
.group1 .reports a, 
.group1 .podcasts a, 
.group1 .audiense-first-seo a, 
.group1 .buyer-personas a, 
.group1 .twitter-marketing a, 
/*GROUP 2*/
.group2 .why-choose a, 
.group2 .case-studies a, 
.group2 .why-choose-audiense a,
.group2 .become-an a, 
.group2 .knowledge-base a, 
.group2 .audiense-status a {
    padding-bottom:0 !important;
  padding-top:0 !important;
   cursor:pointer;
}


/*ALL GROUPS 1 & 2
.education, .focused-hubs, .why-audiense, .user-resources {
    /*min-width: 240px;
    padding: 0;
}

.resources .Submenu-wrap-inner {
  border-radius: .75rem !important;
padding: 0 0 1rem 2rem;
}*/

/*HEADER TOP*/
.header-top {
    background-color: transparent;
}
.footer-space {
  height: 6rem;
}

footer.footer {
  background-position: 20% 0;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  letter-spacing: .2px;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #f7f7f7;
}

footer.footer .footer-shadow {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

footer.footer .page-center {
  position: relative;
  z-index: 2;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
}

footer.footer .row {
  margin-left: -10px;
  margin-right: -10px;
}

footer.footer .col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

footer.footer .column-3 {
  width: 25%;
}

footer.footer .column-9 {
  width: 75%;
}

.footer-logo img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.footer-social {
  margin-top: 2rem;
  font-size: 0;
}

.footer-social-link {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: .25;
  -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1s cubic-bezier(.165, .84, .44, 1);
  color: rgba(0,0,0,.5);
  max-width: 100%;
  display: inline-block;
}

.footer-social-link:hover {
  opacity: .75;
}

.footer-social-icon {
  width: 30px;
  height: 30px;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  color: rgba(0,0,0,.5);
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.footer-menu {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 33.3333333333%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul:before,.footer-menu .hs-menu-wrapper > ul:after {
  content: "";
  display: block;
  clear: both;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Poppins,sans-serif;
  letter-spacing: .2px;
  display: block;
  cursor: text;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li a {
  -webkit-transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  color: rgba(0,0,0,.5);
  text-decoration: none;
}

@media(min-width:1440px){
  .footer-menu .hs-menu-wrapper>ul>li>ul li a:hover {
    opacity: 0.5;
  }
}

@media (max-width:1439px){

  .footer-menu .hs-menu-wrapper > ul > li > ul li a {
    -webkit-transition: color 1s cubic-bezier(.165, .84, .44, 1);
    transition: color 1s cubic-bezier(.165, .84, .44, 1);
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul li a:hover {
    opacity: 1;
    color: #1f1f1f;
  }
}

@media(max-width:991px){
  footer.footer {
    background-position: -120% 0;
  }

  footer.footer .footer-shadow {
    will-change: transform;
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d;
  }

}

@media(max-width:767px){
  footer.footer {
    background-position: 50% -150%;
  }

  footer.footer .footer-shadow {
    opacity: .5;
  }

  footer.footer .column-3 {
    margin-bottom: 3.5rem;
    width: 100%;
    left: auto;
    right: auto;
  }

  footer.footer .column-9 {
    width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-top: 1rem;
  }

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