*, *: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;
}
@media screen and (max-width: 1024px) {
  .dnd-section > .row-fluid {
    padding: 0 20px;
  }
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Avenir-LT-W01_85-Heavy1475544';
  src: url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/AvenirLTW01-85Heavy/AvenirLTW01-85Heavy.woff2) format('woff2'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/AvenirLTW01-85Heavy/AvenirLTW01-85Heavy.woff) format('woff'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/AvenirLTW01-85Heavy/AvenirLTW01-85Heavy.ttf) format('truetype'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/AvenirLTW01-85Heavy/AvenirLTW01-85Heavy.svg) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'wf_2037fd65942642b0baf9d5422';
  src: url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Regular/NunitoSans-Regular.woff2) format('woff2'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Regular/NunitoSans-Regular.woff) format('woff'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Regular/NunitoSans-Regular.ttf) format('truetype'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Regular/NunitoSans-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_200776fa8fe24a9ba719aac69';
  src: url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-SemiBoldItalic/NunitoSans-SemiBoldItalic.woff2) format('woff2'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-SemiBoldItalic/NunitoSans-SemiBoldItalic.woff) format('woff'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-SemiBoldItalic/NunitoSans-SemiBoldItalic.ttf) format('truetype'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-SemiBoldItalic/NunitoSans-SemiBoldItalic.svg) format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'wf_a432f7ede58448c38ccd1b559';
  src: url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Bold/NunitoSans-Bold.woff2) format('woff2'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Bold/NunitoSans-Bold.woff) format('woff'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Bold/NunitoSans-Bold.ttf) format('truetype'),
    url(https://7745492.fs1.hubspotusercontent-eu1.net/hubfs/7745492/raw_assets/public/Mobilise_Care_Jan2022/fonts/NunitoSans-Bold/NunitoSans-Bold.svg) format('svg');
  font-weight: bold;
  font-style: normal;
}

body {
  background-color: #ededed;
  line-height: normal;
}

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

img{
  max-width: 100%;
  height: auto;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

.body-container-wrapper a{
  text-decoration: underline;
}

/* Headings */

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

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1.3em;
  margin-left: 0.5em;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 15px 0 1.4rem;
  line-height: 1.5;
  padding: 10px 20px 10px 18px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none!important;
}

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;
}
/****************************************/
/* Author: http://6minded.com/
/* Release date: Mon Jul 17 2023 07:15:16 GMT+0200 (CEST) */
/****************************************/
/***  VARIABLES ***/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
:root {
  --body-font: 'Nunito Sans';
  --form-font: var(--body-font);
  --form-font-size: 18px;
  --form-font-color: #0f1765;
  --form-border: 1px solid #c3c4cb;
  --form-border-radius: 6px;
  --form-padding: 0px 15px;
  --form-filed-margin: 0px 0px 25px 0px;
  --form-label-size: 16px;
  --form-label-color: #0f1765;
  --form-legend-size: 14px;
  --form-legend-color: #0f1765;
  --form-placeholder-size: var(--form-font-size);
  --form-placeholder-color: #b8bac5;
  --form-error-size: 14px;
  --form-error-color: #d0011b; }

/*** GLOBALS ***/
/********************************************************/
/*******  __footer.scss *******/
/********************************************************/
body footer.footer .footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px; }

