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


/* Container */
.container{
  margin-inline: auto;
}

[class*="spacing-"]{
  --xlarge: 200px;
  --large: 100px;
  --default: 70px;
  --small: 50px;
  --none: 0;
}

/* Spacing for flex-modules */
.spacing-xlarge{padding:var(--xlarge) 0;}
.spacing-large{padding:var(--large) 0;}
.spacing-default{padding:var(--default) 0;}
.spacing-small{padding: var(--small) 0;}
.spacing-none{padding:--none 0;}
.spacing-top{padding:var(--default) 0 1px 0;}
.spacing-bottom{padding:1px 0 var(--default) 0;}
.spacing-small-top{padding: var(--small) 0 1px 0;}
.spacing-small-bottom{padding:1px 0  var(--small) 0;}

/* outer-spacing for flex-modules */
.outer-spacing-xlarge{margin:var(--xlarge) 0;}
.outer-spacing-large{margin:var(--large) 0;}
.outer-spacing-default{margin:var(--default) 0;}
.outer-spacing-small{margin: var(--small) 0;}
.outer-spacing-none{margin:--none 0;}
.outer-spacing-top{margin:var(--default) 0 0 0;}
.outer-spacing-bottom{margin:0 0 var(--default) 0;}
.outer-spacing-small-top{margin: var(--small) 0 0 0;}
.outer-spacing-small-bottom{margin:0 0  var(--small) 0;}

@media(max-width: 768px){
  [class*="spacing-"]{
    --xlarge: 120px;
    --large: 70px;
    --default: 40px;
    --small: 30px;
    --none: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}

.dnd-section > .row-fluid {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
}

.dnd-section[class*="full-width"]>.row-fluid {
  padding:0;
}

.dnd-section[class*="full-width"] .widget-type-linked_image,
.dnd-section[class*="full-width"] .hs_cos_wrapper_type_linked_image {
  width:100%;
  display:block;
}

.body-wrapper [class*="force-full-width-section"], 
.body-wrapper [class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-inline-edit .row-fluid [class*="span"] {
  min-height:50px;
}


@media screen and (min-width: 48rem) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 62.25rem) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }


  .mobile {
    display:none !important;
  }
}

@media screen and (min-width:80rem) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 62.24rem) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop {
    display:none !important;
  }


}
@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Light/CentraNo1-Light.woff2) format("woff2"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Light/CentraNo1-Light.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-Light.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Light/CentraNo1-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Book/CentraNo1-Book.woff2) format("woff2"), 
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Book/CentraNo1-Book.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-Book.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Book/CentraNo1-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Medium/CentraNo1-Medium.woff2) format("woff2"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Medium/CentraNo1-Medium.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-Medium.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Medium/CentraNo1-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Bold/CentraNo1-Bold.woff2) format("woff2"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Bold/CentraNo1-Bold.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-Bold.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Bold/CentraNo1-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Black/CentraNo1-Black.woff2) format("woff2"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Black/CentraNo1-Black.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-Black.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1Black/CentraNo1-Black.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1BookItalic/CentraNo1-BookItalic.woff2) format("woff2"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1BookItalic/CentraNo1-BookItalic.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-BookItalic.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1BookItalic/CentraNo1-BookItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: CentraNo1;
  src: url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1BlackItalic/CentraNo1-BlackItalic.woff2) format("woff2"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1BlackItalic/CentraNo1-BlackItalic.woff) format("woff"),
    url('https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/Adchieve_January2022/Fonts/CentraNo1-BlackItalic.eot') format("embedded-opentype"),
    url(https://7894321.fs1.hubspotusercontent-na1.net/hubfs/7894321/raw_assets/public/Adchieve_January2022/fonts/CentraNo1BlackItalic/CentraNo1-BlackItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic
}

html {
  max-width: 100vw;
  line-height: 1.25;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55556;
  background-color: #e8e8e8;
}
body, html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  margin-top: 16px;
  margin-bottom:0;
}

