*, *: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: Barlow;
  src: url("https://25456651.fs1.hubspotusercontent-eu1.net/hubfs/25456651/raw_assets/public/Convotis_October2022/font/barlow-v12-latin-100.woff2") format("woff2");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    }
@font-face {
  font-family: Barlow;
  src: url("https://25456651.fs1.hubspotusercontent-eu1.net/hubfs/25456651/raw_assets/public/Convotis_October2022/font/barlow-v12-latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    }
@font-face {
  font-family: Barlow;
  src: url("https://25456651.fs1.hubspotusercontent-eu1.net/hubfs/25456651/raw_assets/public/Convotis_October2022/font/barlow-v12-latin-500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    }
@font-face {
  font-family: Barlow;
  src: url("https://25456651.fs1.hubspotusercontent-eu1.net/hubfs/25456651/raw_assets/public/Convotis_October2022/font/barlow-v12-latin-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    }


body {
  line-height: 1.4;
  background:#f0f0f0;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

/* Headings */

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

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

img, svg {
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.form-title{
  color:#fff;
}
/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.125rem;
}
ul.no-list.hs-error-msgs.inputs-list,ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs label{
  font-size: 16px;
  color: #EF6B51 !important;
}
/* 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: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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; */
  margin:0px;
}

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 p a {
    color: inherit;
}
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;
}

form.hs-form.stacked ,form.hs-form{
  padding: 20px;
  margin-bottom: 20px;
}
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  padding: 20px;
  display:block;
  margin-bottom: 20px;
}
a.hs-register-widget-show-password {
  color: #fff;
}

/* Validation */

.hs-form-required, ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: #EF6B51 !important;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
form input[type=submit], form .hs-button, button, .button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: calc(1em + .5rem);
  white-space: normal;
  margin-top: 10px;
  width:auto;
  border-style:solid;
}

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 {
  padding: 11px 16px;
  color: #0f0f0f;
  border-radius: 0.625rem;
  font-size:1.125rem;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
  outline: none;
}
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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: hsla(0,0%,94%,.09);
  border: 1px solid #fff;
  border-radius: 0.625rem;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 16px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
  background-color: hsla(0,0%,94%,.09);
  border-color: #809bcb;
  box-shadow: 0 0 0 0.25rem rgb(0 55 150 / 25%);
  color: #fff;
  outline: 0;
}
form input[type=submit], form .hs-button, button, .button {
  font-family: "Barlow", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  word-spacing: 0px;
  background-color: var( --e-global-color-primary );
  border-radius: 10px 10px 10px 10px;
  padding: 14px 16px 14px 16px;
  background-color: #fff;
  border-color: #fff;
  color: #003796;
}
.submitted-message.hs-main-font-element p {
    color: #ffffff !important;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }

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

.header-content-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 1 0 0%;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  flex-shrink: 1;
  margin: 0 0.5rem 0 0;
  max-width: 9.375rem;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: #003796;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  margin: 0 0.5rem;
  position:relative;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background: #cfdced;
  list-style: none;
  border-radius: 0 0 0.625rem 0.625rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: grid;
  grid-auto-flow: dense;
  left: -1.25rem;
  margin: 0;
  min-width: calc(100% + 1.25rem);
  opacity: 0;
  padding: 1.25rem 1.25rem 0.25rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out,top .3s ease-in-out;
  visibility: hidden;

}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #002c78;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a svg {
  fill: #003796;
  display: block;
  height: auto;
  transition: transform .3s ease-in-out;
  width: 2.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  background: #cfdced;
  border-radius: 0 0 0.625rem 0.625rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: grid;
  grid-auto-flow: dense;
  left: -1.25rem;
  margin: 0;
  min-width: calc(100% + 1.25rem);
  opacity: 0;
  padding: 1.25rem 1.25rem 0.25rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out,top .3s ease-in-out;
  visibility: hidden;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  padding: 0 0 1rem;
  margin:0;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  align-items: center;
  color: #0f0f0f;
  display: flex;
  font-size: .875rem;
  justify-content: start;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: color .3s ease-in-out;
  white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:last-child>a:after {
  display:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
  left: unset;
  right: -1.25rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>a span{
  align-items: center;
  background: #85a6d1;
  border-radius: 0.3125rem;
  display: inline-flex;
  height: 1.5625rem;
  justify-content: center;
  margin: 0 0.625rem 0 0;
  width: 1.5625rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>a span svg {
  fill: #fff;
  height: auto;
  width: 1.0625rem;
}

.mobile-header-inner {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.header-mob-logo {
  margin: 0 1rem 0 0;
  align-items: center;
  display: flex;
}

.header-mob-logo a {
  display: block;
  width: 9.375rem;
}

.header-mob-right {
  align-items: center;
  display: flex;
}

.header-mob-right-inner {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

.langauage-switcher ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.langauage-switcher ul li {
  align-items: center;
  display: flex;
}

.langauage-switcher ul li a {
  color: #0f0f0f;
  display: block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.langauage-switcher ul li:not(:last-child):after {
  content: "|";
  margin: 0 0.375rem;
}

.header-mob-contact {
  margin: 0 1rem 0 0;
  align-items: center;
  display: flex;
}

.header-mob-contact-bar {
  font-family: "Barlow", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  word-spacing: 0px;
  border-radius: 10px 10px 10px 10px;
  padding: 14px 16px 14px 16px;
  cursor: pointer;
  align-items: center;
  background: none!important;
  border: 0;
  display: flex;
  position: relative;
  height: 3.75rem;
  outline: 0;
}

.header-mob-contact-bar:before {
  border-color: transparent transparent #cfdced;
  border-style: solid;
  border-width: 0 0.5rem 0.375rem;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.header-mob-contact-bar svg {
  fill: #003796;
  display: block;
  height: 1rem;
  width: auto;
}
.mobile-bar__dropdown-menu {
  background: #cfdced;
  border: 0;
  border-radius: 0 0 0.625rem 0.625rem;
  list-style: none;
  margin: -0.125rem 0 0!important;
  padding: 1rem 1rem 0!important;
  position: absolute;
  text-align: left;
  z-index: 1000;
  color: #0f0f0f;
  display: none;
  font-size: 1rem;
}

.mobile-bar__dropdown-menu li {
  position: relative;
  margin: 0 0 1rem;
  align-items: center;
  display: flex;
}

.mobile-bar__dropdown-menu li a {
  color: #0f0f0f;
  display: flex;
  text-decoration: none;
}

.mobile-bar__dropdown-menu li a:hover {
  color: #002c78;
}

.mobile-bar__dropdown-menu li a span {
  align-items: center;
  background: #85a6d1;
  border-radius: 0.3125rem;
  display: inline-flex;
  height: 1.5625rem;
  justify-content: center;
  margin: 0 0.625rem 0 0;
  width: 1.5625rem;
}

.mobile-bar__dropdown-menu li a span svg {
  fill: #fff;
  height: auto;
  width: 1.0625rem;
}

.nav-toggle {
  align-items: center;
  display: flex;
}

.mobile-bar__toggler {
  font-family: "Barlow", Sans-serif;
  font-weight: 400;
  font-style: normal;
  word-spacing: 0px;
  border-radius: 10px 10px 10px 10px;
  background: none!important;
  border: 0;
  display: flex;
  font-size: 0!important;
  height: 1.5rem;
  margin: 0 0 0 1rem;
  padding: 0!important;
  position: relative;
  width: 1.5rem;
}

.mobile-bar__toggler span, 
.mobile-bar__toggler span:after, 
.mobile-bar__toggler span:before {
  background: #003796;
  content: "";
  display: block;
  height: 0.0625rem;
  right: 0;
  width: 100%;
}

.mobile-bar__toggler span:before {
  bottom: 50%;
  position: absolute;
  width: 1.125rem;
}

.mobile-bar__toggler span:after {
  bottom: 0;
  position: absolute;
  width: 0.75rem;
}

.langauage-switcher {
  margin: 0 1rem 0 0;
  align-items: center;
  display: flex;
}

.header-mob-contact-bar.show:before {
  opacity: 1;
}

.mobile-bar__dropdown-menu.clicked {
  position: absolute;
  inset: 0px 0px auto auto;
  transform: translate(-76px, 62px);
  display: block;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child{
  border-color: #ffa01b;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child:before{
  background: #ffa01b;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
  border: 0.125rem solid #003796;
  border-radius: 0 0 0.625rem 0.625rem;
  border-top: 0;
  flex-shrink: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  width: 100%;
  padding: 0 0 1rem;
  position: relative;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:before {
  content: "";
  display: block;
  left: -0.125rem;
  position: absolute;
  right: -0.125rem;
  top: 0;
  border-radius: 0.625rem;
  height: 2.9375rem;
  z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:after {
  background: #cfdced;
  height: 1.25rem;
  content: "";
  display: block;
  left: -0.125rem;
  position: absolute;
  right: -0.125rem;
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2){
  border-color: #8f6dc4;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2):before{
  background:#8f6dc4;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child{
  border-color:#52bcc0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child:before{
  background: #52bcc0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul {
  padding: 1rem 1.25rem 0;
  margin: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li {
  padding: 0.25rem 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
  align-items: center;
  color: #0f0f0f;
  display: flex;
  font-size: .875rem;
  justify-content: space-between;
  line-height: 1;
  position: relative;
  font-weight: 700;
  padding-bottom: 0.25rem;
  text-decoration: none;
  transition: color .3s ease-in-out;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a:hover {
  color: #002c78;
}

header.header-bg {
  min-height: 81px;
}
.mobile-navigation-bar {
  background: #f3f3f3;
  color: #444;
  cursor: default;
  clip-path: inset(0 0 0 0);
  height: 100%;
  overflow: hidden;
  transform: translateX(0);
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}

.mobile-navigation-bar .hs-menu-wrapper>ul {
  -webkit-overflow-scrolling: touch;
  background: inherit;
  bottom: 0;
  cursor: default;
  left: 0;
  line-height: 24px;
  overflow: visible;
  overflow-y: auto;
  padding-right: 30%;
  position: fixed;
  top: calc(50px + 1px);
  transition: left .3s ease 0s;
  width: 130%;
  z-index: 2;
}

.mobile-navigation-bar .hs-menu-wrapper>ul>li {
  background: inherit;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}

.mobile-navigation-bar .hs-menu-wrapper>ul>li:before {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  display: block;
  height: 10px;
  opacity: .4;
  position: absolute;
  right: calc(var(--mm-spn-item-height)/2);
  top: calc(var(--mm-spn-item-height)/2);
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  z-index: 0;
}

.mobile-navigation-bar .hs-menu-wrapper>ul>li:after {
  border-top: 1px solid;
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  opacity: .15;
}

.mobile-navigation-bar .hs-menu-wrapper>ul>li>a {
  background: inherit;
  color: inherit;
  text-decoration: none;
  padding: calc((50px - 24px)/2) 20px;
  position: relative;
  z-index: 1;
}

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

.desktop-logo svg {
  flex-shrink: 1;
  margin: 0 0.5rem 0 0;
  max-width: 9.375rem;
  width: 100%;
}


.mobile-navigation {
  display: none;
}
.mm-menu_offcanvas {
  position: fixed;
  z-index: 99;
  left: auto !important;
  right:0;
}
.mm-menu_offcanvas.open-nav {
  background: rgba(0,0,0,.25);
  bottom: 0;
  transition-delay: 0s;
}
.mm-panels {
  background: #fff;
  bottom: 0;
  max-width: 440px;
  min-width: 200px;
  position: absolute;
  top: 0;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 100%;
  z-index: 2;
  right: 0;
  transform: translate3d(100%,0,0);
}
.mm-menu_offcanvas.open-nav .mm-panels {
  transform: translateZ(0);
}
.mm-menu_offcanvas {
  -ms-scroll-chaining: none;
  background: transparent;
  bottom: 100%;
  left: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: .45s,.15s;
  transition-duration: 0s,.3s;
  transition-property: bottom,background-color;
  transition-timing-function: ease;
  z-index: 99;
  top: 3.75rem;
}
.mm-panel {
  background: #f3f3f3 !important;
  color: #444 !important;
}
.mm-listitem>a {
  padding: 15px 20px !important;
}
body.hidee {
  overflow-y: hidden;
}

.mm-menu_offcanvas {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.mm-panels {
  right: 0;
  left: auto;
}
.mm-panel:after, .mm-panel:before {
  content: "";
  display: block;
  height: 10px !important;
}
.mm-navbar{
  /* padding: 15px 0; */
  height: 50px;
}
.mm-listitem {
  position: relative;
  height: 50px;
  /* padding: 13px 20px!important; */
}
.mm-navbar>* {
  box-sizing: border-box;
  display: block;
  padding: 15px 0;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 0 !important;
}
.mm-panels {
  width: 80%;
}
.cst-icon-nav .hs-menu-wrapper>ul>li>ul{
  border-right:0 !important;
}
.mobile-bar__dropdown-menu ul {
  padding: 0;
  margin: 0;
}
.mm-listitem>a {
  padding: 15px 20px!important;
  color: #444444 !important;
}
div#mm-1 .mm-navbar__title {
  position: relative;
  left: -10px;
}

.mm-btn_next:after {
  right: 21px;
  top: 3px;
}
.mm-panel_has-navbar {
  padding-top: 42px;
}
.mm-panel:after, .mm-panel:before {
  height: 8px!important;
}
.mm-btn_prev:before {
  top: 8px;
  left: 20px;
}
.mm-page__blocker{
  background: rgba(3,2,1,0);
  bottom: 0;
  position: absolute;
  top: 0;
  width: clamp(100% - 440px,100% - 80%,100% - 200px);
  z-index: 999;
   display:block !important;
  left: 0;
}
@media screen and (min-width: 75rem){
  .mm-page__blocker{
  display:none !important;
}
  .navigation-main__wrapper {
    align-items: center;
    background: #fff;
    display: flex;
    height: 5rem;
    left: 0;
    position: fixed;
    top: 0;
    transition: transform .3s ease-in-out;
    transition-delay: .25s;
    width: 100%;
    z-index: 100;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a{
    align-items: center;
    color: #0f0f0f;
    display: flex;
    font-size: .875rem;
    font-weight: 600;
    height: 5rem;
    justify-content: space-between;
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: color .3s ease-in-out;
    white-space: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    background-image:url('data:image/svg+xml;utf8,<svg fill="%230f0f0f" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 7.1"><path d="M10.2.3 6 4.5 1.8.3C1.3-.1.6 0 .3.4c-.3.4-.3 1 0 1.4l5 5c.4.4 1.1.4 1.5 0l5-5c.4-.4.4-1.1 0-1.5-.5-.4-1.2-.4-1.6 0z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    height: 0.4375rem;
    margin: 0 0 0 0.375rem;
    width: 0.75rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    border-color: transparent transparent #cfdced;
    border-style: solid;
    border-width: 0 0.75rem 0.625rem;
    bottom: 0;
    content: "";
    height: 0;
    left: 0.5rem;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    width: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before {
    opacity: 1;
  }
  .mobile-header {
    display:none;   
  }
  .mm-menu_offcanvas{
    display:none;
  }
}

@media screen and (min-width: 75rem) and (min-width: 90rem){
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a{
    font-size: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    margin: 0 0 0 0.6875rem;
  }
}




@media only screen and (max-width: 74.99375rem){
  .navigation-main__wrapper{
    display:none;
  }
  .mobile-header {
    background: #fff;
    box-shadow: 0 0 0.9375rem rgb(0 0 0 / 10%);
    height: 3.75rem;
    left: 0;
    padding: 0 1.25rem;
    position: fixed;
    top: 0;
    width: 100%;
    align-items: center;
    display: flex;
    z-index: 100;
  }
  .header-mob-logo a {
    display: block;
    width: 7.5rem;
  }
  header.header-bg {
    min-height: 61px;
  }
  .mobile-navigation {

    top: 3.75rem;
  }
  .mobile-bar__dropdown-menu {
    background: #cfdced;
    border: 0;
    border-radius: 0 0 0.625rem 0.625rem;
    list-style: none;
    margin: -0.125rem 0 0!important;
    padding: 1rem 1rem 0!important;
  }
}


@media only screen and (max-width: 74.99375rem) and (min-width: 36rem){
  .header-mob-logo a {
    width: 9.375rem;
  }
}


@media only screen and (max-width: 380px){
  .langauage-switcher ul {
    white-space: nowrap;
  }
  .header-mob-contact-bar {
    padding: 14px 0px;
  }
  .header-mob-logo a {
    width: 5.5rem;
  }
}
.footer {
  background: #f0f0f0;
}

.footer-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  max-width:100%;
  padding-left: 0.75rem;
  align-items: center!important;
  padding-right: 0.75rem;
  display: flex!important;

}
a.footer-logo svg {
  vertical-align: middle;
}
a.footer-logo {
  display: inline-block;
  flex-shrink: 0;
  margin-bottom: 1.875rem;
  max-width: 11.875rem;
  width: 100%;
}

span.page-footer__border {
  align-self: stretch;
  background: #fff;
  height: 0.0625rem;
  width: 100%;
}
.footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 1.125rem 0 1.875rem;
  white-space: nowrap;
}
.footer-contact ul li {
  margin: 0.75rem 1rem 0;
}
.footer-contact ul li a {
  align-items: center;
  color: #0f0f0f;
  display: flex;
  text-decoration: none;
  transition: color .3s ease-in-out;
}
.footer-contact ul li a:hover {
  color: #003796;
}
.footer-contact ul li a svg {
  fill: #003796;
  display: block;
  flex-shrink: 0;
  height: auto;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 1.125rem 0 0;
}
.cst-footer-contact {
  position: relative;
  max-width: 100%;
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
}
.cst-footer-contact .page-center {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cst-footer-contact-col {
  padding: 0 0.75rem!important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  width: calc(100% + 1.5rem);
}
.cst-footer-contact-wrapper {
  color: #fff;
  padding: 2.5rem 0 1.3125rem;
  position: relative;
  z-index: 0;
}
.cst-footer-contact-wrapper:before {
  background: #003796;
  content: "";
  height: 100%;
  left: 49.2%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.cst-footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cst-footer-contact-section1 {
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.cst-footer-contact-section2 {
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.cst-footer-contact-section1 h2 {
  text-rendering: optimizelegibility;
  display: block;
  font-style: normal;
  font-weight: 500;
  line-height: calc(1em + .375rem);
  margin-bottom: 1.2rem;
  color: #fff;
}
.cst-footer-contact-section1 p {
  margin-bottom: 1.1875rem!important;
  color:#fff;
  font-size:20px;
}
.cst-footer-contact-section1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cst-footer-contact-section1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.cst-footer-contact-section1 ul li a {
  user-select: none;
  vertical-align: middle;
  transition: all .3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: calc(1em + .5rem);
  padding: 9px 16px;
  text-align: center;
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  background-color: #fff;
  border-color: #fff;
  color: #003796;
  margin: 0 0.625rem 0.625rem 0;
}
.cst-footer-contact-section1 ul li a svg {
  height: 1.28em;
  margin: 0 0.4375rem 0 0;
  transform: translateY(-0.125rem);
  transition: fill .3s ease-in-out;
  width: auto;
  fill: #003796;
}
.cst-footer-contact-section1 ul li a:hover {
  background-color: #6f93c6;
  border-color: #6f93c6;
  color: #fff;
}
.cst-footer-contact-section1 ul li a:hover svg{
  fill: #fff;
}
.footer-image {
  background: #fff;
  border-radius: 1.875rem;
  color: #0f0f0f;
  display: block;
  margin: 0 0 1.1875rem!important;
  overflow: hidden;
  width: 100%;
}
.footer-image >span {
  border-radius: 1.875rem;
  display: block;
  overflow: hidden;
  padding-bottom: 57.3%;
  position: relative;
}
.footer-image >span img {
  vertical-align: middle;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cst-footer-contact {
  background: #f0f0f0;
}
.cst-footer-contact-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
.cst-footer-contact-row {
  width: 100%;
}
.cst-footer-contact-section1 ul li a svg {
  width: 23.034px;
  height: 23.034px;
}
.footer-inner {
  padding: 1.25rem 0;
}
.footer-contact ul li a svg {
  fill: #003796;
  display: block;
  flex-shrink: 0;
  height: auto;
  margin: 0 0.625rem 0 0;
  width: 1.125rem;
}
.footer-nav ul li {
  margin: 0.75rem 0.5rem 0;
}
.footer-nav ul li a {
  color: #0f0f0f;
  text-decoration: none;
  transition: color .3s ease-in-out;
}
.footer-row {
  justify-content: center;
}
.cst-icon-nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0,0%,100%,.33);
  border-radius: 0.625rem 0 0 0.625rem;
  bottom: 1.25rem;
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
  padding: 0.3125rem;
  position: fixed;
  right: 0;
  z-index: 100;
}
.cst-icon-nav .hs-menu-wrapper >ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.cst-icon-nav .hs-menu-wrapper >ul>li {
  margin: 0 0 0.3125rem;
  position: relative;
}
.cst-icon-nav .hs-menu-wrapper >ul>li:last-child{
  margin: 0;
}
.cst-icon-nav .hs-menu-wrapper >ul>li>a {
  align-items: center;
  background: #00389c;
  border-radius: 0.625rem;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  padding: 0.3125rem;
  width: 1.875rem;
}
.cst-icon-nav .hs-menu-wrapper >ul>li>a {
  box-shadow: none;
  text-decoration: none;
}
.cst-icon-nav .hs-menu-wrapper >ul>li:first-child>a{
  background: #00389c;
}
.cst-icon-nav .hs-menu-wrapper >ul>li:nth-child(2)>a{
  background: #ffa01b;
}
.cst-icon-nav .hs-menu-wrapper >ul>li:nth-child(3)>a{
  background: #8f6dc4;
}
.cst-icon-nav .hs-menu-wrapper >ul>li:last-child>a{
  background: #52bcc0;
}
.cst-icon-nav .hs-menu-wrapper>ul>li>a svg {
  display: block;
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.cst-icon-nav .hs-menu-wrapper>ul>li>a svg path {
  stroke: #fff;
}
.cst-icon-nav .hs-menu-wrapper>ul>li:hover >ul {
  max-width: 25rem;
}

@media screen and (min-width: 48rem){
  .footer-col {
    flex-direction: row!important;
    justify-content: space-between!important;
  }
  a.footer-logo {
    margin-bottom: 0;
  }
  span.page-footer__border {
    height: auto;
    margin: 0 0.75rem;
    width: 0.125rem;
  }
  .footer-contact ul {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .footer-contact ul li {
    margin: 0.5625rem 0;
  }
  .footer-nav ul {
    grid-gap: 0 1.875rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    display:flex;
  }
  .footer-nav ul li {
    margin: 0.5625rem 0;
  }
  .cst-icon-nav {
    padding: 0.625rem;
  }
  .cst-icon-nav .hs-menu-wrapper >ul>li {
    margin: 0 0 0.625rem;
  }
  .cst-icon-nav .hs-menu-wrapper >ul>li>a {
    height: 2.5rem;
    width: 2.5rem;
  }

}

@media screen and (min-width: 62rem){
  .footer-contact ul li a svg {
    margin: 0 0.9375rem 0 0;
    width: 1.5rem;
  }
  .cst-footer-contact-section1 {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-top: 1rem!important;
  }
  .cst-footer-contact-section2 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 75rem){
  .footer {
    font-size: 1.125rem;
  }
  .footer-col {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .footer-nav ul {
    //grid-gap: 0 4.375rem;
    display:flex;
  }
  .cst-footer-contact-section1 {
    font-size: 1.25rem;
  }
  .cst-footer-contact-section1 h2 {
    font-size: 2.1875rem;
  }
  .cst-icon-nav {
    border-radius: 0 0.625rem 0.625rem 0;
    bottom: unset;
    left: 0;
    right: unset;
    top: 10.625rem;
  }
  .cst-icon-nav .hs-menu-wrapper >ul>li>a {
    height: 3.125rem;
    width: 3.125rem;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul {

    background: #ffa01b;
    border-color: #ffa01b;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li:nth-child(3)>ul {

    background: #8f6dc4;
    border-color: #8f6dc4;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li:last-child>ul {

    background: #52bcc0;
    border-color: #52bcc0;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li:first-child>ul {

    background: #00389c;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li>ul {
    border-radius: 0 0.625rem 0.625rem 0;
    display: flex;
    left: calc(100% - 0.625rem);
    margin: 0;
    max-width: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    transition: max-width .3s ease-in-out;
    z-index: -1;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li>ul>li {
    border-right: 0.125rem solid;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li:first-child>ul>li {
    border-right-color: #00389c;
  }.cst-icon-nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
    border-right-color:#ffa01b ;
  }.cst-icon-nav .hs-menu-wrapper>ul>li:nth-child(3)>ul>li {
    border-right-color:#8f6dc4 ;
  }.cst-icon-nav .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
    border-right-color: #52bcc0;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li>ul {
    border: 2px solid;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li>ul>li>a {
    align-items: center;
    background: hsla(0,0%,100%,.15);
    color: #fff;
    display: flex;
    font-size: .75rem;
    height: 2.875rem;
    justify-content: center;
    min-width: 4.0625rem;
    overflow: hidden;
    padding: 0.3125rem 0.625rem;
    text-align: center;
    text-decoration: none;
    transition: background .3s ease-in-out;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li>ul>li:first-child>a {
    min-width: 4.6875rem;
    padding-left: 0.9375rem;
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background: 0;
    color: #fff;
  }
  body.header-hide .navigation-main__wrapper {
    transform: translateY(-100%);
  }
  .cst-icon-nav .hs-menu-wrapper>ul>li:first-child>ul {
    background: #00389c;
    border-color: #00389c;
  }
}


@media screen and (min-width: 90rem){
  .footer-inner {
    padding: 3.125rem 0;
  }
  .cst-footer-contact-wrapper {
    margin: 3.125rem 0 0;
    padding: 3.125rem 0 0.4375rem;
  }
  .cst-footer-contact-section1 ul {
    padding: 1.1875rem 0;
  }
  .cst-footer-contact-section1 ul li a {
    margin: 0 1.5rem 1.5rem 0;
  }
  .footer-image {
    margin: -6.25rem 0 1.1875rem!important;
  }
  .cst-footer-contact {
    padding: 3.125rem 0;
  }
}

@media screen and (max-width: 75rem){
  .footer-nav ul li a {
    font-size: 16px;
  }
  .footer-contact ul li a {
    font-size: 16px;
  }
  .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .cst-icon-nav .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
}


@media screen and (max-width: 48rem){
  .footer-col {
    flex-direction: column!important;
  }
  .footer-nav ul li {
    font-size: 0;
  }

  .footer-contact ul li a svg {
    height: 14px;
  }
}

@media screen and (max-width: 36rem){
  .footer-contact ul li a, .footer-nav ul li a {
    font-size: 14px;
  }
}
