@import url(//hello.myfonts.net/count/3b2798);/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/**
 * Common styles
 */
* {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Regular.eot");
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/Roboto-Regular.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/Roboto-Regular.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Bold.eot");
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/Roboto-Bold.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Black.eot");
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/Roboto-Black.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/Roboto-Black.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Medium.eot");
  src: url("/wp-content/themes/alku/dist/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/Roboto-Medium.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/Roboto-Medium.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  padding: 0;
  vertical-align: baseline;
  margin: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #000000;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.hamburger-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 100%;
  width: 27px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hamburger-wrap {
    display: flex;
  }
  .hamburger-wrap .hamburger {
    height: 18px;
    width: 27px;
    z-index: 9;
    margin-bottom: 3px;
    cursor: pointer;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle {
    display: block;
    width: 27px;
    height: 18px;
    position: absolute;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle:after, .hamburger-wrap .hamburger a.main-nav-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 3px solid #000000;
    width: 100%;
    left: 0;
    right: 0;
    transition: all cubic-bezier(0.38, 0.11, 0.24, 0.94) 0.3s;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle:after {
    top: 100%;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle i {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 3px;
    background-color: #000000;
    width: 100%;
    position: absolute;
    top: 50%;
    transition: all ease-out 0.1s;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle.active-menu:after {
    transform: rotate(-45deg);
    transform-origin: center;
    top: 50%;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle.active-menu:before {
    transform: rotate(45deg);
    transform-origin: center;
    top: 50%;
  }
  .hamburger-wrap .hamburger a.main-nav-toggle.active-menu i {
    opacity: 0;
  }
}
/**
 * Base styles
 */
/*
* From weProvide:
*/
.background-offwhite {
  background-color: var(--color--off-white);
}

a:focus {
  outline: none !important;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "SerifaTL-Black";
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_0_0.eot");
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/3B2798_0_0.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/3B2798_0_0.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/3B2798_0_0.ttf") format("truetype"), url("/wp-content/themes/alku/dist/fonts/3B2798_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: "SerifaTL-Bold";
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_1_0.eot");
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_1_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/3B2798_1_0.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/3B2798_1_0.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/3B2798_1_0.ttf") format("truetype"), url("/wp-content/themes/alku/dist/fonts/3B2798_1_0.svg#wf") format("svg");
}
@font-face {
  font-family: "SerifaTL-Roman";
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_2_0.eot");
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_2_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/3B2798_2_0.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/3B2798_2_0.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/3B2798_2_0.ttf") format("truetype"), url("/wp-content/themes/alku/dist/fonts/3B2798_2_0.svg#wf") format("svg");
}
@font-face {
  font-family: "SerifaTL-Light";
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_3_0.eot");
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_3_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/3B2798_3_0.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/3B2798_3_0.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/3B2798_3_0.ttf") format("truetype"), url("/wp-content/themes/alku/dist/fonts/3B2798_3_0.svg#wf") format("svg");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_4_0.eot");
  src: url("/wp-content/themes/alku/dist/fonts/3B2798_4_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alku/dist/fonts/3B2798_4_0.woff2") format("woff2"), url("/wp-content/themes/alku/dist/fonts/3B2798_4_0.woff") format("woff"), url("/wp-content/themes/alku/dist/fonts/3B2798_4_0.ttf") format("truetype"), url("/wp-content/themes/alku/dist/fonts/3B2798_4_0.svg#wf") format("svg");
}
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  :root .text-xxxxxl {
    font-size: 60px;
    line-height: 1.15;
  }
  :root .text-xxxxl {
    font-size: 56px;
    line-height: 1.15;
  }
  :root .text-xxxl {
    font-size: 50px;
    line-height: 1;
  }
  :root h1,
  :root .text-xxl {
    font-size: 46px;
    line-height: 50px;
  }
  :root .text-xl {
    font-size: 40px;
    line-height: 1;
  }
  :root h2,
  :root .text-l {
    font-size: 34px;
    line-height: 1.15;
  }
  :root h3,
  :root .text-m {
    font-size: 28px;
    line-height: 1.15;
  }
  :root h4,
  :root .text-s {
    font-size: 24px;
    line-height: 1.3;
  }
  :root p,
  :root h5,
  :root .text-xs {
    font-size: 18px;
    line-height: 1.5;
  }
  :root h6,
  :root .text-xxs {
    font-size: 16px;
    line-height: 1.15;
  }
  :root .text-xxxs {
    font-size: 14px;
    line-height: 1.3;
  }
  :root .text-xxxxs {
    font-size: 12px;
    line-height: 1.3;
  }
  :root .text-xxxxxs {
    font-size: 8px;
    line-height: 1.3;
  }
}
:root .text-xxxxxl {
  font-size: 40px;
  line-height: 1.3;
}
:root h1,
:root .text-xxxxl {
  font-size: 34px;
  line-height: 1.3;
}
:root .text-xxxl {
  font-size: 34px;
  line-height: 1.1;
}
:root .text-xxl {
  font-size: 34px;
  line-height: 1.3;
}
:root .text-xl {
  font-size: 40px;
  line-height: 1.1;
}
:root h2,
:root .text-l {
  font-size: 28px;
  line-height: 1.3;
}
:root h3,
:root .text-m {
  font-size: 24px;
  line-height: 1.3;
}
:root h4,
:root .text-s {
  font-size: 24px;
  line-height: 1.4;
}
:root p,
:root h5,
:root .text-xs {
  font-size: 18px;
  line-height: 1.3;
}
:root h6,
:root .text-xxs {
  font-size: 16px;
  line-height: 1.3;
}
:root .text-xxxs {
  font-size: 14px;
  line-height: 1.4;
}
:root .text-xxxxs {
  font-size: 12px;
  line-height: 1.4;
}
:root .text-xxxxxs {
  font-size: 8px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  :root .text-xxxxxl {
    font-size: 60px;
    line-height: 1.15;
  }
  :root .text-xxxxl {
    font-size: 56px;
    line-height: 1.15;
  }
  :root .text-xxxl {
    font-size: 50px;
    line-height: 1;
  }
  :root h1,
  :root .text-xxl {
    font-size: 46px;
    line-height: 50px;
  }
  :root .text-xl {
    font-size: 40px;
    line-height: 1;
  }
  :root h2,
  :root .text-l {
    font-size: 34px;
    line-height: 1.15;
  }
  :root h3,
  :root .text-m {
    font-size: 28px;
    line-height: 1.15;
  }
  :root h4,
  :root .text-s {
    font-size: 24px;
    line-height: 1.3;
  }
  :root p,
  :root h5,
  :root .text-xs {
    font-size: 18px;
    line-height: 1.5;
  }
  :root h6,
  :root .text-xxs {
    font-size: 16px;
    line-height: 1.15;
  }
  :root .text-xxxs {
    font-size: 14px;
    line-height: 1.3;
  }
  :root .text-xxxxs {
    font-size: 12px;
    line-height: 1.3;
  }
  :root .text-xxxxxs {
    font-size: 8px;
    line-height: 1.3;
  }
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root h6 {
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "SerifaTL-Light";
}
:root h1.bold,
:root .bold,
:root span.bold {
  font-family: "SerifaTL-black";
}

.text-green,
.green {
  color: var(--color--secondary);
}

.text-tertiary-00 {
  color: var(--color--secondary);
}

.text-white,
.white {
  color: #FFFFFF;
}

.text-purple,
.purple {
  color: var(--color--primary);
}

body {
  color: #30302C;
}

h1,
h2,
h3,
h4 {
  color: var(--color--primary);
}

a {
  color: var(--color--secondary);
}

p.intro {
  font-size: 24px;
  line-height: 26px;
}

:root {
  font-family: "SerifaTL-Light";
}

html,
body {
  margin: 0;
  padding: 0;
  color: #30302C;
  scroll-behavior: smooth;
  font-family: "SerifaTL-Light";
  font-size: 22px;
  line-height: 1.18;
}

body.fixed-header-active {
  padding-top: 115px;
}

* {
  box-sizing: border-box;
}

.site-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .site-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .site-wrapper {
    padding: 0 25px;
  }
}

.page-template-page-content .site-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.content-wrapper {
  display: flex;
  flex-flow: row wrap;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

main.main {
  width: 100%;
  position: relative;
}

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

.page-content {
  position: relative;
  width: 100%;
}
.page-content > h1 {
  font-size: 46px;
}
.page-content > h1 strong {
  font-family: "SerifaTL-black";
}

@media (max-width: 320px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .show-on-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.nopadding.nopadding {
  padding: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.hidden {
  display: none !important;
}

.background-white {
  background-color: var(--bg-color-primary);
}

.background-green {
  background-color: var(--color--secondary);
}

a {
  text-decoration: none;
}

p a:not([class]):hover {
  text-decoration: underline;
}

.alleproductenbutn svg path, .alleproductenbutn svg line, .alleproductenbutn svg polyline, .btn svg path, .btn-outlined svg path, .btn-white svg path, .btn-secondary svg path, .btn-primary svg path, .btn svg line, .btn-outlined svg line, .btn-white svg line, .btn-secondary svg line, .btn-primary svg line, .btn svg polyline, .btn-outlined svg polyline, .btn-white svg polyline, .btn-secondary svg polyline, .btn-primary svg polyline {
  stroke: var(--color--primary);
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button, .nf-form-cont .submit-container .submit-wrap .nf-field-element input,
.contact-form .submit-container .submit-wrap .nf-field-element input, .wp-block-button__link, .submit-contact .wpcf7-submit, button.btn, button.btn-outlined, button.btn-white, button.btn-secondary, button.btn-primary,
a.btn,
a.btn-outlined,
a.btn-white,
a.btn-secondary,
a.btn-primary,
.btn,
.btn-outlined,
.btn-white,
.btn-secondary,
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  white-space: nowrap;
  transition: 0.2s ease;
  font-family: "SerifaTL-black";
  font-size: 24px;
  cursor: pointer;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button svg,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button svg, .nf-form-cont .submit-container .submit-wrap .nf-field-element input svg,
.contact-form .submit-container .submit-wrap .nf-field-element input svg, .wp-block-button__link svg, .submit-contact .wpcf7-submit svg,
.btn svg,
.btn-outlined svg,
.btn-white svg,
.btn-secondary svg,
.btn-primary svg {
  transition: all 0.2s ease;
}

a.btn, a.btn-outlined, a.btn-white, a.btn-secondary, a.btn-primary {
  text-decoration: none;
}

button.btn, button.btn-outlined, button.btn-white, button.btn-secondary, button.btn-primary {
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

button.btn, button.btn-outlined, button.btn-white, button.btn-secondary, button.btn-primary,
a.btn,
a.btn-outlined,
a.btn-white,
a.btn-secondary,
a.btn-primary,
.btn,
.btn-outlined,
.btn-white,
.btn-secondary,
.btn-primary {
  position: relative;
  border: none;
  color: var(--color--primary);
  padding: 13px 18px 13px 18px;
  border-radius: 0;
}
button.btn span,
a.btn span,
.btn span,
.btn-outlined span,
.btn-white span,
.btn-secondary span,
.btn-primary span {
  font-family: "SerifaTL-black";
}
button.btn:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg,
a.btn:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg,
.btn:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg,
.btn-outlined:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg,
.btn-white:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg,
.btn-secondary:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg,
.btn-primary:not(.info-btn):not(.btn--icon-first):not(.expand-btn):not(.search-submit) svg {
  margin-left: 9px;
}
button.btn.btn--icon-first svg,
a.btn.btn--icon-first svg,
.btn.btn--icon-first svg,
.btn--icon-first.btn-outlined svg,
.btn--icon-first.btn-white svg,
.btn--icon-first.btn-secondary svg,
.btn--icon-first.btn-primary svg {
  margin-right: 9px;
  margin-left: 0;
}
button.btn svg,
a.btn svg,
.btn svg,
.btn-outlined svg,
.btn-white svg,
.btn-secondary svg,
.btn-primary svg {
  width: 24px;
  height: 24px;
}
button.btn--xs,
a.btn--xs,
.btn--xs {
  font-size: 16px;
  padding: 6px 11px;
}
button.btn--xs svg,
a.btn--xs svg,
.btn--xs svg {
  width: 16px;
  height: 16px;
}
button.btn--s,
a.btn--s,
.btn--s {
  font-size: 18px;
  padding: 10px 10px 10px 15px;
}
button.btn--s span,
a.btn--s span,
.btn--s span {
  position: relative;
  top: 0px;
}
button.btn--s svg,
a.btn--s svg,
.btn--s svg {
  width: 24px;
  height: 24px;
}
button.btn--m,
a.btn--m,
.btn--m {
  font-size: 24px;
  padding: 10px 10px 10px 18px;
}
button.btn--m svg,
a.btn--m svg,
.btn--m svg {
  width: 24px;
  height: 24px;
}
button.btn--l,
a.btn--l,
.btn--l {
  font-size: 28px;
  padding: 14px 20px;
}
button.btn--l svg,
a.btn--l svg,
.btn--l svg {
  width: 32px;
  height: 32px;
}
button.btn--xl,
a.btn--xl,
.btn--xl {
  font-size: 34px;
  padding: 13px 25px;
}
button.btn--xl svg,
a.btn--xl svg,
.btn--xl svg {
  width: 32px;
  height: 32px;
}
button.btn--compact,
a.btn--compact,
.btn--compact {
  padding: 9px;
}
button.btn--compact svg,
a.btn--compact svg,
.btn--compact svg {
  margin: 0 !important;
}
button.btn--compact.btn--bordered.btn--purple,
a.btn--compact.btn--bordered.btn--purple,
.btn--compact.btn--bordered.btn--purple {
  border: 2px solid var(--color--primary);
}
button.btn.arrowbtn--down svg,
a.btn.arrowbtn--down svg,
.btn.arrowbtn--down svg,
.arrowbtn--down.btn-outlined svg,
.arrowbtn--down.btn-white svg,
.arrowbtn--down.btn-secondary svg,
.arrowbtn--down.btn-primary svg {
  transform: rotate(90deg);
}
button.btn:not(.btn--icon-first):hover, button.btn:not(.info-btn):hover,
a.btn:not(.btn--icon-first):hover,
a.btn:not(.info-btn):hover,
.btn:not(.btn--icon-first):hover,
.btn-outlined:not(.btn--icon-first):hover,
.btn-white:not(.btn--icon-first):hover,
.btn-secondary:not(.btn--icon-first):hover,
.btn-primary:not(.btn--icon-first):hover,
.btn:not(.info-btn):hover,
.btn-outlined:not(.info-btn):hover,
.btn-white:not(.info-btn):hover,
.btn-secondary:not(.info-btn):hover,
.btn-primary:not(.info-btn):hover {
  cursor: pointer;
}
button.btn:not(.btn--icon-first):hover:focus, button.btn:not(.info-btn):hover:focus,
a.btn:not(.btn--icon-first):hover:focus,
a.btn:not(.info-btn):hover:focus,
.btn:not(.btn--icon-first):hover:focus,
.btn-outlined:not(.btn--icon-first):hover:focus,
.btn-white:not(.btn--icon-first):hover:focus,
.btn-secondary:not(.btn--icon-first):hover:focus,
.btn-primary:not(.btn--icon-first):hover:focus,
.btn:not(.info-btn):hover:focus,
.btn-outlined:not(.info-btn):hover:focus,
.btn-white:not(.info-btn):hover:focus,
.btn-secondary:not(.info-btn):hover:focus,
.btn-primary:not(.info-btn):hover:focus {
  outline: none;
}
button.btn:not(.btn--icon-first):hover--borderless, button.btn:not(.info-btn):hover--borderless,
a.btn:not(.btn--icon-first):hover--borderless,
a.btn:not(.info-btn):hover--borderless,
.btn:not(.btn--icon-first):hover--borderless,
.btn-outlined:not(.btn--icon-first):hover--borderless,
.btn-white:not(.btn--icon-first):hover--borderless,
.btn-secondary:not(.btn--icon-first):hover--borderless,
.btn-primary:not(.btn--icon-first):hover--borderless,
.btn:not(.info-btn):hover--borderless,
.btn-outlined:not(.info-btn):hover--borderless,
.btn-white:not(.info-btn):hover--borderless,
.btn-secondary:not(.info-btn):hover--borderless,
.btn-primary:not(.info-btn):hover--borderless {
  border: none;
}
button.btn:not(.btn--icon-first):hover--light, button.btn:not(.info-btn):hover--light,
a.btn:not(.btn--icon-first):hover--light,
a.btn:not(.info-btn):hover--light,
.btn:not(.btn--icon-first):hover--light,
.btn-outlined:not(.btn--icon-first):hover--light,
.btn-white:not(.btn--icon-first):hover--light,
.btn-secondary:not(.btn--icon-first):hover--light,
.btn-primary:not(.btn--icon-first):hover--light,
.btn:not(.info-btn):hover--light,
.btn-outlined:not(.info-btn):hover--light,
.btn-white:not(.info-btn):hover--light,
.btn-secondary:not(.info-btn):hover--light,
.btn-primary:not(.info-btn):hover--light {
  border: 2px solid;
  color: #FFFFFF;
}
button.btn:not(.btn--icon-first):hover svg, button.btn:not(.info-btn):hover svg,
a.btn:not(.btn--icon-first):hover svg,
a.btn:not(.info-btn):hover svg,
.btn:not(.btn--icon-first):hover svg,
.btn-outlined:not(.btn--icon-first):hover svg,
.btn-white:not(.btn--icon-first):hover svg,
.btn-secondary:not(.btn--icon-first):hover svg,
.btn-primary:not(.btn--icon-first):hover svg,
.btn:not(.info-btn):hover svg,
.btn-outlined:not(.info-btn):hover svg,
.btn-white:not(.info-btn):hover svg,
.btn-secondary:not(.info-btn):hover svg,
.btn-primary:not(.info-btn):hover svg {
  transform: translateX(5px);
}
button.btn:not(.btn--icon-first):hover.arrowbtn--down svg, button.btn:not(.info-btn):hover.arrowbtn--down svg,
a.btn:not(.btn--icon-first):hover.arrowbtn--down svg,
a.btn:not(.info-btn):hover.arrowbtn--down svg,
.btn:not(.btn--icon-first):hover.arrowbtn--down svg,
.btn-outlined:not(.btn--icon-first):hover.arrowbtn--down svg,
.btn-white:not(.btn--icon-first):hover.arrowbtn--down svg,
.btn-secondary:not(.btn--icon-first):hover.arrowbtn--down svg,
.btn-primary:not(.btn--icon-first):hover.arrowbtn--down svg,
.btn:not(.info-btn):hover.arrowbtn--down svg,
.btn-outlined:not(.info-btn):hover.arrowbtn--down svg,
.btn-white:not(.info-btn):hover.arrowbtn--down svg,
.btn-secondary:not(.info-btn):hover.arrowbtn--down svg,
.btn-primary:not(.info-btn):hover.arrowbtn--down svg {
  transform: rotate(90deg) translateX(5px);
}
button.btn.info-btn:hover svg,
a.btn.info-btn:hover svg,
.btn.info-btn:hover svg,
.info-btn.btn-outlined:hover svg,
.info-btn.btn-white:hover svg,
.info-btn.btn-secondary:hover svg,
.info-btn.btn-primary:hover svg {
  transform: none;
}
button.btn--bordered,
a.btn--bordered,
.btn--bordered {
  border: 2px solid rgba(var(--color--primary-rgb));
  color: rgba(var(--color--primary-rgb));
}
button.btn--bordered:hover,
a.btn--bordered:hover,
.btn--bordered:hover {
  background-color: rgba(255, 255, 255, 0.09);
}
button.btn--green,
a.btn--green,
.btn--green {
  background-color: var(--color--secondary);
  color: #FFFFFF;
  border-color: var(--color--secondary);
}
button.btn--green a,
a.btn--green a,
.btn--green a {
  color: #FFFFFF;
}
button.btn--green svg *,
a.btn--green svg *,
.btn--green svg * {
  stroke: var(--color--primary);
}
button.btn--transparent,
a.btn--transparent,
.btn--transparent {
  background-color: transparent;
  color: #FFFFFF;
  border: none;
}
button.btn--transparent a,
a.btn--transparent a,
.btn--transparent a {
  color: #FFFFFF;
}
button.btn--green.arrowbtn svg *,
a.btn--green.arrowbtn svg *,
.btn--green.arrowbtn svg * {
  stroke: #FFFFFF;
}
button.btn--arrow-white.btn svg *,
a.btn--arrow-white.btn svg *,
.btn--arrow-white.btn svg *,
.btn--arrow-white.btn-outlined svg *,
.btn--arrow-white.btn-white svg *,
.btn--arrow-white.btn-secondary svg *,
.btn--arrow-white.btn-primary svg * {
  stroke: #FFFFFF;
}
button.btn--arrow-white.btn:hover svg *,
a.btn--arrow-white.btn:hover svg *,
.btn--arrow-white.btn:hover svg *,
.btn--arrow-white.btn-outlined:hover svg *,
.btn--arrow-white.btn-white:hover svg *,
.btn--arrow-white.btn-secondary:hover svg *,
.btn--arrow-white.btn-primary:hover svg * {
  stroke: #FFFFFF;
}
button.btn--white,
a.btn--white,
.btn--white {
  background-color: #FFFFFF;
}
button.btn--white:hover,
a.btn--white:hover,
.btn--white:hover {
  background-color: #F9F9FB;
}
button.btn--purple,
a.btn--purple,
.btn--purple {
  background-color: var(--color--primary);
  color: #FFFFFF;
}
button.btn--purple.btn--bordered,
a.btn--purple.btn--bordered,
.btn--purple.btn--bordered {
  border: 2px solid rgba(var(--color--primary));
}
button.btn--purple svg *,
a.btn--purple svg *,
.btn--purple svg * {
  stroke: #FFFFFF;
}
button.btn--purple:hover,
a.btn--purple:hover,
.btn--purple:hover {
  background-color: var(--color--primary);
  color: #FFFFFF;
}
button.btn--purple.btn--bordered,
a.btn--purple.btn--bordered,
.btn--purple.btn--bordered {
  border: 2px solid rgba(var(--color--primary));
}
button.btn--disabled,
a.btn--disabled,
.btn--disabled {
  color: var(--color--tertiary) !important;
}
button.btn.arrow-right:hover svg,
a.btn.arrow-right:hover svg,
.btn.arrow-right:hover svg,
.arrow-right.btn-outlined:hover svg,
.arrow-right.btn-white:hover svg,
.arrow-right.btn-secondary:hover svg,
.arrow-right.btn-primary:hover svg {
  transform: translateX(5px);
}
button.btn.arrow-left:hover svg,
a.btn.arrow-left:hover svg,
.btn.arrow-left:hover svg,
.arrow-left.btn-outlined:hover svg,
.arrow-left.btn-white:hover svg,
.arrow-left.btn-secondary:hover svg,
.arrow-left.btn-primary:hover svg {
  transform: translateX(-5px);
}
button.btn.btn--darkhover,
a.btn.btn--darkhover,
.btn.btn--darkhover,
.btn--darkhover.btn-outlined,
.btn--darkhover.btn-white,
.btn--darkhover.btn-secondary,
.btn--darkhover.btn-primary {
  background-color: #FFFFFF;
}
button.btn.btn--darkhover:hover,
a.btn.btn--darkhover:hover,
.btn.btn--darkhover:hover,
.btn--darkhover.btn-outlined:hover,
.btn--darkhover.btn-white:hover,
.btn--darkhover.btn-secondary:hover,
.btn--darkhover.btn-primary:hover {
  background-color: var(--color--off-white) !important;
}
button.btn--rounded,
a.btn--rounded,
.btn--rounded {
  border-radius: 100px;
  border-radius: 100px;
}

.corner-btn {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  border-radius: 0;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}
.corner-btn:focus {
  outline: none;
}
.corner-btn--close {
  background-size: 50%;
}

@media (max-width: 992px) {
  .corner-btn {
    height: 30px;
    width: 30px;
  }
}
.btn.icon--trash path:last-child, .icon--trash.btn-outlined path:last-child, .icon--trash.btn-white path:last-child, .icon--trash.btn-secondary path:last-child, .icon--trash.btn-primary path:last-child {
  transform: rotate(0deg) scale(1, -1) translate(0px, -10px);
  transition: 0.2s ease;
}
.btn.icon--trash line, .icon--trash.btn-outlined line, .icon--trash.btn-white line, .icon--trash.btn-secondary line, .icon--trash.btn-primary line {
  transform: rotate(0deg) translateX(0px);
  transform-origin: bottom right;
  transition: 0.2s ease;
}
.btn.icon--trash:hover path:last-child, .icon--trash.btn-outlined:hover path:last-child, .icon--trash.btn-white:hover path:last-child, .icon--trash.btn-secondary:hover path:last-child, .icon--trash.btn-primary:hover path:last-child {
  transform: rotate(20deg) scale(1, -1) translate(1.5px, -2px);
}
.btn.icon--trash:hover line, .icon--trash.btn-outlined:hover line, .icon--trash.btn-white:hover line, .icon--trash.btn-secondary:hover line, .icon--trash.btn-primary:hover line {
  transform: rotate(20deg) translate(-4px, 2px);
}
.btn.icon--trash svg, .icon--trash.btn-outlined svg, .icon--trash.btn-white svg, .icon--trash.btn-secondary svg, .icon--trash.btn-primary svg {
  transform: translateX(0);
}
.btn.icon--trash svg:hover, .icon--trash.btn-outlined svg:hover, .icon--trash.btn-white svg:hover, .icon--trash.btn-secondary svg:hover, .icon--trash.btn-primary svg:hover {
  transform: translateX(0);
}

.btn.icon--load svg, .icon--load.btn-outlined svg, .icon--load.btn-white svg, .icon--load.btn-secondary svg, .icon--load.btn-primary svg {
  transform: translateX(0);
}
.btn.icon--load svg:hover, .icon--load.btn-outlined svg:hover, .icon--load.btn-white svg:hover, .icon--load.btn-secondary svg:hover, .icon--load.btn-primary svg:hover {
  transform: translateX(0);
}

.expand-btn {
  transform: rotateX(0deg) rotate(90deg);
  vertical-align: middle;
  align-self: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 0;
  transition: 0.35s;
}
.expand-btn svg {
  height: 24px;
  width: 24px;
  margin: 0;
}
.expand-btn.btn--purple {
  transform: rotateX(180deg) rotate(90deg);
}

.info-btn {
  padding-left: 0;
  padding-right: 0;
}
.info-btn span.content {
  display: none;
}

.post-card:hover,
a.list-card:hover {
  cursor: pointer;
}
.post-card:hover .btn.icon-arrow, .post-card:hover .icon-arrow.btn-outlined, .post-card:hover .icon-arrow.btn-white, .post-card:hover .icon-arrow.btn-secondary, .post-card:hover .icon-arrow.btn-primary,
a.list-card:hover .btn.icon-arrow,
a.list-card:hover .icon-arrow.btn-outlined,
a.list-card:hover .icon-arrow.btn-white,
a.list-card:hover .icon-arrow.btn-secondary,
a.list-card:hover .icon-arrow.btn-primary {
  background-color: var(--color--secondary);
}
.post-card:hover .btn.icon-arrow svg, .post-card:hover .icon-arrow.btn-outlined svg, .post-card:hover .icon-arrow.btn-white svg, .post-card:hover .icon-arrow.btn-secondary svg, .post-card:hover .icon-arrow.btn-primary svg,
a.list-card:hover .btn.icon-arrow svg,
a.list-card:hover .icon-arrow.btn-outlined svg,
a.list-card:hover .icon-arrow.btn-white svg,
a.list-card:hover .icon-arrow.btn-secondary svg,
a.list-card:hover .icon-arrow.btn-primary svg {
  transform: translateX(5px);
}

.submit-contact {
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--color--primary);
  background-color: #FFFFFF;
  cursor: pointer;
  padding-right: 10px;
}
.submit-contact .wpcf7-submit {
  appearance: none;
  border: 0;
  display: block;
  background-color: #FFFFFF;
  outline: none;
  color: var(--color--primary);
  padding: 10px 20px;
  border: none;
}
.submit-contact svg {
  width: 24px;
  height: 24px;
  transition: transform ease 0.2s;
}
.submit-contact .ajax-loader {
  order: 3;
  position: absolute;
  color: var(--color--primary);
}
.submit-contact:hover svg {
  transform: translateX(5px);
}

.wp-block-button__link {
  position: relative;
  border: none;
  padding: 13px 18px 13px 18px;
  border-radius: 0;
  margin-top: 30px;
}
.wp-block-button__link svg {
  width: 24px;
  height: 24px;
  margin-left: 9px;
  transition: transform 0.2s forwards;
}
.wp-block-button__link:hover svg {
  transform: translateX(5px);
}
.wp-block-button.is-style-fill .wp-block-button__link {
  background-color: var(--color--secondary);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  max-height: 51px;
  color: var(--color--primary);
  border: 2px solid var(--color--primary);
}
.wp-block-button.is-style-fill-secondary .wp-block-button__link {
  background-color: var(--color--primary);
}
.wp-block-button.is-style-fill-secondary .wp-block-button__link svg g line {
  stroke: #FFFFFF;
}
.wp-block-button.is-style-fill-secondary .wp-block-button__link svg g polyline {
  stroke: #FFFFFF;
}

/**
 * Component styles
 */
ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.menu a {
  text-decoration: none;
}
ul.menu--horizontal {
  display: inline-flex;
  flex-direction: row;
  padding: 0;
  margin: 7px 0;
  align-items: center;
}
ul.menu--horizontal li {
  list-style-type: none;
  margin-right: 25px;
}
@media (min-width: 992px) {
  ul.menu--horizontal li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  ul.menu--horizontal li {
    margin-right: 40px;
  }
}
ul.menu--horizontal li:last-child {
  margin-right: 0;
}
ul.menu#menu-top-secondary-vacatures a, ul.menu#menu-top-secondary-menu a {
  color: #A2A29F;
  font-size: 16px;
}
ul.menu#menu-top-secondary-vacatures a:hover, ul.menu#menu-top-secondary-menu a:hover {
  color: rgb(98.2857142857, 98.2857142857, 95.2142857143);
}
ul.menu#menu-top-menu-vacatures a, ul.menu#menu-top-menu a {
  color: var(--color--primary);
  font-family: "SerifaTL-black";
  font-size: 16px;
}
ul.menu#menu-top-menu-vacatures a:hover, ul.menu#menu-top-menu a:hover {
  color: var(--color--secondary);
}
@media (min-width: 992px) {
  ul.menu#menu-top-menu-vacatures a, ul.menu#menu-top-menu a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  ul.menu#menu-top-menu-vacatures a, ul.menu#menu-top-menu a {
    font-size: 24px;
  }
}
ul.menu#menu-top-menu-vacatures .current_page_item > a, ul.menu#menu-top-menu .current_page_item > a {
  color: var(--color--secondary);
}
ul.menu#menu-top-menu-vacatures .cta, ul.menu#menu-top-menu .cta {
  background-color: var(--color--secondary);
  padding: 12px 18px;
}
ul.menu#menu-top-menu-vacatures .cta a, ul.menu#menu-top-menu .cta a {
  color: #FFFFFF;
}
ul.menu#menu-top-menu-vacatures .cta a:hover, ul.menu#menu-top-menu .cta a:hover {
  color: var(--color--primary);
}
ul.menu#menu-top-menu-vacatures .cta.current-menu-item a, ul.menu#menu-top-menu .cta.current-menu-item a {
  color: var(--color--quaternary);
}
ul.menu#menu-top-menu-vacatures .sub-menu li a, ul.menu#menu-top-menu .sub-menu li a {
  font-size: 18px;
}
ul.menu#menu-primary-menu {
  width: 40%;
  position: relative;
}
@media (max-width: 767px) {
  ul.menu#menu-primary-menu {
    width: 100%;
  }
}
ul.menu#menu-primary-menu > li {
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  ul.menu#menu-primary-menu > li {
    border-bottom: 1px solid var(--color--off-white);
    margin-bottom: 0;
    padding: 0;
  }
}
ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) {
  color: var(--color--primary);
  font-family: "SerifaTL-black";
  font-size: 28px;
}
ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) svg {
  display: none;
}
@media (max-width: 767px) {
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) svg * {
    pointer-events: none;
  }
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary):hover svg {
    background-color: var(--color--primary);
  }
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary):hover svg * {
    stroke: #FFFFFF;
  }
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) svg {
    transition: background-color 0.2s ease;
    display: inline-block;
    border: 1.5px solid var(--color--primary);
    width: 40px;
    height: 40px;
    padding: 8px;
    transition: transform 0.2s ease;
  }
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary).open svg {
    transform: rotateX(180deg);
  }
}
@media (min-width: 1200px) {
  ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) {
    font-size: 28px;
  }
}
ul.menu#menu-primary-menu > li a:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary):hover {
  color: var(--color--secondary);
}
ul.menu#menu-primary-menu > li:last-of-type {
  margin-bottom: 0;
}
ul.menu#menu-primary-menu .sub-menu {
  position: relative;
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 0;
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  ul.menu#menu-primary-menu .sub-menu {
    background: #F9F9FB;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  ul.menu#menu-primary-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    height: auto;
  }
}
ul.menu#menu-primary-menu .sub-menu li {
  margin-bottom: 20px;
  vertical-align: sub;
  display: list-item;
}
ul.menu#menu-primary-menu .sub-menu li:first-of-type {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.menu#menu-primary-menu .sub-menu li {
    margin-bottom: 0;
  }
}
ul.menu#menu-primary-menu .sub-menu li:last-of-type {
  margin-bottom: 0;
}
ul.menu#menu-primary-menu .sub-menu li.menu-item--promo {
  padding: 10px 20px;
}
ul.menu#menu-primary-menu .sub-menu li > a {
  font-size: 22px;
  color: #30302C;
  font-family: "SerifaTL-Light";
  line-height: 1.3;
}
@media (max-width: 767px) {
  ul.menu#menu-primary-menu .sub-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
ul.menu#menu-primary-menu .sub-menu li > a:hover {
  color: var(--color--primary);
  text-decoration: underline;
}
ul.menu#menu-secondary-menu {
  margin-top: 25px;
}
@media (min-width: 992px) {
  ul.menu#menu-secondary-menu {
    margin-top: 20px;
  }
}
ul.menu#menu-secondary-menu li {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  ul.menu#menu-secondary-menu li {
    margin-bottom: 15px;
  }
}
ul.menu#menu-secondary-menu li a {
  color: var(--color--primary);
  font-family: "SerifaTL-black";
  font-size: 18px;
}
@media (max-width: 767px) {
  ul.menu#menu-secondary-menu li a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  ul.menu#menu-secondary-menu li a {
    font-size: 18px;
  }
}
ul.menu#menu-secondary-menu li a:hover {
  color: var(--color--secondary);
}
ul.menu#menu-navigatie-panel-bottom li svg {
  width: 15px;
  height: 15px;
}
ul.menu#menu-navigatie-panel-bottom li svg * {
  stroke: #B8B8B7;
}
ul.menu#menu-navigatie-panel-bottom li form .input-textfield {
  font-family: "SerifaTL-Roman";
}
ul.menu#menu-navigatie-panel-bottom li button[type=submit] svg {
  width: 24px;
  height: 24px;
}
ul.menu#menu-navigatie-panel-bottom li button[type=submit] svg * {
  stroke: unset;
}
ul.menu#menu-navigatie-panel-bottom li a {
  font-family: "SerifaTL-Roman";
  color: #A2A29F;
  font-size: 16px;
}
ul.menu#menu-navigatie-panel-bottom li a.purple {
  color: var(--color--primary);
}
ul.menu#menu-navigatie-panel-bottom li a.purple:hover {
  color: var(--color--primary);
}
@media (max-width: 992px) {
  ul.menu#menu-navigatie-panel-bottom li a.purple {
    display: block;
    width: 100%;
  }
}
ul.menu#menu-navigatie-panel-bottom li a.bold {
  font-family: "SerifaTL-bold";
}
ul.menu#menu-navigatie-panel-bottom li a.text-s {
  font-size: 24px;
}
ul.menu#menu-navigatie-panel-bottom li a:hover {
  color: rgb(98.2857142857, 98.2857142857, 95.2142857143);
}
@media (max-width: 992px) {
  ul.menu#menu-navigatie-panel-bottom li {
    display: block;
    flex-direction: column;
    width: 100%;
    flex: 0 0 100%;
  }
  ul.menu#menu-navigatie-panel-bottom li.icon {
    align-items: unset;
  }
  ul.menu#menu-navigatie-panel-bottom li a {
    margin-bottom: 15px;
  }
}
ul.menu#menu-navigatie-panel-bottom li form {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 992px) {
  ul.menu#menu-navigatie-panel-bottom li form {
    flex-wrap: wrap;
    margin-left: unset;
    width: calc(100vw - 40px);
  }
  ul.menu#menu-navigatie-panel-bottom li form input,
  ul.menu#menu-navigatie-panel-bottom li form label {
    flex: 1 1 45%;
    margin-bottom: 10px;
  }
  ul.menu#menu-navigatie-panel-bottom li form input[type=submit] {
    max-width: 135px;
    display: inline-block;
    margin-left: auto;
  }
}
ul.menu#menu-navigatie-panel-bottom li form input {
  font-size: 16px;
  padding: 6px 10px;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  ul.menu#menu-navigatie-panel-bottom li form input {
    margin-right: unset;
  }
}
ul.menu#menu-navigatie-panel-bottom li form label {
  display: flex;
  align-items: center;
  font-family: "SerifaTL-Roman";
}