@media screen and (min-width: 48rem){
  p {
    margin-top: 24px;
  }

}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  line-height: 1.375;
}
h2 {
  line-height: 1.0625;
}
h3 {
  line-height: 1.41667;
}
h4 {
  line-height: 1.29167;
}
/* Lists */
ol, ul {
  list-style: none;
}
ul{
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul,
ol {
  padding-left: 22px;
  list-style-position: outside;  
  margin: 16px 0 0;

}


.body-container-wrapper ul li+li {
  margin-top: 2px;
}

@media screen and (min-width: 48rem){
  ul,
  ol {
    margin: 20px 0 0;
  }
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.18182;
  font-size: 2.8125rem;
}
blockquote {
  quotes: "\2018" "\2019" "\201C" "\201D";
}
figure {
  margin: 0;
}
img, svg {
  max-width: 100%;
  height: auto;
}
/* Horizontal rules */

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}

.buttons-wrapper,
.hs-buttons-wrapper,
.btns-wrapper,
.hs-btns-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.buttons-wrapper .hs-button,
.hs-buttons-wrapper .hs-button,
.btns-wrapper .hs-button,
.hs-btns-wrapper .hs-button{
  margin:0;
}

.buttons-wrapper--alignment-center,
.hs-buttons-wrapper--alignment-center,
.btns-wrapper--alignment-center,
.hs-btns-wrapper--alignment-center{
    justify-content: center;
}

.buttons-wrapper--alignment-right,
.hs-buttons-wrapper--alignment-right,
.btns-wrapper--alignment-right,
.hs-btns-wrapper--alignment-right{
    justify-content: flex-end;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.systems-page .form-container{
  width:100%;
  max-width:767px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper{
  width:100%;
  max-width:767px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}

#email-prefs-form {
  max-width:100%;
}

.systems-page form a#hs_login_reset:hover {
  color: #96b89d;
}
.actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.actions .hs-button {
  margin:0;
}

.hs-button,
button, 
.button{
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:35px 0;
  outline:0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  text-decoration: none;
}

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


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: ;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form-field label:not(.hs-error-msg) {
  font-family: helvetica;
  font-size: 16px;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;  
}

form input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  padding: 0 15px;
  min-height: 27px;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  outline: none;
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #c87872;
}

form input[type="text"].error:hover,
form input[type="password"].error:hover, 
form input[type="datetime"].error:hover, 
form input[type="datetime-local"].error:hover, 
form input[type="date"].error:hover, 
form input[type="month"].error:hover, 
form input[type="time"].error:hover, 
form input[type="week"].error:hover, 
form input[type="number"].error:hover, 
form input[type="email"].error:hover, 
form input[type="url"].error:hover, 
form input[type="search"].error:hover, 
form input[type="tel"].error:hover,
form input[type="color"].error:hover,
form input[type="file"].error:hover,
form textarea.error:hover,
form select.error:hover,
form select.error:hover,
form textarea.error:hover,
.hs-input.error:hover, 
.hs-search-field__input.error:hover,
#hs-pwd-widget-passwor.error:hover{
}


form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {
  border-color: #b9554d;
}


#hs-pwd-widget-password {
  height:33px !important;
  margin-top:0 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
}

.hs-error-msgs {
  margin: 0;
  list-style:none;
}
.hs-error-msgs label {
  letter-spacing: normal;
  font-family: helvetica;
}

.hs-form-field input+label {
  display:inline-block;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}


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

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

.hs-field-desc {
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: helvetica;
  line-height:normal;
}

.hs-form-required {
  color: red;
}

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

.hs-richtext {
  margin-bottom: 3px;
  font-family: helvetica;
  font-size: 12px;
  line-height: 24px;
}

.hs-richtext p {
  margin:1em 0;
}

.hs_recaptcha {
  margin-top: 18px;
}

.hs_recaptcha .input {
  padding: 8px 8px 2px;
}

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

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

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

