*, *: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 40px;
}
main.body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section{
  padding-bottom:50px;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*fonts*/
@font-face {
  font-family: "Roboto";
  src: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { 
  font-family: "Roboto"; 
  src: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 500; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { 
  font-family: "Quicksand"; 
  src: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/fonts/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv58a-wg.woff2) format("woff2");
  font-style: normal;
  font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { 
  font-family: "Quicksand"; 
  src: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/fonts/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o58a-wg.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 500; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.overflow{
  overflow:hidden;
}
body {
  line-height: 1.5;
  word-break: break-word;
  background-color: #f6f5f3;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  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 */
.no-banner{
  padding-top:72px;
  margin:0px;
}
code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  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: 40px;
}
.form-floating-alert-wrapper .form-floating-alert-error{
  color: #ef6b51;

}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #fff;
  height: 72px;
  color: #343a40;
  font-family: Quicksand;
  outline:none;
  vertical-align:baseline;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 24px 32px;
  display: block;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 20px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
/* Validation */

.hs-form-required {
  color: #dd2d57!important
}

.hs-input.invalid.error {
  border-color: #dd2d57;
}
.hs-error-msgs label,
.hs-error-msg {
  color: #dd2d57!important;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 20px;
  background-color: #f0c513;
  line-height: 24px;
  padding: 16px 32px;
  color: #152329;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border: none;
  display:inline-block;
  white-space:normal;
  text-align: center;
  max-width: 100%;
  cursor:pointer;
  margin:15px 0;
}

/* Captcha */

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

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header.scroll{
  height:56px;
}
.header{
  padding: 0 40px;
  background-color: #f6f5f3;
  height:72px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .3s cubic-bezier(.15,.9,.34,.95);
  display: flex;
  align-items: center;
}
.header__logo{
  margin-right:75px;
}
.header__logo svg {
  overflow: initial;
  vertical-align:middle;
}
.header__logo svg path {
  transition: all .4s cubic-bezier(.76,0,.24,1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.header.scroll .header__logo svg path:nth-child(2), .header.scroll .header__logo svg path:nth-child(3), .header.scroll .header__logo svg path:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateX(30px) translateZ(0);
  -moz-transform: translateX(30px) translateZ(0);
  -ms-transform: translateX(30px) translateZ(0);
  -o-transform: translateX(30px) translateZ(0);
  transform: translateX(30px) translateZ(0);
}
.header__nav.search-open {
  opacity: 0;
  visibility: hidden;
}
.header__nav {
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.header__nav ul.submenu.level-1{
  padding:0px;
  margin:0px;
  list-style:none;
  display:flex;
}
.header__nav ul.submenu.level-1>li{
  margin-right:78px;
}
.header__nav ul.submenu.level-1>li>a{
  font-family: Quicksand;
  font-style: normal;
  white-space:nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #314651;
  transition: color .4s cubic-bezier(.15,.9,.34,.95);
}
.header__nav ul.submenu.level-1>li>a:hover{
  color: #555cff;
  text-decoration: none;
}
.header__nav ul.submenu.level-1>li.has-submenu:hover ul.submenu.level-2{
  display:block;
}
.header__nav ul.submenu.level-2 {
  background: #fff;
  position: absolute;
  padding: 15px;
  margin: 0;
  list-style: none;
  display:none;
}
.header__nav ul.submenu.level-2>li{
  margin-right:78px;
}
.header__nav ul.submenu.level-2>li>a{
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #314651;
  transition: color .4s cubic-bezier(.15,.9,.34,.95);
}
.header__nav ul.submenu.level-2>li>a:hover{
  color: #555cff;
  text-decoration: none;
}
.header__search1.active {
  opacity: 0;
  visibility: hidden;
}
span.header__search.active{
  opacity: 1;
  visibility: visible;
}
.header__search1{
  border: none;
  appearance: none;
  outline: none;
  height: 30px;
  cursor:pointer;
  width: 30px;
  background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/search.svg) no-repeat 50%;
  background-size: 22px auto;
  display: table;
  z-index: 2;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.header .search.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.header .search {
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 640px;
  pointer-events: none;
  z-index: 2;
  opacity:0;
  visibility:hidden;
}
.header .search input::placeholder{
  color: #6d7586;
}
.header .search input {
  border: none;
  background: #fff;
  border-radius: 1000px;
  width: 640px;
  height: 48px;
  padding-left: 32px;
  padding-right: 80px;
  display:block;
  outline:0;
  margin: 0;
  padding-top:3.7px;
  padding-bottom:3.7px;
  color: #6d7586;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  overflow: visible;
  line-height: 20px;
  caret-color: #555cff;
  position: relative;
  z-index: 2;
}
.header .search-clear {
  outline: none;
  height: 16px;
  width: 16px;
  background: #c1c8d6 url(https://www.11onze.cat/wp-content/themes/wondr/dist/close-white.17177382.svg) no-repeat 50%;
  background-size: 7px;
  border-radius: 50%;
  cursor: pointer;
  top: 16px;
  right: 56px;
  z-index: 3;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  appearance: none;
  padding: 0;
  border: none;
}
.header .search span.header__search {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  appearance: none;
  outline: none;
  height: 30px;
  cursor:pointer;
  width: 30px;
  background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/search.svg) no-repeat 50%;
  background-size: 22px auto;
  display: table;
  z-index: 2;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.header .search-results {
  position: absolute;
  width: 85%;
  left: 7.5%;
  top: 40px;
  background: #f9f9f9;
  box-shadow: 0 9px 80px rgb(49 70 81 / 7%), 0 3.75998px 33.4221px rgb(49 70 81 / 5%), 0 2.01027px 17.869px rgb(49 70 81 / 4%), 0 1.12694px 10.0172px rgb(49 70 81 / 4%), 0 0.59851px 5.32008px rgb(49 70 81 / 3%), 0 0.24905px 2.21381px rgb(49 70 81 / 2%);
  padding: 32px 40px 30px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.header .search-results:before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  height: 32px;
  width: 100%;
  box-shadow: 0 4px 30px rgb(8 48 127 / 10%);
}
.header .search-close svg{
  vertical-align:middle;
  overflow:hidden;
}
.header .search-close {
  background: 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
  line-height: 24px;
  position: absolute;
  display: block;
  appearance: none;
  padding: 0;
  border: none;
}

#mobile-menu-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #314651;
  opacity: .9;
  z-index: 9;
  display: none;
  width: 100vw;
  height: 100vh;
}
.menu-mobile {
  display: none;
}
.header__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  min-width: 200px;
}
.header__signin {
  display: flex;
  margin-left: 32px;
  align-items: center;
}
.header__signin a.link-login {
  background: #e1ded9;
}
.header__signin a.link-login:hover{
  background-color: #555cff;
  color:#fff;
}
.header__signin a.link-register:hover{
  background-color: #555cff;
  color:#fff;
}
.header__signin a.link-register {
  margin-left: 8px;
  background-color: #f0c513;
}
.header__signin a {
  color: #152329;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  width: 120px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  transition: all .3s cubic-bezier(.15,.9,.34,.95);
}
.header #nav-mobile {
  display: none;
}
@media screen and (hover: none) and (pointer: coarse), screen and (max-width: 991px){
  .header {
    padding: 0 24px;
  }
  .header__logo {
    margin-right: 0 !important;
  }
  .header__logo svg{
    width:102px;
  }
  .header__nav{
    display:none;
  }
  .header__search1{
    margin-left:auto;
  }
  .header .search{
    left:22px;
    right:auto;
    width:75% !important;
  }
  .header .search input{
    width:100% !important;
  }
  .header .search-results{
    width: 100vw;
    left: -24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 56px;
    box-shadow: none;
    padding:32px 24px;
  }
  .header__tools{
    position: static;
    margin-left: 0;
  }
  .header__signin{
    display:none;
  }
  .header #nav-mobile{
    display: block;
    height: 32px;
    width: 32px;
    order: 2;
    appearance: none;
    outline: none;
    border: none;
    background: 0 0;
    padding: 0;
    margin-left: 32px;
    position: relative;
    z-index: 15;
  }
  .header #nav-mobile.close-menu:before{
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    top: 15px;
    width:24px;
  }
  .header #nav-mobile.close-menu:after{
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    top: 15px;
    width:24px;
  }
  .header #nav-mobile:before{
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background-color: #152329;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 0;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
  }
  .header #nav-mobile:after{
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background-color: #152329;
    border-radius: 4px;
    top: 21px;
    right: 0;
    position: absolute;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .header #nav-mobile.active {
    opacity: 0;
    visibility: hidden;
  }
  .menu-mobile.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-mobile{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    max-width: 405px;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  nav.menu-mobile__nav{
    padding:30px 24px 20px;
    background-color: #f6f5f3; 
  }
  nav.menu-mobile__nav ul.submenu.level-1{
    padding:0;
    margin-bottom:10px;
    list-style:none;
    display:block;
  }
  nav.menu-mobile__nav ul.submenu.level-1>li>a:hover{
    color: #555cff;
    text-decoration: none;
  }
  nav.menu-mobile__nav ul.submenu.level-1>li>a{
    display: block;
    padding: 16px 0px 16px 16px;
    color: #152329;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    cursor:pointer;
    line-height: 32px;
  }
  nav.menu-mobile__nav ul.submenu.level-2{
    padding:0;
    list-style:none;
    display:none;
  }
  nav.menu-mobile__nav ul.submenu.level-2>li>a:hover{
    color: #555cff;
    text-decoration: none;
  }
  nav.menu-mobile__nav ul.submenu.level-2>li>a{
    display: block;
    padding: 16px 0px 16px 25px;
    color: #152329;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    cursor:pointer;
    line-height: 32px;
  }
  .menu-mobile__profile{
    display: flex;
    flex-direction:column;
    align-items: center;
    background-color: #f6f5f3;
    justify-content: space-between;
    padding:0 24px 32px;
  }
  .menu-mobile__profile .header__signin{
    display:block;
    width:100%;
  }
  .menu-mobile__profile .header__signin a{
    display: table;
    margin: 0 auto;
    width: 252px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-radius: 20px;
  }
  .menu-mobile__profile .header__signin a.link-register{
    margin-left:auto;
    margin-top:16px;
  }
  .menu-mobile__links{
    padding:46px 24px 40px 40px;
    display:flex;
    background:#fff;
  }
  a.menu-mobile__links__item{
    color: #555cff;
    font-weight: 500;
    font-family: Roboto;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-left: 34px;
    white-space: nowrap;
    position: relative;
  }
  a.menu-mobile__links__item.contact:before{
    background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/contact.svg);
    background-size: contain;
  }
  a.menu-mobile__links__item:before{
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-mobile .language-switcher {
    margin-bottom: 40px;
    padding-left: 21px;
    position:relative;

  }
  .language-switcher__current:hover,.language-switcher__current:active,.language-switcher__current:focus{
    background-color: transparent;
    color: #8a95aa;
  }
  #mobile-menu-background.show{
    display:block;
  }
  .language-switcher__current{
    color: #8a95aa;
    border: none;
    background-color: transparent;
    outline: none;
    appearance: none;
    font-family: Roboto;
    cursor:pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding:1px 6px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
  }
  .language-switcher__current:before {
    content: "";
    display: block;
    width: 24px;
    height: 27px;
    background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/language.svg) no-repeat 50%;
    background-size: contain;
    margin-right: 12px;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
  }
  .language-switcher__current.open:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .language-switcher__current:after {
    content: "";
    display: block;
    margin-left: 15px;
    width: 13px;
    height: 8px;
    background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/down.svg) no-repeat 50%;
    background-size: contain;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
  }
  .menu-mobile .language-switcher ul.submenu.level-1.open{
    opacity: 1;
    visibility: visible;
  }
  .menu-mobile .language-switcher ul.submenu.level-1 {
    box-shadow: 0 2px 5px rgb(0 0 0 / 4%);
    right: auto;
    left: 22px;
    margin-top: 0;
    top: -10px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: left;
    position: absolute;
    min-width: 159px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: all .4s cubic-bezier(.15,.9,.34,.95);
    overflow:hidden;
    list-style:none;
    padding:0px;
    margin-bottom:10px;
  }
  .menu-mobile .language-switcher ul.submenu.level-1>li{
    position:relative;
  }
  .menu-mobile .language-switcher ul.submenu.level-1>li>a:hover{
    color: #fff;
    background-color: #555cff;
  }
  .menu-mobile .language-switcher ul.submenu.level-1>li>a{
    color: #314651;
    display: block;
    padding: 16px 0;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    padding-left:20px!important;
    line-height: 32px;
  }
  .menu-mobile .language-switcher ul.submenu.level-1>li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 32px);
    left: 16px;
    background-color: rgba(234,236,239,.6);
  }
  span#hs_cos_wrapper_menu_mobile_links_{
    display:flex;
  }
}
@media (max-width: 767px){
  .header__tools {
    justify-content: flex-end;
    min-width: 160px;
  }
}
@media screen and (max-width: 1100px){
  .header__signin {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px){
  .header__logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px){
  .header__logo {
    margin-right: 30px;
  }
  .header .search{
    width:400px;
  }
  .header .search input{
    width:400px;
  }
}
@media screen and (max-width: 1400px){
  .header__nav ul.submenu.level-1>li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1140px){
  .header__nav ul.submenu.level-1>li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1040px){
  .header__nav ul.submenu.level-1>li {
    margin-right: 15px;
  }
}
@media(max-width:479px){
  .menu-mobile__links span#hs_cos_wrapper_menu_mobile_links_ {
    flex-wrap: wrap;
  }
}
@media (max-width: 350px){
  .header__tools {
    justify-content: flex-end;
    min-width: 125px;
  }
}
.footer{
  padding-top:70px;
  padding-bottom:40px;
  background-color: #314651;
  color: #f9f9f9;
  display:block;
}
.footer-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 104px;
}
.footer-row{
  display:flex;
  flex-wrap:wrap;
  margin-right:-8px;
  margin-left:-8px;
}
.footer-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding:0 8px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.footer-head img{
  margin-bottom:0px;
  max-width:100%;
  vertical-align:mimddle;
  position:relative;
  top:3px;
}
.Footer-language-switcher{
  position:relative;
}
.footer-language-switcher__current:hover,.footer-language-switcher__current:focus,.footer-language-switcher__current:active{
  background-color: transparent;
  color:#fff;
}
.footer-language-switcher__current{
  color: #8a95aa;
  border: none;
  background-color: transparent;
  outline: none;
  appearance: none;
  font-family: Roboto;
  font-size: 18px;
  padding-right:0 !important;
  font-weight: 500;
  padding:1px 6px;
  line-height: 24px;
  text-transform: uppercase;
  overflow:visible;
  cursor:pointer;
  position: relative;
  display: flex;
  align-items: center;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.footer-language-switcher__current:hover:before,.footer-language-switcher__current:hover:after{
  filter: brightness(2);
}
.footer-language-switcher__current:before {
  content: "";
  display: block;
  width: 24px;
  height: 27px;
  background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/language.svg) no-repeat 50%;
  background-size: contain;
  margin-right: 12px;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.footer-language-switcher__current.open:after{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer-language-switcher__current:after {
  content: "";
  display: block;
  margin-left: 15px;
  width: 13px;
  height: 8px;
  background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/down.svg) no-repeat 50%;
  background-size: contain;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.Footer-language-switcher ul.submenu.level-1.open{
  opacity:1;
  visibility:visible;
}
.Footer-language-switcher ul.submenu.level-1 {
  position: absolute;
  min-width: 159px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  right: 0;
  margin-top: 16px;
  opacity: 0;
  list-style:none;
  margin-bottom:10px;
  padding:0;
  visibility: hidden;
  z-index: 5;
  transition: all .4s cubic-bezier(.15,.9,.34,.95);
}
.Footer-language-switcher ul.submenu.level-1 li{
  position:relative;
}
.Footer-language-switcher ul.submenu.level-1 li a:hover{
  color: #fff;
  background-color: #555cff;
}
.Footer-language-switcher ul.submenu.level-1 li a{
  color: #314651;
  display: block;
  padding: 16px 0;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.Footer-language-switcher ul.submenu.level-1 li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 32px);
  left: 16px;
  background-color: rgba(234,236,239,.6);
}
.Footer-language-switcher ul.submenu.level-1 li:last-child a:after{
  display:none;
}
.footer__links{
  padding:0 8px;
  margin-bottom:38px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.footer__links__item:hover{
  color: #f0c513;
}
.footer__links__item {
  color: #f0c513;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 34px;
}
.footer__links__item:first-child {
  margin-right: 47px;
}
.footer__links__item:first-child:before{
  background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/yellow-lang.svg);
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__links__item span{ 
  position:relative;
}
.footer__links__item:hover span:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center;
}
.footer__links__item span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f0c513;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .3s cubic-bezier(.76,0,.24,1);
}
.footer-row .navigation,
.footer-text,
.footer__social,
.footer-row-coloumn,
.footer-bottom-text{
  padding:0 8px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  font: inherit;
  vertical-align: baseline;
  width: 100%;
}
.footer-row .navigation ul.submenu.level-1 {
  list-style:none;
  padding:0;
  margin-bottom:10px;
}
.footer-row .navigation ul.submenu.level-1 > li > a{
  color: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;;
  line-height: 24px;
  display: block;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
.footer-row .navigation ul.submenu.level-1 > li > a span{
  position:relative;
  display:table;
}
.footer-row .navigation ul.submenu.level-1 > li > a.open span:after {
  -webkit-transform: translateY(calc(-50% + 1px)) rotate(180deg);
  -moz-transform: translateY(calc(-50% + 1px)) rotate(180deg);
  -ms-transform: translateY(calc(-50% + 1px)) rotate(180deg);
  -o-transform: translateY(calc(-50% + 1px)) rotate(180deg);
  transform: translateY(calc(-50% + 1px)) rotate(180deg);
}
.footer-row .navigation ul.submenu.level-1 > li > a span:after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 13px;
  height:8px;
  -webkit-transform: translateY(calc(-50% + 0px));
  -moz-transform: translateY(calc(-50% + 1px));
  -ms-transform: translateY(calc(-50% + 1px));
  -o-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 0px));
  background: url(https://24960543.fs1.hubspotusercontent-eu1.net/hubfs/24960543/raw_assets/public/11Onze_October2021/images/down-white.svg) no-repeat 50%;
  background-size: contain;
}
.footer-row .navigation ul.submenu.level-2 {
  display:none;
  list-style:none;
  padding:0px;
  margin:0px;
}
.footer-row .navigation ul.submenu.level-2 > li:first-child >a{
  margin-top:16px !important; 
}
.footer-row .navigation ul.submenu.level-2 > li >a:hover{
  opacity:1;
}
.footer-row .navigation ul.submenu.level-2 > li >a{
  color: #eaecef;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;;
  margin: 28px 0;
  opacity: .7;
}
.footer-text p{
  font-family: Quicksand;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;;
  line-height: 26px;;
  margin-top: 21px;
  margin-bottom: 0;
  color: #f9f9f9;
}