.custom_color .menu#menu-top-menu .cta {
  background-color: var(--color_button);
}

.menu__mobile li {
  border-bottom: 1px solid #ece9f2;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.menu__mobile li a {
  padding: 10px 0px;
  font-size: 28px;
  display: flex;
  justify-content: space-between;
}
.menu__mobile li .drop {
  position: absolute;
  top: 2px;
  right: 20px;
}
.menu__mobile li .drop svg {
  transition: background-color 0.4s ease;
  display: inline-block;
  border: 1.5px solid var(--color--primary);
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: transform 0.4s ease;
}
.menu__mobile li .drop svg line, .menu__mobile li .drop svg polyline {
  stroke: var(--color--primary);
}
.menu__mobile li .drop.active svg {
  transform: rotate(-180deg);
  background: var(--color--primary);
  color: #FFFFFF;
}
.menu__mobile li .drop.active svg line, .menu__mobile li .drop.active svg polyline {
  stroke: #FFFFFF;
}
.menu__mobile .sub-menu {
  background: #F9F9FB;
  padding: 10px 0;
  width: 100%;
  position: relative;
  list-style-type: none;
  z-index: 1;
  display: none;
}
.menu__mobile .sub-menu li {
  border-bottom: 0 !important;
}
.menu__mobile .sub-menu li a {
  color: #30302C !important;
  font-size: 18px;
  font-family: "SerifaTL-Light" !important;
  margin-left: 20px;
}
.menu__mobile .sub-menu.active {
  display: block;
}

.facebook_icon,
.instagram_icon {
  display: inline-block;
  margin-right: 10px;
}
.facebook_icon svg,
.instagram_icon svg {
  width: 20px;
  height: 20px;
}
.facebook_icon svg path, .facebook_icon svg g,
.instagram_icon svg path,
.instagram_icon svg g {
  color: var(--color--primary) !important;
}

.mobile_header_cta {
  background-color: var(--color--secondary);
  padding: 8px 16px;
  font-family: "SerifaTL-black";
  color: #FFFFFF;
}

.mobile_header_phone {
  display: block;
}

@media (max-width: 767px) {
  .hidemobile {
    display: none;
  }
}
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

body.locked,
html.locked {
  height: 100%;
  overflow-y: hidden;
}

/*
 * Header component
 */