.hs-form legend {
  font-family: helvetica;
  color: #FFFFFF;
  font-size: 14px;
}
form{
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header-height {
  height:48px;
} 

.custom-header__inner {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color:inherit;
}

.header__inner {
  padding: 10px 20px;
}

.custom-header-right {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
}

.header-right {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 85%;
  max-width: 510px;
  height: 100vh;
  padding: 0 20px;
  transition: -webkit-transform;
  transition: transform;
  transition: transform,-webkit-transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  color: #000;
  background-color: #e8e8e8;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -scroll-width:none;
  scroll-width:none;
  -ms-overflow-style:none;
}

.header-right::-webkit-scrollbar {
  display:none;
}

.header-right-inner {
  padding: 28px 0;
}

.c-nav__langs {
  margin-bottom: 40px;
}

.c-nav__langs ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin:0;
  padding:0;
  list-style: none;
}

.c-nav__langs ul li {
  margin-right: 24px;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: .15s;
  opacity: 1;
  position: relative;
}

.c-nav__langs ul li:last-child {
  margin-right: 0;
}

.c-nav__langs ul li.active {
  opacity: .5;
}

.c-nav__langs ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: currentColor;
}
.c-nav__langs ul li:hover {
  opacity: .5;
}
.c-nav__langs ul li:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.c-nav__langs ul li a,
.c-nav__langs ul li a:hover{
  color:inherit;
  text-decoration:none;
}
.nl_header .c-nav__langs ul {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.nl_header .c-nav__langs ul li {
  margin-right: 24px;
}
.nl_header .c-nav__langs ul li:first-child {
  margin-right: 0;
}

.header-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.header-button a {
  display: block;
  padding:12px 20px;  
  transition: color,background-color,border-color;
  transition-timing-function: ease-out;
  transition-duration: .15s;
  line-height: 1;
  border-style:solid;
  text-decoration:none;
  text-align:center;
  background-color:#000;
  color:#fff;
  border:1px solid #000;
}

.header-button a:hover {
  background-color:#fff;
  border-color:#fff;
  color:#000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin-bottom: 22px;
  line-height: 1;
  font-size: 1.875rem;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper>ul li>a {
  color:#000;
  z-index:2;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after,
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: currentColor;

}

.c-nav__toggle {
  position: absolute;
  top: 15px;
  right: 20px;
}

.a-nav-toggle {
  display: block;
  width: 25px;
  height: 18px;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.a-nav-toggle__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  transition: background-color,opacity,-webkit-transform;
  transition: background-color,transform,opacity;
  transition: background-color,transform,opacity,-webkit-transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  background-color: #fff;
}

.a-nav-toggle__line:first-child {
  top: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.a-nav-toggle__line:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.a-nav-toggle__line:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.mobile-open .a-nav-toggle__line {
  background-color: #000;
}

.mobile-open .a-nav-toggle__line:first-child {
  top: 0;
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

.mobile-open .a-nav-toggle__line:nth-child(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}

.mobile-open .a-nav-toggle__line:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.custom-menu-primary .hs-menu-wrapper>ul li>ul {
  padding-left:20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul li.child-open>ul {
  max-height:999px;
}

.child-trigger {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index:1;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 1.25rem;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li:first-of-type {
  margin-top: 24px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  content: "";
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  border: 5px solid #000;
  border-right-color: transparent;
  border-bottom: none;
  border-left-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.child-open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-open .header-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}



.header__language-switcher {
  display: none;
}
.a-nav-toggle:hover {
  background: transparent;
}
















@media (hover: hover) {
  .a-lang-switch__option:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .a-lang-switch__option:hover {
    opacity: .5;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after,
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

}

@media (min-width:48rem) {
  .header__inner {
    padding: 24px 20px; 
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size: 2.5rem;
  }

  .c-nav__toggle {
    top: 26px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
    top: 22px;
  }

  .custom-header-height {
    height:88px;
  }
}


@media screen and (min-width:62.25rem) {

  .custom-header-height {
    height:120px;
  }

  .custom-header__inner {
    transition: top;
    transition-timing-function: ease-out;
    transition-duration: .1s;
    padding-top: 32px;
  }

  .custom-header-right {
    right: 0;
    left: auto;
    width: calc(100% - 240px);
    padding: 0;
    transition: top;
    transition-timing-function: ease-out;
    transition-duration: .1s;
  }

  .header-right {
    position: relative;
    overflow: visible;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: #fff;
    background-color: transparent;
  }

  .header-right-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }

  .c-nav__langs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin-bottom: 0;
    line-height: 1.3125;
    font-size: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .c-nav__langs>* {
    margin-right: 40px;
  }

  .c-nav__langs>:last-child {
    margin-right: 0;
  }

  .menu-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0;
  }

  .header-button {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .custom-menu-primary {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    height: 44px;
    margin-bottom: 0;
    padding: 0 16px;
    font-weight: 600;
    line-height: 42px;
    font-size: 1.125rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li {
    padding: 0 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li:first-of-type {
    margin-top:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
    padding: 8px 0;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.3125;
    font-size: 1rem;
  }

  .c-nav__toggle {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding-right:35px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    position:absolute;
    z-index:10;
    top: calc(100% + 22px);
    left: 0;
    display:block !important;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-in-out;
    padding: 16px 0;
    max-height:none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    opacity:1;
    visibility:visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
    top:0;
    left:100%;
  }

  /*   .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul {
  right:0;
  left:auto;
} */

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul ul {
    right:100%;
    left:auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-color: currentColor;
  }

  .scroll-header .custom-header__inner,
  .scroll-header .custom-header-right {
    top:-32px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:after{
    bottom: 8px;
  }

}

@media screen and (min-width:62.25rem) and (hover :hover) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:before {
    position: absolute;
    top: -22px;
    right: 0;
    bottom: -22px;
    left: 0;
    display: block;
    content: "";
  }
}

@media (max-width:1199px) and (min-width:62.25rem) {

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding:0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding-right: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
    right:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size:1rem;
  }
}

@media (max-width:62.24rem) {

}
.custom-footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-footer a {
  text-decoration:none;
}

.custom-footer a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: currentColor;
} 

.custom-footer a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__container>* {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.c-footer__end {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid #646464;
  line-height: 1;
  font-size: 1rem;
}

.c-footer__legal-nav {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.c-footer__legal-nav ul {
  list-style: none;
  margin:0;
  padding:0;
}

.c-footer__legal-nav ul li {
  margin-top: 16px;
}

.c-footer__legal-nav ul li:first-child {
  margin-top: 0;
}

.c-footer__legal-nav ul li a {
  opacity: .6;
}

.c-footer__legal-text {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 32px;
}

.custom-footer-top .footer__container {
  margin-bottom: 40px;
}

.c-footer__nav {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 1;
  font-size: 1rem;
}

.c-footer__nav .hs-menu-wrapper>ul>li:not(:last-of-type) {
  margin-bottom: 40px;
}

.c-footer__nav .hs-menu-wrapper>ul>li>a:empty {
  display: none;
}

.c-footer__nav .hs-menu-wrapper>ul ul>li {
  width: 100%;
  margin-bottom: 16px;
}

.c-footer__newsletter {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 40px;
}
.lp .c-footer__end {
  border: 0;
}

footer.custom-footer.lp {
  padding-top: 0;
}
.c-footer__nav .hs-menu-wrapper>ul ul>li>a {
  position: relative;
}

@media (min-width:48rem) {
  .custom-footer {
    padding-top:100px;
  }

  .c-footer__legal-nav {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .c-footer__legal-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-footer__legal-nav ul li {
    margin-top: 0;
    margin-left: 40px;
  }

  .c-footer__legal-nav ul li:first-child {
    margin-left: 0;
  }

  .c-footer__legal-text {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: auto;
    margin-top: 0;
  }

  .c-footer__nav {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .c-footer__nav .hs-menu-wrapper>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-footer__nav .hs-menu-wrapper>ul li {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .c-footer__newsletter {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-top: 0;
  }

}

@media (min-width:62.25rem) {
  .custom-footer-top .footer__container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-footer__legal-nav ul li a {
    position: relative;
}
/* Menu and simple menu */

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

.hs-menu-wrapper a {
  text-decoration:none;
}