.footer__social{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__social p{
  color: #f9f9f9;
  margin-bottom:0;
  font-size:16px;
  font-family: Quicksand;
  line-height: 24px;
  font-weight: 500;
}
.footer-row-coloumn{
  margin-top: 42px;
  margin-bottom: 42px;
}
.footer-row-coloumn ul.submenu.level-1{
  display: flex;
  justify-content: space-between;
  list-style:none;
  padding:0;
  margin:0px;
}
.footer-row-coloumn ul.submenu.level-1 li{
  line-height:20px;
}
.footer-row-coloumn ul.submenu.level-1 li a:hover{
  color: #f0c513;
}
.footer-row-coloumn ul.submenu.level-1 li a {
  color: #f0c513;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.footer-row-coloumn ul.submenu.level-1 li a:hover:after{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center;
}
.footer-row-coloumn ul.submenu.level-1 li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f0c513;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .3s cubic-bezier(.76,0,.24,1);
}
p.copy{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom:18px;
}
p.small{
  color:#fff;
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size:14px;
  line-height:20px;
  margin-bottom:10px;
}
@media (min-width: 992px){
  .footer-head,.footer__links,.footer-row .navigation,.footer-text,.footer__social,.footer-row-coloumn ,.footer-bottom-text{
    margin-left: 16.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (max-width: 991px){
  .footer {
    padding-top: 66px;
    padding-bottom: 40px;
  }
  .footer-container{
    padding: 0 23px 0 24px;
  }
  div#hs_cos_wrapper_footer_copyright_text {
    width: 100%;
    order: 1;
  }
  .footer-row{
    margin:0 -23px 0 -24px;
  }
  .footer-head,
  .footer__links,
  .footer-row .navigation,
  .footer-text,
  .footer__social,
  .footer-row-coloumn,
  .footer-bottom-text{
    padding: 0 24px;
  }
  .footer__social{
    flex-wrap:wrap;
  }
  .footer-row .navigation ul.submenu.level-1>li>a span{
    position:static;
  }
  .footer__social p{
    width: 100%;
    order: 1;
  }    
  .footer-social-links{
    width: 100%;
    order: 0;
    margin: 24px 0;
  }
  .footer-row .navigation ul.submenu.level-1>li>a span:after{
    right:0;
  }
  p.small{
    text-align:justify;
  }
  .footer-social-links a:first-child{
    margin-left:0;
  }
}
@media(max-width:767px){
  .footer-row-coloumn ul.submenu.level-1{
    display:block;
  }
  .footer-row-coloumn{
    margin-bottom:20px;
  }
  .footer-row-coloumn ul.submenu.level-1 li a{
    display:table;
    margin-bottom:20px;
  }
}
@media(max-width:350px){
  .footer-social-links a{
    width:31.72px !important;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  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;
  }
}