.m-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 21;
  transition: all 0.6s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  padding: 0 15px;
}
.m-header.headroom--unpinned {
  position: fixed;
  top: -100%;
}
.m-header.headroom--pinned {
  position: fixed;
  top: 0;
  background-color: var(--bg-color-primary);
}
.m-header.m-header--top {
  position: absolute;
}
.m-header.headroom--top {
  background-color: transparent;
}
.m-header.headroom--pinned:not(.headroom--top) nav > ul > li > a, .m-header.headroom--pinned:not(.headroom--top) nav > ul > li > svg {
  color: var(--bg-color-tertiary);
}
.m-header > .container {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-header > .container {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .m-header__right {
    display: flex;
    align-items: center;
  }
  .m-header__right nav {
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .m-header__right nav {
    margin-right: 2px;
  }
}
@media screen and (min-width: 768px) {
  .m-header__right nav > ul > li {
    display: inline-flex;
    margin: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .m-header__right nav > ul > li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-header__right nav > ul > li a {
    color: var(--color--primary);
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: color 0.2s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    font-weight: 500;
  }
  .m-header__right nav > ul > li svg {
    color: var(--color--primary);
    transition: all 0.2s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    margin-left: 4px;
    cursor: pointer;
  }
  .page-template-page-home .m-header__right nav > ul > li > a {
    color: #ffffff;
  }
  .page-template-page-home .m-header__right nav > ul > li > svg {
    color: #ffffff;
  }
  .m-header__right nav > ul > li:hover > a, .m-header__right nav > ul > li.menu-open > a {
    color: var(--color--secondary) !important;
  }
  .m-header__right nav > ul > li:hover > svg, .m-header__right nav > ul > li.menu-open > svg {
    color: var(--color--secondary) !important;
    transform: rotate(-90deg);
  }
  .m-header__right nav > ul > li .menu-fixed-wrap {
    position: fixed;
    width: 100%;
    top: 106px;
    left: 0;
    transition: all 0.3s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    visibility: hidden;
    opacity: 0;
    perspective: 1200px;
    transform-style: preserve-3d;
    will-change: transform opacity;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate {
    min-height: 240px;
    padding: 60px 15px 20px 15px;
    background: #ffffff;
    transform: translateY(-12px) rotateX(-20deg) translateZ(50px);
    transform-origin: 50% -50%;
    transition: transform 0.4s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    pointer-events: none;
    z-index: -1;
    will-change: transform;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container {
    position: relative;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-description {
    position: absolute;
    align-items: center;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: var(--color--primary);
    border-bottom: 1px solid var(--color--secondary);
    display: flex;
    z-index: 6;
    padding-bottom: 2px;
    height: 28px;
    text-transform: lowercase;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 100px;
    z-index: 9;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item h3 {
    font-size: 18px;
    line-height: 23px;
    display: block;
    margin-bottom: 12px;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item a {
    float: left;
    display: inline;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item a img {
    width: 190px;
    height: 115px;
    border-radius: 10px;
    float: left;
    margin-right: 40px;
    margin-bottom: 8px;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item p {
    font-size: 18px;
    line-height: 26px;
    min-height: 100px;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item a.menu-learn-more {
    font-weight: 500;
    float: none;
    display: flex;
    align-items: center;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item a.menu-learn-more:hover {
    color: var(--color--primary);
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .menu-post-item a.menu-learn-more svg {
    margin-left: 4px;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap > li {
    display: block;
    margin: 0 40px 24px 0;
    width: calc(33.333333% - 40px);
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap > li span.menu-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 4px;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap > li ul.sub-menu {
    margin: 12px 0 0 0;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap > li ul.sub-menu li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap > li ul.sub-menu li a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
  .m-header__right nav > ul > li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap > li ul.sub-menu li a:hover {
    text-decoration: underline;
    color: var(--color--primary);
  }
  .m-header__right nav > ul > li.menu-open .menu-fixed-wrap {
    opacity: 1;
    visibility: visible;
  }
  .m-header__right nav > ul > li.menu-open .menu-fixed-wrap .menu-translate {
    pointer-events: auto;
    z-index: 10;
    transform: translateY(-2px) rotateX(0);
  }
  .headroom--unpinned .m-header__right nav > ul > li.menu-open .menu-fixed-wrap {
    opacity: 0;
  }
  .headroom--unpinned .m-header__right nav > ul > li.menu-open .menu-fixed-wrap .menu-translate {
    transform: translateY(-12px) rotateX(-20deg) translateZ(50px);
  }
  .m-header__right__cta .btn-yellow {
    height: 40px;
  }
  .m-header .menu-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-header .menu-products .menu-product {
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    border-radius: 10px;
    flex: 0 1 calc(33.333333% - 12.5px);
    margin-bottom: 20px;
    padding: 28px 28px 0 28px;
    min-height: 144px;
    align-items: flex-start;
  }
  .m-header .menu-products .menu-product img {
    margin-right: 24px;
  }
  .m-header .menu-products .menu-product h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: var(--color--primary);
    transition: all 0.2s cubic-bezier(0.38, 0.11, 0.24, 0.94);
  }
  .m-header .menu-products .menu-product p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
  }
  .m-header .menu-products .menu-product:hover {
    background-color: var(--bg-color-secondary);
  }
  .m-header .menu-products .menu-product:hover h3 {
    color: var(--color--primary);
  }
  .m-header .menu-products .menu-product:active {
    transform: scale(0.96);
  }
  .m-header:hover {
    background-color: var(--bg-color-primary);
  }
  .m-header:hover nav > ul > li > a, .m-header:hover nav > ul > li > svg {
    color: var(--bg-color-primary);
  }
}
@media screen and (max-width: 768px) {
  .m-header {
    background-color: var(--bg-color-primary) !important;
  }
  .m-header__right nav {
    position: fixed;
    top: 80px;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    visibility: hidden;
    opacity: 0;
    perspective: 1200px;
    transform-style: preserve-3d;
    visibility: hidden;
  }
  .m-header__right nav > ul {
    padding: 20px 15px 20px 15px;
    background: var(--bg-color-primary);
    transform: translateY(-12px) rotateX(-20deg) translateZ(50px);
    transform-origin: 50% -50%;
    transition: all 0.4s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    max-height: calc(var(--vh, 1vh) * 100 - 80px);
    overscroll-behavior: contain;
    overflow: scroll;
    scroll-behavior: smooth;
  }
  .m-header__right nav > ul > li {
    background-color: var(--bg-color-primary);
    position: relative;
  }
  .m-header__right nav > ul > li > a {
    color: var(--color--primary);
    font-weight: 500;
    font-size: 22px;
    cursor: pointer;
    padding: 4px 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding-right: 12px;
  }
  .m-header__right nav > ul > li > a:hover {
    color: var(--color--secondary);
  }
  .m-header__right nav > ul > li > svg {
    width: 48px !important;
    height: 48px !important;
    cursor: pointer;
    padding: 14px 10px;
    position: absolute;
    top: 0;
    right: -11px;
    transition: all 0.4s cubic-bezier(0.38, 0.11, 0.24, 0.94);
  }
  .m-header__right nav > ul > li > svg:hover {
    color: #485FE0;
  }
  .m-header__right nav > ul > li .sub-menu-left-wrap {
    margin-left: 24px;
  }
  .m-header__right nav > ul > li ul.sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    margin-left: 32px;
  }
  .m-header__right nav > ul > li ul.sub-menu .menu-title, .m-header__right nav > ul > li ul.sub-menu a {
    font-weight: 500;
    font-size: 22px;
    display: flex;
    height: 48px;
    align-items: center;
    color: var(--color--primary);
  }
  .m-header__right nav > ul > li ul.sub-menu .menu-title {
    font-weight: bold;
  }
  .m-header__right nav > ul > li ul.sub-menu ul.sub-menu {
    margin-left: 32px;
  }
  .m-header__right nav > ul > li ul.sub-menu ul.sub-menu a:hover {
    color: var(--color--secondary);
  }
  .m-header__right nav > ul > li.submenu-open > a {
    color: var(--color--secondary);
  }
  .m-header__right nav > ul > li.submenu-open > svg {
    transform: rotate(-90deg);
    color: var(--color--secondary);
  }
  .m-header__right nav > ul > li.submenu-open ul.sub-menu {
    max-height: 100vh;
    opacity: 1;
    margin-left: 0;
    visibility: visible;
  }
  .m-header__right nav > ul > li.submenu-open ul.sub-menu ul.sub-menu {
    margin-left: 24px;
  }
  .m-header__right nav .menu-description, .m-header__right nav .menu-post-item {
    display: none;
  }
  .m-header__right nav .menu-products {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.38, 0.11, 0.24, 0.94);
    padding-left: 24px;
    margin-left: 32px;
  }
  .m-header__right nav .menu-products .menu-product {
    margin-left: 24px;
  }
  .m-header__right nav .menu-products .menu-product img, .m-header__right nav .menu-products .menu-product p {
    display: none;
  }
  .m-header__right nav .menu-products .menu-product h3 {
    color: var(--color--primary);
    font-weight: 500;
    font-size: 22px;
    cursor: pointer;
    padding: 4px 0;
    min-height: 48px;
  }
  .m-header__right nav .submenu-open .menu-products {
    max-height: 100vh;
    opacity: 1;
    margin-left: 0;
    visibility: visible;
  }
  .m-header__right nav.mobile-menu-open {
    opacity: 1;
    visibility: visible;
  }
  .m-header__right nav.mobile-menu-open > ul {
    transform: translateY(0) rotateX(0) translateZ(0);
  }
  .headroom--unpinned .m-header__right nav.mobile-menu-open {
    opacity: 0;
    visibility: hidden;
  }
  .headroom--unpinned .m-header__right nav.mobile-menu-open > ul {
    transform: translateY(-12px) rotateX(-20deg) translateZ(50px);
  }
  .m-header__right__cta .btn-yellow {
    height: 40px;
    margin-right: 48px;
  }
}

.main-header {
  position: relative;
  z-index: 12;
}
@media (max-width: 767px) {
  .main-header {
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.4);
  }
}
.main-header__top {
  position: relative;
  background-color: #F9F9FB;
}
.main-header__top .content-wrapper {
  justify-content: space-between;
  flex-flow: nowrap;
}
.main-header__top .content-wrapper .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main-header__top .content-wrapper .logout-btn {
  display: inline-flex;
  font-size: 16px;
  color: #A2A29F;
  margin: 8px auto 7px 0;
  align-items: center;
}
.main-header__top .content-wrapper .logout-btn svg {
  color: #FFFFFF;
}
.main-header__top .content-wrapper .logout-btn:hover {
  color: rgb(98.2857142857, 98.2857142857, 95.2142857143);
}
.main-header__bottom .content-wrapper {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .main-header__bottom .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header__bottom .brand {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.main-header__bottom .brand img {
  width: auto;
  height: 48px;
}
@media (min-width: 992px) {
  .main-header__bottom .brand img {
    height: auto;
    max-width: 200px;
    min-width: 130px;
  }
}
@media (min-width: 1200px) {
  .main-header__bottom .brand img {
    max-width: 260px;
  }
}
.main-header__bottom .brand__tagline {
  display: none;
  margin-left: 18px;
  color: var(--color--primary);
  font-family: "SerifaTL-black";
  font-size: responsive 14px 24px;
  height: 100%;
}
.main-header__bottom .brand__tagline svg {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .main-header__bottom .brand__tagline svg {
    max-width: 200px;
  }
}
.main-header__bottom .nav--top {
  lost-column: 2/5 flex;
  justify-content: center;
}
.main-header__bottom .nav--top:nth-child(2n).nav {
  margin-left: unset;
}
@media (min-width: 992px) {
  .main-header__bottom .nav--top {
    lost-column: 3/6 flex;
  }
}
@media (min-width: 1200px) {
  .main-header__bottom .nav--top {
    lost-column: 1/2 flex;
  }
}
.main-header__bottom .nav--secondary {
  lost-column: 1/4 flex;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
}
@media (max-width: 767px) {
  .main-header__bottom .nav--secondary {
    lost-column: none;
    width: auto;
    flex-basis: auto;
  }
}
.main-header__bottom .nav--secondary .btn, .main-header__bottom .nav--secondary .btn-outlined, .main-header__bottom .nav--secondary .btn-white, .main-header__bottom .nav--secondary .btn-secondary, .main-header__bottom .nav--secondary .btn-primary {
  padding: 7px 0 7px 18px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .main-header__bottom .nav--secondary .btn, .main-header__bottom .nav--secondary .btn-outlined, .main-header__bottom .nav--secondary .btn-white, .main-header__bottom .nav--secondary .btn-secondary, .main-header__bottom .nav--secondary .btn-primary {
    padding: 12px 18px;
  }
}
@media (max-width: 1200px) {
  .main-header__bottom .nav--secondary .btn, .main-header__bottom .nav--secondary .btn-outlined, .main-header__bottom .nav--secondary .btn-white, .main-header__bottom .nav--secondary .btn-secondary, .main-header__bottom .nav--secondary .btn-primary {
    height: 40px;
    padding: 8px 14px;
  }
}
@media (max-width: 767px) {
  .main-header__bottom .nav--secondary .btn-toggle-menu {
    position: relative;
    padding: 0;
  }
}
.main-header__bottom .nav--secondary .btn-toggle-menu, .main-header__bottom .nav--secondary .open-search-btn {
  transition: none;
}
.main-header__bottom .nav--secondary .btn-toggle-menu svg, .main-header__bottom .nav--secondary .open-search-btn svg {
  width: 26px;
  height: 26px;
}
.main-header__bottom .nav--secondary .btn-toggle-menu svg:nth-of-type(2), .main-header__bottom .nav--secondary .open-search-btn svg:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .main-header__bottom .nav--secondary .btn-toggle-menu svg:nth-of-type(2), .main-header__bottom .nav--secondary .open-search-btn svg:nth-of-type(2) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .main-header__bottom .nav--secondary .btn-toggle-menu--active span:not([class]), .main-header__bottom .nav--secondary .open-search-btn--active span:not([class]) {
    display: none;
  }
}
.main-header__bottom .nav--secondary .btn-toggle-menu--active span:nth-child(2), .main-header__bottom .nav--secondary .open-search-btn--active span:nth-child(2) {
  display: block;
}
.main-header__bottom .nav--secondary .btn-toggle-menu--active span:nth-child(3), .main-header__bottom .nav--secondary .open-search-btn--active span:nth-child(3) {
  display: none;
}
@media (min-width: 767px) {
  .main-header__bottom .nav--secondary .btn-toggle-menu:hover, .main-header__bottom .nav--secondary .open-search-btn:hover {
    color: var(--color--secondary);
  }
  .main-header__bottom .nav--secondary .btn-toggle-menu:hover svg *, .main-header__bottom .nav--secondary .open-search-btn:hover svg * {
    stroke: var(--color--secondary);
  }
}
.main-header__bottom .nav--secondary .btn-toggle-menu:hover svg, .main-header__bottom .nav--secondary .open-search-btn:hover svg {
  transform: none;
}
.main-header__bottom .nav--secondary .btn-toggle-menu .btn-toggle-icon__open, .main-header__bottom .nav--secondary .open-search-btn .btn-toggle-icon__open {
  display: block;
}
.main-header__bottom .nav--secondary .btn-toggle-menu .btn-toggle-icon__close, .main-header__bottom .nav--secondary .open-search-btn .btn-toggle-icon__close {
  display: none;
}
.main-header__bottom .nav--secondary .open-search-btn svg {
  height: 24px;
  width: 24px;
}
.main-header__bottom .nav--secondary .divider {
  margin: 0 10px;
  color: var(--color--tertiary);
}
.main-header__bottom .nav--secondary .divider--vertical {
  border-top: unset;
  font-size: 37px;
}
.main-header__bottom.site-27 .brand img {
  object-fit: contain;
}
@media (min-width: 992px) {
  .main-header__bottom.site-27 .brand img {
    height: 50px;
    max-width: 200px;
    min-width: 130px;
  }
}
.main-header__bottom.site-27 .brand__tagline {
  display: none;
  margin-left: 18px;
  color: var(--color--primary);
  font-family: "SerifaTL-black";
  font-size: responsive 14px 24px;
  height: 100%;
}
.main-header__bottom.site-27 .brand__tagline svg {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .main-header__bottom.site-27 .brand__tagline svg {
    max-width: 200px;
  }
}
.main-header--fixed {
  position: sticky;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.4);
  animation-name: slideDown;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  top: 0;
}
.main-header--fixed .brand__tagline {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 370px) {
  .main-header--fixed .brand__tagline {
    display: none;
  }
}
.main-header--fixed .main-header__top {
  display: none;
}
.main-header--fixed .main-header__bottom .content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .main-header--fixed .main-header__bottom .brand img {
    max-width: unset;
    width: auto;
    height: 30px;
  }
}

.search-area {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .search-area {
    display: none;
  }
  .search-area--mobile {
    display: flex;
    position: relative;
    background-color: #F9F9FB;
    width: 100%;
    text-align: left;
    padding: 24px 20px;
    margin-bottom: 0px;
  }
  .search-area--mobile .mobile_header_cta {
    line-height: 34px;
  }
  .search-area--mobile .mobile_header_phone {
    margin-left: 40px;
  }
  .search-area--mobile .mobile_header_phone .text {
    font-family: "SerifaTL-Light";
    color: var(--color--primary);
    font-size: 18px;
  }
  .search-area--mobile .mobile_header_phone .phone {
    font-family: "SerifaTL-black";
    color: var(--color--primary);
    font-size: 28px;
    line-height: 0.9;
    letter-spacing: -1px;
  }
  .search-area--mobile .search-container {
    position: relative;
    width: 100%;
    display: flex;
  }
  .search-area--mobile .search-container .search-field {
    position: relative;
    width: 100%;
    background-color: #F9F9FB;
    min-height: 30px;
    max-height: 30px;
  }
  .search-area--mobile .search-container .search-field__suggestions {
    z-index: 1;
  }
  .search-area--mobile .search-btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background-color: var(--color--primary);
    line-height: 100%;
    width: 50px;
  }
  .search-area--mobile .search-btn-submit svg {
    margin-left: 3px;
    height: 24px;
    width: 32px;
  }
  .search-area--mobile .search-btn-close {
    display: none;
  }
  .search-area--mobile .search-area__meta {
    display: inline-flex;
    text-align: left;
    margin-top: 25px;
    padding-top: 25px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color--off-white);
  }
  .search-area--mobile .search-area__meta .btn, .search-area--mobile .search-area__meta .btn-outlined, .search-area--mobile .search-area__meta .btn-white, .search-area--mobile .search-area__meta .btn-secondary, .search-area--mobile .search-area__meta .btn-primary {
    padding: 11px 18px;
    font-size: 24px;
  }
  .search-area--mobile .search-area__meta div * {
    color: var(--color--primary);
    margin: 0;
  }
  .search-area--mobile .search-area__meta a {
    text-decoration: none;
  }
  .search-area--mobile .search-area__meta h3 {
    font-size: 28px;
  }
}
.search-area .search-btn-close {
  padding: 0;
  border: none;
  margin-right: 40px;
  flex: 1 0 50px;
  height: 50px;
  background-size: contain;
  cursor: pointer;
}
.search-area .search-btn-close::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.search-area .search-btn-close:focus {
  outline: none;
}
.search-area .search-container {
  position: relative;
}
.search-area .search-container::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: " ";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  padding: 12px 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-area .search-container::after {
    right: 50px;
  }
}
.search-area .search-container .search-field {
  font-family: "SerifaTL-Light";
  background-color: #F9F9FB;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px 0 rgba(60, 60, 55, 0.5);
  padding: 10px 12px;
  font-size: 24px;
  height: 100%;
  margin-right: -1px;
}
@media (min-width: 992px) {
  .search-area .search-container .search-field {
    min-width: 338px;
  }
}
.search-area .search-container .search-field::-webkit-search-decoration, .search-area .search-container .search-field::-webkit-search-cancel-button, .search-area .search-container .search-field::-webkit-search-results-button, .search-area .search-container .search-field::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 767px) {
  .search-area .search-container .search-field {
    margin-right: 0;
  }
}
.search-area .search-container .search-field::placeholder {
  color: #A392C1;
}
.search-area .search-container .search-field__suggestions {
  z-index: 1;
  top: 50px;
  position: absolute;
  width: calc(100% + 50px);
  list-style: none;
  padding: 0;
  text-align: left;
  background-color: #F9F9FB;
  box-shadow: 0 12px 10px -10px rgba(60, 60, 55, 0.3), 0 7px 6px -5px rgba(60, 60, 55, 0.2);
}
.search-area .search-container .search-field__suggestions li {
  border-bottom: 1px solid #DDD8E8;
}
.search-area .search-container .search-field__suggestions li a {
  display: block;
  padding: 15px 14px;
  color: var(--color--primary);
  text-decoration: none;
  font-size: 18px;
  font-family: "SerifaTL-Roman";
}
.search-area .search-container .search-field__suggestions__header {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  padding: 15px 14px;
  font-size: 18px;
  font-family: "SerifaTL-black";
  color: var(--color--primary);
}
.search-area .search-container .search-field:focus {
  outline: none;
}
.search-area .search-submit {
  display: none;
}

.open-search-btn {
  padding: 0;
  margin: 10.66px 0px 10.66px 33px;
  border: none;
  width: 24px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .open-search-btn {
    margin: 10.66px 0px 10.66px 20px;
  }
}
.open-search-btn svg {
  position: relative;
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .open-search-btn {
    display: none;
  }
}
.open-search-btn:focus {
  outline: none;
}

@keyframes slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.nav-panel-wrapper {
  position: absolute;
  z-index: 0;
  display: none;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #EBEBEA;
}
@media (max-width: 767px) {
  .nav-panel-wrapper {
    overflow-y: scroll;
    position: fixed;
    height: 100%;
    max-width: 100vw;
    top: 69px;
  }
}

.nav-panel {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .nav-panel__content--top::after {
    position: absolute;
    content: " ";
    height: 94%;
    width: 1px;
    background-color: #EBEBEA;
    top: 0;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .nav-panel__content--top > .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-panel__content--top > .content-wrapper > div {
  lost-column: 1/1 1 0px flex;
  padding: 0;
}
@media (min-width: 992px) {
  .nav-panel__content--top > .content-wrapper > div {
    lost-column: 1/2 2 0px flex;
    padding: 50px 0;
  }
}
.nav-panel__content--top > .content-wrapper div.nav-content__right {
  padding: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .nav-panel__content--top > .content-wrapper div.nav-content__right {
    padding: 50px 0 50px 92px;
  }
}
.nav-panel__content--top > .content-wrapper div.nav-content__right .nav-content__promo {
  position: relative;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .nav-panel__content--top > .content-wrapper div.nav-content__right .nav-content__promo:first-of-type {
    display: none;
  }
}
.nav-panel__content--top > .content-wrapper div.nav-content__right .nav-content__promo--hidden {
  display: none;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left {
  padding: 24px 0px;
  width: 100%;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .nav--primary {
  font-size: 28px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .nav--primary ul li {
  margin-bottom: 8px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .nav--primary ul li a {
  font-family: "SerifaTL-black";
  font-weight: 400;
  color: var(--color--primary);
  padding: 10px 20px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .nav--secondary {
  font-size: 24px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .nav--secondary ul li {
  margin-bottom: 4px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .nav--secondary ul li a {
  font-family: "SerifaTL-Light";
  color: #A392C1;
  padding: 10px 20px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .channels {
  padding: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
}
.nav-panel__content--top > .content-wrapper div.nav-content__left .channels .channel {
  margin-right: 8px;
}
.nav-panel__content--top > .content-wrapper .channels {
  padding: 0px 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .nav-panel__content--top > .content-wrapper .channels {
    margin-top: 50px;
    padding: 0;
  }
}
.nav-panel__content--bottom {
  padding: 8px 0;
  background-color: #F9F9FB;
  position: relative;
}
@media (max-width: 767px) {
  .nav-panel__content--bottom .menu-navigatie-panel-bottom-container {
    padding-bottom: 8px;
  }
  .nav-panel__content--bottom::after {
    content: "";
    display: block;
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .show-on-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.theme-font {
  font-family: "SerifaTL-Light";
}
.theme-font li a {
  font-family: "SerifaTL-Light";
}

.theme-font-bold {
  font-family: "SerifaTL-black";
}

.menu--horizontal .sub-menu {
  display: none;
  position: absolute;
  background: #FFFFFF;
  padding: 20px;
}
.menu--horizontal .sub-menu.sub-menu-active {
  display: block;
}
.menu--horizontal .sub-menu > .menu-item {
  margin-top: 12px;
  position: relative;
  padding-left: 20px;
}
.menu--horizontal .sub-menu > .menu-item svg {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 7px;
}
.menu--horizontal .sub-menu > .menu-item svg g line {
  stroke: var(--color--primary);
}
.menu--horizontal .sub-menu > .menu-item svg g polyline {
  stroke: var(--color--primary);
}
.menu--horizontal .sub-menu > .menu-item :hover svg {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 7px;
}
.menu--horizontal .sub-menu > .menu-item :hover svg g line {
  stroke: var(--color--secondary);
}
.menu--horizontal .sub-menu > .menu-item :hover svg g polyline {
  stroke: var(--color--secondary);
}

.menutext {
  font-family: "SerifaTL-black" !important;
  font-weight: 400;
  color: var(--color--primary);
}

.btn-toggle-menu--active .menutext {
  display: none;
}

.menu__mobile-secondary a {
  font-family: "SerifaTL-black" !important;
  font-weight: 400;
  color: var(--color--primary) !important;
  font-size: 18px;
}

.main-entries__header-left h1, .main-entries__header-left h2, .main-entries__header-left p {
  line-height: 1 !important;
}

/*
 * Hero component
 */
.hero-section {
  height: 420px;
  position: relative;
}
.single-products .hero-section {
  margin-bottom: 7vw;
}
.page-template-page-home .hero-section {
  margin-bottom: 7vw;
}
@media screen and (max-width: 840px) {
  .archive .hero-section {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-home .hero-section {
    margin-top: -32px;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .page-template-page-home .hero-section {
    margin-top: -48px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .page-template-page-home .hero-section {
    margin-top: -60px;
    height: auto;
  }
}
.hero-section .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
@media screen and (max-width: 1240px) {
  .hero-section .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-home .hero-section .container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .archive .hero-section .container {
    align-items: flex-start;
  }
}
.hero-section .container .hero-wrap {
  max-width: 500px;
}
@media screen and (max-width: 840px) {
  .archive .hero-section .container .hero-wrap {
    margin: 48px 0 32px 0;
  }
}
@media screen and (max-width: 440px) {
  .archive .hero-section .container .hero-wrap {
    margin: 24px 0 32px 0;
  }
}
@media screen and (max-width: 540px) {
  .page-template-page-home .hero-section .container .hero-wrap {
    margin-top: -32px;
  }
}
@media screen and (max-width: 440px) {
  .page-template-page-home .hero-section .container .hero-wrap {
    margin-top: -48px;
  }
}
.hero-section .container .hero-wrap h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 58.8px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 440px) {
  .hero-section .container .hero-wrap h1 {
    font-size: 46px;
    line-height: 50px;
  }
}
.hero-section .container .hero-wrap h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
}
.hero-section .container .hero-wrap h2 a {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: #485FE0;
          text-decoration-color: #485FE0;
}
.hero-section .container .hero-wrap h2 a:hover {
  color: #485FE0;
}
.hero-section .container .hero-wrap__cta {
  margin-top: 40px;
}
.hero-section .container .hero-wrap__cta .btn-blue {
  padding: 0 15px;
  height: 46px;
  margin-right: 5px;
}
@media screen and (max-width: 440px) {
  .hero-section .container .hero-wrap__cta .btn-blue {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.hero-section .container .hero-wrap__cta .btn-outlined {
  padding: 0 20px;
  height: 46px;
}
@media screen and (max-width: 440px) {
  .hero-section .container .hero-wrap__cta .btn-outlined {
    width: 100%;
  }
}
.hero-section .container .hero-wrap__cta span {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: -0.5px;
  color: #A5A5A5;
}
@media screen and (max-width: 440px) {
  .hero-section .container .hero-wrap__cta span {
    text-align: center;
  }
}
.page-template-page-home .hero-section .container .hero-wrap {
  max-width: 420px;
}
.page-template-page-home .hero-section .container .hero-wrap h1 {
  margin-top: 64px;
}
@media screen and (max-width: 540px) {
  .page-template-page-home .hero-section .container .hero-wrap h1 {
    margin-top: 0;
  }
}
.page-template-page-home .hero-section .container .hero-wrap__cta {
  margin-top: 50px;
}
@media screen and (max-width: 440px) {
  .page-template-page-home .hero-section .container .hero-wrap__cta {
    margin-top: 32px;
  }
}
.hero-section .container .hero-mask {
  line-height: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: -6;
}
@media screen and (max-width: 840px) {
  .archive .hero-section .container .hero-mask {
    display: none;
  }
}
.hero-section .container .hero-animation {
  flex: 1;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .single-products .hero-section .container .hero-animation {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .hero-section .container .hero-animation {
    margin-top: -24px;
  }
}
.hero-section .container .hero-animation__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 5.2%;
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  .hero-section .container .hero-animation__wrap {
    margin-left: -32px;
  }
}
@media screen and (max-width: 1100px) {
  .hero-section .container .hero-animation__wrap {
    margin-left: -64px;
  }
}
@media screen and (max-width: 1000px) {
  .hero-section .container .hero-animation__wrap {
    transform: scale(0.8);
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .container .hero-animation__wrap {
    margin-left: -48px;
  }
}
@media screen and (max-width: 540px) {
  .hero-section .container .hero-animation__wrap {
    margin-left: -48px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 440px) {
  .hero-section .container .hero-animation__wrap {
    margin-left: -32px;
    transform: scale(0.55);
  }
}
.hero-section .container .hero-animation__wrap img {
  transition: all 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  opacity: 1;
  position: absolute;
  z-index: -1;
}
.hero-section .container .hero-animation__wrap img.clouds {
  top: 24px;
  left: calc(50% + 50px);
  transform: translate(-50%, 0);
  z-index: -8;
  will-change: opacity;
}
.preload .hero-section .container .hero-animation__wrap img.clouds {
  opacity: 0;
}
.hero-section .container .hero-animation__wrap img.tv {
  top: 6%;
  left: calc(50% + 50px);
  transform: translate(-50%, 0);
  transition-delay: 0.2s;
  margin-top: 0;
  will-change: opacity margin-top;
}
.preload .hero-section .container .hero-animation__wrap img.tv {
  margin-top: 20px;
  opacity: 0;
}
.hero-section .container .hero-animation__wrap img.jet {
  top: 33.5%;
  left: calc(50% - 350px);
  transform: translate(-50%, 0);
  transition-delay: 0.2s;
  will-change: opacity transform;
}
.preload .hero-section .container .hero-animation__wrap img.jet {
  opacity: 0;
  transform: translate(40px, 40px);
}
@media screen and (max-width: 1100px) {
  .hero-section .container .hero-animation__wrap img.jet {
    display: none;
  }
}
.hero-section .container .hero-animation__wrap img.laptop {
  bottom: -38px;
  left: calc(50% + 221px);
  transform: translate(-50%, 0);
  transition-delay: 0.3s;
  will-change: opacity;
}
.preload .hero-section .container .hero-animation__wrap img.laptop {
  opacity: 0;
}
.hero-section .container .hero-animation__wrap img.smart {
  bottom: -28px;
  left: calc(50% - 204px);
  transform: translate(-50%, 0);
  transition-delay: 0.4s;
  margin-top: 0;
  will-change: margin-top opacity;
}
.preload .hero-section .container .hero-animation__wrap img.smart {
  margin-top: 20px;
  opacity: 0;
}
.hero-section .container .hero-animation__wrap svg {
  position: absolute;
  bottom: -25px;
  left: calc(50% + 144px);
  width: 218px;
}
.hero-section .container .hero-animation__wrap svg:nth-of-type(1) {
  z-index: -10;
}
.hero-section .container .hero-animation__wrap svg:nth-of-type(2) {
  z-index: 0;
}
.hero-section .container .hero-animation__wrap svg:nth-of-type(3) {
  z-index: -8;
}

.curve-home {
  height: 800px;
  top: 0px;
  position: absolute;
  right: 0;
  width: calc(50vw + 140px);
  overflow: hidden;
  z-index: -28;
}
@media screen and (max-width: 768px) {
  .curve-home {
    width: calc(100vw + 20px);
    top: -40px;
    right: auto;
    left: -20px;
  }
}
@media screen and (max-width: 540px) {
  .curve-home {
    width: calc(100vw + 28px);
    top: -94px;
    right: auto;
    left: -28px;
  }
}
.curve-home__gradient {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -24;
  background-image: linear-gradient(126deg, rgb(20, 198, 204) 0%, rgb(72, 95, 224) 52%, rgb(29, 0, 113) 100%);
}
.curve-home__pattern {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -24;
  mix-blend-mode: multiply;
  background-position: center left;
}
@media screen and (min-width: 1480px) {
  .curve-home__pattern {
    background-size: cover;
  }
}
.curve-home svg {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 2405px;
  z-index: -23;
}

/*
** Footer wecustom
*/
.icon--kv-checkmark {
  vertical-align: middle;
  display: inline-block;
}
.icon--kv-checkmark svg {
  height: auto;
  width: 36px;
}
@media (max-width: 767px) {
  .icon--kv-checkmark {
    display: none;
  }
}

.footer {
  width: 100%;
  max-width: 1440px;
  padding: 0;
  padding-bottom: 0;
  margin-top: 86px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .footer {
    margin-top: 124px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
    width: 100vw;
  }
}
.footer .footersection {
  padding: 20px 73px 20px;
}
@media (max-width: 767px) {
  .footer .footersection {
    padding: 0;
  }
}
.footer .footersection .footer__seperator {
  display: none;
}
@media (max-width: 767px) {
  .footer .footersection .footer__seperator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.5;
  }
}
.footer__reviews {
  display: inline-block;
  background-color: #f9f9fb;
  margin: 0 0 0 75px;
  padding: 7.5px 9px 7.5px 20px;
  position: relative;
}
.footer__reviews p:not(.footer__reviews__content) {
  margin: 0;
  padding: 0;
}
.footer__reviews__content {
  padding-left: 84px;
  display: inline-block;
  margin: 0;
  color: var(--color--primary);
  font-family: "SerifaTL-Roman";
  font-size: 28px;
  vertical-align: middle;
  line-height: 20px;
}
.footer__reviews__content__link.btn, .footer__reviews__content__link.btn-outlined, .footer__reviews__content__link.btn-white, .footer__reviews__content__link.btn-secondary, .footer__reviews__content__link.btn-primary {
  padding: 0;
  background-color: unset;
  font-family: "SerifaTL-Roman";
  font-size: 18px;
  color: var(--color--primary);
}
.footer__reviews__content__link.btn:hover, .footer__reviews__content__link.btn-outlined:hover, .footer__reviews__content__link.btn-white:hover, .footer__reviews__content__link.btn-secondary:hover, .footer__reviews__content__link.btn-primary:hover {
  text-decoration: underline;
}
.footer__reviews__content__link.btn svg, .footer__reviews__content__link.btn-outlined svg, .footer__reviews__content__link.btn-white svg, .footer__reviews__content__link.btn-secondary svg, .footer__reviews__content__link.btn-primary svg {
  height: 24px;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
.footer__reviews__rating {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #EF7D00;
  border-radius: 50%;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 34px;
}
@media (max-width: 992px) {
  .footer__reviews__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__reviews {
    margin: 0;
    padding: 7.5px 9px;
  }
  .footer__reviews__rating {
    bottom: unset;
    position: relative;
    display: inline-flex;
  }
  .footer__reviews__content {
    padding-left: 20px;
    display: inline-block;
    width: 80%;
  }
  .footer__reviews__content__link {
    position: unset;
  }
  .footer__reviews__content__link svg {
    position: absolute;
    right: -30px;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .footer__reviews__content__link svg {
    right: -80px;
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer__reviews__content__link:hover svg {
    transform: translateX(5px) translateY(-50%);
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .footer__reviews__content {
    width: 65%;
    position: relative;
  }
}
.footer__container {
  background-color: var(--color--primary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.footer__container .widget_text {
  flex: 0 1 20%;
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .footer__container .widget_text {
    flex: 1 75%;
  }
}
.footer__container h4 {
  margin: 0;
  color: #FFFFFF;
  font-family: "SerifaTL-black";
}
.footer__container .footer__link {
  flex: 1 20%;
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-family: "SerifaTL-Roman";
  margin-left: auto;
  padding-left: 20px;
  background-color: transparent;
}
.footer__container .footer__link:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer__container .footer__link {
    margin-left: unset;
    padding-left: 0px;
    font-family: "SerifaTL-Roman";
    flex: 1 75%;
  }
}
@media (min-width: 992px) {
  .footer__container .footer__link {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__container .footer__link {
    padding-left: 0px;
  }
}
.footer__container .footer__link svg {
  width: 18px;
}
.footer__container .footer__link svg line,
.footer__container .footer__link svg polyline {
  stroke-width: 2px;
}
.footer__container .faqSearch {
  margin: 0 40px 0 0;
  display: flex;
  flex-direction: row;
  background-color: #F9F9FB;
  box-shadow: inset 0 1px 2px 1px rgba(60, 60, 55, 0.25);
  flex: 1 1 40%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 992px) {
  .footer__container .faqSearch {
    margin: 20px 0;
    padding: 0;
    flex-grow: 1;
  }
}
.footer__container .faqSearch__input {
  background-color: transparent;
  flex-grow: 2;
  border: none;
  padding: 12.5px 15px;
  font-family: "SerifaTL-Light";
  font-size: 18px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #A392C1;
  font-weight: 400;
}
.footer__container .faqSearch__input:focus {
  color: var(--color--primary);
  outline: none;
}
.footer__container .faqSearch__input::placeholder {
  opacity: 1;
  font-family: "SerifaTL-Light";
  font-size: 18px;
  font-weight: 400;
  color: #A392C1;
}
.footer__container .faqSearch__submit {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 8px;
  line-height: 100%;
  cursor: pointer;
  transition: 0.2s ease;
}
.footer__container .faqSearch__submit svg {
  height: 24px;
  vertical-align: middle;
  width: auto;
}
.footer__container .faqSearch__submit:hover svg * {
  stroke: var(--color--secondary);
}

.footernav {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #9D9D9B;
  justify-content: flex-start;
  position: relative;
}
.footernav a {
  text-decoration: none;
  margin-right: 18px;
  color: #9D9D9B;
  font-size: 14px;
}
.footernav__links {
  display: flex;
  align-items: center;
  max-width: 80%;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footernav__links {
    padding: 23px 20px;
  }
}
.footernav__links-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footernav__links-left {
    align-items: unset;
    flex-direction: column;
  }
}
.footernav__links-logos {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.footernav__links-logos a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footernav__links-logos {
    margin-top: 25px;
    margin-left: 0;
  }
}
.footernav__links span.footernav__links__link {
  color: #9D9D9B;
  font-family: "SerifaTL-Roman";
  font-size: 14px;
}
.footernav__links .menu-footer-navigation-container {
  display: none;
}
@media (min-width: 767px) {
  .footernav__links .menu-footer-navigation-container {
    display: inline-block;
  }
}
.footernav__links li {
  display: inline-block;
}
.footernav__links li a {
  font-family: "SerifaTL-Roman";
  display: inline-block;
  color: #9D9D9B;
  font-size: 14px !important;
}
.footernav__links li a:not(.footernav__links__link):hover {
  color: #9D9D9B;
}
.footernav__links .channels {
  display: flex;
}
.footernav__links .channels li.channel {
  margin-right: 20px;
  margin-bottom: 0;
}
.footernav__links .channels li.channel:last-child {
  margin-right: 38px;
}
.footernav__links .channels li.channel a {
  margin: 0;
}
@media (max-width: 991px) {
  .footernav__links .channels li.channel {
    margin-right: 10px;
  }
}
.footernav__links .separate-links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footernav__links .separate-links {
    display: none;
  }
}
.footernav__links .separate-links .footernav__links-recognized-dealer a {
  margin-right: 18px;
  font-family: "SerifaTL-Roman";
  font-size: 14px;
  color: var(--color--tertiary);
}
.footernav__links .footernav__links__icon {
  color: var(--color--primary);
}
.footernav__links .footernav__links__icon img {
  height: 22px;
  width: auto;
}
.footernav__links .footernav__links__icon.icon--vkg {
  margin: 0 55px;
}
@media (max-width: 992px) {
  .footernav__links .footernav__links__icon.icon--vkg {
    margin: 0 10px;
  }
}
.footernav__links .footernav__links__icon:hover svg {
  color: var(--color--secondary);
}
.footernav__links .footernav__links__icon svg {
  flex: 1 1 0;
  height: 22px;
  width: auto;
  transition: color 0.2s ease;
  max-width: 74px;
}
@media (max-width: 992px) {
  .footernav__links {
    text-align: left;
  }
  .footernav__links a {
    margin-right: 10px;
  }
  .footernav__links__link {
    display: none;
  }
}
.footernav__cornerblock {
  position: absolute;
  right: 50px;
  height: 150px;
  width: 150px;
  background-color: #bccf00;
  display: inline-block;
  top: -105px;
  padding-left: 15px;
  padding-right: 18px;
}
.footernav__cornerblock__content {
  text-align: left;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  font-family: "SerifaTL-bold";
  bottom: 12px;
}
@media (max-width: 767px) {
  .footernav__cornerblock {
    right: 20px;
    height: 112px;
    width: 112px;
    top: -24px;
    padding-left: 12px;
    padding-right: 14px;
  }
  .footernav__cornerblock__content {
    font-size: 12px;
    bottom: 8px;
  }
}

.footernav--mobile,
menu-footer-navigation-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: var(--color--primary);
  border-top: 2px solid var(--color--primary);
  max-height: 200px;
}
@media (min-width: 767px) {
  .footernav--mobile,
  menu-footer-navigation-container {
    padding: 0 !important;
    display: none;
  }
}
@media (max-width: 767px) {
  .footernav--mobile,
  menu-footer-navigation-container {
    flex-direction: row;
    align-items: baseline;
  }
}
.footernav--mobile li,
menu-footer-navigation-container li {
  font-size: 12px;
  padding: 10px 0;
}
.footernav--mobile li a,
menu-footer-navigation-container li a {
  transition: 0.2s ease;
}
.footernav--mobile li a:hover,
menu-footer-navigation-container li a:hover {
  color: #F9F9FB;
}
@media (max-width: 767px) {
  .footernav--mobile__link,
  menu-footer-navigation-container__link {
    font-family: "SerifaTL-Light";
    font-size: 14px;
    color: #FFFFFF !important;
    opacity: 0.5;
  }
}
.footernav--mobile__link,
.footernav--mobile li a,
menu-footer-navigation-container__link,
menu-footer-navigation-container li a {
  font-size: 14px;
  text-decoration: none;
  color: #A2A29F;
  font-weight: 400;
  padding: 6px 0;
}
@media (min-width: 767px) {
  .footernav--mobile__link,
  .footernav--mobile li a,
  menu-footer-navigation-container__link,
  menu-footer-navigation-container li a {
    display: none;
  }
}
@media (max-width: 767px) {
  .footernav--mobile__link,
  .footernav--mobile li a,
  menu-footer-navigation-container__link,
  menu-footer-navigation-container li a {
    color: #FFFFFF !important;
    opacity: 0.5;
    font-family: "SerifaTL-Light";
    font-size: 14px !important;
  }
}

.innerblock--left {
  lost-column: 2/3 0 0;
  flex: 1 1 20%;
}
@media (max-width: 992px) {
  .innerblock--left {
    lost-column: 1/1 0 0;
    flex: unset;
    margin-right: 30px;
  }
}
.innerblock--left p,
.innerblock--left a {
  font-family: "SerifaTL-Light";
}
.innerblock--left .openingHours {
  display: block;
  margin-top: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.innerblock--left .openingHours:hover {
  text-decoration: underline;
}
.innerblock--right {
  flex: 0 1 25%;
  align-self: center;
  display: inline-block;
}
.innerblock--right .btn, .innerblock--right .btn-outlined, .innerblock--right .btn-white, .innerblock--right .btn-secondary, .innerblock--right .btn-primary {
  margin-top: 20px;
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .innerblock--right {
    flex: 1 1 50%;
    display: block;
  }
}
.innerblock a {
  font-size: 18px;
}
@media (max-width: 992px) {
  .innerblock a {
    margin-left: 0px;
  }
}

.footer__find-dealer {
  padding: 51px 50px 47px;
  background-color: var(--color--primary);
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.footer__find-dealer .callus {
  flex: 0 1 20%;
  align-self: center;
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .footer__find-dealer .callus {
    flex: unset;
    padding: 23px 20px;
  }
}
.footer__find-dealer .callus .nps__container {
  margin-top: 12px;
}
.footer__find-dealer .callus__header {
  font-family: "SerifaTL-Light";
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
}
.footer__find-dealer .callus__number {
  margin: 0;
  max-width: 100%;
}
.footer__find-dealer .callus__number a {
  font-family: "SerifaTL-black";
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer__find-dealer .callus__number {
    font-size: 28px;
  }
}
.footer__find-dealer .footercenter {
  flex-wrap: wrap;
  display: flex;
  width: calc(60% - 15px);
}
@media (max-width: 767px) {
  .footer__find-dealer .footercenter {
    width: 100%;
    padding: 23px 20px;
  }
}
.footer__find-dealer .footercenter__header {
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
  font-family: "SerifaTL-black";
}
.footer__find-dealer .footercenter__wrapper {
  display: flex;
}
.footer__find-dealer .footercenter__wrapper p:first-of-type {
  margin-right: 92px;
}
.footer__find-dealer .footercenter__description {
  margin: 0 22px 0 0;
  font-size: 18px;
  width: 90%;
  font-family: "SerifaTL-Light";
}
@media (max-width: 767px) {
  .footer__find-dealer .footercenter__description {
    width: 95%;
  }
}
.footer__find-dealer .footercenter__info {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "SerifaTL-Light";
  -webkit-font-smoothing: initial;
}
.footer__find-dealer .footercenter__info:not(:first-child) {
  margin-top: 2px;
}
.footer__find-dealer .footercenter__info svg {
  vertical-align: middle;
  height: 18px;
  width: auto;
  margin-right: 2px;
}
.footer__find-dealer .footercenter__info svg * {
  stroke: #FFFFFF;
}
.footer__find-dealer .footercenter__info svg path:last-child {
  fill: #FFFFFF;
}
.footer__find-dealer .footercenter .footerlink {
  margin: 22px 0;
  margin-right: 16px;
  padding-left: 0;
  white-space: normal;
}
.footer__find-dealer .footercenter .footerlink--store {
  margin: 0;
  margin-top: 10px;
  padding-bottom: 0px;
  font-size: 16px;
}
.footer__find-dealer .footercenter .footerlink--store svg {
  width: 16px;
  height: 16px;
  margin-left: 5px !important;
}
@media (max-width: 767px) {
  .footer__find-dealer .footercenter .footerlink {
    margin: 10px 0;
  }
}
.footer__find-dealer .footercenter .footerlink:hover {
  background-color: transparent;
  text-decoration: underline;
}
.footer__find-dealer .footercenter .footerlink--whiteborder {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.footer__find-dealer__button {
  flex: 1 1 1;
}

.footerlink {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "SerifaTL-black";
  font-size: 16px;
}
.footerlink:hover {
  text-decoration: underline;
}
.footerlink svg {
  vertical-align: middle;
  stroke: #FFFFFF;
}
.footerlink--whiteborder {
  border: 1px solid #FFFFFF !important;
  padding: 8px 14px;
}
.footerlink__arrow {
  vertical-align: middle;
  width: auto;
}

.arrows {
  margin-left: 16px;
}
.arrows--white {
  color: #FFFFFF;
}

.footer h3 {
  margin: 0;
}
.footer h3,
.footer h3 a,
.footer a {
  color: #FFFFFF;
}
.footer p {
  margin-top: 0;
  margin-bottom: 0;
}

.template-vacancies .footernav__cornerblock,
.archive-vacancy-data .footernav__cornerblock,
.single-vacancy .footernav__cornerblock {
  padding: 0;
}

@media (max-width: 991px) {
  .footernav--mobile {
    height: auto;
    max-height: none;
    padding: 23px 20px !important;
  }
}
@media (max-width: 991px) {
  .footernav--mobile #menu-footer-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    columns: 2;
  }
}

.footer-vacancy h4 {
  margin-top: 0;
  color: #FFFFFF;
  font-family: "SerifaTL-black";
}
.footer-vacancy .btn, .footer-vacancy .btn-outlined, .footer-vacancy .btn-white, .footer-vacancy .btn-secondary, .footer-vacancy .btn-primary {
  margin-top: 20px;
}

.footer__find-dealer .footercenter:nth-child(2n) {
  margin-right: 0;
  float: right;
}
@media (max-width: 991px) {
  .footer__find-dealer .footercenter:nth-child(2n) {
    width: 100%;
  }
}

.sidebar_content_cover {
  display: flex;
}
@media (max-width: 767px) {
  .sidebar_content_cover {
    display: block;
  }
}
.sidebar_content_cover .sidebar {
  width: 33%;
  margin-top: 64px;
}
.sidebar_content_cover .side_container {
  background-color: var(--color--primary);
  min-height: 461px;
  padding: 40px;
  position: relative;
}
.sidebar_content_cover .side_container .title {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  font-family: "SerifaTL-black";
  color: var(--color--quaternary);
  max-width: 266px;
}
.sidebar_content_cover .side_container ul {
  margin-top: 26px;
}
.sidebar_content_cover .side_container ul .menuitem {
  position: relative;
}
.sidebar_content_cover .side_container ul .menuitem a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  font-family: "SerifaTL-black";
  color: var(--color--quaternary);
  line-height: 32px;
  border-bottom: thin solid var(--color--primary-light);
  width: 100%;
  padding-left: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sidebar_content_cover .side_container ul .menuitem a:hover {
  text-decoration: underline;
}
.sidebar_content_cover .side_container ul .menuitem svg {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 18px;
}
.sidebar_content_cover .side_container .sidebar-richtext {
  color: var(--color--quaternary);
  max-width: 266px;
  margin-bottom: 15px;
}
.sidebar_content_cover .side_container .sidebar-richtext p {
  line-height: 1.33;
  font-size: 24px;
  font-family: "SerifaTL-Light";
}
.sidebar_content_cover .side_container .sidebar-richtext li {
  line-height: 1.8;
  font-size: 18px;
  font-family: "SerifaTL-Light";
}
.sidebar_content_cover .side_container .sidebar-richtext li:before {
  content: "";
  display: block;
  background: url("../images/svg/arrow-right-xs.svg") no-repeat;
  width: 18px;
  height: 18px;
  float: left;
  margin: 4px 8px 0 0;
}
.sidebar_content_cover .side_container .coffee {
  position: absolute;
  top: 0px;
  right: 6px;
}
.sidebar_content_cover .side_container .contactdata a {
  display: block;
  line-height: 26px;
  font-size: 18px;
  font-family: "SerifaTL-Light";
  color: var(--color--quaternary);
  position: relative;
  padding-left: 20px;
}
.sidebar_content_cover .side_container .contactdata a svg {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 14px;
}
.sidebar_content_cover .side_container .closingtimes .dayline {
  line-height: 26px;
  font-size: 18px;
  font-family: "SerifaTL-Light";
  color: var(--color--quaternary);
}
.sidebar_content_cover .side_container .closingtimes .dayline .info-day, .sidebar_content_cover .side_container .closingtimes .dayline .info-hours {
  font-family: "serifatl-light";
}
.sidebar_content_cover .side_container .time_head {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  font-family: "SerifaTL-black";
  color: var(--color--quaternary);
  margin-top: 48px;
}
.sidebar_content_cover .side_container .dayline {
  display: flex;
  line-height: 26px;
  justify-content: space-between;
  column-gap: 20px;
}
.sidebar_content_cover .side_container .dayline .left {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "SerifaTL-Light";
  color: var(--color--quaternary);
  width: 50%;
  text-align: left;
}
.sidebar_content_cover .side_container .dayline .right {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "SerifaTL-Light";
  color: var(--color--quaternary);
  width: 50%;
  text-align: right;
}
.sidebar_content_cover .smallblock {
  display: inline-flex;
}
.sidebar_content_cover .smallblock .popup {
  background-color: var(--color--secondary);
}
.sidebar_content_cover .smallblock .popup .popup__toggle-handler {
  height: 44px;
  width: 44px;
  padding: 10px;
  background: none;
  background-color: var(--color--quaternary);
}
.sidebar_content_cover .smallblock .popup .popup__toggle-handler svg path, .sidebar_content_cover .smallblock .popup .popup__toggle-handler svg line, .sidebar_content_cover .smallblock .popup .popup__toggle-handler svg polyline {
  stroke: var(--color--primary);
}

input[type=date]::-webkit-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=date]::placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]::placeholder {
  font-family: "SerifaTL-Roman";
}

.text-input {
  font-family: "SerifaTL-Light";
  border: none;
  box-shadow: inset 0 1px 2px rgba(60, 60, 55, 0.5);
  color: var(--color--secondary);
  padding: 10px 12px;
  font-size: 18px;
  border-radius: 0;
  margin: 0;
}
.text-input--inner-fill {
  background-color: var(--color--secondary);
}
.text-input--icon-edit {
  background-image: url("/wp-content/themes/alku-claassen/dist/images/svg/edit.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 6px) center;
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .form-field {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .form-field--odd {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .form-field--half {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .form-field--third {
    width: calc(33.3% - 20px);
  }
  .form-field--third:not(.form-field--3) {
    margin-right: 30px;
  }
}
.form-field--bouw .radio-group {
  flex-direction: column;
}
.form-field--bouw .radio-group > label {
  justify-content: flex-end;
}
.form-field--bouw .radio-group > label:first-child {
  margin-bottom: 15px;
}
.form-field > label {
  margin-bottom: 10px;
  font-family: "SerifaTL-black";
  font-size: 18px;
  color: var(--color--secondary);
}
.form-field > label .btn.tooltip, .form-field > label .tooltip.btn-outlined, .form-field > label .tooltip.btn-white, .form-field > label .tooltip.btn-secondary, .form-field > label .tooltip.btn-primary {
  padding-right: 0;
  margin-right: 8px;
}
.form-field > label .btn.tooltip:hover svg, .form-field > label .tooltip.btn-outlined:hover svg, .form-field > label .tooltip.btn-white:hover svg, .form-field > label .tooltip.btn-secondary:hover svg, .form-field > label .tooltip.btn-primary:hover svg {
  transform: none;
}
.form-field > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-field select {
  font-size: 18px;
  padding: 12px 15px;
}
.form-field input {
  background-color: var(--color--secondary);
}
.form-field radio {
  border: none;
}
.form-field p.description {
  dispay: none;
}
.form-field input[type=file] {
  font-family: "SerifaTL-Light";
  font-size: 16px;
}

.custom-select {
  position: relative;
  box-shadow: 0 4px 2px -3px rgba(60, 60, 55, 0.25);
  cursor: pointer;
}
.custom-select select {
  display: none;
}
.custom-select .option-thumb {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #FFFFFF;
  margin-right: 10px;
}
.custom-select .select-selected {
  background-color: var(--color--secondary);
}
.custom-select .select-selected.disabled {
  opacity: 0.4;
}
.custom-select .select-selected::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/alku-claassen/dist/images/svg/arrow-pulldown.svg");
  background-size: cover;
  right: 8px;
  top: 8px;
}
.custom-select .select-selected,
.custom-select .select-items > div {
  font-size: 18px;
  padding: 5px 15px;
  min-height: 40px;
  display: flex;
  color: #30302C;
  align-items: center;
  line-height: 30px;
}
.custom-select .select-items {
  position: absolute;
  width: 100%;
  top: 100%;
  min-height: 80px;
  max-height: 240px;
  overflow-y: scroll;
  z-index: 2;
  background-color: var(--color--secondary);
}
.custom-select .select-items > div {
  transition: all 0.2s ease;
}
.custom-select .select-items > div.same-as-selected, .custom-select .select-items > div:hover {
  background-color: var(--color--secondary);
}
.custom-select .select-items.disabled {
  height: 0 !important;
  display: none;
}
.custom-select .select-hide {
  display: none;
}
.custom-select--white {
  box-shadow: none;
}
.custom-select--white .select-selected {
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px 1px rgba(60, 60, 55, 0.25);
}
.custom-select--white .select-items {
  box-shadow: 0 4px 2px -3px rgba(60, 60, 55, 0.25);
  background: var(--color-shadow);
}

.radio-group {
  position: relative;
  display: flex;
}
.radio-group label {
  position: relative;
  margin-right: 30px;
  margin-bottom: 5px;
  -webkit-user-select: none;
          user-select: none;
  display: inline-flex;
  flex-direction: row-reverse;
  cursor: pointer;
}
.radio-group label:hover input ~ .radio {
  background-color: var(--color--secondary);
}
.radio-group label input:checked ~ .radio:after {
  display: block;
}
.radio-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-group .radio {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-right: 8px;
}
.radio-group .radio:after {
  position: absolute;
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  background-color: var(--color--secondary);
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + span,
[type=radio]:not(:checked) + span {
  position: relative;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
}

[type=radio]:checked + span:before,
[type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #FFFFFF;
  box-shadow: inset 0 1px 2px 0 rgba(48, 48, 44, 0.5);
}

[type=radio]:checked + span:after,
[type=radio]:not(:checked) + span:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--color--secondary);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.checkbox-wrapper {
  display: flex;
  justify-content: space-between;
}

label.checkbox-container,
.wpcf7-acceptance label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  padding-left: 35px;
  font-family: "SerifaTL-Light";
  height: auto;
}
label.checkbox-container input,
.wpcf7-acceptance label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox-container .checkbox,
.wpcf7-acceptance label .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-color: var(--color--secondary);
}
label.checkbox-container:hover input ~ .checkbox,
.wpcf7-acceptance label:hover input ~ .checkbox {
  background-color: var(--color--secondary);
}
label.checkbox-container .checkbox:after,
.wpcf7-acceptance label .checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
label.checkbox-container input:checked ~ .checkbox:after,
.wpcf7-acceptance label input:checked ~ .checkbox:after {
  display: block;
}
label.checkbox-container .checkbox:after,
.wpcf7-acceptance label .checkbox:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--color--secondary);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

textarea {
  font-family: "SerifaTL-Light";
  font-size: 18px;
  padding: 15px;
  background-color: var(--color--secondary);
  box-shadow: inset 0 1px 2px rgba(60, 60, 55, 0.5);
  border: none;
}
textarea.wpcf7-textarea {
  background: #FFFFFF;
  max-height: 120px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}
textarea:focus {
  outline: none;
}

input[type=file].file-input {
  width: 0.1px !important;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type=file].file-input + label {
  font-size: 18px;
  color: var(--color--secondary);
  display: inline-block;
  font-family: "SerifaTL-black";
  cursor: pointer;
  border: 2px solid var(--color--secondary);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  width: auto;
  pointer-events: unset;
}
input[type=file].file-input + label svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
input[type=file].file-input:focus + label, input[type=file].file-input + label:hover {
  background-color: var(--color--secondary);
}
input[type=file].file-input:focus + label svg, input[type=file].file-input + label:hover svg {
  transform: translateX(5px);
}

.file-check {
  font-size: 16px;
  color: #30302C;
}

.compact-form {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr 40px;
  background-color: #FFFFFF;
}
.compact-form-find-dealer {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: minmax(50px, auto) 40px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.compact-form-find-dealer .form-field {
  margin-bottom: 0px !important;
}
.compact-form-find-dealer .form-field input {
  background-color: #FFFFFF !important;
  color: var(--color--secondary) !important;
  box-shadow: none;
  border: none;
}
.compact-form-find-dealer .form-field input::placeholder {
  color: var(--color--secondary);
}
.compact-form-find-dealer button {
  border: none;
  background-color: #FFFFFF;
  color: -internal-light(white);
}
.compact-form .btn, .compact-form .btn-outlined, .compact-form .btn-white, .compact-form .btn-secondary, .compact-form .btn-primary {
  font-size: 0;
  border: none;
}

.use-location {
  font-size: 18px;
  padding: 0px 16px;
}

.all-dealer-container {
  display: flex;
  font-family: "SerifaTL-black";
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 50px;
}
.all-dealer-container .all-dealers {
  margin-top: 40px !important;
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 999999999;
  bottom: 0px;
}
.all-dealer-container svg {
  width: 20px;
}
.all-dealer-container svg line {
  stroke: #FFFFFF;
}
.all-dealer-container svg polyline {
  stroke: #FFFFFF;
}

input[type=date] {
  width: 100% !important;
  background-color: #FFFFFF;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-image: url("/wp-content/themes/alku/dist/images/svg/date.svg");
  background-position: center right;
  background-size: 20px;
  width: 20px;
  height: 20px;
  border-width: thin;
}

.nf-form-cont,
.contact-form {
  position: relative;
  background-color: var(--color--off-white);
  padding: 30px;
  margin: 25px 0;
  /* Remove required text */
  /* Label styling */
  /* Asterix symbol */
  /* Radio Buttons */
  /* Select dropdown */
  /* Privacy Policy */
  /* Error messages */
  /* Red arrow block on error */
  /* Submit */
  /* File upload */
  /* Submit */
  /* Other */
}
@media (min-width: 992px) {
  .nf-form-cont,
  .contact-form {
    margin: 35px 0;
  }
}
.nf-form-cont .form-field input[type=text],
.nf-form-cont .form-field input[type=date],
.nf-form-cont .form-field input[type=email],
.nf-form-cont .form-field input[type=phone],
.nf-form-cont .form-field input[type=tel],
.nf-form-cont .form-field textarea,
.contact-form .form-field input[type=text],
.contact-form .form-field input[type=date],
.contact-form .form-field input[type=email],
.contact-form .form-field input[type=phone],
.contact-form .form-field input[type=tel],
.contact-form .form-field textarea {
  box-shadow: inset 0 1px 2px rgba(60, 60, 55, 0.5);
  border: 0;
  color: var(--color--primary) !important;
  font-family: "SerifaTL-Light" !important;
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
}
.nf-form-cont .form-field select,
.contact-form .form-field select {
  box-shadow: inset 0 1px 2px rgba(60, 60, 55, 0.5);
  border: 0;
  color: #30302C !important;
  font-family: "SerifaTL-Light" !important;
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
}
.nf-form-cont .nf-form-content textarea,
.nf-form-cont .nf-form-content input:not([type=button]),
.contact-form .nf-form-content textarea,
.contact-form .nf-form-content input:not([type=button]) {
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
}
.nf-form-cont .nf-form-fields-required,
.contact-form .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-field-label label,
.contact-form .nf-field-label label {
  color: var(--color--primary) !important;
  font-family: "SerifaTL-black" !important;
  font-weight: unset !important;
}
.nf-form-cont .ninja-forms-req-symbol,
.contact-form .ninja-forms-req-symbol {
  color: var(--color--primary) !important;
  font-family: "SerifaTL-black" !important;
}
.nf-form-cont .listradio-wrap .nf-field-element ul,
.contact-form .listradio-wrap .nf-field-element ul {
  display: flex;
}
.nf-form-cont .listradio-wrap .nf-field-element ul li label,
.contact-form .listradio-wrap .nf-field-element ul li label {
  font-family: "SerifaTL-Light" !important;
  margin-right: 12px;
  color: #30302C;
}
.nf-form-cont .listradio-wrap .nf-field-element ul li label:hover,
.contact-form .listradio-wrap .nf-field-element ul li label:hover {
  cursor: pointer;
}
.nf-form-cont .listradio-wrap .nf-field-element ul li label:before,
.contact-form .listradio-wrap .nf-field-element ul li label:before {
  background: var(--color--primary) !important;
}
.nf-form-cont .listradio-wrap .nf-field-element ul li label:after,
.contact-form .listradio-wrap .nf-field-element ul li label:after {
  background: #FFFFFF !important;
  border-color: unset !important;
  border: 0;
  box-shadow: inset 0 1px 2px 0 rgba(48, 48, 44, 0.5);
}
.nf-form-cont .listselect-container .listselect-wrap .nf-field-element:after,
.contact-form .listselect-container .listselect-wrap .nf-field-element:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 32px;
  width: 32px;
  right: 8px;
  top: 8px;
  background: transparent;
  -webkit-mask: url("/wp-content/themes/alku-kumaro/dist/images/svg/arrow-pulldown.svg") no-repeat 50% 50%;
  mask: url("/wp-content/themes/alku-kumaro/dist/images/svg/arrow-pulldown.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color--primary) !important;
}
.nf-form-cont .checkbox-container label,
.nf-form-cont .privacy-policy label,
.contact-form .checkbox-container label,
.contact-form .privacy-policy label {
  font-size: 16px;
  font-family: "SerifaTL-Light" !important;
  color: #30302C !important;
}
.nf-form-cont .checkbox-container label:after,
.nf-form-cont .privacy-policy label:after,
.contact-form .checkbox-container label:after,
.contact-form .privacy-policy label:after {
  background-color: #FFFFFF;
  border-color: var(--color--primary) !important;
}
.nf-form-cont .checkbox-container label a,
.nf-form-cont .privacy-policy label a,
.contact-form .checkbox-container label a,
.contact-form .privacy-policy label a {
  font-size: inherit;
  font-family: inherit;
  z-index: 9999999;
  position: relative;
}
.nf-form-cont .checkbox-container .checkbox-wrap .nf-checked-label:before,
.nf-form-cont .privacy-policy .checkbox-wrap .nf-checked-label:before,
.contact-form .checkbox-container .checkbox-wrap .nf-checked-label:before,
.contact-form .privacy-policy .checkbox-wrap .nf-checked-label:before {
  color: var(--color--primary);
}
.nf-form-cont .nf-error-msg,
.contact-form .nf-error-msg {
  font-family: "SerifaTL-Light";
  font-size: 16px;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after,
.contact-form .nf-error.field-wrap .nf-field-element:after {
  content: "";
  background: transparent;
}
.nf-form-cont .submit-container .submit-wrap .nf-field-element,
.contact-form .submit-container .submit-wrap .nf-field-element {
  width: -moz-fit-content;
  width: fit-content;
}
.nf-form-cont .submit-container .submit-wrap .nf-field-element:hover:after,
.contact-form .submit-container .submit-wrap .nf-field-element:hover:after {
  right: 13px;
}
.nf-form-cont .submit-container .submit-wrap .nf-field-element:after,
.contact-form .submit-container .submit-wrap .nf-field-element:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  transition: right 0.2s;
  background: transparent;
  -webkit-mask: url("/wp-content/themes/alku-kumaro/dist/images/svg/arrow-right-xs.svg") no-repeat 50% 50%;
  mask: url("/wp-content/themes/alku-kumaro/dist/images/svg/arrow-right-xs.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color--primary) !important;
}
.nf-form-cont .submit-container .submit-wrap .nf-field-element input,
.contact-form .submit-container .submit-wrap .nf-field-element input {
  position: relative;
  border: 2px solid var(--color--primary);
  background-color: #FFFFFF;
  color: var(--color--primary);
  padding: 10px 48px 10px 20px;
  border-radius: 0;
}
.nf-form-cont .submit-container .submit-wrap .nf-field-element input:hover,
.contact-form .submit-container .submit-wrap .nf-field-element input:hover {
  background-color: #F9F9FB;
}
.nf-form-cont .nf-fu-progress,
.nf-form-cont .nf-fu-button-cancel,
.contact-form .nf-fu-progress,
.contact-form .nf-fu-button-cancel {
  display: none;
}
.nf-form-cont .file_upload-container .file_upload-wrap,
.contact-form .file_upload-container .file_upload-wrap {
  flex-direction: column;
  flex-wrap: nowrap !important;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element {
  width: -moz-fit-content;
  width: fit-content;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element:hover:after,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element:hover:after {
  top: 10px;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element:after,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  transition: top 0.2s;
  background: transparent;
  -webkit-mask: url("/wp-content/themes/alku-kumaro/dist/images/svg/arrow-up-xs.svg") no-repeat 50% 50%;
  mask: url("/wp-content/themes/alku-kumaro/dist/images/svg/arrow-up-xs.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color--primary) !important;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
  position: relative;
  border: 2px solid var(--color--primary);
  background-color: #FFFFFF;
  color: var(--color--primary);
  padding: 13px 36px 13px 18px;
  border-radius: 0;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button span,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button span {
  font-family: "SerifaTL-black";
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button:hover,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-fileinput-button:hover {
  background-color: #F9F9FB;
}
.nf-form-cont .file_upload-container .file_upload-wrap .nf-field-element .files_uploaded p a,
.contact-form .file_upload-container .file_upload-wrap .nf-field-element .files_uploaded p a {
  font-family: "SerifaTL-Light";
}
.nf-form-cont .form-field,
.contact-form .form-field {
  margin-bottom: 25px;
}
.nf-form-cont .form-field .radio-group label,
.contact-form .form-field .radio-group label {
  font-size: 18px;
  font-family: "SerifaTL-Roman";
}
.nf-form-cont .form-field span.checkbox,
.contact-form .form-field span.checkbox {
  background-color: #FFFFFF;
}
.nf-form-cont .form-field .checkbox-wrapper label,
.contact-form .form-field .checkbox-wrapper label {
  font-family: "SerifaTL-Roman";
  font-size: 16px;
}
.nf-form-cont .form-field .select-selected,
.nf-form-cont .form-field .select-items,
.contact-form .form-field .select-selected,
.contact-form .form-field .select-items {
  background-color: #FFFFFF;
}

.post-type-archive-dealer .custom-select .select-selected {
  display: flex;
}
@media (max-width: 767px) {
  .post-type-archive-dealer .custom-select .select-selected {
    display: flex !important;
  }
}

.projects-list-section {
  margin-bottom: 130px;
}
.projects-list-section .projects-section-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .projects-list-section .projects-section-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.projects-list-section .projects-section-info .projects-section-title {
  font-family: "SerifaTL-black";
  margin-bottom: 0;
}
.projects-list-section .projects-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: 1fr;
}
@media (max-width: 992px) {
  .projects-list-section .projects-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects-list-section .projects-list-wrapper .project-item {
  background-color: #F9F9FB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-list-section .projects-list-wrapper .project-item .project-image {
  height: 250px;
}
.projects-list-section .projects-list-wrapper .project-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-list-section .projects-list-wrapper .project-item .project-content {
  padding: 20px 55px 20px 20px;
  position: relative;
  height: calc(100% - 250px);
}
.projects-list-section .projects-list-wrapper .project-item .project-content .project-location {
  color: var(--color--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
}
.projects-list-section .projects-list-wrapper .project-item .project-content .project-title {
  font-family: "SerifaTL-black";
}
.projects-list-section .projects-list-wrapper .project-item .project-content .project-excerpt {
  color: var(--color--primary);
}
.projects-list-section .projects-list-wrapper .project-item .project-content .icon-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
}
.projects-list-section .projects-list-wrapper .project-item .project-content .icon-arrow svg g polyline, .projects-list-section .projects-list-wrapper .project-item .project-content .icon-arrow svg g line {
  stroke: #FFF;
}
@media (min-width: 992px) {
  .projects-list-section .projects-list-wrapper .project-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .projects-list-section .projects-list-wrapper .project-item:first-child {
    grid-row: span 2;
  }
  .projects-list-section .projects-list-wrapper .project-item:first-child .project-image {
    height: 660px;
  }
  .projects-list-section .projects-list-wrapper .project-item:first-child .project-content {
    height: calc(100% - 660px);
  }
  .projects-list-section .projects-list-wrapper .project-item:nth-child(4), .projects-list-section .projects-list-wrapper .project-item:nth-child(5) {
    grid-column: span 2;
  }
  .projects-list-section .projects-list-wrapper .project-item:nth-child(7) {
    grid-column: span 3;
  }
}
.projects-list-section .pagination {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.projects-list-section .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SerifaTL-black";
}
.projects-list-section .pagination .page-numbers.prev {
  transform: rotate(180deg);
}
.projects-list-section .pagination .page-numbers.current {
  width: 45px;
  height: 45px;
  background-color: var(--color--primary);
  color: #fff;
}
.projects-list-section .pagination svg {
  width: 20px;
  height: 20px;
}

/**
 * Block styles
 */
.main-carousel {
  width: 100%;
  height: 650px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .main-carousel {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .main-carousel {
    height: 310px;
  }
}

.flickity-viewport {
  position: relative;
}

.flickity-button {
  display: none;
}

.flickity-page-dots {
  display: none;
}

.carousel-cell {
  position: relative;
  width: 100%; /* full width */
  height: 100%; /* height of carousel */
  text-align: center;
  background-position: center;
  background-size: cover;
}
.carousel-cell.is-selected .promo-sticker {
  display: block;
  bottom: 0px;
  right: 20px !important;
  top: 350px;
}
@media (max-width: 767px) {
  .carousel-cell.is-selected .promo-sticker {
    top: 190px;
  }
}
.carousel-cell .promo-sticker {
  display: none;
  right: 0px !important;
}

.progress-wrapper {
  position: absolute;
  left: 2.5%;
  bottom: 35px;
  width: 25%;
  height: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.slider {
  position: relative;
  margin-bottom: 100px;
}

.slider-progressbar {
  align-self: center;
  cursor: pointer;
  margin: 0 2.5px;
  flex: 1 1 0;
  height: 4px;
  background-color: rgba(89, 79, 79, 0.5);
  display: inline-block;
  transition: 0.2s;
  position: relative;
}
.slider-progressbar::before {
  content: "";
  display: inline-block;
  align-self: center;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  transition: 0.2s;
}
.slider-progressbar:hover {
  height: 8px;
}
.slider-progressbar:hover::before {
  height: 100%;
  background-color: #FFFFFF;
}
.slider-progressbar__inner {
  position: relative;
  height: 100%;
  width: 0%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
}

.product-showcase {
  position: absolute;
  bottom: -65px;
  right: 20%;
  opacity: 0;
  perspective: 1200px;
}
.product-showcase__product-image {
  position: absolute;
  height: 350px;
  width: auto;
  left: -55%;
  bottom: 10%;
  transform-style: flat;
  z-index: 11;
  transition: 1s ease-out;
}
.product-showcase .btn, .product-showcase .btn-outlined, .product-showcase .btn-white, .product-showcase .btn-secondary, .product-showcase .btn-primary {
  font-size: 24px;
  padding: 12px 10px 12px 18px;
}
.product-showcase .btn svg, .product-showcase .btn-outlined svg, .product-showcase .btn-white svg, .product-showcase .btn-secondary svg, .product-showcase .btn-primary svg {
  height: 24px;
  width: auto;
}

.inspiration-product__product-image {
  position: absolute;
  height: 350px;
  width: auto;
  left: -220px;
  bottom: 0%;
  transform-style: flat;
  z-index: 11;
  transition: 1s ease-out;
}
@media (max-width: 767px) {
  .inspiration-product__product-image {
    display: none;
  }
}

.product-showcase__side-card,
.product-showcase .popup {
  background-color: var(--color--primary);
  top: 125.5px;
  right: 0;
  display: inline-block;
  position: absolute;
  max-height: unset;
  max-width: unset;
  transition: 1s ease-in-out;
  z-index: -1;
}
.product-showcase__side-card p.product-showcase__side-card, .product-showcase__side-card .product-showcase .popup__text,
.product-showcase .popup p.product-showcase__side-card,
.product-showcase .popup .product-showcase .popup__text {
  padding: 45% 25px 0;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: responsive 18px 24px;
}

@media (max-width: 992px) {
  .product-showcase .popup {
    top: 67px;
  }
}
@media (max-width: 767px) {
  .product-showcase .popup {
    top: 67px;
    height: 132px;
    width: 132px;
  }
}
@media screen and (max-width: 410px) {
  .product-showcase .popup {
    top: calc(100vw - 40px);
    right: 132px;
  }
}
.fadeInContainer {
  transform: translateY(-50%) scale(1);
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.product-showcase__container {
  position: relative;
  font-family: "BebasNeue-regular";
  display: inline-block;
  width: 400px;
  height: 400px;
  background-color: var(--color--secondary);
  padding: 25px 38px;
  transform-style: preserve-3d;
}
.product-showcase__container__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.product-showcase__container__tags__tag {
  font-family: "SerifaTL-Light";
  color: #FFFFFF;
  border-radius: 100px;
  padding: 4px 11px 4px 12px;
  display: inline-block;
  background-color: var(--color--secondary);
}
.product-showcase__container__tags__tag:not(:first-child) {
  margin-left: 10px;
}
.product-showcase__container p.product-showcase__container__text {
  color: #FFFFFF;
  width: 90%;
  margin: 0;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
}
.product-showcase__container p.product-showcase__container__text:nth-of-type(1) {
  margin-top: 16px;
}
.product-showcase__container p.product-showcase__container__text--purple {
  color: var(--color--primary);
}
.product-showcase__container .btn, .product-showcase__container .btn-outlined, .product-showcase__container .btn-white, .product-showcase__container .btn-secondary, .product-showcase__container .btn-primary {
  position: absolute;
  bottom: 25px;
  width: auto;
}
@media (min-width: 992px) {
  .product-showcase__container .btn, .product-showcase__container .btn-outlined, .product-showcase__container .btn-white, .product-showcase__container .btn-secondary, .product-showcase__container .btn-primary {
    bottom: 40px;
  }
}

.fadeIn {
  z-index: 1;
  animation: fadeIn 1s ease-out forwards;
}

.fadeOut {
  animation: fadeOut 1s ease-out forwards;
}

.rotateIn {
  animation: rotateIn 1s ease-out forwards;
}

.rotateOut {
  animation: rotateOut 1s ease-out forwards;
}

.hiddenItem {
  display: none;
}

.slideIn-top {
  bottom: -10%;
}

.product-showcase .slideIn-right {
  opacity: 1;
  right: -210px;
}

@media (max-width: 992px) {
  .product-showcase .slideIn-right {
    right: -210px;
  }
}
@media (max-width: 767px) {
  .product-showcase .slideIn-right {
    right: -132px;
  }
}
@media screen and (max-width: 410px) {
  .product-showcase .slideIn-right {
    right: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotateY(-90deg);
    transform-origin: top left;
  }
  100% {
    transform: rotateY(0deg);
    transform-origin: top left;
  }
}
@keyframes rotateOut {
  0% {
    transform: rotateY(0deg);
    transform-origin: top left;
  }
  100% {
    transform: rotateY(90deg);
    transform-origin: top left;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    visibility: hidden;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99% {
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .progress-wrapper,
  .find-dealer-popup {
    display: none;
  }
  .product-showcase {
    right: 25%;
  }
  .product-showcase p.product-showcase__text {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .product-showcase__container__tags {
    display: none;
  }
  .product-showcase__side-card {
    top: 25px;
  }
  .product-showcase {
    right: 30%;
  }
  .product-showcase__product-image {
    left: -60%;
    height: 280px;
  }
  .product-showcase__container {
    width: 300px;
    height: 300px;
    padding: 18px 23px;
  }
  .product-showcase__container p.product-showcase__container__text {
    font-size: 50px;
  }
  .product-showcase__container p.product-showcase__container__text:nth-of-type(1) {
    margin: 0;
  }
  .product-showcase .btn, .product-showcase .btn-outlined, .product-showcase .btn-white, .product-showcase .btn-secondary, .product-showcase .btn-primary {
    font-size: 18px;
    padding: 10px 15px;
  }
  .product-showcase .btn svg, .product-showcase .btn-outlined svg, .product-showcase .btn-white svg, .product-showcase .btn-secondary svg, .product-showcase .btn-primary svg {
    height: 18px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .product-showcase__product-image,
  .product-showcase__container__tags,
  .progress-wrapper,
  .find-dealer-popup {
    display: none;
  }
  .slider {
    margin-bottom: 50px;
  }
  .product-showcase__side-card p.product-showcase__side-card, .product-showcase__side-card .popup, .product-showcase__side-card .product-showcase__container .popup__text,
  .popup p.product-showcase__side-card,
  .popup .popup,
  .popup .product-showcase__container .popup__text,
  .product-showcase__container .popup p.product-showcase__side-card,
  .product-showcase__container .popup .popup,
  .product-showcase__container .popup .product-showcase__container .popup__text {
    font-size: 18px;
    padding: 25% 14px 0;
  }
  .product-showcase__side-card__corner-btn,
  .popup__corner-btn,
  .product-showcase__container .popup__corner-btn {
    height: 30px;
    width: 30px;
  }
  .product-showcase {
    right: initial;
    left: 5%;
    bottom: -105px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-showcase {
    left: 0%;
    box-sizing: border-box;
    margin: 20px;
  }
}
@media (max-width: 767px) {
  .product-showcase__container {
    width: 243px;
    height: 243px;
    padding: 18px 23px;
  }
  .product-showcase__container p.product-showcase__container__text {
    font-size: 40px;
  }
  .product-showcase__container p.product-showcase__container__text:nth-of-type(1) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 410px) {
  .product-showcase__container p.product-showcase__container__text {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 410px) {
  .product-showcase__container {
    width: 100%;
    height: calc(100vw - 40px);
  }
}
@media (max-width: 767px) {
  .product-showcase .btn, .product-showcase .btn-outlined, .product-showcase .btn-white, .product-showcase .btn-secondary, .product-showcase .btn-primary {
    font-size: 18px;
    padding: 10px 15px;
  }
  .product-showcase .btn svg, .product-showcase .btn-outlined svg, .product-showcase .btn-white svg, .product-showcase .btn-secondary svg, .product-showcase .btn-primary svg {
    height: 18px;
    width: auto;
  }
}
.dealer-search {
  margin: 0;
  display: flex;
  flex-direction: row;
  background-color: #F9F9FB;
  box-shadow: inset 0 1px 2px 1px rgba(60, 60, 55, 0.25);
  flex: 1 1 40%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .dealer-search {
    margin: 20px 0;
    flex-grow: 0;
  }
}
.dealer-search__input {
  background-color: transparent;
  flex-grow: 2;
  border: none;
  padding: 7px 18px;
  font-family: "SerifaTL-Light";
  font-size: 18px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dealer-search__input:focus {
  outline: none;
}
.dealer-search__input::placeholder {
  opacity: 1;
  font-family: "SerifaTL-Light";
  font-size: 18px;
  color: #A392C1;
  font-weight: 400;
}
.dealer-search__submit {
  background-color: transparent;
  border: none;
  padding: 0 10px;
  line-height: 100%;
  cursor: pointer;
}
.dealer-search__submit img {
  height: 34px;
  width: auto;
}
.dealer-search__useLoc {
  margin-top: 5px;
  border: none;
  background-color: transparent;
  font-family: "SerifaTL-Light";
  font-size: 16px;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 0;
  cursor: pointer;
}
.dealer-search__useLoc:focus {
  outline: none;
}
.dealer-search__useLoc svg {
  height: 16px;
  width: auto;
  vertical-align: middle;
  margin: 10px 0;
  margin-right: 2px;
}
.dealer-search__useLoc svg #Path {
  fill: #FFFFFF;
}
.dealer-search__useLoc svg * {
  stroke: #FFFFFF;
}

@media (max-width: 992px) {
  .carousel-regular {
    height: 100%;
    padding-bottom: 39px;
  }
}
.carousel-regular .flickity-viewport {
  height: 500px !important;
}
@media (max-width: 992px) {
  .carousel-regular .flickity-viewport {
    height: 290px !important;
  }
}
.carousel-regular .flickity-button {
  display: block;
  background-color: var(--color--secondary);
  border-radius: 0;
  height: 34px;
  width: 34px;
  padding: 0;
  transition: 0.2s ease;
}
.carousel-regular .flickity-button.previous {
  left: 0;
}
.carousel-regular .flickity-button.previous svg {
  transform: rotate(180deg);
}
.carousel-regular .flickity-button.next {
  right: 0;
}
.carousel-regular .flickity-button.next, .carousel-regular .flickity-button.previous {
  bottom: 0;
  top: unset;
  transform: unset;
  background-color: var(--color--secondary);
}
.carousel-regular .flickity-button.next svg, .carousel-regular .flickity-button.previous svg {
  height: 18px;
  vertical-align: middle;
  width: auto;
  margin-top: -4px;
}
.carousel-regular .flickity-button-icon {
  display: none;
}

@media (max-width: 992px) {
  .carousel-regular {
    height: 290px;
  }
  .carousel-regular .flickity-button {
    display: block;
  }
}
.recognized-dealer {
  padding: 23px 0;
  margin-bottom: 50px;
}
.recognized-dealer__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.recognized-dealer__wrapper img {
  height: 23px;
  width: auto;
}
.recognized-dealer__wrapper span {
  font-family: "SerifaTL-Light";
  color: #A2A29F;
  font-size: 16px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .recognized-dealer {
    display: none;
  }
}

.banner {
  margin: 74px 0;
}
@media (min-width: 1200px) {
  .banner {
    margin: 80px 0;
  }
}
.banner--narrow {
  display: grid;
  width: 100%;
  grid-template-rows: auto auto;
}
@media (min-width: 992px) {
  .banner--narrow {
    grid-template-columns: 75% 25%;
    padding: 0 100px;
  }
}
.banner__text p {
  font-family: "SerifaTL-Light";
  color: var(--color--primary);
  max-width: 100%;
  width: 80%;
  margin-top: 0;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.4;
}
.banner__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner__text p {
    width: 100%;
    font-size: 18px;
  }
}
.banner__header {
  line-height: 100% !important;
  display: inline-block;
  margin: 0;
  font-weight: 300 !important;
}
.banner__cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .banner__cta {
    padding: 0;
    justify-content: flex-end;
  }
}
.banner__links .icon {
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  color: var(--color--primary);
  transition: 0.2s ease;
}
.banner__links .icon:not(:last-of-type) {
  margin-right: 15px;
}
.banner__links .icon:hover svg {
  color: var(--color--secondary);
}
.banner__links .icon:first-of-type svg {
  margin-left: 0;
}
.banner__links .icon svg {
  width: 32px;
  height: 32px;
  order: 1;
  transition: 0.2s ease;
}

.storebanner {
  color: var(--color--primary);
  position: relative;
  width: 100%;
  lost-center: 100% flex;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}
@media (max-width: 992px) {
  .storebanner {
    max-width: unset;
    width: 100vw;
    min-width: 100vw;
    margin-left: -20px;
  }
}
.storebanner__text {
  background-color: #F9F9FB;
  padding: 20px 25px;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.storebanner__text .btn span, .storebanner__text .btn-outlined span, .storebanner__text .btn-white span, .storebanner__text .btn-secondary span, .storebanner__text .btn-primary span {
  font-family: "SerifaTL-black";
}
@media (min-width: 992px) {
  .storebanner__text {
    width: calc(100% - 420px);
    width: 64%;
  }
}
.storebanner__text__header {
  display: inline-block;
  margin: 0 0 15px;
  font-size: 34px;
  font-weight: 300;
}
.storebanner__text p.storebanner__text__content {
  margin: 0 0 24px;
  width: 80%;
}
@media (max-width: 767px) {
  .storebanner__text p.storebanner__text__content {
    width: 100%;
  }
}
.storebanner__text p {
  font-family: "SerifaTL-Light";
  font-size: 24px;
  margin: 0 0 24px;
  width: 80%;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .storebanner__text {
    padding-bottom: 40px;
    width: 100%;
  }
}
.storebanner__block {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  lost-column: 1/2 2 0;
  width: 18%;
}
.storebanner__block:after {
  content: " ";
  padding-top: 100%;
  display: table;
}
@media (min-width: 992px) {
  .storebanner__block {
    min-width: 210px;
    lost-column: 1/6 2 0;
  }
}
.storebanner__block__content {
  padding: 20px 25px 20px 20px;
  position: relative;
}
.storebanner__block__content__image {
  position: absolute;
  left: -80px;
  max-width: 100px;
  bottom: -10px;
  z-index: 0;
}
@media (max-width: 991px) {
  .storebanner__block__content__image {
    display: none;
  }
}
.storebanner__block__content h3.storebanner__block__content__header {
  position: relative;
  margin: 0;
  font-family: "BebasNeue-regular";
  color: var(--color--secondary);
  font-size: 40px;
  line-height: 1;
}
.storebanner__block__content p.storebanner__block__content__deal {
  position: relative;
  margin: 0 0 0;
  z-index: 1;
  font-family: "BebasNeue-regular";
  color: #FFFFFF;
  line-height: 0.85em;
  font-size: 40px;
}
@media (max-width: 767px) {
  .storebanner__block__content {
    padding-right: 5px;
  }
  .storebanner__block__content h3.storebanner__block__content__header {
    margin: 0;
  }
  .storebanner__block__content p.storebanner__block__content__deal {
    margin: 0 0 0px 0;
  }
}
@media (max-width: 992px) {
  .storebanner__block__content h3.storebanner__block__content__header {
    font-size: calc(8.25vw + 0.15vh);
  }
  .storebanner__block__content p.storebanner__block__content__deal {
    font-size: calc(8.25vw + 0.15vh);
  }
}
.storebanner__block--text {
  background-color: var(--color--primary);
}
@media (max-width: 992px) {
  .storebanner__block--text {
    width: 50%;
  }
}
.storebanner__block--text.site-5, .storebanner__block--text.site-27 {
  background-color: var(--color--secondary);
}
.storebanner__block--text.site-5 .storebanner__block__content__header, .storebanner__block--text.site-27 .storebanner__block__content__header {
  color: var(--color-primary);
}
.storebanner__block--img {
  background: url("../../images/jet.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 992px) {
  .storebanner__block--img {
    width: 50%;
  }
}
.storebanner__block--img .welcome {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .storebanner__block--img .welcome {
    left: -20px !important;
    display: none;
  }
}
@media (max-width: 992px) {
  .storebanner__block--img .welcome {
    right: unset;
    left: -50px;
  }
}
.storebanner__block--img .welcome__green {
  height: 100px;
  width: 100px;
  background-color: var(--color--secondary);
  position: relative;
  padding: 8px;
}
@media (max-width: 767px) {
  .storebanner__block--img .welcome__green {
    height: 65px;
    width: 75px;
  }
}
.storebanner__block--img .welcome__green span {
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  font-family: "BebasNeue-regular";
  line-height: 23px;
}
@media (max-width: 767px) {
  .storebanner__block--img .welcome__green span {
    font-size: 20px;
  }
}
.storebanner__block--img .welcome__red {
  height: 36px;
  width: 90px;
  text-align: center;
  background-color: var(--color--primary);
  display: flex;
  align-items: center;
}
.storebanner__block--img .welcome__red p {
  font-family: "SerifaTL-bold";
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
}
@media (max-width: 767px) {
  .storebanner__block--img .welcome__red {
    height: 36px;
    width: 60px;
    text-align: center;
    background-color: var(--color--primary);
    display: flex;
    align-items: center;
  }
  .storebanner__block--img .welcome__red p {
    font-family: "SerifaTL-bold";
    font-weight: 300;
    font-size: 8px;
    line-height: 9px;
  }
}
.storebanner .promo-sticker {
  position: absolute;
  top: -10%;
  left: -37.5px;
}
@media (min-width: 992px) {
  .storebanner .promo-sticker {
    top: -5%;
    right: -15px;
    left: unset;
  }
}
.storebanner .promo-sticker__content {
  position: relative;
  color: #FFFFFF;
}

.kvbanner {
  color: var(--color--primary);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 21px 0;
  line-height: 100%;
}
@media (max-width: 992px) {
  .kvbanner {
    width: 100%;
  }
}
.kvbanner__image {
  vertical-align: middle;
  height: auto;
  width: 100px;
  margin: 0 21px 0 0;
}
@media (min-width: 992px) {
  .kvbanner__image {
    margin: 0 21px;
  }
}
.kvbanner__content {
  display: inline-block;
  position: relative;
  margin: 16px 0 0;
  margin-right: auto;
  vertical-align: middle;
}
.kvbanner__content__text .bold {
  font-family: "SerifaTL-bold" !important;
}
.kvbanner__content h2.kvbanner__content__header {
  font-size: 34px;
  font-weight: 300;
  margin: 0;
}
.kvbanner__content__text {
  vertical-align: middle;
  margin: 0;
  margin-top: 10px;
}
.kvbanner .btn, .kvbanner .btn-outlined, .kvbanner .btn-white, .kvbanner .btn-secondary, .kvbanner .btn-primary {
  margin-top: 20px;
}
@media (min-width: 1201px) {
  .kvbanner .btn, .kvbanner .btn-outlined, .kvbanner .btn-white, .kvbanner .btn-secondary, .kvbanner .btn-primary {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .kvbanner .btn, .kvbanner .btn-outlined, .kvbanner .btn-white, .kvbanner .btn-secondary, .kvbanner .btn-primary {
    flex-wrap: wrap;
    max-width: 100%;
    white-space: initial;
  }
}

.centerbanner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
}
.centerbanner .btn svg, .centerbanner .btn-outlined svg, .centerbanner .btn-white svg, .centerbanner .btn-secondary svg, .centerbanner .btn-primary svg {
  height: 24px;
}

.main-entries {
  color: var(--color--primary);
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .main-entries.extra-margin {
    padding-bottom: 80px;
  }
}
.main-entries__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 24px;
}
@media (min-width: 767px) {
  .main-entries__header {
    align-items: flex-start;
    flex-direction: row;
  }
  .main-entries__header--right p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main-entries__header-left {
    min-width: 75%;
  }
}
.main-entries__header-right {
  display: block;
}
.main-entries .main-entries__subtitle {
  font-family: "SerifaTL-Light";
  font-size: 24px;
  margin: 10px 0 0 0;
  max-width: 90%;
  line-height: 1.3 !important;
}
@media (max-width: 767px) {
  .main-entries .main-entries__subtitle {
    max-width: 100%;
    font-size: 18px;
  }
}
.main-entries__entry-wrapper {
  position: relative;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-entries__entry-wrapper .post-card {
  lost-column: 1/1;
  margin-bottom: 20px;
}
.main-entries__entry-wrapper .post-card__subtitle {
  max-width: calc(100% - 40px);
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 450px) {
  .main-entries__entry-wrapper .post-card__subtitle {
    display: block; /* Fallback for non-webkit */
    max-width: 370px;
    padding-right: 28px;
  }
}
@media (max-width: 510px) {
  .main-entries__entry-wrapper .post-card__subtitle {
    padding-right: 28px;
    font-size: 16px;
  }
}
.main-entries__entry-wrapper .post-card__content-wrapper {
  padding: 18px 20px;
}
@media (max-width: 510px) {
  .main-entries__entry-wrapper .post-card__content-wrapper {
    padding-bottom: 0px;
    padding-top: 5px;
    padding: 18px;
  }
}
.main-entries__entry-wrapper .post-card__title {
  font-size: 28px;
  line-height: 1.15;
}
@media (min-width: 992px) {
  .main-entries__entry-wrapper .post-card {
    lost-column: 1/3;
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .main-entries__entry-wrapper .post-card {
    height: 125px;
  }
}
.main-entries__entry-wrapper .post-card--horizontal.post-card {
  display: grid;
  grid-template-columns: 125px auto;
}
.main-entries__entry-wrapper .post-card--horizontal.post-card.post-card__content-wrapper {
  padding: 15px 19px;
}
@media (min-width: 767px) {
  .main-entries__footer {
    display: none;
  }
}

.page-template-page-overview .main-entries,
.page-template-page-overview .main-entries__entry-wrapper,
.page-template-page-home .main-entries,
.page-template-page-home .main-entries__entry-wrapper,
.page-template-template-products .main-entries,
.page-template-template-products .main-entries__entry-wrapper,
.page-template-default .main-entries,
.page-template-default .main-entries__entry-wrapper,
.page-template-template-vacancies .main-entries,
.page-template-template-vacancies .main-entries__entry-wrapper {
  gap: 30px;
  row-gap: 30px;
  justify-content: inherit;
}
.page-template-page-overview .main-entries .post-card,
.page-template-page-overview .main-entries__entry-wrapper .post-card,
.page-template-page-home .main-entries .post-card,
.page-template-page-home .main-entries__entry-wrapper .post-card,
.page-template-template-products .main-entries .post-card,
.page-template-template-products .main-entries__entry-wrapper .post-card,
.page-template-default .main-entries .post-card,
.page-template-default .main-entries__entry-wrapper .post-card,
.page-template-template-vacancies .main-entries .post-card,
.page-template-template-vacancies .main-entries__entry-wrapper .post-card {
  width: calc(33.3333333333% - 20px);
  background-color: #F9F9FB;
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  .page-template-page-overview .main-entries .post-card,
  .page-template-page-overview .main-entries__entry-wrapper .post-card,
  .page-template-page-home .main-entries .post-card,
  .page-template-page-home .main-entries__entry-wrapper .post-card,
  .page-template-template-products .main-entries .post-card,
  .page-template-template-products .main-entries__entry-wrapper .post-card,
  .page-template-default .main-entries .post-card,
  .page-template-default .main-entries__entry-wrapper .post-card,
  .page-template-template-vacancies .main-entries .post-card,
  .page-template-template-vacancies .main-entries__entry-wrapper .post-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 519px) {
  .page-template-page-overview .main-entries .post-card,
  .page-template-page-overview .main-entries__entry-wrapper .post-card,
  .page-template-page-home .main-entries .post-card,
  .page-template-page-home .main-entries__entry-wrapper .post-card,
  .page-template-template-products .main-entries .post-card,
  .page-template-template-products .main-entries__entry-wrapper .post-card,
  .page-template-default .main-entries .post-card,
  .page-template-default .main-entries__entry-wrapper .post-card,
  .page-template-template-vacancies .main-entries .post-card,
  .page-template-template-vacancies .main-entries__entry-wrapper .post-card {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-template-page-overview .main-entries .post-card__wrapper,
.page-template-page-overview .main-entries__entry-wrapper .post-card__wrapper,
.page-template-page-home .main-entries .post-card__wrapper,
.page-template-page-home .main-entries__entry-wrapper .post-card__wrapper,
.page-template-template-products .main-entries .post-card__wrapper,
.page-template-template-products .main-entries__entry-wrapper .post-card__wrapper,
.page-template-default .main-entries .post-card__wrapper,
.page-template-default .main-entries__entry-wrapper .post-card__wrapper,
.page-template-template-vacancies .main-entries .post-card__wrapper,
.page-template-template-vacancies .main-entries__entry-wrapper .post-card__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-page-overview .main-entries .post-card__image,
.page-template-page-overview .main-entries__entry-wrapper .post-card__image,
.page-template-page-home .main-entries .post-card__image,
.page-template-page-home .main-entries__entry-wrapper .post-card__image,
.page-template-template-products .main-entries .post-card__image,
.page-template-template-products .main-entries__entry-wrapper .post-card__image,
.page-template-default .main-entries .post-card__image,
.page-template-default .main-entries__entry-wrapper .post-card__image,
.page-template-template-vacancies .main-entries .post-card__image,
.page-template-template-vacancies .main-entries__entry-wrapper .post-card__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto !important;
}
.page-template-page-overview .main-entries .post-card__content-wrapper--relative,
.page-template-page-overview .main-entries__entry-wrapper .post-card__content-wrapper--relative,
.page-template-page-home .main-entries .post-card__content-wrapper--relative,
.page-template-page-home .main-entries__entry-wrapper .post-card__content-wrapper--relative,
.page-template-template-products .main-entries .post-card__content-wrapper--relative,
.page-template-template-products .main-entries__entry-wrapper .post-card__content-wrapper--relative,
.page-template-default .main-entries .post-card__content-wrapper--relative,
.page-template-default .main-entries__entry-wrapper .post-card__content-wrapper--relative,
.page-template-template-vacancies .main-entries .post-card__content-wrapper--relative,
.page-template-template-vacancies .main-entries__entry-wrapper .post-card__content-wrapper--relative {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 18px 20px 64px;
}
.page-template-page-overview .main-entries .post-card__content-wrapper--relative .inner,
.page-template-page-overview .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner,
.page-template-page-home .main-entries .post-card__content-wrapper--relative .inner,
.page-template-page-home .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner,
.page-template-template-products .main-entries .post-card__content-wrapper--relative .inner,
.page-template-template-products .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner,
.page-template-default .main-entries .post-card__content-wrapper--relative .inner,
.page-template-default .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner,
.page-template-template-vacancies .main-entries .post-card__content-wrapper--relative .inner,
.page-template-template-vacancies .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner {
  height: 100%;
}
.page-template-page-overview .main-entries .post-card__content-wrapper--relative .inner .content,
.page-template-page-overview .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner .content,
.page-template-page-home .main-entries .post-card__content-wrapper--relative .inner .content,
.page-template-page-home .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner .content,
.page-template-template-products .main-entries .post-card__content-wrapper--relative .inner .content,
.page-template-template-products .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner .content,
.page-template-default .main-entries .post-card__content-wrapper--relative .inner .content,
.page-template-default .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner .content,
.page-template-template-vacancies .main-entries .post-card__content-wrapper--relative .inner .content,
.page-template-template-vacancies .main-entries__entry-wrapper .post-card__content-wrapper--relative .inner .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .page-template-page-overview .main-entries .post-card--horizontal,
  .page-template-page-overview .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-page-home .main-entries .post-card--horizontal,
  .page-template-page-home .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-template-products .main-entries .post-card--horizontal,
  .page-template-template-products .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-default .main-entries .post-card--horizontal,
  .page-template-default .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-template-vacancies .main-entries .post-card--horizontal,
  .page-template-template-vacancies .main-entries__entry-wrapper .post-card--horizontal {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 767px) {
  .page-template-page-overview .main-entries .post-card--horizontal,
  .page-template-page-overview .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-page-home .main-entries .post-card--horizontal,
  .page-template-page-home .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-template-products .main-entries .post-card--horizontal,
  .page-template-template-products .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-default .main-entries .post-card--horizontal,
  .page-template-default .main-entries__entry-wrapper .post-card--horizontal,
  .page-template-template-vacancies .main-entries .post-card--horizontal,
  .page-template-template-vacancies .main-entries__entry-wrapper .post-card--horizontal {
    grid-template-columns: 125px auto;
  }
}

.post-card-wrapper {
  lost-center: 100%;
  width: 100%;
}
.post-card-wrapper .post-card {
  lost-column: 1/1;
}
.post-card-wrapper .post-card:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .post-card-wrapper--2-col .post-card {
    lost-column: 1/2;
  }
}

.product-group-card .post-card--fullwidth .post-card__content-wrapper,
.product-group-card .post-card--horizontal .post-card__content-wrapper {
  height: 135px;
}
@media (max-width: 767px) {
  .product-group-card .post-card__subtitle {
    display: -webkit-box;
    max-width: 370px;
    height: 68px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .product-group-card .post-card__subtitle {
    display: none;
  }
}

.post-card {
  position: relative;
  color: var(--color--primary);
}
.post-card__tags {
  font-family: "SerifaTL-Roman";
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
}
.post-card__tags .tag {
  display: inline-flex;
}
.post-card__link {
  color: var(--color--primary);
}
.post-card--vertical.post-card--size-l {
  width: 100%;
  max-width: 400px;
}
.post-card--fullwidth, .post-card--horizontal {
  display: grid;
}
.post-card--fullwidth > a, .post-card--horizontal > a {
  display: grid;
  justify-items: stretch;
}
.post-card--fullwidth .post-card__content-wrapper, .post-card--horizontal .post-card__content-wrapper {
  justify-self: stretch;
  align-self: stretch;
}
.post-card--fullwidth .post-card__content-wrapper, .post-card--horizontal .post-card__content-wrapper {
  justify-self: stretch;
  align-self: stretch;
  height: 190px;
}
@media (max-width: 449px) {
  .post-card--fullwidth .post-card__content-wrapper, .post-card--horizontal .post-card__content-wrapper {
    height: auto;
    padding: 20px;
  }
}
.post-card--fullwidth.post-card--size-xs, .post-card--fullwidth.post-card--size-s, .post-card--horizontal.post-card--size-xs, .post-card--horizontal.post-card--size-s {
  grid-template-columns: 105px auto;
}
.post-card--fullwidth.post-card--size-xs .post-card__tags, .post-card--fullwidth.post-card--size-s .post-card__tags, .post-card--horizontal.post-card--size-xs .post-card__tags, .post-card--horizontal.post-card--size-s .post-card__tags {
  display: none;
}
.post-card--fullwidth.post-card--size-xs .post-card__content-wrapper p, .post-card--fullwidth.post-card--size-s .post-card__content-wrapper p, .post-card--horizontal.post-card--size-xs .post-card__content-wrapper p, .post-card--horizontal.post-card--size-s .post-card__content-wrapper p {
  display: none;
}
@media (max-width: 767px) {
  .post-card--fullwidth.post-card--size-xs .product-filter-block .post-card h4, .post-card--fullwidth.post-card--size-s .product-filter-block .post-card h4, .post-card--horizontal.post-card--size-xs .product-filter-block .post-card h4, .post-card--horizontal.post-card--size-s .product-filter-block .post-card h4 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .post-card--fullwidth.post-card--size-xs, .post-card--fullwidth.post-card--size-s, .post-card--horizontal.post-card--size-xs, .post-card--horizontal.post-card--size-s {
    grid-template-columns: 125px auto;
  }
}
.post-card--fullwidth.post-card--size-m, .post-card--horizontal.post-card--size-m {
  grid-template-columns: 125px auto;
}
@media (min-width: 992px) {
  .post-card--fullwidth.post-card--size-m, .post-card--horizontal.post-card--size-m {
    grid-template-columns: 190px auto;
  }
}
@media (max-width: 992px) {
  .post-card--fullwidth.post-card--size-m, .post-card--horizontal.post-card--size-m {
    grid-template-columns: 190px auto;
  }
}
@media (max-width: 767px) {
  .post-card--fullwidth.post-card--size-m .post-card__subtitle, .post-card--horizontal.post-card--size-m .post-card__subtitle {
    display: block;
  }
}
.post-card--fullwidth.post-card--size-l, .post-card--horizontal.post-card--size-l {
  grid-template-columns: 295px auto;
}
.post-card--fullwidth {
  width: 100%;
  min-height: 125px;
}
.post-card--fullwidth .post-card__content-wrapper p {
  display: block;
}
.post-card__image-wrapper {
  font-size: 0;
}
.post-card__image-wrapper .post-card__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.post-card__image-wrapper img {
  object-fit: cover;
}
.post-card__content-wrapper {
  position: relative;
  padding: 25px;
}
@media (max-width: 992px) {
  .post-card__content-wrapper {
    padding: 20px;
  }
}
.post-card__content-wrapper--absolute {
  position: relative;
  width: 100%;
  bottom: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .post-card__content-wrapper--absolute {
      bottom: -1px;
    }
  }
}
@media (max-width: 992px) {
  .post-card__content-wrapper--absolute {
    position: relative;
  }
}
.post-card__content-wrapper h2,
.post-card__content-wrapper h3,
.post-card__content-wrapper h4,
.post-card__content-wrapper h5,
.post-card__content-wrapper h6 {
  margin: 0 0 2px 0;
}
.post-card__content-wrapper h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .post-card__content-wrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
@media (min-width: 992px) {
  .post-card__content-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .post-card__content-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .post-card__content-wrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
.post-card__content-wrapper p {
  max-width: calc(100% - 15px);
  color: #30302C;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .post-card__content-wrapper p {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .post-card__content-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
  }
}
@media (max-width: 450px) {
  .post-card__content-wrapper p {
    max-width: calc(100% - 45px);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 375px;
    height: 48px;
  }
}
.post-card__content-wrapper .btn, .post-card__content-wrapper .btn-outlined, .post-card__content-wrapper .btn-white, .post-card__content-wrapper .btn-secondary, .post-card__content-wrapper .btn-primary {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-card__content-wrapper .btn svg g polyline, .post-card__content-wrapper .btn-outlined svg g polyline, .post-card__content-wrapper .btn-white svg g polyline, .post-card__content-wrapper .btn-secondary svg g polyline, .post-card__content-wrapper .btn-primary svg g polyline,
.post-card__content-wrapper .btn svg g line,
.post-card__content-wrapper .btn-outlined svg g line,
.post-card__content-wrapper .btn-white svg g line,
.post-card__content-wrapper .btn-secondary svg g line,
.post-card__content-wrapper .btn-primary svg g line {
  stroke: #FFFFFF !important;
}
.post-card__content-wrapper .toggle-switch {
  position: absolute;
  right: 18px;
}
.post-card__content-wrapper .contact-data {
  position: absolute;
  bottom: 13px;
  font-size: 14px;
}
.post-card__content-wrapper .contact-data li {
  margin-bottom: 0;
}
.post-card__content-wrapper .contact-data * {
  color: var(--color--primary);
  text-decoration: none;
}
.post-card__content-wrapper .contact-data svg {
  width: 16px;
  height: 16px;
}
.post-card__content-wrapper .post-card__meta {
  position: absolute;
  bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 75%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .post-card__content-wrapper .post-card__meta {
    display: flex;
    bottom: 0;
  }
}
.post-card__content-wrapper .post-card__meta li {
  font-family: "SerifaTL-Roman";
}
.post-card__content-wrapper .post-card__meta li span {
  line-height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .post-card__content-wrapper .post-card__meta li span.location {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .post-card__content-wrapper .post-card__meta li span.education, .post-card__content-wrapper .post-card__meta li span.hours {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-card__content-wrapper .post-card__meta li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.post-card__content-wrapper .post-card__meta li:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post-card__content-wrapper .post-card__meta {
    position: initial;
  }
}
.post-card__content-wrapper--minimal-padding {
  padding: 20px;
}
@media (max-width: 767px) {
  .post-card__content-wrapper {
    padding: 0px;
    padding: 10px;
  }
}
.post-card .promo-sticker {
  position: absolute;
  top: -15px;
  left: -15px;
}
@media (max-width: 767px) {
  .post-card .tags-wrapper {
    display: none;
  }
}

.product-group-card {
  height: 125px;
}
.product-group-card .post-card {
  height: 100%;
  grid-template-columns: 125px auto;
}
.product-group-card .post-card .post-card__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .product-group-card .post-card .post-card__image {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .product-group-card .post-card .post-card__image {
    height: 100% !important;
  }
}
@media (max-width: 440px) {
  .product-group-card .post-card .post-card__image {
    height: 100% !important;
  }
}
@media (max-width: 992px) {
  .product-group-card {
    height: 100%;
  }
}

.latest-news {
  color: var(--color--primary);
  position: relative;
  width: 100%;
}
.latest-news .title-cover {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px;
}
.latest-news .title-cover .latest-news__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .latest-news .title-cover .latest-news__header {
    padding: 20px 0px;
  }
}
@media (min-width: 767px) {
  .latest-news .title-cover .latest-news__header {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .latest-news .title-cover .latest-news__header-left {
    min-width: 75%;
  }
}
.latest-news .title-cover .latest-news__header-right {
  display: block;
}
.latest-news .title-cover .latest-news__header-center {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.latest-news .latest-news__subtitle {
  font-family: "SerifaTL-black";
  font-weight: 400;
  font-size: 34px;
  margin: 10px 0 0 0;
  max-width: 90%;
}
.latest-news .grey--bg {
  padding: 20px 20px 40px 20px;
  background-color: var(--color--off-white);
}
@media (max-width: 767px) {
  .latest-news .grey--bg {
    padding: 20px 12px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.latest-news .grey--bg .latest-news__entry-wrapper {
  position: relative;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 10px;
}
.latest-news .grey--bg .latest-news__entry-wrapper .post-card {
  lost-column: 1/1;
}
.latest-news .grey--bg .latest-news__entry-wrapper .post-card__subtitle {
  max-width: calc(100% - 40px);
  margin-top: 8px;
}
@media (max-width: 767px) {
  .latest-news .grey--bg .latest-news__entry-wrapper .post-card__subtitle {
    padding-right: 30px;
  }
}
@media (max-width: 450px) {
  .latest-news .grey--bg .latest-news__entry-wrapper .post-card__subtitle {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box !important;
    max-width: 370px;
    height: 55px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 28px;
  }
}
@media (max-width: 510px) {
  .latest-news .grey--bg .latest-news__entry-wrapper .post-card__subtitle {
    padding-right: 28px;
    font-size: 16px;
  }
}
.latest-news .grey--bg .latest-news__entry-wrapper .post-card__content-wrapper {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 18px 20px 64px;
}
@media (max-width: 510px) {
  .latest-news .grey--bg .latest-news__entry-wrapper .post-card__content-wrapper {
    padding-bottom: 0px;
    padding-top: 5px;
    padding: 18px;
  }
}
.latest-news .grey--bg .latest-news__entry-wrapper .post-card .btn--compact svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .latest-news .grey--bg .latest-news__entry-wrapper .post-card {
    lost-column: 1/3;
  }
}
@media (max-width: 450px) {
  .latest-news .grey--bg .latest-news__entry-wrapper .post-card {
    height: 125px;
  }
}
.latest-news .grey--bg .latest-news__entry-wrapper .post-card--horizontal.post-card {
  display: grid;
  grid-template-columns: 125px auto;
}
.latest-news .grey--bg .latest-news__entry-wrapper .post-card--horizontal.post-card.post-card__content-wrapper {
  padding: 15px 19px;
}
.latest-news .grey--bg .latest-news__header-center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media (min-width: 767px) {
  .latest-news__footer {
    display: none;
  }
}

.page-template-page-overview .latest-news__entry-wrapper,
.page-template-page-home .latest-news__entry-wrapper,
.page-template-template-products .latest-news__entry-wrapper,
.page-template-default .latest-news__entry-wrapper,
.page-template-template-vacancies .latest-news__entry-wrapper {
  gap: 30px;
  row-gap: 30px;
  justify-content: unset;
}
.page-template-page-overview .latest-news__entry-wrapper .post-card,
.page-template-page-home .latest-news__entry-wrapper .post-card,
.page-template-template-products .latest-news__entry-wrapper .post-card,
.page-template-default .latest-news__entry-wrapper .post-card,
.page-template-template-vacancies .latest-news__entry-wrapper .post-card {
  width: calc(33.3333333333% - 20px);
  background-color: #F9F9FB;
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  .page-template-page-overview .latest-news__entry-wrapper .post-card,
  .page-template-page-home .latest-news__entry-wrapper .post-card,
  .page-template-template-products .latest-news__entry-wrapper .post-card,
  .page-template-default .latest-news__entry-wrapper .post-card,
  .page-template-template-vacancies .latest-news__entry-wrapper .post-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 519px) {
  .page-template-page-overview .latest-news__entry-wrapper .post-card,
  .page-template-page-home .latest-news__entry-wrapper .post-card,
  .page-template-template-products .latest-news__entry-wrapper .post-card,
  .page-template-default .latest-news__entry-wrapper .post-card,
  .page-template-template-vacancies .latest-news__entry-wrapper .post-card {
    width: 100%;
  }
}
.page-template-page-overview .latest-news__entry-wrapper .post-card__wrapper,
.page-template-page-home .latest-news__entry-wrapper .post-card__wrapper,
.page-template-template-products .latest-news__entry-wrapper .post-card__wrapper,
.page-template-default .latest-news__entry-wrapper .post-card__wrapper,
.page-template-template-vacancies .latest-news__entry-wrapper .post-card__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-page-overview .latest-news__entry-wrapper .post-card__image,
.page-template-page-home .latest-news__entry-wrapper .post-card__image,
.page-template-template-products .latest-news__entry-wrapper .post-card__image,
.page-template-default .latest-news__entry-wrapper .post-card__image,
.page-template-template-vacancies .latest-news__entry-wrapper .post-card__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  .page-template-page-overview .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-page-home .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-template-products .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-default .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-template-vacancies .latest-news__entry-wrapper .post-card--horizontal {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 767px) {
  .page-template-page-overview .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-page-home .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-template-products .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-default .latest-news__entry-wrapper .post-card--horizontal,
  .page-template-template-vacancies .latest-news__entry-wrapper .post-card--horizontal {
    grid-template-columns: 125px auto;
  }
}

.post-card {
  position: relative;
  color: var(--color--primary);
}
.post-card__tags {
  font-family: "SerifaTL-Roman";
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
}
.post-card__tags .tag {
  display: inline-flex;
}
.post-card__link {
  color: var(--color--primary);
}
.post-card--vertical.post-card--size-l {
  width: 100%;
  max-width: 400px;
}
.post-card--fullwidth, .post-card--horizontal {
  display: grid;
}
.post-card--fullwidth > a, .post-card--horizontal > a {
  display: grid;
  justify-items: stretch;
}
.post-card--fullwidth .post-card__content-wrapper, .post-card--horizontal .post-card__content-wrapper {
  justify-self: stretch;
  align-self: stretch;
}
.post-card--fullwidth .post-card__content-wrapper, .post-card--horizontal .post-card__content-wrapper {
  justify-self: stretch;
  align-self: stretch;
  height: 190px;
}
@media (max-width: 449px) {
  .post-card--fullwidth .post-card__content-wrapper, .post-card--horizontal .post-card__content-wrapper {
    height: auto;
    padding: 20px;
  }
}
.post-card--fullwidth.post-card--size-xs, .post-card--fullwidth.post-card--size-s, .post-card--horizontal.post-card--size-xs, .post-card--horizontal.post-card--size-s {
  grid-template-columns: 105px auto;
}
.post-card--fullwidth.post-card--size-xs .post-card__tags, .post-card--fullwidth.post-card--size-s .post-card__tags, .post-card--horizontal.post-card--size-xs .post-card__tags, .post-card--horizontal.post-card--size-s .post-card__tags {
  display: none;
}
.post-card--fullwidth.post-card--size-xs .post-card__content-wrapper p, .post-card--fullwidth.post-card--size-s .post-card__content-wrapper p, .post-card--horizontal.post-card--size-xs .post-card__content-wrapper p, .post-card--horizontal.post-card--size-s .post-card__content-wrapper p {
  display: none;
}
@media (max-width: 767px) {
  .post-card--fullwidth.post-card--size-xs, .post-card--fullwidth.post-card--size-s, .post-card--horizontal.post-card--size-xs, .post-card--horizontal.post-card--size-s {
    grid-template-columns: 125px auto;
  }
}
.post-card--fullwidth.post-card--size-m, .post-card--horizontal.post-card--size-m {
  grid-template-columns: 125px auto;
}
@media (min-width: 992px) {
  .post-card--fullwidth.post-card--size-m, .post-card--horizontal.post-card--size-m {
    grid-template-columns: 190px auto;
  }
}
@media (max-width: 992px) {
  .post-card--fullwidth.post-card--size-m, .post-card--horizontal.post-card--size-m {
    grid-template-columns: 190px auto;
  }
}
@media (max-width: 767px) {
  .post-card--fullwidth.post-card--size-m .post-card__subtitle, .post-card--horizontal.post-card--size-m .post-card__subtitle {
    display: block;
  }
}
.post-card--fullwidth.post-card--size-l, .post-card--horizontal.post-card--size-l {
  grid-template-columns: 295px auto;
}
.post-card--fullwidth {
  width: 100%;
  min-height: 125px;
}
.post-card--fullwidth .post-card__content-wrapper p {
  display: block;
}
.post-card__image-wrapper {
  font-size: 0;
}
.post-card__image-wrapper .post-card__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.post-card__image-wrapper img {
  object-fit: cover;
}
.post-card__content-wrapper {
  position: relative;
  padding: 25px;
}
@media (max-width: 992px) {
  .post-card__content-wrapper {
    padding: 20px;
  }
}
.post-card__content-wrapper--absolute {
  position: relative;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .post-card__content-wrapper--absolute {
      bottom: -1px;
    }
  }
}
@media (max-width: 992px) {
  .post-card__content-wrapper--absolute {
    position: relative;
  }
}
.post-card__content-wrapper--absolute .inner {
  height: 100%;
}
.post-card__content-wrapper--absolute .inner .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-card__content-wrapper h2,
.post-card__content-wrapper h3,
.post-card__content-wrapper h4,
.post-card__content-wrapper h5,
.post-card__content-wrapper h6 {
  margin: 0 0 2px 0;
}
.post-card__content-wrapper h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .post-card__content-wrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
@media (min-width: 992px) {
  .post-card__content-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .post-card__content-wrapper h4 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .post-card__content-wrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 12px;
  }
}
.post-card__content-wrapper p {
  max-width: calc(100% - 15px);
  color: #30302C;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .post-card__content-wrapper p {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .post-card__content-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
  }
}
@media (max-width: 450px) {
  .post-card__content-wrapper p {
    max-width: calc(100% - 45px);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 375px;
    height: 48px;
  }
}
.post-card__content-wrapper .btn, .post-card__content-wrapper .btn-outlined, .post-card__content-wrapper .btn-white, .post-card__content-wrapper .btn-secondary, .post-card__content-wrapper .btn-primary {
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-card__content-wrapper .toggle-switch {
  position: absolute;
  right: 18px;
}
.post-card__content-wrapper .contact-data {
  position: absolute;
  bottom: 13px;
  font-size: 14px;
}
.post-card__content-wrapper .contact-data li {
  margin-bottom: 0;
}
.post-card__content-wrapper .contact-data * {
  color: var(--color--primary);
  text-decoration: none;
}
.post-card__content-wrapper .contact-data svg {
  width: 16px;
  height: 16px;
}
.post-card__content-wrapper .post-card__meta {
  position: absolute;
  bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 75%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .post-card__content-wrapper .post-card__meta {
    display: flex;
    bottom: 0;
  }
}
.post-card__content-wrapper .post-card__meta li {
  font-family: "SerifaTL-Roman";
}
.post-card__content-wrapper .post-card__meta li span {
  line-height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .post-card__content-wrapper .post-card__meta li span.location {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .post-card__content-wrapper .post-card__meta li span.education, .post-card__content-wrapper .post-card__meta li span.hours {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-card__content-wrapper .post-card__meta li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.post-card__content-wrapper .post-card__meta li:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post-card__content-wrapper .post-card__meta {
    position: initial;
  }
}
.post-card__content-wrapper--minimal-padding {
  padding: 20px;
}
@media (max-width: 767px) {
  .post-card__content-wrapper {
    padding: 0px;
    padding: 10px;
  }
}
.post-card .promo-sticker {
  position: absolute;
  top: -15px;
  left: -15px;
}

.template-products .product-group-card,
.template-professional .product-group-card {
  lost-column: 1/2;
}
@media (min-width: 767px) {
  .template-products .product-group-card,
  .template-professional .product-group-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .template-products .product-group-card,
  .template-professional .product-group-card {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.template-products .product-group-card:nth-child(n),
.template-professional .product-group-card:nth-child(n) {
  margin-right: unset;
}
.template-products .product-group-card .post-card__subtitle,
.template-professional .product-group-card .post-card__subtitle {
  color: var(--color--primary);
}
.template-products .product-group-card ~ .product-group-card,
.template-professional .product-group-card ~ .product-group-card {
  margin-left: auto;
}
@media (max-width: 767px) {
  .template-products .product-group-card,
  .template-professional .product-group-card {
    lost-column: 1/1;
  }
  .template-products .product-group-card ~ .product-group-card,
  .template-professional .product-group-card ~ .product-group-card {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: unset;
  }
}

.product-group-card {
  height: 125px;
}
.product-group-card .post-card {
  height: 100%;
  grid-template-columns: 125px auto;
}
.product-group-card .post-card .post-card__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .product-group-card .post-card .post-card__image {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .product-group-card .post-card .post-card__image {
    height: 100% !important;
  }
}
@media (max-width: 440px) {
  .product-group-card .post-card .post-card__image {
    height: 100% !important;
  }
}
@media (max-width: 992px) {
  .product-group-card {
    height: 100%;
  }
}

.hero-image {
  position: relative;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image {
    height: 650px;
  }
}

.page-hero {
  position: relative;
  display: block;
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .page-hero {
    margin-bottom: 145px;
  }
}
@media (max-width: 991px) {
  .page-hero__text__content {
    font-size: 43px !important;
  }
  .page-hero__text__content .bold {
    font-size: 43px;
  }
}
.page-hero__top {
  position: relative;
  background-color: var(--color--primary);
  min-height: 385px;
}
@media (min-width: 992px) {
  .page-hero__top {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page-hero__top--tall {
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .page-hero__top--tall {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .page-hero__top .breadcrumbs {
    display: none;
  }
}
.page-hero__top .page-hero__main-content {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .page-hero__top .page-hero__main-content {
    padding: 50px 20px;
  }
}
@media (min-width: 992px) {
  .page-hero__top .page-hero__main-content {
    width: 40%;
    padding: 30px 75px;
  }
}
.page-hero__top .page-hero__main-content h1 {
  line-height: 1.15;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .page-hero__top .page-hero__main-content h1 {
    margin-top: 0;
    font-size: 56px;
  }
}
.page-hero__top .page-hero__main-content h1 strong {
  font-family: "SerifaTL-black";
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-hero__top .page-hero__main-content h1 {
    font-size: 34px !important;
  }
}
.page-hero__top .page-hero__main-content p {
  color: #FFFFFF;
  font-family: "SerifaTL-Light";
  font-size: 24px;
  line-height: 1.15;
  margin: 5px 0 0 0;
}
@media (min-width: 1200px) {
  .page-hero__top .page-hero__main-content p {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .page-hero__top .page-hero__main-content p {
    font-size: 18px;
  }
}
.page-hero__top .page-hero__meta {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  bottom: -108.5px;
}
@media (max-width: 991px) {
  .page-hero__top .page-hero__meta {
    padding: 0 20px;
  }
}
@media (max-width: 449px) {
  .page-hero__top .page-hero__meta .hero-highlight {
    width: 64vw;
  }
}
@media (min-width: 992px) {
  .page-hero__top .page-hero__meta {
    bottom: -65px;
    left: 40%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .page-hero__top .page-hero__meta .popup {
    top: 30px;
  }
}
@media (max-width: 449px) {
  .page-hero__top .page-hero__meta .popup:not(.popup--open) {
    width: 36vw;
  }
}
@media (min-width: 992px) {
  .page-hero__top .page-hero__meta .popup--open {
    top: 60px;
    left: 300px;
  }
}
.page-hero__top .page-hero__image {
  position: relative;
  width: 243px;
  font-size: 0;
}
@media (min-width: 992px) {
  .page-hero__top .page-hero__image {
    width: 400px;
  }
}

.term-kunststof-deuren .page-hero {
  margin-bottom: 145px;
}

@media (max-width: 991px) {
  .page-template-template-professional .page-hero__top .page-hero__meta {
    bottom: -120px;
  }
}
@media (max-width: 350px) {
  .page-template-template-professional .page-hero__top .page-hero__meta {
    left: 10%;
    top: 85%;
  }
}
.page-template-template-professional .page-hero__top .page-hero__main-content p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-template-template-professional .page-hero__top .page-hero__main-content p {
    margin-bottom: 15px;
  }
}

/**
 * Popup component styling
 */
.popup {
  background-color: var(--color--secondary);
  position: relative;
  width: 132px;
  height: 132px;
  transition: all 0.5s ease-in-out;
}
.popup--vacancy {
  display: none;
}
@media (min-width: 992px) {
  .popup {
    width: 210px;
    height: 210px;
  }
}
.popup__door {
  background-color: var(--color--primary);
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 100%;
  top: 0;
  transition: all 0.5s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  .popup__door {
    display: block;
  }
}
.popup__door--left {
  transform-origin: left;
}
.popup__door--right {
  right: 0;
  transform-origin: right;
}
.popup__toggle-handler {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
}
.popup__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 21px 40px 21px 25px;
}
.popup__cover .popup__cover-title {
  margin: 0;
}
@media (max-width: 991px) {
  .popup__cover {
    padding: 21px 16px 13px 14px;
  }
  .popup__cover .popup__cover-title {
    font-size: 18px;
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 449px) {
  .popup__cover .popup__cover-title {
    font-size: 16px;
  }
}
.popup__cover .popup__cover-image {
  position: absolute;
  width: 112px;
  top: -15%;
  left: -10%;
}
@media (min-width: 992px) {
  .popup__cover .popup__cover-image {
    width: 180px;
  }
}
.popup__cover .popup__toggle-handler {
  height: 44px;
  width: 44px;
  padding: 10px;
  background: none;
  background-color: var(--color--quaternary);
}
.popup__cover .popup__toggle-handler svg path, .popup__cover .popup__toggle-handler svg line, .popup__cover .popup__toggle-handler svg polyline {
  stroke: var(--color--primary);
}
.popup__content {
  display: none;
  opacity: 0;
}
.popup--open {
  position: fixed;
  width: 295px;
  height: 295px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
@media (max-width: 991px) {
  .popup--open {
    left: 50%;
    margin-left: -147.5px;
    top: 50%;
    margin-top: -147px;
  }
}
@media (min-width: 992px) {
  .popup--open {
    position: absolute;
    z-index: 10;
  }
}
.popup--open .popup__door {
  background-color: rgb(255, 20.4, 20.4);
}
.popup--open .popup__door--left {
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-150deg);
}
.popup--open .popup__door--right {
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(150deg);
}
.popup--open .popup__cover {
  display: none;
}
.popup--open.popup--vacancy {
  width: 610px;
  height: 610px;
  margin-left: -305px;
  margin-top: -305px;
  position: fixed !important;
  z-index: 10;
  left: 50%;
  top: 50%;
}
.popup--open.popup--vacancy .popup__content a {
  text-decoration: underline !important;
}
.popup--open.popup--vacancy .popup__content .btn, .popup--open.popup--vacancy .popup__content .btn-outlined, .popup--open.popup--vacancy .popup__content .btn-white, .popup--open.popup--vacancy .popup__content .btn-secondary, .popup--open.popup--vacancy .popup__content .btn-primary {
  background-color: #FFFFFF;
  opacity: 1;
  padding: 13px 18px 13px 18px;
}
@media (max-width: 992px) {
  .popup--open.popup--vacancy {
    width: 320px;
    height: 500px;
    margin-left: -160px;
    margin-top: -250px;
  }
}
.popup--open.popup--vacancy .popup__door {
  display: none !important;
}
.popup__content {
  position: absolute;
  top: 24px;
  left: 30px;
  right: 30px;
  bottom: 16px;
}
.popup__content .popup__title {
  margin-top: 0;
  margin-bottom: 6px;
}
.popup__content p {
  margin-top: 0;
  font-size: 18px;
  color: #FFFFFF;
}
.popup__content a,
.popup__content p,
.popup__content .form-field label {
  color: #FFFFFF;
}
.popup__content a {
  width: 100%;
}
.popup__content label {
  display: none;
}
.popup a.text-centered {
  display: block;
  text-align: center;
}
.popup .btn, .popup .btn-outlined, .popup .btn-white, .popup .btn-secondary, .popup .btn-primary {
  padding-left: 12px;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
}
.popup .btn a, .popup .btn-outlined a, .popup .btn-white a, .popup .btn-secondary a, .popup .btn-primary a {
  margin-left: -3px;
}
.popup .btn--transparent {
  position: absolute;
  bottom: 10px;
}
.popup .btn--transparent svg {
  margin-left: -10px !important;
  margin-right: 5px;
}
.popup .btn--transparent svg g g * {
  stroke: #FFFFFF;
}

.popup .channels {
  position: absolute;
  bottom: 0;
}
.popup .channels li {
  margin-bottom: 13px;
  margin-right: 15px;
}
.popup .channels li a svg {
  width: 25px;
  height: 25px;
}
.popup .channels li a svg path {
  stroke: #FFFFFF;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 999;
}
@media (min-width: 992px) {
  .popup-wrapper:not(.desktop-wrapper) {
    display: none;
  }
}

.popup .btn, .popup .btn-outlined, .popup .btn-white, .popup .btn-secondary, .popup .btn-primary {
  font-size: 18px;
  margin-top: 5px;
  margin-left: 0;
}
.popup .btn svg *, .popup .btn-outlined svg *, .popup .btn-white svg *, .popup .btn-secondary svg *, .popup .btn-primary svg * {
  stroke: var(--color--primary);
}

.popup .form-field {
  margin-bottom: 5px;
}
.popup .form-field .checkbox-wrapper {
  display: block;
}
.popup .form-field:not(.popup--vacancy).form-label {
  display: none;
}
.popup .form-field label.checkbox-container {
  font-size: 18px;
  margin-bottom: 8px;
}

.popup--vacancy form p {
  margin-bottom: 20px;
}

.popup .popup__download-files {
  margin-bottom: 10px;
}

.popup_purple_block {
  display: block;
}
.popup_purple_block .form-label {
  display: none;
}
.popup_purple_block .popup__cover-title {
  display: none;
}
.popup_purple_block .form-field {
  margin-bottom: 5px;
}
.popup_purple_block .popup__content {
  z-index: 999999;
}
.popup_purple_block .popup__cover .popup__toggle-handler {
  display: none;
}
.popup_purple_block .appointment-form button {
  padding-left: 12px;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .popup_purple_block {
    display: none;
  }
}

.sidebar_content_cover .post-article__content h1 {
  margin-bottom: 0px;
}
.sidebar_content_cover .post-article__content h2 {
  line-height: 1.1;
}
.sidebar_content_cover .post-article__content p {
  font-family: "SerifaTL-Light";
  color: var(--color--primary);
  font-size: 18px;
  margin: 10px 0 0 0;
  line-height: 1.5;
}
.sidebar_content_cover .post-article__content p strong {
  font-family: "SerifaTL-black";
  color: var(--color--primary);
  font-size: 22px;
  margin: 10px 0 0 0;
  line-height: 1.2;
  font-weight: 500;
}

.post-article {
  width: 100%;
}
.post-article:first-of-type {
  position: relative;
}
@media (min-width: 992px) {
  .post-article:first-of-type {
    top: -210px;
    margin-bottom: -200px;
  }
}
@media (min-width: 1200px) {
  .post-article {
    width: calc(100% - 50px);
  }
}
.post-article__wrapper {
  position: relative;
  lost-center: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.post-article__content {
  position: relative;
  background-color: #FFFFFF;
  width: 66%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .post-article__content {
    padding: 20px 20px;
  }
}
.post-article__content ul li strong {
  font-family: "SerifaTL-black";
}
.post-article__content .promo-sticker {
  position: absolute;
  top: -45px;
  right: -10px;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .post-article__content .promo-sticker {
    display: block;
    top: -70px;
    right: -70px;
  }
}
.post-article__content .sidecard .promo-sticker {
  display: block;
}
.post-article__content h1 {
  font-family: "SerifaTL-bold";
  margin: 0 0 14px;
  font-weight: 700;
}
.post-article__content .post-article__content__header {
  margin: 4px 0 13px;
  font-weight: 300;
}
.post-article__content > .mydealer-check, .post-article__content > .toggle-option {
  margin-bottom: 20px;
  display: inline-block;
}
.post-article__content .label--light {
  font-size: 16px;
  margin-left: 10px;
}
.post-article__content .slider-regular {
  margin: 44px 0 39px;
}
@media (min-width: 992px) {
  .post-article__content .slider-regular {
    margin: 40px 0 100px;
  }
}
@media (max-width: 992px) {
  .post-article__content .sidecard {
    margin-top: 65px;
    margin-bottom: 60px;
  }
}
.post-article__content > h3 {
  margin: 30px 0 10px;
  font-weight: unset;
  font-family: "SerifaTL-black";
}
.post-article__content > h3 strong {
  font-weight: unset;
  font-family: "SerifaTL-black";
}
.post-article__content > h2 {
  font-size: 34px;
}
.post-article__content > h2 strong {
  font-weight: unset;
  font-family: "SerifaTL-black";
}
.post-article__content > h2 + h2 {
  margin-top: -10px;
}
.post-article__content > h4 {
  margin-top: 25px;
  font-size: 24px;
  font-family: "SerifaTL-black";
}
.post-article__content > h4 strong {
  font-weight: unset;
  font-family: "SerifaTL-black";
}
.post-article__content > p {
  color: #4F4F4B;
  font-weight: 300;
  margin: 0;
}
.post-article__content > p strong {
  font-family: "SerifaTL-bold";
}
.post-article__content > p.p1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.post-article__content > p.p1 + p {
  margin-bottom: 44px;
}
.post-article__content > p + p {
  margin: 20px 0;
}
.post-article__content > p a:hover {
  text-decoration: underline;
}
.post-article__content p.intro {
  margin: 14px 0 20px;
  color: var(--color--primary);
}
.post-article__content ~ p {
  margin: 0 0 24px;
  line-height: 1.5;
  color: #4F4F4B;
}
.post-article__content .wp-block-quote {
  position: relative;
  margin: 54px 0 32px;
}
.post-article__content .wp-block-quote::before {
  left: -40px;
  top: -8px;
  display: block;
  position: absolute;
}
@media (max-width: 992px) {
  .post-article__content .wp-block-quote::before {
    left: 0;
    top: -28px;
  }
}
.post-article__content .wp-block-quote p {
  margin: 0;
  font-size: 36px;
  font-weight: unset;
  font-family: "SerifaTL-black";
  color: var(--color--primary);
  line-height: 1.15;
}
@media (max-width: 992px) {
  .post-article__content .wp-block-quote p {
    font-size: 24px;
  }
}
.post-article__content .promo-block {
  margin: 40px 0 179px;
}
@media (min-width: 992px) {
  .post-article__content .promo-block {
    margin: 90px 0 190px;
  }
}
@media (max-width: 992px) {
  .post-article__content .promo-block--vertical {
    width: 100vw;
    margin-left: -20px;
  }
}
.post-article__content .product-group-card {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-article__content .toggle-wrapper__price {
  width: 100%;
  margin-bottom: 20px;
}
.post-article__content .toggle-wrapper__text {
  font-family: 16px;
  color: var(--color--primary);
}
.post-article__content .toggle-wrapper .toggle-switch {
  margin-right: 8px;
}
@media (max-width: 992px) {
  .post-article__content > p:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary), .post-article__content > h1:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary), .post-article__content > h2:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary):not(.content-link), .post-article__content > h3:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary), .post-article__content > h4:not(.btn):not(.btn-outlined):not(.btn-white):not(.btn-secondary):not(.btn-primary) {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .post-article__content {
    lost-column: 2/3 0 0;
    padding: 45px 82.5px 105px;
  }
  .post-article__content .sidecard {
    width: unset;
  }
}
@media (min-width: 1200px) {
  .post-article__content {
    lost-column: 2/3 0 0;
    padding: 45px 125px 45px 205px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .post-article .sidecard .contact-data li {
    width: unset;
  }
  .post-article .slider-regular {
    width: calc(100% + 65px);
    left: -65px;
  }
}
@media (max-width: 992px) {
  .post-article .sidecard {
    margin-top: 65px;
    margin-bottom: 60px;
  }
}
.post-article .content-single__header {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 650px;
}
.post-article .content-single__header__back {
  font-size: 16px;
  text-decoration: none;
  color: var(--color--primary);
  background-color: #FFFFFF;
  border-radius: 30px;
  margin: 35px 0 0 75px;
  padding: 3px 12px 3px 5px;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  transition: 0.2s ease;
}
.post-article .content-single__header__back:hover svg {
  transform: rotate(180deg) scale(1.25);
}
.post-article .content-single__header__back svg {
  height: 16px;
  width: auto;
  transform: rotate(180deg);
  margin-right: 5px;
}
.post-article .content-single__header__back svg * {
  stroke-width: 2px;
}
.post-article .expandable-list__header {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .post-article .content-column,
  .post-article .post-article__content,
  .post-article .content-wrapper {
    box-sizing: border-box;
    width: 100%;
  }
  .post-article .content-column > .top-tag,
  .post-article .post-article__content > .top-tag,
  .post-article .content-wrapper > .top-tag {
    display: none;
  }
  .post-article .content-column .slider-regular,
  .post-article .post-article__content .slider-regular,
  .post-article .content-wrapper .slider-regular {
    width: 100vw;
    margin-left: -20px;
  }
  .post-article .content-column .appointment-block,
  .post-article .post-article__content .appointment-block,
  .post-article .content-wrapper .appointment-block {
    margin: 0 -20px;
    width: 100vw;
  }
  .post-article .content-column .appointment-block__image,
  .post-article .post-article__content .appointment-block__image,
  .post-article .content-wrapper .appointment-block__image {
    width: 100%;
    left: unset;
  }
}
@media (max-width: 992px) and (max-width: 450px) {
  .post-article .content-column .appointment-block,
  .post-article .post-article__content .appointment-block,
  .post-article .content-wrapper .appointment-block {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .post-article .content-column .wp-block-quote::before,
  .post-article .post-article__content .wp-block-quote::before,
  .post-article .content-wrapper .wp-block-quote::before {
    left: 0;
    top: -28px;
  }
  .post-article .content-column .product-group-card .post-card--horizontal,
  .post-article .post-article__content .product-group-card .post-card--horizontal,
  .post-article .content-wrapper .product-group-card .post-card--horizontal {
    grid-template-columns: 125px auto;
  }
  .post-article .content-column .product-group-card .post-card--horizontal .post-card__content-wrapper,
  .post-article .post-article__content .product-group-card .post-card--horizontal .post-card__content-wrapper,
  .post-article .content-wrapper .product-group-card .post-card--horizontal .post-card__content-wrapper {
    padding: 15px 19px;
  }
}
.post-article__sidebar {
  position: relative;
  width: 33.3%;
  padding: 0 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .post-article__sidebar:nth-child(1n) {
    padding: 0;
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .post-article__sidebar:nth-child(1n) {
    display: none;
  }
}
.post-article__sidebar .external-link {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
}
.post-article__sidebar .external-link svg {
  position: relative;
  vertical-align: middle;
  width: 35px;
  height: 30px;
}
@media (min-width: 992px) {
  .post-article__sidebar {
    top: 65px;
    lost-column: 1/3 0 0;
    padding: 0;
    margin-top: 0;
  }
}
.post-article__sidebar .promo-sticker {
  position: absolute;
  z-index: 1;
  display: none;
}
@media (max-width: 992px) {
  .post-article__sidebar .route-to {
    display: none;
  }
}
.post-article__branding {
  background-color: #F9F9FB;
  padding: 50px 30px;
  max-width: 400px;
}
@media (max-width: 992px) {
  .post-article__branding {
    display: none;
  }
}
.post-article__branding img {
  max-width: 75%;
}
.post-article__meta {
  display: flex;
  list-style: none;
  padding: 0;
}
.post-article__meta li {
  font-family: "SerifaTL-Roman";
}
.post-article__meta li:not(:last-of-type) {
  margin-right: 15px;
}
.post-article__meta li span {
  display: flex;
  align-items: center;
}
.post-article__meta li span svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.page-home .post-article__content, .page-template-page-home .post-article__content {
  width: 100%;
}

.post-tag-group {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .post-tag-group {
    padding: 0;
  }
}
.post-tag-group__post-tag {
  margin-right: 5px;
  color: var(--color--primary);
  background-color: var(--color--off-white);
  font-size: 14px;
  padding: 4.5px 12px;
  border-radius: 100px;
  letter-spacing: 0.7px;
  font-family: "SerifaTL-Roman";
}
.post-tag-group__post-tag--highlighted {
  color: #FFFFFF;
  background-color: var(--color--secondary);
}
.post-tag-group + h1 {
  margin-top: 4px;
}

.dealer__products {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .dealer__products {
    flex-direction: column;
    width: 100%;
  }
}
.dealer__products .product-group-card {
  width: calc(49.95% - 15px);
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dealer__products .product-group-card {
    width: 100%;
  }
}
.dealer__products .product-group-card .post-card {
  height: 125px !important;
}
.dealer__products .product-group-card .post-card__subtitle {
  margin-top: 12px;
  margin: unset;
}

.logo-block {
  margin: 100px 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.logo-block .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .logo-block .row {
    flex-direction: column;
  }
}
.logo-block .row .title {
  font-weight: 900;
  color: #30302C;
  letter-spacing: 0;
  text-align: center;
}
.logo-block .row .single-logo {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .logo-block .row .single-logo {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.news-archive-section {
  margin-bottom: 110px;
}
.news-archive-section .news-list {
  margin-bottom: 50px;
}
.news-archive-section .news-list.block_section-items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .news-archive-section .news-list.block_section-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-archive-section .news-list.block_section-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-archive-section .news-list.block_section-items .block_item {
  background: #F9F9FB;
  position: relative;
}
.news-archive-section .news-list.block_section-items .block_item img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 28px 25px 20px;
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item_features .vacancy-features {
  align-items: flex-start;
  flex-direction: column;
  row-gap: 11px;
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item_features .vacancy-features img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item-texts {
  color: var(--color--primary);
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item-texts .block_item-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: "SerifaTL-black";
}
@media (max-width: 1024px) {
  .news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item-texts .block_item-title {
    font-size: 20px;
  }
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item-texts .block_item-description {
  font-size: 18px;
  font-family: "SerifaTL-Light";
}
.news-archive-section .news-list.block_section-items .block_item .block_item_content .block_item-texts .block_item-date {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "SerifaTL-Light";
}
.news-archive-section .news-list.block_section-items .block_item .block_item_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-archive-section .news-list.block_section-items .block_item .block_item_btn svg * {
  stroke: #fff;
}
.news-archive-section .news-list.block_section-items {
  column-gap: 44px;
  row-gap: 44px;
}
.news-archive-section .news-list.block_section-items .block_item .block_item-title {
  margin-bottom: 12px;
}
.news-archive-section .news-list.block_section-items .block_item .block_item-date {
  margin-bottom: 30px;
}
.news-archive-section .news-list.block_section-items .block_item img {
  height: 225px;
}
.news-archive-section .page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 33px;
  padding: 0;
}
.news-archive-section .page-numbers a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-archive-section .page-numbers .arrow-list-icon {
  width: 20px;
  height: 20px;
}
.news-archive-section .page-numbers .arrow-list-icon.arrow-left {
  transform: rotate(-180deg);
}
.news-archive-section .page-numbers .arrow-list-icon svg {
  width: 100%;
  height: 100%;
}
.news-archive-section .page-numbers .arrow-list-icon svg * {
  stroke: var(--color--primary);
}
.news-archive-section .page-numbers .current {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-color: var(--color--primary);
}

.cta-section {
  background-color: var(--color--primary);
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 130px;
}
.cta-section .banner--narrow {
  padding: 0 55px;
}
.cta-section .banner__text .banner__header {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.cta-section .banner__text p {
  width: 90%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.cta-section .banner__text .btn--bordered {
  color: #fff;
  border-color: #fff;
  font-size: 22px;
}
.cta-section .banner__text .btn--bordered svg line, .cta-section .banner__text .btn--bordered svg polyline {
  stroke: #fff;
}
.cta-section .banner__image {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cta-section .banner__image img {
    position: absolute;
    max-width: 420px;
    height: 420px;
    object-fit: contain;
    bottom: -60px;
    left: -75px;
  }
}

.project-section {
  margin: 100px auto;
  display: block;
}
.project-section .projects-carousel .flickity-viewport {
  overflow: visible;
}
.project-section .projects-carousel .flickity-button {
  display: block;
  border-radius: 0;
  background-color: var(--color--primary);
  background-image: url("/wp-content/themes/alkudealers/dist/images/svg/arrow-right-white.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .project-section .projects-carousel .flickity-button {
    display: none;
  }
}
.project-section .projects-carousel .flickity-button:focus {
  outline: none;
}
.project-section .projects-carousel .flickity-button svg {
  display: none;
}
.project-section .projects-carousel .flickity-button.next {
  right: 132px;
}
.project-section .projects-carousel .flickity-button.previous {
  left: 132px;
  transform: rotate(180deg);
}
.project-section .projects-carousel .flickity-page-dots {
  display: block;
  bottom: -45px;
}
.project-section .projects-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 5px solid var(--color--primary);
  opacity: 1;
}
.project-section .projects-carousel .flickity-page-dots .dot.is-selected {
  background-color: var(--color--primary);
}
.project-section .projects-carousel .carousel-cell {
  width: 66%;
  height: 460px;
  margin-right: 60px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
@media (max-width: 992px) {
  .project-section .projects-carousel .carousel-cell {
    margin-right: 10px;
    width: 100%;
  }
}
.project-section .projects-carousel .project-item {
  height: 460px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-section .projects-carousel .project-item .project-container {
  background-color: var(--color--primary);
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  text-align: left;
}
.project-section .projects-carousel .project-item .project-container .project-title {
  color: #fff;
  font-family: "SerifaTL-black";
  margin-bottom: 10px;
}
.project-section .projects-carousel .project-item .project-container .project-excerpt, .project-section .projects-carousel .project-item .project-container p {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.project-section .projects-carousel .project-item .project-container .btn, .project-section .projects-carousel .project-item .project-container .btn-outlined, .project-section .projects-carousel .project-item .project-container .btn-white, .project-section .projects-carousel .project-item .project-container .btn-secondary, .project-section .projects-carousel .project-item .project-container .btn-primary {
  background-color: var(--color--secondary);
  color: #fff;
  font-size: 22px;
}

.horizontal_block_section {
  margin: 130px auto;
}
.horizontal_block_section .block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .horizontal_block_section .block-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.horizontal_block_section .block-list .block-item {
  display: flex;
  background-color: #F9F9FB;
  position: relative;
}
.horizontal_block_section .block-list .block-item .block-item-image {
  width: 125px;
  flex: 0 0 125px;
  background-size: cover;
  background-position: center;
}
.horizontal_block_section .block-list .block-item .block-content {
  padding: 15px 40px 15px 20px;
}
.horizontal_block_section .block-list .block-item .block-content .block-title {
  color: var(--color--primary);
  font-size: 22px;
  font-family: "SerifaTL-black";
  line-height: 1.1;
  margin-bottom: 5px;
}
.horizontal_block_section .block-list .block-item .block-content .block-description p {
  color: var(--color--primary);
}
.horizontal_block_section .block-list .block-item .block-content .icon-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.horizontal_block_section .block-list .block-item .block-content .icon-arrow svg g polyline, .horizontal_block_section .block-list .block-item .block-content .icon-arrow svg g line {
  stroke: #FFF;
}

.product-section .product-section-wrapper {
  width: 100%;
}
.product-section .product-section-text {
  max-width: 790px;
  margin-bottom: 50px;
}
.product-section .product-section-text .title {
  font-size: 46px;
  font-family: "SerifaTL-black";
  margin-bottom: 10px;
}
.product-section .product-section-text .description p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
.product-section .block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 20px;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .product-section .block-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-section .block-list .block-item {
  display: flex;
  background-color: #F9F9FB;
  position: relative;
}
@media (max-width: 992px) {
  .product-section .block-list .block-item {
    flex-direction: column;
  }
}
.product-section .block-list .block-item .block-item-image {
  width: 190px;
  height: 100%;
  flex: 0 0 190px;
  position: relative;
}
@media (max-width: 992px) {
  .product-section .block-list .block-item .block-item-image {
    width: 100%;
    height: 200px;
    flex: 0 0 auto;
  }
}
.product-section .block-list .block-item .block-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section .block-list .block-item .block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 40px;
  width: calc(100% - 190px);
}
@media (max-width: 992px) {
  .product-section .block-list .block-item .block-content {
    width: calc(100% - 40px);
  }
}
.product-section .block-list .block-item .block-content .block-title {
  color: var(--color--primary);
  font-size: 28px;
  font-family: "SerifaTL-black";
  line-height: 1.1;
  margin-bottom: 15px;
}
.product-section .block-list .block-item .block-content .block-description {
  color: #4F4F4B;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-section .block-list .block-item .block-content .block-description p {
  color: #4F4F4B;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.product-section .block-list .block-item .block-content .icon-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.product-section .block-list .block-item .block-content .icon-arrow svg g polyline, .product-section .block-list .block-item .block-content .icon-arrow svg g line {
  stroke: #FFF;
}

.image-section {
  margin: 100px auto;
  display: block;
}
.image-section .image-carousel .flickity-viewport {
  overflow: visible;
}
.image-section .image-carousel .flickity-page-dots {
  display: block;
  bottom: -45px;
}
.image-section .image-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 5px solid var(--color--primary);
  opacity: 1;
}
.image-section .image-carousel .flickity-page-dots .dot.is-selected {
  background-color: var(--color--primary);
}
.image-section .image-carousel .carousel-cell {
  width: 66%;
  height: 460px;
  margin-right: 60px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
@media (max-width: 992px) {
  .image-section .image-carousel .carousel-cell {
    margin-right: 10px;
    width: 100%;
  }
}
.image-section .image-carousel .carousel-cell .image-item {
  height: 460px;
}
.image-section .image-carousel .carousel-cell .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-with-columns .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
.text-with-columns .content {
  font-size: 18px;
  color: #636466;
  padding: 0 10px;
  font-family: "SerifaTL-Light";
  color: var(--color--primary);
}
.text-with-columns .content * {
  font-family: "SerifaTL-Light";
  color: var(--color--primary);
}
.text-with-columns .content h1, .text-with-columns .content h2, .text-with-columns .content h3, .text-with-columns .content h4, .text-with-columns .content h5, .text-with-columns .content h6 {
  font-family: "SerifaTL-black";
}
.text-with-columns .content h1 strong, .text-with-columns .content h2 strong, .text-with-columns .content h3 strong, .text-with-columns .content h4 strong, .text-with-columns .content h5 strong, .text-with-columns .content h6 strong {
  font-family: "SerifaTL-black";
  font-weight: unset;
}
.text-with-columns .content.column-12 {
  width: 100%;
}
.text-with-columns .content.column-10 {
  width: 83.3333%;
}
@media (max-width: 992px) {
  .text-with-columns .content.column-10 {
    width: 100%;
  }
}
.text-with-columns .content.column-8 {
  width: 66.6666666667%;
}
@media (max-width: 992px) {
  .text-with-columns .content.column-8 {
    width: 100%;
  }
}
.text-with-columns .content.column-6 {
  width: 50%;
}
@media (max-width: 992px) {
  .text-with-columns .content.column-6 {
    width: 100%;
  }
}
.text-with-columns .content.column-4 {
  width: 33.3333333333%;
}
@media (max-width: 992px) {
  .text-with-columns .content.column-4 {
    width: 100%;
  }
}

/**
 * Detail block styles
 */
.post-article__content p {
  color: var(--color--primary);
  font-family: "SerifaTL-Light";
}
.post-article__content p a {
  color: var(--color--secondary);
  text-decoration: underline;
  font-family: "SerifaTL-Light";
}
.post-article__content p a:hover {
  text-decoration: none;
}
.post-article__content ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.post-article__content ul li {
  color: var(--color--primary);
  font-family: "SerifaTL-Light";
  font-size: 18px;
  line-height: 24px;
}

.content__image {
  position: relative;
  width: calc(100% + 105px);
  height: -moz-fit-content;
  height: fit-content;
  left: -105px;
}
@media (max-width: 992px) {
  .content__image {
    left: unset;
    width: 100%;
  }
}

.post-article__content .slider-regular {
  position: relative;
  width: calc(100% + 105px);
  height: 500px;
  left: -105px;
}
@media (max-width: 992px) {
  .post-article__content .slider-regular {
    width: 100%;
    left: unset;
    height: 290px;
  }
}
@media (max-width: 415px) {
  .post-article__content .slider-regular {
    height: 365px;
  }
}
.post-article__content .slider-regular .flickity-button-icon {
  display: block !important;
}

.post-article__content .wp-block-quote:before {
  content: "";
  width: 30px;
  height: 24px;
  -webkit-mask: url("/wp-content/themes/alku/dist/images/svg/quote.svg") no-repeat;
          mask: url("/wp-content/themes/alku/dist/images/svg/quote.svg") no-repeat;
  background: var(--color--secondary);
}

.appointment-block {
  width: 100%;
}
.appointment-block .appointment-block__header {
  margin: 0;
  margin-top: 38px;
  width: 100%;
  padding: 30px 40px;
  font-size: 34px;
  font-weight: 300;
  background-color: var(--color--off-white);
}
@media (max-width: 992px) {
  .appointment-block .appointment-block__header {
    padding: 25px 30px;
  }
}
.appointment-block .appointment-block__header--purple {
  background-color: var(--color--primary);
  color: #FFFFFF;
}
.appointment-block__image {
  position: relative;
  width: calc(100% + 105px);
  height: 418px;
  left: -105px;
}
.appointment-block__bottom {
  width: 100%;
  background-color: #F9F9FB;
  padding: 26px 30px;
}
@media (max-width: 992px) {
  .appointment-block__bottom {
    padding: 25px 20px;
  }
}
.appointment-block__bottom .appointment-block__bottom__description {
  margin: 0;
  margin-bottom: 35px;
  color: var(--color--primary);
  font-size: 24px;
}
.appointment-block__bottom__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .appointment-block__bottom__icons {
    justify-content: space-evenly;
  }
}
.appointment-block__bottom__icons__icon {
  position: relative;
  display: block;
  max-height: 47px;
  width: auto;
  flex: 0 0 auto;
  margin: 10px auto;
  cursor: pointer;
}
@media (max-width: 992px) {
  .appointment-block__bottom__icons__icon {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .appointment-block__bottom__icons__icon {
    margin-right: 21px;
  }
}
.appointment-block__bottom__icons__icon svg {
  max-width: 113px;
  height: 47px;
  width: auto;
  pointer-events: none;
}
.appointment-block__bottom__icons__icon:not(.icon--negative) {
  display: none;
}
.appointment-block__bottom__icons__icon:not(.icon--negative) svg {
  pointer-events: none;
}
.appointment-block__divider {
  margin: 25px 0;
  border: none;
  border-top: 2px solid #DDD8E8;
}
.appointment-block .fullwidth-row {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.appointment-block .appointment-block__expand-header {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.appointment-block__expand-btn {
  transform: rotateX(0deg) rotate(90deg);
  vertical-align: middle;
  align-self: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 0;
  transition: 0.35s;
}
.appointment-block__expand-btn svg {
  height: 24px;
  width: 24px;
  margin: 0;
}
.appointment-block__expand-btn.btn--purple {
  transform: rotateX(180deg) rotate(90deg);
}
.appointment-block__form {
  height: 0;
  overflow-y: hidden;
}
.appointment-block__form .input-textfield, .appointment-block__form .input-dropdown {
  margin-bottom: 25px;
  width: 100%;
  font-size: 18px;
}
.appointment-block__form .input-label {
  margin-bottom: 10px;
  color: var(--color--primary);
}
.appointment-block__form .input-checkbox {
  height: 18px;
  width: 18px;
  margin: 0;
  margin-right: 7px;
}
.appointment-block__form .input-checkbox-label {
  font-size: 16px;
}
.appointment-block__form .input-submit {
  margin-top: 25px;
}
.appointment-block__form .input-submit:hover {
  background-color: var(--color--off-white);
}
.appointment-block__form .input-submit svg {
  height: 24px;
  width: auto;
}
.appointment-block__form--expanded {
  height: auto;
}
@media (min-width: 1200px) {
  .appointment-block .popup {
    position: absolute;
    bottom: -10px;
    right: 125px;
  }
}
@media (max-width: 1200px) {
  .appointment-block .popup {
    position: absolute;
    bottom: 30px;
    right: 83px;
  }
}
@media (max-width: 992px) {
  .appointment-block .popup {
    width: 178px;
    height: 178px;
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 450px) {
  .appointment-block .popup {
    position: absolute;
    bottom: 40px !important;
    right: 0px !important;
  }
}
@media (max-width: 450px) {
  .appointment-block .popup--open {
    width: 295px;
    height: 295px;
    position: relative !important;
  }
}
.appointment-block .popupper-wrapper {
  z-index: 1;
  top: unset;
  right: unset;
  position: relative;
  float: right;
  margin-top: -169px;
}
.appointment-block .popupper-wrapper .btn svg, .appointment-block .popupper-wrapper .btn-outlined svg, .appointment-block .popupper-wrapper .btn-white svg, .appointment-block .popupper-wrapper .btn-secondary svg, .appointment-block .popupper-wrapper .btn-primary svg {
  height: 24px;
  width: 24px;
}
.appointment-block .popup__content p {
  margin-bottom: 7px;
}

.appointment-form .icon--arrow-right {
  margin-top: 5px;
}
.appointment-form svg {
  color: var(--color--primary);
}

@media (max-width: 767px) {
  .appointment-form .custom-select select {
    display: block;
    color: #63635F;
    padding-left: 10px;
  }
  .appointment-form .custom-select .select-selected {
    display: none;
  }
}
.certificate-tooltip {
  z-index: 1;
  position: absolute;
  background-color: var(--color--secondary);
  box-shadow: 0 4px 2px -3px rgba(60, 60, 55, 0.3);
  padding: 12px 18px;
  top: calc(100% + 19px);
  left: 50%;
  width: 250px;
  transform: translateX(-50%);
}
.certificate-tooltip .certificate-tooltip__title, .certificate-tooltip .certificate-tooltip__description {
  margin: 0;
  color: var(--color--primary);
}
.certificate-tooltip .certificate-tooltip__title {
  margin: 8px 0 7px;
  font-size: 18px;
}
.certificate-tooltip::after {
  box-sizing: border-box;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  background-color: inherit;
}
.certificate-tooltip__form .input-textfield, .certificate-tooltip__form .input-dropdown {
  margin-bottom: 25px;
  width: 100%;
  font-size: 18px;
}
.certificate-tooltip__form .input-label {
  margin-bottom: 10px;
  color: var(--color--primary);
}
.certificate-tooltip__form .input-checkbox {
  height: 18px;
  width: 18px;
  margin: 0;
  margin-right: 7px;
}
.certificate-tooltip__form .input-checkbox-label {
  font-size: 16px;
}
.certificate-tooltip__form .input-submit {
  margin-top: 25px;
}
.certificate-tooltip__form .input-submit svg {
  height: 24px;
  width: auto;
}

.certificate-tooltip {
  z-index: 1;
  position: absolute;
  background-color: var(--color--secondary);
  box-shadow: 0 4px 2px -3px rgba(60, 60, 55, 0.3);
  padding: 12px 18px;
  top: calc(100% + 19px);
  left: 50%;
  width: 250px;
  transform: translateX(-50%);
}
.certificate-tooltip .certificate-tooltip__title, .certificate-tooltip .certificate-tooltip__description {
  margin: 0;
  color: var(--color--primary);
}
.certificate-tooltip .certificate-tooltip__title {
  margin: 8px 0 7px;
  font-weight: 900;
  font-size: 18px;
}
.certificate-tooltip::after {
  box-sizing: border-box;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  background-color: inherit;
}

@media (max-width: 992px) {
  .appointment-block .popupper-wrapper {
    height: 178px;
    width: 178px;
    right: 20px;
    margin-top: -89px;
  }
}
.home .select-selected {
  display: none;
}
.home .appointment-form .icon--arrow-right {
  margin-top: 5px;
}
.home .appointment-form .custom-select select {
  display: block;
  color: #63635F;
  padding-left: 10px;
}

.post-type-archive-dealer .appointment-form .icon--arrow-right {
  margin-top: 5px;
}
.post-type-archive-dealer .appointment-form .custom-select select {
  display: none;
  color: #63635F;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .post-type-archive-dealer .appointment-form .custom-select select {
    display: none;
  }
}

.story-links {
  width: calc(100% - 75px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F9F9FB;
  padding: 20px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .story-links {
    position: relative;
  }
}
.story-links .story-links__story {
  flex: 1 1 0;
  position: relative;
  display: flex;
  height: 85px;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #FFFFFF;
}
.story-links .story-links__story__link {
  position: absolute;
  height: 24px;
  width: 24px !important;
  background-color: var(--color--primary);
  padding: 0;
  border: none;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
}
.story-links .story-links__story__link svg {
  height: 20px;
  width: auto;
  margin: 0;
}
.story-links .story-links__story--right {
  cursor: pointer;
  justify-content: right;
  text-align: right;
  padding-left: 28px;
}
.story-links .story-links__story--right .story-links__story__content {
  margin-left: auto;
}
.story-links .story-links__story--right__link {
  transform: rotate(180deg);
  right: unset;
  left: 0;
}
.story-links .story-links__story--left {
  cursor: pointer;
  padding-right: 28px;
}
.story-links .story-links__story--left__link {
  right: unset;
  left: 0;
}
.story-links .story-links__story__image {
  height: 100%;
  width: auto;
  float: right;
  max-height: 85px;
}
.story-links .story-links__story__content {
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}
.story-links .story-links__story__content__header, .story-links .story-links__story__content__topheader {
  margin: 0;
}
.story-links .story-links__story__content__topheader {
  font-size: 18px;
}
.story-links .story-links__story__content__topheader.text-s {
  font-size: 24px;
}
.story-links .story-links__story__content__header {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}
.story-links .story-links__story__content__header.text-xs {
  font-size: 18px;
}
.story-links__center {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 50px;
}
.story-links__center__text {
  margin-top: 4px;
  font-size: 24px;
  color: var(--color--primary);
  display: block;
  width: 100%;
}
.story-links__center .btn, .story-links__center .btn-outlined, .story-links__center .btn-white, .story-links__center .btn-secondary, .story-links__center .btn-primary {
  height: 24px;
  width: 24px !important;
  padding: 0;
  transform: rotate(-90deg);
  border: none;
  align-items: center;
  justify-content: center;
}
.story-links__center .btn svg, .story-links__center .btn-outlined svg, .story-links__center .btn-white svg, .story-links__center .btn-secondary svg, .story-links__center .btn-primary svg {
  height: 20px;
  width: auto;
  margin: 0;
}

@media (max-width: 992px) {
  .story-links {
    width: 100%;
    flex-wrap: wrap;
  }
  .story-links .story-links__story {
    flex: 1 0 100%;
    margin-top: 20px;
  }
  .story-links .story-links__story:first-of-type {
    margin-top: 95px;
  }
  .story-links__center {
    width: calc(100% - 40px);
    position: absolute;
    margin: 11px auto 0;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .kk-reviews-list {
    display: block !important;
  }
  .kk-reviews-list .kk-single-review {
    display: block !important;
    width: 90vw !important;
  }
  .kk-reviews-list .kk-single-review .kk-single-review-text[itemprop=reviewBody] {
    width: 100%;
  }
  .kk-reviews-list .kk-single-review-rating[itemprop=reviewRating] {
    margin: 0px auto;
  }
  .kk-summary-company-url a {
    width: 90vw;
  }
}
.post-article__content h1 {
  font-family: "SerifaTL-black";
  font-weight: 400;
  margin-bottom: 24px;
}
.post-article__content h1 span {
  font-family: "SerifaTL-Light";
  font-weight: 100;
}

*, :after, :before {
  box-sizing: border-box;
  outline: 0;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

::selection {
  background: var(--color--secondary);
  color: #fff;
  text-shadow: none;
}

a {
  transition: all 0.2s cubic-bezier(0.38, 0.11, 0.24, 0.94);
  text-decoration: none;
}
a:focus {
  outline: 2px solid var(--color--primary);
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

.preload * {
  transition: none !important;
}

#m {
  padding-top: 106px;
}

.content-gray {
  background: #F9F9F9;
}
.content-gray.skew-top {
  position: relative;
}
.content-gray.skew-top::before {
  background: #F9F9F9;
  height: 500px;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  transform-origin: top left;
  z-index: -5;
  transform: skewY(-9.6deg);
}

.content-white {
  background: #ffffff;
}

.content-blue {
  background: #485FE0;
}

.btn, .btn-outlined, .btn-white, .btn-secondary, .btn-primary {
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.38, 0.11, 0.24, 0.94);
  cursor: pointer;
  font-weight: 500;
  text-align: center;
}
.btn:active, .btn-outlined:active, .btn-white:active, .btn-secondary:active, .btn-primary:active {
  transform: scale(0.96);
}

.btn-primary {
  background-color: var(--color--primary);
  padding: 0 12px;
  color: #ffffff;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  background-color: var(--color--primary);
}

.btn-secondary {
  background-color: var(--color--primary);
  color: #181440;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.btn-secondary:hover {
  background-color: var(--color--primary);
}

.btn-white {
  background-color: #ffffff;
  padding: 0 12px;
  color: #000000;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outlined {
  background-color: transparent;
  padding: 0 12px;
  color: #181440;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.btn-outlined:hover {
  color: #000000;
  border: 1px solid #000000;
}

.fade-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9019607843);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.38, 0.11, 0.24, 0.94);
}
.menu-active .fade-bg {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .mobile-menu-active .fade-bg {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1240px) {
  .content-gray > .container, .content-white > .container, .content-blue > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.sidebar-small-image {
  height: 210px;
  width: 210px;
  position: absolute;
  transform: rotate(0deg);
  z-index: 9999999999999;
}
@media screen and (max-width: 991px) {
  .sidebar-small-image {
    position: relative;
    width: 132px;
    height: 132px;
  }
}

.post-article__content h2 {
  margin-bottom: 0;
}

ol {
  color: #4F4F4B;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  list-style-type: auto;
}
ol li {
  font-family: "SerifaTL-Light";
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJkaXN0L3N0eWxlcy9tYWluLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/