*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
   font-family: inter-v; 
   src: url(https://3001955.fs1.hubspotusercontent-na1.net/hubfs/3001955/raw_assets/public/Acclaro_2025/fonts/inter-v.woff2) format("woff2"); 
   font-style: normal;
   font-weight: 400;
   font-stretch: normal;
   font-display: fallback; 
}

@font-face { 
   font-family: inter-v; 
   src: url(https://3001955.fs1.hubspotusercontent-na1.net/hubfs/3001955/raw_assets/public/Acclaro_2025/fonts/inter-v.woff2) format("woff2"); 
   font-style: normal;
   font-weight: 500;
   font-stretch: normal; 
   font-display: fallback;
}


@font-face {
   font-family: Gilroy-Black; 
   src: url(https://3001955.fs1.hubspotusercontent-na1.net/hubfs/3001955/raw_assets/public/Acclaro_2025/fonts/gilroy-black.woff2) format("woff2"); 
   font-style: normal;
   font-weight: bold; 
   font-stretch: normal;
   font-display: fallback; 
}



body {
   font-family: inter-v;
   line-height: 1.5;
   word-break: break-word;
}

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

/* Paragraphs */

p {
  font-family: inter-v, san-serif; 
   font-size: 1.4rem;
   margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: gilroy-black; 
   margin: 0 0 1.4rem;
   line-height: 100%;
}

/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
   cursor: pointer;
   font-weight: 400;
   border: 1px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   display: inline-block;
   white-space: normal;
   height: auto;
   font-family: "Gilroy-Black", sans-serif!important;
   font-size: 16px;
   margin: 20px 0;
}

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

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

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

.hs-form-field {
   margin-bottom: 1.4rem;
}
form, .submitted-message{
/*   background-color: #f3f3f3; 
   padding: 30px; */ 
   margin-bottom:15px;
}

.migration form{
   margin-bottom:15px;
}
/* Labels */

form label {
   display: block;
   margin-bottom: 8px;
   font-size: 16px;
   font-weight: 500;
   font-family: "inter-v", sans-serif;
}

/* 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: none;
   border-radius: 36px;
   box-sizing: border-box;
   color: #000!important;
   font-weight: 400;
   padding: 15px 30px 15px 30px;
   width: 100%;
   font-size: 16px;
   font-family: "inter-v", sans-serif;
   outline: 0;
   line-height: 20.8px;
}

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,
.hs-error-msg {
   color: #EF6B51;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   font-weight: 400;
   border: 1px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   display: inline-block;
   white-space: normal;
   height: auto;
   font-family: "inter-v", sans-serif;
   font-size: 16px;
   margin: 20px 0;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* 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__main {
   display: block;
   min-height: 95px;
}
header.header {
   transform: translateY(0);
   position: fixed;
   transition: transform .2s linear;
   will-change: transform;
   display: grid;
   background-color: #FFAA64!important;
   grid-template-columns: [full-start] minmax(2.6vw, 1fr) [main-start] repeat(10, minmax(0, 95px)) [main-end] minmax(2.6vw, 1fr) [full-end];
   gap: var(--row-gap) var(--column-gap);
   height: var(--menu-height);
   left: 0;
   top: 0;
   width: 100%;
   z-index: 99;
   --row-gap: 0px;
   --column-gap: 15px;
   --menu-height: 95px;
}

body.is-active {
   overflow: hidden;
}
header.header.et-fixed-header {
   transform: translateY(-100%);
}
.header__container.content-wrapper {
   align-items: center;
   display: flex;
   grid-column: main;
   justify-content: space-between;
   padding: 12px 0;
   max-width: 100%;
   width: 100%;
}
.header__logo a {
   height: 34px;
   position: relative;
   width: 200px;
}
.header__logo img {
   display: block;
   left: 0;
   position: absolute;
   top: -5px;
   transition: .5s;
   border-radius: 0 !important;
}
.header__navigation .submenu.level-1 {
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   gap: 17px;
}
.header__navigation .submenu.level-1>li>a {
   align-items: center;
   display: flex;
   line-height: 21px;
   padding: 15px 0;
}
.header__navigation svg.icon,.header__navigation__right svg.icon{
   color: #f47d30;
   height: 21px;
   width: 21px;
}
.header__navigation .submenu.level-2 {
   background: #fff;
   border-radius: 20px;
   box-shadow: 0 4px 40px rgb(0 0 0 / 10%);
   display: grid;
   opacity: 0;
   padding: 25px;
   pointer-events: none;
   position: absolute;
   transition: .65s cubic-bezier(.075,.82,.165,1);
   list-style: none;
}
.header__navigation .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
   opacity: 1;
   pointer-events: all;
   visibility: visible;
}
.header__navigation__right {
   align-items: center;
   display: flex;
   margin-left: auto;
   margin-right: 10px;
   white-space: nowrap;
   z-index: 1;
}
.header__navigation__right ul>li:nth-child(2)>a {
   text-align: center;
   background: #f47d30;
   border: 1px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   color: #fff;
   display: inline-block;
   font-weight: 500;
   height: auto;
   padding: 6px 15px 7px;
   position: relative;
   transition: all .3s ease-in-out;
}
.header__navigation__right ul {
   align-items: center;
}
.header__logo .hs_cos_wrapper {
   display: flex;
}
.header__navigation li:not(:nth-child(3)) .submenu.level-2>li:not(:last-child) ,.header__navigation li:nth-child(4) .submenu.level-2>li{
   align-items: center;
   display: flex;
   padding-left: 45px;
   position: relative;
}
.header__navigation  li:not(:nth-child(3)) .submenu.level-2>li:not(:last-child)>a,.header__navigation li:nth-child(4) .submenu.level-2>li>a {
   line-height: 180%;
   padding: 5px 10px 5px 0;
   display: block;
   transition: all .3s ease-in-out;
}
.header__navigation li:nth-child(-n + 2) .submenu.level-2>li:last-child {
   margin-top: 15px;
   padding-left: 0;
   position: relative;
}
.header__navigation li:nth-child(-n + 2) .submenu.level-2>li:last-child>a {
   text-align: center;
   display: block;
   transition: all .3s ease-in-out;
   background: transparent;
   border: 1px solid #005288;
   color: #0069aa;
   border-radius: 20px;
   box-sizing: border-box;
   font-weight: 500;
   height: auto;
   padding: 6px 15px 7px;
   position: relative;
}
.header__navigation .submenu.level-2 svg.icon {
   left: 0;
   position: absolute;
   top: 0;
   height: 30px;
   width: 30px;
}
.header__navigation li:nth-child(3) .submenu.level-2>li:not(:last-child){
   border-bottom: 1px solid #e9e9e9;
   min-width: 250px;
   padding-left: 0;
   position: relative;
}
.header__navigation li:nth-child(3) .submenu.level-2>li:nth-child(1)>a{
   padding-top: 0;
}
.header__navigation li:nth-child(3) .submenu.level-2>li>a{
   line-height: 180%;
   padding: 5px 10px 5px 0;
   display: flex;
   justify-content: space-between;
   font-weight: 700;
   font-size: 16px;
   transition: all .3s ease-in-out;
}
.header__navigation .submenu.level-3>li {
   padding-left: 15px;
   position: relative;
}

.header__navigation .submenu.level-3 {
   padding: 0;
   margin: 0;
   list-style: none;
}

.header__navigation .submenu.level-3>li>a {
   line-height: 180%;
   padding: 5px 10px 5px 0;
   display: block;
   transition: all .3s ease-in-out;
}
.header__navigation .submenu.level-3>li:before {
   background: transparent;
   border: 1px solid #f47d30;
   border-radius: 100%;
   box-sizing: border-box;
   content: " ";
   height: 5px;
   left: 0;
   position: absolute;
   top: calc(50% - 4px);
   transition: all .3s ease-in-out;
   width: 5px;
}
.header__navigation li:nth-child(3) .submenu.level-2>li>a>svg {
   background: #0069aa;
   border-radius: 50%;
   color: #fff;
   height: 21px;
   width: 21px;
   position: relative;
}
.header__navigation,
.header__navigation__right ul>li:first-child>a{
   display: none;
} 
.header__navigation li:not(:nth-child(3)) .submenu.level-2>li:not(:last-child)>a:hover,
.header__navigation li:nth-child(4) .submenu.level-2>li>a:hover,
.header__navigation li:nth-child(3) .submenu.level-2>li>a:hover,
.header__navigation .submenu.level-3>li>a:hover{
   padding-left: 10px;
   padding-right: 0;
}
.header__logo img {
   max-width: 200px;
}
.header__navigation .submenu.level-2:hover a {
   color: #747474;
}

.scroll-header header.header.fixed{
   transform: translateY(-100%);

}
.scroll-header header.header.default {
   transform: translateY(0);
   -webkit-backdrop-filter: blur(50px);
   backdrop-filter: blur(50px);
   background-color: rgb(255 170 100 / 60%);
}
#hs_cos_wrapper_stickyheader_logo {
   display: none;
}
body.scroll-header .default #hs_cos_wrapper_stickyheader_logo {
   display: block;
}

body.scroll-header .default #hs_cos_wrapper_header_logo {
   display: none;
}
@media (max-width: 1199px) {
   .navigationMain__menuButton {
      transform: translateX(0);
      transition: .1s;
      z-index: 1;
   }
   .navigationMain__menuButton .button--menu {
      transform: translateX(0px);
      text-align: center;
      background-color: #e9e9e9;
      align-items: center;
      color: #575757;
      display: inline-flex;
      padding: 5px 15px 5px 5px;
      width: fit-content;
      border: 1px solid transparent;
      border-radius: 20px;
      box-sizing: border-box;
      font-weight: 500;
      height: auto;
      position: relative;
      transition: all .3s ease-in-out;
      margin: 0;
   }
   .navigationMain__menuButton .button--menu .navigationMain__menuButton__hamburger {
      background-color: #fff;
      border-radius: 50%;
      height: 25px;
      margin-right: 10px;
      position: relative;
      width: 25px;
   }
   .navigationMain__menuButton__hamburger:after, .navigationMain__menuButton__hamburger:before, .navigationMain__menuButton__hamburger__line {
      background: #f47d30;
      content: "";
      display: block;
      height: 1px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%);
      width: 17px;
   }
   .navigationMain__menuButton__hamburger:before {
      transform: translateY(-4px) translateX(-50%);
   }
   .navigationMain__menuButton__hamburger:after, .navigationMain__menuButton__hamburger:before {
      width: 11px;
   }
   .navigationMain__menuButton__hamburger:after {
      transform: translateY(4px) translateX(-50%);
   }
   .navigationMain__menuButton__text {
      font-size: 16px;
   }
   .navigationMain__drawer {
      visibility: hidden;
      opacity: 0;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      background: rgba(0, 0, 0, .2);
      bottom: 0;
      box-sizing: border-box;
      left: 0;
      position: fixed;
      height: 100vh;
      right: 0;
      top: 0;
      transition: opacity .3s;
   }
   .navigationMain__drawer__content {
      background-color: #fff;
      box-sizing: border-box;
      height: 100%;
      position: absolute;
      max-width: 300px;
      right: 0;
      transition: .6s cubic-bezier(.33, 1, .68, 1);
      width: 100%;
      transform: translateX(346px);
   }
   .navigationMain__drawer__navigation {
      box-sizing: border-box;
      column-gap: 20px;
      grid-column: 1/-1;
      height: 100%;
      overflow: auto;
      padding: 170px 30px 145px;
   }
   .navigationMain__drawer__navigation>ul {
      list-style: none;
      margin: 0;
      grid-column: 1/4;
      padding: 0;
   }
   .navigationMain__drawer__navigation>ul>li {
      transform: translateX(200px);
      opacity: 0;
      cursor: pointer;
      transition: .4s ease-in-out;
   }
   .navigationMain__drawer__navigation>ul>li>a {
      align-items: center;
      display: flex;
      padding: 10px 0;
      position: relative;
      font-weight: 700;
      line-height: 130%;
      font-size: 20px;
      color: #151515;
   }
   .navigationMain__drawer__navigation>ul>li>a>svg {
      color: #f47d30;
      height: 21px;
      transition: all .6s ease-in-out;
      width: 21px;
   }
   .navigationMain__drawer .submenu.level-2 {
      padding: 0;
      margin: 0;
      list-style: none;
      display: none;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-2>li:first-child {
      padding-top: 5px;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-2>li {
      position: relative;
      cursor: pointer;
      transform: translateX(0) !important;
   }

   .navigationMain__drawer .navigationMain__drawer__navigation  .submenu.level-2>li>a {
      align-items: center;
      display: flex;
      gap: 10px;
      padding: 8px 0 5px;
      color: #151515;
   }

   .navigationMain__drawer .navigationMain__drawer__navigation  .submenu.level-2>li>a>svg {
      color: #f47d30;
      height: 30px;
      width: 30px;
   }
   .is-active .button--menu {
      transform: translateX(-5px);
   }
   .is-active .navigationMain__menuButton__hamburger:before{
      left: 7px;
      top: 12px;
      transform: rotate(-45deg);
   }
   .is-active .navigationMain__menuButton__hamburger__line {
      display: none;
   }
   .is-active .navigationMain__menuButton__hamburger:after {
      left: 7px;
      top: 12px;
      transform: rotate(45deg);
   }
   .navigationMain__drawer.is-active {
      opacity: 1;
      visibility: visible;
   }
   .is-active .navigationMain__drawer__content {
      transform: translateX(0px);
   }
   .navigationMain__drawer__closeSection {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1;
   }
   .is-active .navigationMain__drawer__navigation>ul>li{
      transform: translateX(0px);
      opacity: 1;
   }
   .navigationMain__drawer__mobileButtons {
      background-color: #fff;
      bottom: 0;
      box-sizing: border-box;
      padding: 10px 30px 30px;
      position: absolute;
      right: 0;
      width: 100%;
   }
   .navigationMain__drawer__mobileButtons .button--icon {
      text-align: center;
      padding-left: 50px;
      padding-right: 50px;
      background: transparent;
      border: 1px solid #005288;
      color: #0069aa;
      align-items: center;
      display: inline-flex;
      width: fit-content;
      border-radius: 20px;
      font-weight: 500;
      height: auto;
      padding: 6px 50px 7px 50px;
      position: relative;
      transition: all .3s ease-in-out;
      margin: 0;
   }
   .navigationMain__drawer__mobileButtons .button__title {
      padding: 0 0 1px;
      font-size: 16px;
   }
   .navigationMain__drawer__mobileButtons .icon {
      height: 21px;
      width: 21px;
      border-color: rgba(0, 82, 136, .2);
   }
   .navigationMain__drawer__mobileButtons:before {
      background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
      bottom: 100%;
      content: " ";
      height: 30px;
      pointer-events: none;
      position: absolute;
      right: 0;
      width: 100%;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation  li:nth-child(-n + 2) .submenu.level-2>li:last-child{
      margin-top: 15px;
      padding-bottom: 10px;
      cursor: pointer;
      transform: translateX(0) !important;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation li:nth-child(-n+2) .submenu.level-2>li:last-child>a {
      width: 100%;
      text-align: center;
      background: transparent;
      border: 1px solid #005288;
      color: #0069aa;
      border-radius: 20px;
      display: inline-block;
      font-weight: 500;
      height: auto;
      padding: 6px 15px 7px;
      position: relative;
      transition: all .3s ease-in-out;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation li:nth-child(3) .submenu.level-2>li>a>svg {
      background: #0069aa;
      border-radius: 50%;
      color: #fff;
      height: 21px;
      width: 21px;
      position: relative;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation li:nth-child(3) .submenu.level-2>li:last-child{
      padding-bottom: 10px;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-3 {
      padding-left: 40px;
      margin: 0;
      list-style: none;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-3>li>a{
      align-items: center;
      display: flex;
      gap: 10px;
      padding: 8px 0 5px;
      color: #151515;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-3>li>a:before {
      background: transparent;
      border: 1px solid #f47d30;
      border-radius: 100%;
      box-sizing: border-box;
      content: " ";
      height: 5px;
      left: -15px;
      position: absolute;
      top: 50%;
      transition: all .3s ease-in-out;
      width: 5px;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-3>li {
      position: relative;
   }
   .navigationMain__drawer .navigationMain__drawer__navigation  li:nth-child(4) .submenu.level-3>li:last-child{
      padding-bottom: 10px;
   }
   .navigationMain__drawer__navigation>ul>li:nth-child(1){
      transition: .6s ease-in-out;
   }
   .navigationMain__drawer__navigation>ul>li:nth-child(2){
      transition: .5s ease-in-out;
   }
   .navigationMain__drawer__navigation>ul>li:nth-child(3){
      transition: .4s ease-in-out;
   }
   .navigationMain__drawer__navigation>ul>li:nth-child(4){
      transition: .3s ease-in-out;
   } .navigationMain__drawer__navigation>ul>li:nth-child(5){
      transition: .2s ease-in-out;
   }
   .navigationMain__drawer__mobileButtons .button--icon:hover {
      background: #005288;
      color: #fff;
   }
   .navigationMain__menuButton .closetext {
      display: none;
   }
   .navigationMain__menuButton.is-active .menutext{
      display: none;
   }
   .navigationMain__menuButton.is-active .closetext{
      display: block;
   }
}

@media (max-width: 767px) {
   .navigationMain__drawer__navigation>ul>li>a,.navigationMain__drawer__navigation>ul>li>a {
      font-size: 18px;
   }
   .navigationMain__menuButton__text,.navigationMain__drawer .navigationMain__drawer__navigation .submenu.level-2>li>a {
      font-size: 16px;
   }
   .header__navigation__right ul>li:nth-child(2)>a {
      display: none;
   }
   .header__navigation__right.is-active  ul>li:nth-child(2)>a{
      display:inline-block;
   }
   .header__navigation__right.is-active ul>li:nth-child(2) {
      left: -16px;
      position: relative;
   }
   .navigationMain__drawer__navigation>ul>li:nth-child(5) svg {
      display: none;
   }
}

@media (max-width: 420px) {
   .header__logo{
      position: absolute;
   }
   .header__navigation__right.is-active ul>li:nth-child(2) {
      left: -24px;
   }
}

@media (min-width: 768px) {
   header.header {
      grid-template-columns: [full-start] minmax(2.6vw,1fr) [main-start] repeat(12,minmax(0,95px)) [main-end] minmax(2.6vw,1fr) [full-end];
   }
   .header__container.content-wrapper {
      padding: 22px 0;
   }
   .navigationMain__drawer__content {
      max-width: 346px;
   }
   .navigationMain__drawer__navigation {
      padding: 250px 30px 145px;
   }
}
@media (min-width: 1200px) {
   .navigationMain__menuButton,.navigationMain__drawer {
      display: none;
   } 
   .header__logo a {
      margin-left: 40px;
   }
   .header__navigation {
      display: block;
      margin-left: auto;
   }
   .header__navigation__right ul>li:nth-child(1)>a {
      display: inline-flex;
      line-height: 21px;
      margin-right: 6px;
      color: #151515;
   }
}
@media (min-width: 1024px) {
   header.header {
      --column-gap:20px;
   }
}

@media(max-width:1023px){
   .navigationMain__drawer .navigationMain__drawer__navigation li:nth-child(-n+2) .submenu.level-2 > li:last-child > a,
   .navigationMain__drawer__mobileButtons .button__title,
   .header__navigation__right.is-active ul > li:nth-child(2) > a {
      -moz-osx-font-smoothing: grayscale;
   }
}
section.footercta {
   display: grid;
   gap: var(--row-gap) var(--column-gap);
   grid-template-columns: [full-start] minmax(2.6vw, 1fr) [main-start] repeat(10, minmax(0, 95px)) [main-end] minmax(2.6vw, 1fr) [full-end];
   margin-top: 80px;
   position: relative;
   --column-gap: 15px;
   --row-gap: 0px;
}
#hs_cos_wrapper_footer_logo img {
   max-width: 150px !important;
}
.footercta__container {
   border-radius: 30px 30px 0 0;
   grid-column: 2/-2;
   grid-row: 1;
   overflow: hidden;
   padding: 100px 35px;
   position: relative;
   transform: translateZ(0);

}
.footercta__container img {
   height: 100%;
   left: 0;
   transform: scale(1.35) translateY(-8.72828px);
   object-fit: cover;
   position: absolute;
   top: 0;
   max-width: 100%;
   opacity: 1;
   display: block;
   transition: opacity .3s;
}
.footercta__desktopGraphics {
   grid-column: main;
   height: 100%;
   left: 0;
   overflow: hidden;
   pointer-events: none;
   position: absolute;
   top: 0;
   width: 100%;
}
.footercta__graphic {
   grid-column: main;
   height: 100%;
   position: absolute;
   width: 100%;
}
.footercta__graphic:before {
   backdrop-filter: blur(50px);
   background-color: hsla(0, 0%, 100%, .3);
   clip-path: path("M82.4007 4.902C90.4016 10.5937 95 20.7123 95 32.4971V101.527C95 113.373 90.4016 123.419 82.4007 129.135C77.8754 132.337 72.4366 134.041 66.8674 133.999C63.3772 133.983 59.9158 133.374 56.6351 132.199L17.3332 118.444C7.4708 114.966 0 101.418 0 86.8237V47.2128C0 32.6917 7.45847 19.107 17.3456 15.5922L56.5981 1.80075C59.8788 0.625772 63.3402 0.0168936 66.8304 0.000808011C72.4171 -0.0427316 77.872 1.67436 82.4007 4.902Z");
   content: "";
   height: 145px;
   left: 10%;
   position: absolute;
   top: -30px;
   transform: scale(.5);
   transform-origin: left top;
   width: 100px;
   z-index: 1;
}
.footercta__content .hs_cos_wrapper{
   align-items: center;
   display: flex;
   flex-direction: column;
   gap: 25px;
   justify-content: center;
   position: relative;
   z-index: 9;
}
.footercta__content h2 {
   transition: .5s cubic-bezier(.61, 1, .88, 1);
   color: #fff;
   max-width: 825px;
   text-align: center;
   font-size: 45px;
   line-height: 100%;
   font-family: 'Avenir Next',sans-serif;
   font-weight: 600;
   letter-spacing: -.02rem;
   transform: translateY(0px);
   margin: 0;
}
.footercta__content p {
   margin: 0;
   transform: translateY(0px);
   opacity: 1;
   transition: .5s cubic-bezier(.61, 1, .88, 1);
   color: #fff;
   max-width: 825px;
   text-align: center;
}
.footercta__content a {
   margin-top: 15px;
   align-items: center;
   display: inline-flex;
   padding-right: 8px;
   width: fit-content;
   background: #f47d30;
   border: 1px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   color: #fff;
   font-weight: 500;
   height: auto;
   padding: 6px 15px 7px;
   padding-right: 8px;
   position: relative;
   position: relative;
   transition: all .3s ease-in-out;
}
.footercta__content a span {
   padding: 0 0 1px;
}
.footercta__content .icon{
   border-color: #d86d28;
   transition: border .3s ease-in-out;
   height: 21px;
   width: 21px;
}
footer.footer {
   display: grid;
   gap: var(--row-gap) var(--column-gap);
   --column-gap: 15px;
   --row-gap: 0px;
   grid-template-columns: [full-start] minmax(2.6vw, 1fr) [main-start] repeat(10, minmax(0, 95px)) [main-end] minmax(2.6vw, 1fr) [full-end];
}
footer.footer:before {
   background-color: #f3f3f3;
   border-radius: 0 0 30px 30px;
   content: "";
   grid-column: main;
   grid-row: 1/6;
}
.footer__container {
   display: flex;
   grid-column: 3/11;
   grid-row: 1/2;
   justify-content: center;
   margin-top: 50px;
}
.footer__container img {
   object-fit: cover;
   display: block;
}
.footer__newsletterForm form {
   padding: 0;
   background-color: transparent;
}
.footer__newsletterForm {
   border-top: 1px solid #bebbb7;
   grid-column: 3/11;
   grid-row: 2/3;
   margin-bottom: 50px;
   margin-top: 30px;
   padding-top: 30px;
}
.footer__newsletterForm form {
   color: #005288;
   font-weight: 500;
   position: relative;
}
.footer__newsletterForm .hs-email {
   margin-bottom: 15px;
   position: relative;
}
.footer__newsletterForm .hs-email label {
   margin-bottom: 8px;
   color: #005288;
   font-size: 16px;
   font-weight: 500;
}
.footer__newsletterForm .hs-email .hs-form-required{
   color: #005288;
}
.footer__newsletterForm form input[type=email]{
   background-color: #fff;
   border: none;
   border-radius: 36px;
   box-sizing: border-box;
   color: #000;
   font-weight: 400;
   padding: 15px 130px 15px 30px;
   width: 100%;
   font-family: inherit;
   font-size: inherit;
   outline: 0;
   line-height: 20.8px;
}

.footer__newsletterForm form .hs-button {
   white-space: pre-wrap;
   background: #0069aa;
   font-weight: 400;
   bottom: 8px;
   position: absolute;
   right: 12px;
   border: 1px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   color: #fff;
   display: inline-block;
   height: auto;
   padding: 6px 15px 7px;
   transition: all .3s ease-in-out;
   font-size: 16px;
   line-height: 20.8px;
   margin: 0;
}
.footer__newsletterForm .hs_error_rollup label {
   display: none;
}
.footer__newsletterForm .hs-email>.hs-error-msgs {
   background-color: #f47d30;
   border-radius: 30px;
   color: #fff;
   margin-left: 0;
   margin-top: 5px;
   margin-bottom: 0;
   padding: 10px 20px;
   position: absolute;
   top: 100%;
   display: block;
   font-size: 16px;
}
.footer__newsletterForm form .inputs-list>li{
   margin: 0;
}
.footer__newsletterForm .hs-email>.hs-error-msgs:before {
   border: 7px solid transparent;
   border-bottom-color: #f47d30;
   bottom: 100%;
   content: "";
   height: 0;
   left: 35px;
   margin-left: -7px;
   pointer-events: none;
   position: absolute;
   width: 0;
}
.footer__newsletterForm .hs-error-msgs label {
   color: #fff;
   margin: 0;
}
.navigationFooter__getInTouchContainer {
   grid-column: 3/11;
   grid-row: 5/6;
}
.navigationFooter__contactDetails {
   color: #575757;
   line-height: 180%;
   padding-bottom: 30px;
   position: relative;
   z-index: 1;
}
.navigationFooter__contactDetails a {
   white-space: nowrap;
   text-decoration: underline;
}
.navigationFooter__contactDetails p, 
.navigationFooter__contactDetails a {
   margin: 0;
   color: #575757;
}
.navigationFooter__socialContainer {
   position: relative;
   z-index: 1;
   display: flex;
   flex-direction: column;
   margin-bottom: 45px;
   border-top: 1px solid #bebbb7;
   padding-top: 20px;
   align-items: center;
}
h4.navigationFooter__title {
   color: #005288;
   font-size: 16px;
   font-weight: 500;
   line-height: 130%;
   margin: 0;
}
.navigationFooter__links {
   align-items: center;
   display: flex;
   flex-direction: column;
   margin-bottom: 40px;
}
.navigationFooter__links a {
   margin-bottom: 10px;
   align-items: center;
   display: inline-flex;
   width: fit-content;
   border-radius: 20px;
   box-sizing: border-box;
   font-weight: 500;
   height: auto;
   padding: 6px 8px 7px 15px;
   position: relative;
   transition: all .3s ease-in-out;
   background: transparent;
   border: 1px solid #005288;
   color: #0069aa;
}
.navigationFooter__links a span {
   padding: 0 0 1px;
}
.navigationFooter__links svg {
   border-color: rgba(0, 82, 136, .2);
   height: 21px;
   width: 21px;
}
.navigationFooter__links .hs_cos_wrapper {
   display: flex;
   flex-direction: column;
}
.navigationFooter__menuContainer {
   display: grid;
   gap: var(--row-gap) var(--column-gap);
   grid-column: 1/-1;
   grid-row: 4/5;
   grid-template-columns: [full-start] minmax(2.6vw, 1fr) [main-start] repeat(10, minmax(0, 95px)) [main-end] minmax(2.6vw, 1fr) [full-end];
   margin-bottom: 50px;
}
.navigationFooter__bottomContainer {
   padding-top: 20px;
   text-align: center;
   gap: 15px var(--column-gap);
   color: #747474;
   display: flex;
   grid-column: main;
}
.footer__copyright {
   font-size: 16px;
   font-weight: 500;
   line-height: 130%;
}
.navigationFooter__bottomMenu .hs_cos_wrapper {
   align-items: center;
   column-gap: var(--column-gap);
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
}
.navigationFooter__bottomMenu a {
   color: #747474;
}
.navigationFooter__menuContainer ul>li:hover ul ,.navigationFooter__menuContainer ul ul{
   left: 0!important;
   opacity: 1!important;
   position: relative!important;  
   top: 0!important;
   align-items: flex-start;
   flex-direction: column;
}
.navigationFooter__menuContainer .hs_cos_wrapper {
   grid-column: 6/13;
   display: grid;
   align-self: flex-start;
}
.navigationFooter__menuContainer .hs-menu-wrapper>ul>li>a {
   color: #005288;
   font-size: 16px;
   font-weight: 500;
   line-height: 130%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
}
.navigationFooter__menuContainer ul ul>li {
   margin-bottom: 10px;
}
.navigationFooter__menuContainer ul ul>li>a {
   color: #575757;
   transition: all .3s ease-in-out;
}




@media (min-width: 768px) {
   section.footercta, footer.footer {
      grid-template-columns: [full-start] minmax(2.6vw, 1fr) [main-start] repeat(12, minmax(0, 95px)) [main-end] minmax(2.6vw, 1fr) [full-end];
   }

   .footercta__desktopGraphics:before {
      bottom: -15%;
      left: 67%;
      transform: scale(1.5);
   }
   .footercta__desktopGraphics:after, .footercta__desktopGraphics:before{
      backdrop-filter: blur(50px);
      background-color: hsla(0, 0%, 100%, .3);
      clip-path: path("M82.4007 4.902C90.4016 10.5937 95 20.7123 95 32.4971V101.527C95 113.373 90.4016 123.419 82.4007 129.135C77.8754 132.337 72.4366 134.041 66.8674 133.999C63.3772 133.983 59.9158 133.374 56.6351 132.199L17.3332 118.444C7.4708 114.966 0 101.418 0 86.8237V47.2128C0 32.6917 7.45847 19.107 17.3456 15.5922L56.5981 1.80075C59.8788 0.625772 63.3402 0.0168936 66.8304 0.000808011C72.4171 -0.0427316 77.872 1.67436 82.4007 4.902Z");
      content: "";
      height: 145px;
      position: absolute;
      transform-origin: left top;
      width: 100px;
      z-index: 1;
   }
   .footercta__desktopGraphics:after {
      bottom: 3%;
      left: 85%;
      transform: scale(.4);
   }
   footer.footer:before {
      grid-row: 1/5;
   }
   .footer__container {
      align-items: center;
      flex-direction: row;
      grid-column: 3/5;
      justify-content: left;
      margin-bottom: 15px;
      margin-top: 0;
   }
   .footer__newsletterForm {
      border-top: none;
      grid-column: 7/13;
      grid-row: 1/2;
      margin-bottom: 40px;
      margin-top: 50px;
      padding-top: 0;
   }
   .footer__newsletterForm .hs-email {
      display: flex;
      flex-direction: column;
      justify-content: center;
   }
   .navigationFooter__line {
      border-top: 1px solid #bebbb7;
      display: block;
      grid-column: 3/13;
      grid-row: 3/4;
      margin-bottom: 20px;
   }
   .navigationFooter__getInTouchContainer {
      grid-column: 3/6;
      grid-row: 4/5;
   }
   .navigationFooter__socialContainer {
      align-items: flex-start;
   }
   .navigationFooter__links {
      align-items: flex-start;
      margin-bottom: 75px;
   }
   .navigationFooter__links a {
      margin-bottom: 15px;
   }
   .navigationFooter__menuContainer {
      align-self: flex-start;
      grid-template-columns: [full-start] minmax(2.6vw, 1fr) [main-start] repeat(12, minmax(0, 95px)) [main-end] minmax(2.6vw, 1fr) [full-end];
      margin-bottom: 75px;
   }
   .navigationFooter__menuContainer ul>li {
      align-self: flex-start;
   }
   .navigationFooter__bottomContainer {
      align-items: center;
      border-top: 1px solid #e9e9e9;
      flex-direction: row;
      grid-row: 7/8;
      justify-content: space-between;
      margin-bottom: 60px;
      margin-top: 40px;
   }
   .navigationFooter__bottomMenu .hs_cos_wrapper {
      margin-left: auto;
   }
}
@media (min-width: 1024px){
   .footercta__desktopGraphics:before {
      bottom: -15%;
      left: 73%;
      transform: scale(2);
   } 
   .footercta__desktopGraphics:after {
      bottom: 5%;
      left: 90%;
      transform: scale(.6);
   }
   .footercta__graphic:before {
      top: -50px;
      transform: scale(.8);
   }
   .navigationFooter__socialContainer {
      border-top: 1px solid #bebbb7;
      max-width: 210px;
      padding-top: 20px;
   }
   .navigationFooter__links {
      margin-bottom: 100px;
   }
   .navigationFooter__menuContainer ul>li:nth-child(4n-3) {
      grid-column: 6/8;
   }
   .navigationFooter__menuContainer ul>li:nth-child(4n-2) {
      grid-column: 8/10;
   }
   .navigationFooter__menuContainer ul>li:nth-child(4n-1) {
      grid-column: 10/12;
   }
   .navigationFooter__menuContainer ul>li:nth-child(4n) {
      grid-column: 12/13;
   }
   .navigationFooter__menuContainer ul>li {
      border-bottom: none;
      padding: 0;
   }
   .navigationFooter__bottomContainer {
      grid-column: 3/13;
      margin-top: 30px;
   }
   .navigationFooter__menuContainer ul ul{
      display: flex;
      margin-bottom: 0;
      margin-top: 15px;
   }
   .navigationFooter__menuContainer ul>li>a>svg {
      display: none;
   }
   section.footercta,footer.footer  {
      --column-gap:20px;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper > ul {
      justify-content: space-between;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper>ul>li:last-child>a {
      white-space: nowrap;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper > ul > li {
      width: 24%;
   }

   .navigationFooter__menuContainer .hs-menu-wrapper > ul > li:nth-child(2) {
      width: 25%;
   }

   .navigationFooter__menuContainer .hs-menu-wrapper > ul > li:nth-child(3) {
      width: 24%;
   }

   .navigationFooter__menuContainer .hs-menu-wrapper > ul > li:last-child {
      width: 12%;
   }
}

@media (max-width: 1023px){
   .navigationFooter__menuContainer .hs-menu-wrapper>ul>li>a {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      padding: 20px 0;
   }
   .navigationFooter__menuContainer .hs_cos_wrapper {
      grid-column: 7/13;
      display: grid;
      align-self: flex-start;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper ul ul {
      margin-bottom: 20px;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper ul {
      display: block;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper>ul>li {
      border-bottom: 1px solid #bebbb7;
   }
   .navigationFooter__menuContainer .hs-menu-wrapper>ul>li>a>svg {
      color: #f47d30;
      display: block;
      transform: rotate(90deg);
      height: 21px;
      width: 21px;
   }
   .footer-child-wrapper {
      display: none;
   }

}
@media (max-width: 767px){
   .navigationFooter__menuContainer .hs-menu-wrapper > ul {
      border-top: 1px solid #bebbb7 !important;
   }
 
   .navigationFooter__menuContainer .hs_cos_wrapper {
      grid-column: 3/11;
   }
   .navigationFooter__links .hs_cos_wrapper {
      align-items: center;
   }
   .navigationFooter__bottomContainer{

      margin-bottom: 50px;
      margin-top: 10px;
      padding-top: 20px;
      flex-direction: column;
   }
   .navigationFooter__menuContainer ul ul>li>a, .navigationFooter__contactDetails a {
      white-space: normal !important;
   }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

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

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

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

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}