/********************************************************/
/*******  __forms.scss *******/
/********************************************************/
/* Form Title */
form .hs_submit.hs-submit *,
form .legal-consent-container *,
form .hs-form-field * {
  font-family: var(--form-font) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Fields */
.hs-form-field {
  margin: 0 0 25px 0px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  /* Labels */
  /* Help text */
  /* RADIO & CHECKBOX*/ }
  @media (max-width: 767px) {
    .hs-form-field {
      margin-bottom: 30px; } }
  .hs-form-field > label {
    font-weight: 700;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-label-color);
    display: inline-block;
    padding: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .hs-form-field > legend {
    font-weight: 600;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    color: #707181;
    padding-left: 0; }
  .hs-form-field > .input {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .hs-form-field .hs-error-msgs {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .hs-form-field.hs-fieldtype-checkbox > label {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0); }
  .hs-form-field.hs-fieldtype-checkbox ul {
    margin-top: 10px;
    padding-left: 25px; }
  .hs-form-field.hs-fieldtype-checkbox li {
    margin-bottom: 7px;
    height: unset; }
    .hs-form-field.hs-fieldtype-checkbox li label {
      margin-bottom: 0; }
  .hs-form-field ul.inputs-list {
    margin-top: 10px;
    padding-left: 25px; }
    .hs-form-field ul.inputs-list li {
      margin-bottom: 7px;
      height: unset; }
      .hs-form-field ul.inputs-list li label {
        margin-bottom: 0; }
  .hs-form-field.hs-fieldtype-radio > label {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0); }
  .hs-form-field.hs-fieldtype-radio ul {
    margin-top: 10px;
    padding-left: 25px; }
  .hs-form-field.hs-fieldtype-radio li {
    margin-bottom: 0px; }

/* RADIO */
form input[type='radio'] {
  visibility: hidden;
  display: none;
  margin-right: 0px; }
  form input[type='radio'] + span {
    margin-left: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    position: relative; }
    form input[type='radio'] + span:before {
      content: '';
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #c3c4cb;
      background-color: #fff;
      position: absolute;
      left: -25px;
      top: 3px;
      height: 18px;
      width: 18px;
      -webkit-transition: 0.3s all;
      -o-transition: 0.3s all;
      -moz-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
    form input[type='radio'] + span:after {
      position: absolute;
      left: -21px;
      top: 7px;
      height: 10px;
      width: 10px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #0f1765;
      cursor: pointer; }
  form input[type='radio']:checked + span:before {
    border-color: #0f1765; }
  form input[type='radio']:checked + span:after {
    content: ''; }

/* CHECKBOX */
form input[type='checkbox'] {
  visibility: hidden;
  display: none; }
  form input[type='checkbox'] + span {
    margin-left: 0px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px; }
    form input[type='checkbox'] + span:before {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      border: 1px solid #c3c4cb;
      background-color: #fff;
      top: 4px;
      left: -25px;
      cursor: pointer; }
    form input[type='checkbox'] + span:after {
      content: '';
      position: absolute;
      top: 0px;
      left: -23px;
      cursor: pointer;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      font-weight: 400; }
  form input[type='checkbox']:checked + span:before {
    background-color: #0f1765;
    border-color: #0f1765;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 80%;
      -o-background-size: 80%;
         background-size: 80%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.75 8L11 1' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

/* 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 {
  display: inline-block;
  font-size: var(--form-font-size);
  padding: var(--form-padding);
  width: 100%;
  border: var(--form-border);
  -webkit-border-radius: var(--form-border-radius);
     -moz-border-radius: var(--form-border-radius);
          border-radius: var(--form-border-radius);
  color: var(--form-font-color);
  height: 50px;
  font-weight: 400;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all; }
  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;
    border-color: #83858c; }

form textarea {
  min-height: 240px; }

form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M5 6L0.669874 -1.38009e-07L9.33013 -8.95112e-07L5 6Z' fill='%23707181'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: -webkit-calc(100% - 12px);
  background-position-x: -moz-calc(100% - 12px);
  background-position-x: calc(100% - 12px);
  background-position-y: 50%; }
  form select.is-placeholder {
    color: var(--form-placeholder-color); }

form input[type='file'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100px; }

/* Fieldset */
fieldset {
  max-width: 100% !important;
  margin: var(--form-filed-margin); }
  fieldset .hs-richtext {
    max-width: inherit;
    margin: 0; }
  fieldset .input {
    width: 100%;
    margin: 0 !important; }
  fieldset select {
    width: 100% !important; }
  fieldset.form-columns-1 .hs-input {
    width: 100% !important; }
  fieldset.form-columns-2 {
    gap: 40px; }
    fieldset.form-columns-2 .hs-form-field {
      width: -webkit-calc(50% - 20px) !important;
      width: -moz-calc(50% - 20px) !important;
      width: calc(50% - 20px) !important; }
  fieldset.form-columns-3 {
    gap: 40px; }
    fieldset.form-columns-3 .hs-form-field {
      width: -webkit-calc(33.33333% - 26.66666px) !important;
      width: -moz-calc(33.33333% - 26.66666px) !important;
      width: calc(33.33333% - 26.66666px) !important; }
  fieldset[class^='form-columns-']:not(.form-columns-1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
      fieldset[class^='form-columns-']:not(.form-columns-1) {
        gap: 0; } }
    @media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
      fieldset[class^='form-columns-']:not(.form-columns-1) .hs-form-field {
        width: 100% !important;
        padding: 0px; } }
    @media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
      fieldset[class^='form-columns-']:not(.form-columns-1) .hs-form-field input {
        width: 100% !important; } }

/* Datepciker */
input:is([type='date'], [type='time'], [type='datetime-local'], [type='month'], [type='week']) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--form-font);
  display: inline-block;
  font-size: var(--form-font-size);
  padding: var(--form-padding);
  width: 100%;
  border: var(--form-border);
  -webkit-border-radius: var(--form-border-radius);
     -moz-border-radius: var(--form-border-radius);
          border-radius: var(--form-border-radius);
  color: var(--form-font-color);
  height: 50px;
  font-weight: 400;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all; }
  input:is([type='date'], [type='time'], [type='datetime-local'], [type='month'], [type='week']):focus {
    outline: none;
    border-color: #83858c; }

.hs-fieldtype-date .input .hs-dateinput:before {
  right: 14px; }

.hs-fieldtype-date {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .hs-fieldtype-date input {
    display: block;
    font-size: var(--form-font-size);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: var(--form-border);
    -webkit-border-radius: var(--form-border-radius);
       -moz-border-radius: var(--form-border-radius);
            border-radius: var(--form-border-radius);
    color: var(--form-font-color);
    height: 50px;
    font-weight: 400;
    background-color: #fff;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100%;
    position: static;
    line-height: 50px;
    text-align: left !important;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: var(--form-font) !important; }

/* Placeholders */
::-webkit-input-placeholder {
  color: var(--form-placeholder-color);
  font-size: var(--form-placeholder-size);
  font-family: var(--form-font);
  font-weight: 400; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder {
  font-family: var(--form-font);
  color: var(--form-placeholder-color);
  font-size: var(--form-placeholder-size);
  font-weight: 400; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  font-family: var(--form-font);
  color: var(--form-placeholder-color);
  font-size: var(--form-placeholder-size);
  font-weight: 400; }

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  form .inputs-list input.hs-input {
    width: auto !important; }

form .inputs-list > li {
  display: block;
  margin: 0px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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 - date picker */
.hs-dateinput {
  position: relative; }

.hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.fn-date-picker .pika-table thead th {
  color: #fff; }

.fn-date-picker td.is-selected .pika-button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  color: #fff; }

/* Inputs - file picker */
form input[type='file'] {
  height: 50px;
  padding-left: 45px;
  -moz-background-size: 18px;
    -o-background-size: 18px;
       background-size: 18px;
  background-position-x: 12px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  line-height: 48px;
  font-size: 18px;
  background-position-y: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.942 2.00864C12.8288 0.922928 11.0232 0.922928 9.91007 2.00864L2.56582 9.17417C0.77671 10.9209 0.77671 13.7499 2.56582 15.4966C4.35569 17.2433 7.25529 17.2433 9.04555 15.4966L14.8601 9.82359C15.0972 9.58846 15.4874 9.58846 15.7246 9.82359C15.9656 10.055 15.9656 10.4357 15.7246 10.6671L9.91007 16.3401C7.64165 18.5533 3.9349 18.5533 1.70053 16.3401C-0.566862 14.1269 -0.566823 10.5103 1.70053 8.33069L9.04555 1.1644C10.6369 -0.388135 13.2152 -0.388135 14.8065 1.1644C16.3978 2.71665 16.3978 5.23292 14.8065 6.78554L7.77554 13.6454C6.69679 14.6979 4.92184 14.6009 3.9349 13.4401C3.15339 12.4138 3.23487 11.0142 4.15677 10.1147L9.96363 4.44915C10.2008 4.21402 10.591 4.21402 10.8282 4.44915C11.0691 4.68055 11.0691 5.06124 10.8282 5.29264L5.0213 10.9582C4.5087 11.4285 4.49723 12.1749 4.89124 12.6937C5.38853 13.2983 6.34869 13.3506 6.91101 12.8019L13.942 5.94205C15.0551 4.85597 15.0551 3.09472 13.942 2.00864Z' fill='%23707181'/%3E%3C/svg%3E%0A"); }
  form input[type='file']::-webkit-file-upload-button, form input[type='file']::file-selector-button {
    background: transparent;
    color: transparent;
    border: none;
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin: 0px;
    padding: 0px; }

/* Headings and text */
form .hs-richtext {
  font-size: 16px;
  margin: 0 0 0 0px; }

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: var(--form-error-color); }

.hs-input.invalid.error {
  border-color: var(--form-error-color); }

.hs-error-msg {
  color: var(--form-error-color);
  /* margin-top: 5px; */ }

.hs-error-msgs {
  list-style: none;
  padding-left: 0;
  margin: 0px;
  display: block; }
  .hs-error-msgs li {
    font-size: var(--form-error-size);
    line-height: 1.2;
    padding: 0 !important;
    margin: 0 !important;
    display: block; }
    .hs-error-msgs li label {
      margin-left: 0px; }
    .hs-error-msgs li:first-child {
      margin-left: 0px; }
    .hs-error-msgs li:before {
      content: '';
      display: none !important; }
    .hs-error-msgs li a {
      color: inherit;
      font-weight: inherit; }

/* Submit button */
form .hs-submit > .actions {
  margin-top: 0px; }

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: var(--form-font);
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: normal;
  border: 1px solid #0f1765;
  color: #fff;
  background-color: #0f1765;
  line-height: 48px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 0px 25px;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  height: 50px; }
  form input[type='submit']:active, form input[type='submit']:focus, form input[type='submit']:hover,
  form .hs-button:active,
  form .hs-button:focus,
  form .hs-button:hover {
    border-color: #ff93bc;
    background-color: #ff93bc; }

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto; }

/* Datepicker */
.fn-date-picker td.is-selected .pika-button {
  background: #494a52; }

.fn-date-picker td .pika-button:hover {
  background-color: #494a52 !important; }

.fn-date-picker td.is-today .pika-button {
  color: #494a52; }

/* LEGAL CONTAINER */
body form .legal-consent-container {
  color: #7c8280;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px; }
  body form .legal-consent-container > div {
    margin-bottom: 8px; }
  body form .legal-consent-container a {
    color: #0f1765;
    text-decoration: underline;
    display: inline; }
  body form .legal-consent-container .hs-form-field .hs-error-msgs {
    margin-top: 0px; }
    body form .legal-consent-container .hs-form-field .hs-error-msgs li {
      font-size: 12px; }
  body form .legal-consent-container .inputs-list p {
    color: #7c8280;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left; }
  body form .legal-consent-container .inputs-list > li {
    height: unset; }
  body form .legal-consent-container .hs-fieldtype-booleancheckbox {
    padding-left: 25px;
    margin-bottom: 0 !important; }
  body form .legal-consent-container .hs-richtext {
    color: #7c8280;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }
    body form .legal-consent-container .hs-richtext p {
      font-size: inherit;
      margin-bottom: 10px;
      color: inherit; }
  body form .legal-consent-container .inputs-list label {
    margin-bottom: 0; }
  body form .legal-consent-container .inputs-list > li:last-child {
    margin-bottom: 0; }
  body form .legal-consent-container input[type='checkbox'] + span:before {
    top: 0px; }
  body form .legal-consent-container .hs-form-booleancheckbox-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    body form .legal-consent-container .hs-form-booleancheckbox-display > span,
    body form .legal-consent-container .hs-form-booleancheckbox-display > span p,
    body form .legal-consent-container .hs-form-booleancheckbox-display > p {
      margin-left: 0px !important;
      color: #7c8280;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px; }
    body form .legal-consent-container .hs-form-booleancheckbox-display input[type='checkbox'],
    body form .legal-consent-container .hs-form-booleancheckbox-display input[type='radio'] {
      margin-right: 0px;
      margin-top: 5px; }

/*** CUSTOM MODULES ***/
/*** WEBSITES ***/
/*** LANDINGS ***/
/*** BLOGS ***/

/*# sourceMappingURL=template.css.map */
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header .container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1.89%;
}
.menu_wrapper {
  margin-top: 22px;
}

.header_logo img {
  vertical-align: middle;
}

.header_logo {
  margin: 21px 0px 5px calc((30% - 261px) * 0.445);
}

.menu_wrapper {
  display: flex;
  align-items: center;
}

.custom-menu-primary ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary ul>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 9;
}

.button_wrapper a {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  min-width: 100%;
  font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy;
  line-height: 1;
  background-color: rgb(15,23,101);
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
    min-height: 35px;
    font-size: 18px;
}
.button_wrapper a:before,
.button_wrapper a:after {
  content: "";
  flex-grow: 1;
  align-self: stretch;
}
.button_wrapper {
/*   width: 113px; */
  margin-left: 25.5px;
}
.custom-menu-primary ul>li {
  display: flex;
  padding: 0px 6px 0;
  align-items: center;
}
.custom-menu-primary ul>li>a {
  padding: 0 10px;
  color: rgb(122,122,122);
  font-size: 17px;
  line-height: 40px;
}
.language_switcher_wrapper .langugae_handler {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 43px;
  cursor: pointer;
}
.language_switcher_wrapper .arrow_icon {
  margin: 0 14px 0 20px;
  line-height: 0;
}
.language_switcher_wrapper .arrow_icon svg {
  width: 12px;
  height: auto;
}
.language_switcher_wrapper .image_wrapper {
  margin: 0 -6px 0 14px;
}
.language_switcher_wrapper .image_wrapper img {
  max-height: 16px;
  display: block;
}
.language_switcher_wrapper .arrow_icon svg path {
  fill: #000;
}
.language_switcher_wrapper {
  position: relative;
}
.language_switcher_wrapper .dropdown_lang {
  position: absolute;
  z-index: 9;
  max-width: 100%;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  top: 0;
  background-color: #ededed;
  display: none;
}
.language_switcher_wrapper .dropdown_lang li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 43px;
  cursor: pointer;
}
.language_switcher_wrapper .dropdown_lang li:hover {
  background-color: #0f1765;
}
.language_switcher_wrapper .language_switcher_wrapper {
  position: relative;
}
.language_switcher_wrapper .image_wrapper {
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
}
.custom-menu-primary ul>li:hover ul {
  display: block;
}
.custom-menu-primary ul>li>ul {
  position: absolute;
  left: -57px;
  top: 48px;
}
.custom-menu-primary ul>li:nth-child(3)>ul {
  left: -30px;
  padding-left: 1px;
}
.custom-menu-primary ul>li:last-child>ul {
  left: -32px;
}
.custom-menu-primary ul>li {
  position: relative;
}
.custom-menu-primary ul>li>ul>li {
  text-align: center;
  display: block;
  padding: 0 3px;
}
.custom-menu-primary ul>li>ul>li>a {
  display: block;
  width: max-content;
  margin: 0 auto;
  line-height: 32px;
}
.custom-menu-primary>div,
.custom-menu-primary div>nav {
  height: 100%;
  width: 100%;
}
.custom-menu-primary .navigation-primary>ul>li {
  min-height: 43px;
}
.header_mobile_logo {
  display: none;
}
header.header .custom-menu-primary ul.submenu.level-1>li>a:after {
  content: '';
  display: block;
  width: 100%;
  min-height: 66px;
  position: absolute;
  bottom: 0;
  top: 0;
}
.toggler,.mobile_menu{
  display: none;
}
.button_wrapper a:hover {
  background-color: #ff7aa2;
  color: #fff;
}
.langugae_handler:hover {
  background-color: rgb(15,23,101);
}
.langugae_handler:hover .arrow_icon svg path {
  fill: rgb(149,149,149);
}
.language_switcher_wrapper.lang-open .dropdown_lang {
  display: block;
}

.language_switcher_wrapper.lang-open .dropdown_lang li:first-child {
  background-color: rgb(243, 243, 243);
}

._25TLh svg path {
  fill: #000;
}

._25TLh {
  margin: 0 14px 0 20px;
  line-height: 0;
}

._25TLh svg {
  width: 12px;
  height: auto;
}

.language_switcher_wrapper.lang-open ._25TLh svg {
  transform: rotate(180deg);
}
.mobile_lang_switcher{
  display: none;
}

@media (max-width: 1680px){
  header.header .container {
    margin-right: 2.19%;
  }
}

@media (max-width: 1440px){
  header.header .container {
    margin-right: 2.44%;
  }
}
@media (max-width: 1400px){
  header.header .container {
    margin-right: 2.54%;
  }
}
@media (max-width: 1200px){
  header.header .container {
    margin-right: 3.04%;
  }
}
@media (max-width: 1200px){
  header.header .container {
    margin-right: 2.44%;
  }
}
@media (max-width: 1100px){
  .header_logo{
    margin-left: 0;
  }
  .custom-menu-primary ul>li>a {
    padding: 0 5px;
    font-size: 14px;
  }
  .button_wrapper {
    width: auto;
    margin-left: 5px;
  }
  .button_wrapper a {
    padding: 5px 13px;
    font-size: 15px;
  }
  .header_logo {
    max-width: 18%;
  }
}


@media (max-width: 860px){
  header.header {
    padding: 0 12px 0 20px;
  }
  header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 8;
  }
  .header_wrapper {
    min-height: 67px;
  }
  header.header .container {
    width: 100%;
    margin: 0;
  }
  .header_logo{
    display: none;
  }
  .header_mobile_logo{
    display: block;
    margin: 15px 0 16px;
  }
  .header_mobile_logo img{
    width: 48px!important;
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: middle;
  }

  .custom-menu-primary {
    display: none;
  }
  .language_switcher {
    display: none;
  }
  .button_wrapper {
    display: none;
  }
  .toggler{
    display: block;
  }
  button.toggler {
    min-width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 50px;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 6px 0 11px;
    z-index: 99;
  }
  button.toggler svg {
    transition-duration: .15s;
    transition-property: stroke;
    stroke: #50568b;
    width: 20px;
    stroke-width: 3px;
    height: 17px;
    overflow: visible;
  }
  button.toggler svg .line{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-origin: 8.5px 0;
  }
  button.toggler svg .line-1 {
    transform: translateY(0.5px);
  }
  button.toggler svg  .line-2 {
    transform: translateY(8.5px);
  }
  button.toggler svg  .line-3 {
    transform: translateY(16.5px);
  }
  button.toggler:focus,
  button.toggler:hover {
    background: transparent;
  }
  .menu-open .mobile_menu {
    display: flex;
  }
  .mobile_menu {
    position: fixed;
    height: calc(100vh + 0px);
    justify-content: center;
    overflow-y: auto;
    z-index: 99;
    background: #50568b;
    width: 100%;
    left: 0;
    top: 0;
    flex-wrap: wrap;
  }
  .menu-open {
    overflow: hidden;
  }
  .mobile_menu .navigation-primary>ul {
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: 2px;
    margin: 0;
  }
  .mobile_menu ul>li {
    min-height: auto;
    padding: 0;
    display: inline-block;
    padding-bottom: 1px;
  }
  .mobile_menu ul>li>a{
    padding: 10px 20px;
    color: #fff!important;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1.4em;
    font-family: wfont_10483e_a432f7ede58448c38ccd1b5595373d38,wf_a432f7ede58448c38ccd1b559;
  }
  .mobile_menu ul>li.has-submenu>.link_content>a{
    padding: 10px 20px 10px 0;
    color: #fff!important;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1.4em;
    font-family: wfont_10483e_a432f7ede58448c38ccd1b5595373d38,wf_a432f7ede58448c38ccd1b559;
  }
  .mobile_menu ul>li.has-submenu>.link_content {
    display: flex;
    flex-direction: row-reverse;
  }

  .mobile_menu ul>li.has-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile_menu .navigation-primary>ul>li>ul {
    display: none;
  }
  .mobile_menu>#hs_cos_wrapper_mobile_menu,.mobile_menu>div>nav {
    width: 100%;
    height: 100%;
  }
  .menu-open button.toggler svg {
    stroke: #ffff;
    width: auto;
  }

  .menu-open button.toggler svg .line-1 {
    -webkit-animation-name: _3Z0Vr;
    animation-name: _3Z0Vr;
  }

  .menu-open button.toggler svg .line-2 {
    -webkit-animation-name: _2dvzN;
    animation-name: _2dvzN;
  }

  .menu-open button.toggler svg .line-3 {
    -webkit-animation-name: _1qUqu;
    animation-name: _1qUqu;
  }


  @-webkit-keyframes _1qUqu {
    0% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotateX(90deg)
    }
  }

  @keyframes _1qUqu {
    0% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotateX(90deg)
    }
  }

  @-webkit-keyframes _2dvzN {
    0% {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @keyframes _2dvzN {
    0% {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }
  @-webkit-keyframes _3Z0Vr {
    0% {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @keyframes _3Z0Vr {
    0% {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(45deg)
    }
  }
  .child-trigger {
    font: normal normal normal 18px/1.4em wfont_10483e_a432f7ede58448c38ccd1b5595373d38,wf_a432f7ede58448c38ccd1b559,orig_nunito_sans_bold;
  }
  .child-trigger:after {
    content: "\ff0b";
    color: #fff;
    padding: 10px 16px 10px 20px;
    position: relative;
    display: inline-block;
  }
  .mobile_menu ul>li.child-open ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    font-size: 90%;
  }
  .mobile_menu ul>li>ul>li {
    padding-bottom: 0;
  } 
  .mobile_menu ul>li>ul>li>a {
    font-size: 90%;
    line-height: 25.2px;
  }
  .child-open .child-trigger:after {
    content: "\ff0d";
  }
  .mobile_footer .l_tinynav2 {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .language_switcher_wrapper {
    display: none;
  }
  .mobile_footer {
    flex: 1;
  }

  .mobile_footer .tinynav  {
    border: none;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    font-size: 25px;
    width: 100%;
    background: transparent;
    color: #fff;
    position: absolute;
    opacity: 0;
    bottom: 0;
  }

  .mobile_footer img {
    height: 18px;
    padding-right: 7px;
    vertical-align: middle;
  }

  .mobile_lang_switcher ul>li {
    font-family: avenir;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
    text-transform: uppercase;
  }

  .mobile_lang_switcher {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: var(--force-scroll-height,auto);
    letter-spacing: 2px;
    align-items: flex-start;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0 ,0, 0.1);
    padding: 0 17px;
    line-height: 41px;
  }
  .tinynav option {
    margin: 10px;
    color: #000;
  }
  .lang_selected span {
    font-family: avenir;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
    text-transform: uppercase;
    color: #fff;
  }
  .mobile_menu .navigation-primary>ul>li:last-child {
    margin: 0 0 43px 0;
  }

}
footer.footer{
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding: 36px 0
}
footer.footer .container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
footer.footer .social_icons {
  margin-bottom: 24px;
  margin-right: 5px;
}
footer.footer .social_icon_inner>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer .social_icon_inner>ul>li {
  margin-right: 7px;
  width: 39px;
  height: 39px;
  display: inline-block;
}
footer.footer .footer_logo {
  margin-bottom: 25px;
  margin-left: 4px;
}
.copyright_content {
  padding-bottom: 14px;
  margin-right: 2px;
}
footer.footer .copyright_content p,
footer.footer .copyright_content a {
  color: #fff;
  margin-bottom: 0;
}
footer.footer .copyright_content a {
  text-decoration: underline;
}
.back_to_top {
  position: fixed;
  bottom: 515px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  right: 20px;
  transition: visibility 0s .5s,opacity .5s ease 0s;
  display: flex;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width:767px){
  footer.footer .copyright_content p {
    font-size: 15px;
    line-height: normal;
    font-family: wfont_093ca4_2037fd65942642b0baf9d5422fcdb363,'wf_2037fd65942642b0baf9d5422';
  }
  footer.footer {
    padding: 24px 0 0;
  }
  .copyright_content {
    padding-bottom: 13px;
    margin-right: 0px;
  }
  footer.footer .social_icons {
    margin-bottom: 17px;
    margin-right: 0;
  }
  footer.footer .social_icon_inner>ul>li {
    margin-right: 12px;
    width: 35px;
    height: 35px;
  }
  footer.footer .social_icon_inner>ul>li img {
    max-width: 100%;
  }
  footer.footer .social_icon_inner>ul>li:last-child {
    margin-right: 0;
  }
  footer.footer .footer_logo {
    margin-bottom: 19px;
    margin-left: 0px;
  }

  .back_to_top.show {
    opacity: 0.6;
    visibility: visible;
  }
}
/* 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;
  white-space: nowrap;
}

.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;
  }
}