/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

.hidden {
    display: none!important;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *, .carousel *:before, .carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: thin dotted
}

body.is-using-mouse .fancybox__container :focus {
    outline: none
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click, .fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: 4px
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: 4px
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes nav-up {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes nav-up {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, :after, :before {
    box-sizing: inherit
}

:after, :before {
    font-family: icomoon;
    font-weight: 400
}

.ab-icon:before {
    font-family: dashicons
}

body, html {
    margin: 0;
    padding: 0
}

body:not(#tinymce) {
    min-height: 100vh
}

embed, iframe, img, object, video {
    display: block;
    max-width: 100%;
    height: auto;
    border: none
}

body figure, ol, ul {
    margin: 0
}

ol, ul {
    padding: 0;
    list-style: none
}

table {
    width: 100%;
    border-collapse: collapse
}

.btn, .button-reset, .cta-newsletter .button, .nav-network .menu-item--prev-link > a, .nav-primary .menu-item--prev-link > a, .nav-secondary .menu-item--prev-link > a, .palliative-card__button, .palliative-card__close, input[type=file]::-webkit-file-upload-button {
    padding: unset;
    border: unset;
    background: unset
}

.grid {
    display: grid;
    grid-template-columns:20px minmax(0, calc(50% - 800px)) repeat(26, 1fr) minmax(0, calc(50% - 800px)) 20px
}

@media only screen and (max-width: 768px) {
    .grid {
        display: grid;
        grid-template-columns:1em minmax(0, calc(50% - 800px)) repeat(26, 1fr) minmax(0, calc(50% - 800px)) 1em
    }
}

.grid__full {
    grid-column-end: span 30;
    grid-column-start: 1
}

.grid__extended {
    grid-column-end: span 28;
    grid-row-end: span 1;
    grid-column-start: 2;
    grid-row-start: 1
}

.grid__sm {
    grid-column-end: span 22;
    grid-column-start: 5
}

@media screen and (min-width: 1200px) {
    .grid__sm {
        grid-column-end: span 22;
        grid-row-end: span 1;
        grid-column-start: 5;
        grid-row-start: 1
    }
}

.grid__md {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1
}

@media only screen and (max-width: 768px) {
    .grid__md {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }
}

.grid__container {
    grid-column-end: span 26;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1
}

@media only screen and (max-width: 768px) {
    .grid__container {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }
}

.grid__xs {
    grid-column-end: span 20;
    grid-row-end: span 1;
    grid-column-start: 6;
    grid-row-start: 1
}

@media only screen and (max-width: 1024px) {
    .grid__xs {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }
}

.grid__xxs {
    grid-column-end: span 18;
    grid-row-end: span 1;
    grid-column-start: 7;
    grid-row-start: 1
}

@media only screen and (max-width: 1024px) {
    .grid__xxs {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }
}

.masonry-grid__item {
    width: calc(50% - 40px);
    margin-bottom: 60px
}

@media only screen and (max-width: 1024px) {
    .masonry-grid__item {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        -webkit-transform: revert !important;
        transform: revert !important;
        transition: revert !important;
        opacity: revert !important
    }
}

.slick-loading .slick-list {
    background-color: #fff
}

.slick-next, .slick-prev {
    z-index: 1;
    width: 40px;
    height: 40px
}

.slick-next:before, .slick-prev:before {
    color: #fff;
    font-family: icomoon;
    font-size: 40px
}

.slick-prev {
    left: 25px
}

[dir=rtl] .slick-prev {
    right: 25px
}

.slick-prev:before {
    content: "\e92f"
}

[dir=rtl] .slick-prev:before {
    content: "\e92e"
}

.slick-next {
    right: 25px
}

[dir=rtl] .slick-next {
    left: 25px
}

.slick-next:before {
    content: "\e92e"
}

[dir=rtl] .slick-next:before {
    content: "\e92f"
}

.slick-dots {
    position: static
}

.slick-dots li {
    width: auto;
    height: auto
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #333
}

.slick-dots li button:before {
    display: none
}

.slick-dots li button:hover {
    background: #8f545a
}

.slick-dots li.slick-active button {
    background: #b16d73
}

.swiper-container {
    width: 100%
}

.swiper-button-next:before, .swiper-button-prev:before {
    color: #fff;
    font-family: icomoon;
    font-size: 40px
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.swiper-button-prev {
    left: 25px
}

.swiper-button-prev:before {
    content: "\e92f"
}

.swiper-button-next {
    right: 25px
}

.swiper-button-next:before {
    content: "\e92e";
    text-indent: 1px
}

.swiper-pagination-bullet {
    background: #8f545a
}

.swiper-pagination-bullet-active {
    background: #b16d73
}

.fancybox__container {
    --fancybox-bg: rgba(51, 51, 51, 0.5)
}

.alert, .validation_error {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 1.5
}

.alert-container {
    padding: 0 30px;
    text-align: center
}

.alert-warning, .validation_error {
    padding: 15px;
    border-color: rgba(233, 157, 76, .1);
    background-color: rgba(233, 157, 76, .05)
}

.arrow-icon {
    position: relative
}

.arrow-icon:after {
    content: "\e92e";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 14px;
    line-height: 1.5
}

blockquote {
    position: relative;
    margin: 0;
    font-size: clamp(16px, 2.3076923077vw, 36px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.brand {
    display: block;
    width: 343px;
    text-decoration: none
}

.brand img {
    display: block;
    max-height: 80px
}

@media only screen and (max-width: 768px) {
    .brand {
        width: 260px
    }

    .brand img {
        width: auto;
        max-height: 60px
    }
}

.brand-footer {
    display: block;
    width: 343px;
    text-decoration: none
}

.brand-footer img {
    display: block
}

@media only screen and (max-width: 768px) {
    .brand-footer {
        width: 270px
    }

    .brand-footer img {
        width: auto;
        max-height: 67px
    }
}

.btn, .cta-newsletter .button, .nav-network .menu-item--prev-link > a, .nav-primary .menu-item--prev-link > a, .nav-secondary .menu-item--prev-link > a, input[type=file]::-webkit-file-upload-button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 2px 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 100px;
    background-color: #fff;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(15px, 1.1538461538vw, 18px);
    font-weight: 400;
    letter-spacing: .9px;
    line-height: 1;
    text-decoration: none;
    text-wrap: nowrap;
    cursor: pointer
}

.btn:not(:disabled):focus, .btn:not(:disabled):hover, .cta-newsletter .button:not(:disabled):focus, .cta-newsletter .button:not(:disabled):hover, .nav-network .menu-item--prev-link > a:not(:disabled):focus, .nav-network .menu-item--prev-link > a:not(:disabled):hover, .nav-primary .menu-item--prev-link > a:not(:disabled):focus, .nav-primary .menu-item--prev-link > a:not(:disabled):hover, .nav-secondary .menu-item--prev-link > a:not(:disabled):focus, .nav-secondary .menu-item--prev-link > a:not(:disabled):hover, input[type=file]:not(:disabled):focus::-webkit-file-upload-button, input[type=file]:not(:disabled):hover::-webkit-file-upload-button {
    border: 1px solid #fff;
    outline: none
}

.btn:disabled, .cta-newsletter .button:disabled, .cta-newsletter [aria-disabled=true].button, .nav-network .menu-item--prev-link > a:disabled, .nav-network .menu-item--prev-link > a[aria-disabled=true], .nav-primary .menu-item--prev-link > a:disabled, .nav-primary .menu-item--prev-link > a[aria-disabled=true], .nav-secondary .menu-item--prev-link > a:disabled, .nav-secondary .menu-item--prev-link > a[aria-disabled=true], [aria-disabled=true].btn, input[aria-disabled=true][type=file]::-webkit-file-upload-button, input[type=file]:disabled::-webkit-file-upload-button {
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: default
}

.cta-newsletter [class*=" icon-"].button, .nav-network .menu-item--prev-link > a[class*=" icon-"], .nav-primary .menu-item--prev-link > a[class*=" icon-"], .nav-secondary .menu-item--prev-link > a[class*=" icon-"], [class*=" icon-"].btn, input[class*=" icon-"][type=file]::-webkit-file-upload-button {
    font-family: Synonym, sans-serif !important
}

.cta-newsletter [class*=" icon-"].button:before, .nav-network .menu-item--prev-link > a[class*=" icon-"]:before, .nav-primary .menu-item--prev-link > a[class*=" icon-"]:before, .nav-secondary .menu-item--prev-link > a[class*=" icon-"]:before, [class*=" icon-"].btn:before {
    order: 1;
    margin-left: 1em;
    font-size: 20px
}

.cta-newsletter [class*=" icon-"].button:empty, .nav-network .menu-item--prev-link > a[class*=" icon-"]:empty, .nav-primary .menu-item--prev-link > a[class*=" icon-"]:empty, .nav-secondary .menu-item--prev-link > a[class*=" icon-"]:empty, [class*=" icon-"].btn:empty, input[class*=" icon-"][type=file]:empty::-webkit-file-upload-button {
    justify-content: center;
    min-width: 55px;
    padding-right: 5px;
    padding-left: 5px
}

.cta-newsletter [class*=" icon-"].button:empty:before, .nav-network .menu-item--prev-link > a[class*=" icon-"]:empty:before, .nav-primary .menu-item--prev-link > a[class*=" icon-"]:empty:before, .nav-secondary .menu-item--prev-link > a[class*=" icon-"]:empty:before, [class*=" icon-"].btn:empty:before {
    margin: 0
}

.cta-newsletter [class*=" icon-"].button:empty:after, .nav-network .menu-item--prev-link > a[class*=" icon-"]:empty:after, .nav-primary .menu-item--prev-link > a[class*=" icon-"]:empty:after, .nav-secondary .menu-item--prev-link > a[class*=" icon-"]:empty:after, [class*=" icon-"].btn:empty:after {
    content: "â€‹";
    font-family: Synonym, sans-serif
}

.btn--default {
    position: relative;
    padding-left: 40px
}

.btn--default:before {
    content: "\e92e";
    position: absolute;
    top: 14px;
    left: 20px;
    margin-right: 5px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    opacity: 1;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

body.dementie .btn--default:before {
    color: #d975ac
}

body.hersenletsel .btn--default:before {
    color: #53a566
}

body.palliatief .btn--default:before {
    color: #6293b1
}

body.levensvragen .btn--default:before {
    color: #e99d4c
}

.btn--default:after {
    content: "\e935";
    position: absolute;
    top: 14px;
    left: 20px;
    margin-right: 5px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    opacity: 0;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

body.dementie .btn--default:after {
    color: #d975ac
}

body.hersenletsel .btn--default:after {
    color: #53a566
}

body.palliatief .btn--default:after {
    color: #6293b1
}

body.levensvragen .btn--default:after {
    color: #e99d4c
}

.btn--default:not(:disabled):focus, .btn--default:not(:disabled):hover {
    padding-left: 50px
}

.btn--default:not(:disabled):focus:before, .btn--default:not(:disabled):hover:before {
    opacity: 0
}

.btn--default:not(:disabled):focus:after, .btn--default:not(:disabled):hover:after {
    opacity: 1
}

.btn--default-reverse {
    padding-left: 40px
}

.btn--default-reverse:before {
    content: "\e92f";
    opacity: 1
}

.btn--default-reverse:after, .btn--default-reverse:before {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-right: 5px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

.btn--default-reverse:after {
    content: "\e935";
    opacity: 0
}

.btn--default-reverse:not(:disabled):focus, .btn--default-reverse:not(:disabled):hover {
    padding-left: 50px
}

.btn--default-reverse:not(:disabled):focus:before, .btn--default-reverse:not(:disabled):hover:before {
    opacity: 0
}

.btn--default-reverse:not(:disabled):focus:after, .btn--default-reverse:not(:disabled):hover:after {
    opacity: 1
}

.btn--default-down {
    padding-left: 44px
}

.btn--default-down:before {
    content: "\e931";
    opacity: 1
}

.btn--default-down:after, .btn--default-down:before {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-right: 10px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

.btn--default-down:after {
    content: "\e935";
    opacity: 0
}

.btn--default-down:not(:disabled):focus, .btn--default-down:not(:disabled):hover {
    padding-left: 50px
}

.btn--default-down:not(:disabled):focus:before, .btn--default-down:not(:disabled):hover:before {
    opacity: 0
}

.btn--default-down:not(:disabled):focus:after, .btn--default-down:not(:disabled):hover:after {
    opacity: 1
}

.btn--download {
    background: transparent;
    letter-spacing: .54px
}

.btn--download:before {
    content: "\e937";
    margin-right: 7px;
    transition: .5s ease-in-out;
    opacity: 1;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

.btn--download:not(:disabled):focus, .btn--download:not(:disabled):hover {
    background-color: #fff;
    color: #8f545a;
    letter-spacing: .9px
}

.btn--news {
    background: transparent;
    letter-spacing: .54px
}

.btn--news:before {
    content: "\e924";
    margin-right: 7px;
    transition: .5s ease-in-out;
    opacity: 1;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

.btn--news:not(:disabled):focus, .btn--news:not(:disabled):hover {
    background-color: #fff;
    color: #8f545a;
    letter-spacing: .9px
}

.btn--events {
    background: transparent;
    letter-spacing: .54px
}

.btn--events:before {
    content: "\e92a";
    margin-right: 7px;
    transition: .5s ease-in-out;
    opacity: 1;
    color: #d975ac;
    font-size: 20px;
    line-height: 1
}

.btn--events:not(:disabled):focus, .btn--events:not(:disabled):hover {
    background-color: #fff;
    color: #8f545a;
    letter-spacing: .9px
}

.btn--cta-phone {
    padding: 20px;
    border: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: Synonym, sans-serif;
    font-size: clamp(24px, 1.7948717949vw, 28px);
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1
}

.btn--cta-phone:before {
    content: "\e923";
    margin-right: 14px;
    color: #fff;
    font-size: clamp(32px, 2.0512820513vw, 32px);
    line-height: 1
}

.btn--cta-phone:not(:disabled):focus, .btn--cta-phone:not(:disabled):hover {
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff
}

.btn--cta-mailaddress {
    padding: 20px;
    border: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: Synonym, sans-serif;
    font-size: clamp(24px, 1.7948717949vw, 28px);
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1
}

.btn--cta-mailaddress:before {
    content: "\e928";
    margin-right: 14px;
    color: #fff;
    font-size: clamp(32px, 2.0512820513vw, 32px);
    line-height: 1
}

.btn--cta-mailaddress:not(:disabled):focus, .btn--cta-mailaddress:not(:disabled):hover {
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff
}

.btn--em {
    background-color: #8f545a;
    color: #fff
}

.btn--em:not(:disabled):focus, .btn--em:not(:disabled):hover {
    background: #9f5d64;
    color: #fff
}

.btn--phone {
    min-height: 54px;
    background-color: #fff;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.1538461538vw, 18px);
    font-weight: 600;
    letter-spacing: .9px
}

.btn--phone:before {
    content: "\e923";
    margin-right: 10px;
    color: #333;
    font-size: clamp(22px, 1.4102564103vw, 22px);
    line-height: 1
}

.btn--phone:not(:disabled):focus, .btn--phone:not(:disabled):hover {
    background: #8f545a;
    color: #fff
}

.btn--phone:not(:disabled):focus:before, .btn--phone:not(:disabled):hover:before {
    color: #fff
}

.btn--phone-invert {
    min-height: 54px;
    border: 1px solid #fff;
    background-color: #8f545a;
    color: #fff;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.1538461538vw, 18px);
    font-weight: 600;
    letter-spacing: .9px
}

.btn--phone-invert:before {
    content: "\e923";
    margin-right: 10px;
    color: #fff;
    font-size: clamp(22px, 1.4102564103vw, 22px);
    line-height: 1
}

.btn--phone-invert:not(:disabled):focus, .btn--phone-invert:not(:disabled):hover {
    background: #fff;
    color: #333
}

.btn--phone-invert:not(:disabled):focus:before, .btn--phone-invert:not(:disabled):hover:before {
    color: #333
}

.btn--phone-ghost {
    min-height: 54px;
    border: 1px solid #e0dad7;
    background-color: transparent;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.1538461538vw, 18px);
    font-weight: 600;
    letter-spacing: .9px
}

.btn--phone-ghost:before {
    content: "\e923";
    margin-right: 10px;
    color: #333;
    font-size: clamp(22px, 1.4102564103vw, 22px);
    line-height: 1
}

.btn--phone-ghost:not(:disabled):focus, .btn--phone-ghost:not(:disabled):hover {
    border: 1px solid #fff;
    background: #fff;
    color: #333
}

.btn--phone-ghost:not(:disabled):focus:before, .btn--phone-ghost:not(:disabled):hover:before {
    color: #333
}

.btn--ghost {
    min-height: 60px;
    border: 1px solid #b16d73;
    background-color: #fff;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.2820512821vw, 20px);
    font-weight: 600;
    letter-spacing: 1px
}

body.dementie .btn--ghost {
    border: 1px solid #d975ac
}

body.hersenletsel .btn--ghost {
    border: 1px solid #53a566
}

body.palliatief .btn--ghost {
    border: 1px solid #6293b1
}

body.levensvragen .btn--ghost {
    border: 1px solid #e99d4c
}

.btn--ghost:not(:disabled):focus, .btn--ghost:not(:disabled):hover {
    background-color: #b16d73;
    color: #fff
}

body.dementie .btn--ghost:not(:disabled):focus, body.dementie .btn--ghost:not(:disabled):hover {
    background-color: #d975ac
}

body.hersenletsel .btn--ghost:not(:disabled):focus, body.hersenletsel .btn--ghost:not(:disabled):hover {
    background-color: #53a566
}

body.palliatief .btn--ghost:not(:disabled):focus, body.palliatief .btn--ghost:not(:disabled):hover {
    background-color: #6293b1
}

body.levensvragen .btn--ghost:not(:disabled):focus, body.levensvragen .btn--ghost:not(:disabled):hover {
    background-color: #e99d4c
}

.btn--submit, .cta-newsletter .button, .gform_footer .btn {
    min-height: 60px;
    padding: 2px 40px 2px 20px;
    border: 1px solid #b16d73;
    background-color: #b16d73;
    color: #fff;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.2820512821vw, 20px);
    font-weight: 600;
    letter-spacing: 1px
}

.btn--submit:before, .cta-newsletter .button:before, .gform_footer .btn:before {
    content: "\e91f";
    transition: .2s ease-in-out;
    opacity: 0
}

.btn--submit:not(:disabled):focus, .btn--submit:not(:disabled):hover, .cta-newsletter .button:not(:disabled):focus, .cta-newsletter .button:not(:disabled):hover, .gform_footer .btn:not(:disabled):focus, .gform_footer .btn:not(:disabled):hover {
    padding: 2px 30px 2px 20px;
    border: 1px solid #8f545a;
    background-color: #8f545a;
    color: #fff
}

.btn--submit:not(:disabled):focus:before, .btn--submit:not(:disabled):hover:before, .cta-newsletter .button:not(:disabled):focus:before, .cta-newsletter .button:not(:disabled):hover:before, .gform_footer .btn:not(:disabled):focus:before, .gform_footer .btn:not(:disabled):hover:before {
    content: "\e91f";
    margin-right: 10px;
    opacity: 1;
    color: #fff;
    font-size: clamp(20px, 1.2820512821vw, 20px);
    line-height: 1
}

.btn--text {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #b16d73
}

.btn--text:not(:disabled):focus, .btn--text:not(:disabled):hover {
    background-color: transparent;
    color: #8f545a
}

.btn--text:before {
    color: #8f545a
}

.btn--menu {
    min-height: 60px;
    border: 1px solid #f4ece9;
    background-color: #f4ece9;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.2820512821vw, 20px);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1
}

.btn--menu:before {
    content: "\e926";
    margin-right: 10px;
    transition: .2s ease-in-out;
    color: #333;
    font-size: clamp(24px, 1.5384615385vw, 24px);
    line-height: 1
}

.btn--menu:not(:disabled):focus, .btn--menu:not(:disabled):hover {
    background: #427a9d;
    color: #fff
}

.btn--menu:not(:disabled):focus:before, .btn--menu:not(:disabled):hover:before {
    color: #fff
}

.btn--close {
    min-height: 60px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(18px, 1.2820512821vw, 20px);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1
}

.btn--close:before {
    content: "\e92c";
    margin-right: 10px;
    transition: .2s ease-in-out;
    color: #333;
    font-size: clamp(24px, 1.5384615385vw, 24px);
    line-height: 1
}

.btn--close:not(:disabled):focus, .btn--close:not(:disabled):hover {
    background: #fff;
    color: #333
}

.btn--close:not(:disabled):focus:before, .btn--close:not(:disabled):hover:before {
    color: #333
}

.btn--default[target=_blank], .btn--default[target=_blank]:hover {
    padding: 2px 20px
}

.btn--default[target=_blank]:before {
    display: none
}

.btn--default[target=_blank]:after {
    content: "\e929";
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 10px;
    opacity: 1;
    color: #6293b1;
    font-size: 20px;
    line-height: 1
}

@media only screen and (max-width: 1024px) {
    .btn, .cta-newsletter .button {
        min-height: 48px
    }

    .btn--close, .btn--menu {
        min-height: 54px;
        font-size: clamp(18px, 1.1538461538vw, 18px)
    }

    .btn--phone, .btn--phone-ghost, .btn--phone-invert {
        min-height: 54px
    }
}

.cat-desc {
    display: block;
    margin-bottom: 30px;
    text-align: center
}

:focus:not(.focus-visible) {
    outline: none
}

.focus-visible {
    outline-color: #b16d73;
    outline-offset: 1px;
    outline-style: revert;
    outline-width: 2px
}

.foldout-toggle {
    display: none;
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    text-align: center
}

.foldout-toggle:after {
    content: "\e931";
    display: block;
    color: #fff
}

.nav-primary .open > .foldout-toggle:after {
    content: "\e930"
}

@media only screen and (max-width: 768px) {
    .foldout-toggle {
        display: block
    }
}

.label {
    display: inline-block;
    margin-bottom: .5em;
    color: #666b88;
    letter-spacing: .9px
}

.gform_wrapper .gform_button_select_files:disabled, .ui-datepicker:disabled, [type=checkbox]:disabled, [type=checkbox]:disabled + label, [type=email]:disabled, [type=file]:disabled, [type=number]:disabled, [type=password]:disabled, [type=radio]:disabled, [type=radio]:disabled + label, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, select:disabled, textarea:disabled {
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-color: #efefef
}

.gform_wrapper .gform_button_select_files, .ui-datepicker, [type=email], [type=file], [type=number], [type=password], [type=search], [type=tel], [type=text], select, textarea {
    width: 100%;
    min-height: 60px;
    margin-bottom: .5em;
    padding: 10px 15px;
    transition: border-color .15s;
    border: 1px solid #e0dad7;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 300
}

.gform_wrapper .gform_button_select_files:not(:disabled):focus, .gform_wrapper .gform_button_select_files:not(:disabled):hover, .ui-datepicker:not(:disabled):focus, .ui-datepicker:not(:disabled):hover, [type=email]:not(:disabled):focus, [type=email]:not(:disabled):hover, [type=file]:not(:disabled):focus, [type=file]:not(:disabled):hover, [type=number]:not(:disabled):focus, [type=number]:not(:disabled):hover, [type=password]:not(:disabled):focus, [type=password]:not(:disabled):hover, [type=search]:not(:disabled):focus, [type=search]:not(:disabled):hover, [type=tel]:not(:disabled):focus, [type=tel]:not(:disabled):hover, [type=text]:not(:disabled):focus, [type=text]:not(:disabled):hover, select:not(:disabled):focus, select:not(:disabled):hover, textarea:not(:disabled):focus, textarea:not(:disabled):hover {
    border-color: #b16d73;
    outline: none
}

.gform_wrapper .gform_button_select_files:not(:disabled):focus, .ui-datepicker:not(:disabled):focus, [type=email]:not(:disabled):focus, [type=file]:not(:disabled):focus, [type=number]:not(:disabled):focus, [type=password]:not(:disabled):focus, [type=search]:not(:disabled):focus, [type=tel]:not(:disabled):focus, [type=text]:not(:disabled):focus, select:not(:disabled):focus, textarea:not(:disabled):focus {
    background-color: #fff
}

.gform_wrapper .gform_button_select_files:invalid, .ui-datepicker:invalid, [type=email]:invalid, [type=file]:invalid, [type=number]:invalid, [type=password]:invalid, [type=search]:invalid, [type=tel]:invalid, [type=text]:invalid, select:invalid, textarea:invalid {
    border-color: #e99d4c
}

select {
    padding-right: 70px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNiA5TDEyIDE1TDE4IDkiIHN0cm9rZT0iIzRFN0VBMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 24px;
    color: #333;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    appearance: none
}

textarea {
    min-height: 10em;
    resize: vertical
}

[type=checkbox], [type=radio] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 10px;
    transition: border-color .1s;
    border: 1.25px solid #e0dad7;
    background-color: transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none
}

[type=checkbox]:before, [type=radio]:before {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

[type=checkbox]:checked:before, [type=radio]:checked:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

[type=checkbox]:not(:disabled):focus, [type=checkbox]:not(:disabled):hover, [type=radio]:not(:disabled):focus, [type=radio]:not(:disabled):hover {
    border-color: #b16d73;
    outline: none
}

[type=checkbox] + label, [type=radio] + label {
    color: #1d1e21
}

[type=radio] {
    border-radius: 100%
}

[type=radio]:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #b16d73
}

[type=checkbox] {
    border-radius: 3.333px
}

[type=checkbox]:before {
    content: "\e932";
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 0;
    border-radius: 3.333px;
    background-color: #b16d73;
    color: #fff;
    font-size: 18px
}

input[type=file] {
    padding: 10px
}

input[type=file]::-webkit-file-upload-button {
    min-height: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    appearance: none
}

.h1, .h2, .h3, .h4, .h5, .h6, .section__title, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    color: #333;
    font-family: Chillax, sans-serif;
    font-weight: 700;
    line-height: 1
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .section__title a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

.h1, .section__title, h1 {
    margin-bottom: 0;
    font-size: clamp(24px, 3.0769230769vw, 48px);
    font-weight: 900;
    letter-spacing: 2.4px;
    line-height: 1.333
}

.h1--white.section__title, .h1.h1--white, h1.h1--white {
    color: #fff
}

.h2, h2 {
    margin-bottom: 40px;
    color: #8f545a;
    font-size: clamp(20px, 2.0512820513vw, 32px);
    line-height: 1.4
}

.h2.h2--lg, h2.h2--lg {
    margin-bottom: 30px;
    font-size: clamp(26px, 2.5641025641vw, 40px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.45
}

.h2.h2--white, h2.h2--white {
    color: #fff
}

.h2.h2--black, h2.h2--black {
    color: #333
}

.h2.h2--sand, h2.h2--sand {
    color: #f4ece9
}

.h2.h2--light, h2.h2--light {
    font-weight: 300
}

.h3, h3 {
    font-size: clamp(19px, 1.5384615385vw, 24px);
    line-height: 1.333
}

.h3.h3--black, h3.h3--black {
    color: #333
}

.h3.h3--white, h3.h3--white {
    color: #fff
}

.h3.h3--sm, h3.h3--sm {
    font-family: Chillax, sans-serif;
    font-size: clamp(17px, 1.2820512821vw, 20px);
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4
}

.h3.h3--lg, h3.h3--lg {
    margin-bottom: 30px;
    font-size: clamp(26px, 1.7948717949vw, 28px);
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.45
}

.h3.h3--xl, h3.h3--xl {
    font-size: clamp(30px, 2.0512820513vw, 32px);
    letter-spacing: 1.6px;
    line-height: 1.2
}

.h3.h3--xl, .h4, h3.h3--xl, h4 {
    margin-bottom: 30px;
    font-weight: 700
}

.h4, h4 {
    color: #b16d73;
    font-size: clamp(16px, 1.2820512821vw, 20px);
    letter-spacing: 1px;
    line-height: 1.4
}

.h5, .h6, h5, h6 {
    font-size: 16px
}

@media only screen and (max-width: 768px) {
    .h1, .section__title, h1 {
        letter-spacing: 1.2px
    }

    .h2, h2 {
        margin-bottom: 20px
    }

    .h4, h4 {
        margin-bottom: 15px
    }
}

.tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #b16d73;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer
}

.tag__item {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.tag__item:before {
    content: "/";
    margin: 0 3px
}

.tag--primary {
    background-color: #b16d73
}

.tag--secondary {
    background-color: #8f545a
}

.tag--page {
    background: #b16d73
}

.label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 2px 16px;
    transition: .2s ease-in-out;
    border: 1px solid #b16d73;
    border-radius: 100px;
    background: #fff;
    color: #333;
    font-size: clamp(10px, .7692307692vw, 12px);
    font-weight: 400;
    letter-spacing: clamp(.96px, .0769230769vw, 1.2px);
    line-height: 1;
    text-transform: uppercase
}

.dementie .label {
    border: 1px solid #d975ac
}

.hersenletsel .label {
    border: 1px solid #53a566
}

.palliatief .label, .palliatieve-zorg .label {
    border: 1px solid #6293b1
}

.levensvragen .label {
    border: 1px solid #e99d4c
}

.label:hover {
    background-color: #b16d73;
    color: #fff
}

.dementie .label:hover, body.dementie .label:hover {
    background-color: #d975ac
}

.hersenletsel .label:hover, body.hersenletsel .label:hover {
    background-color: #53a566
}

.palliatief .label:hover, .palliatieve-zorg .label:hover, body.palliatief .label:hover {
    background-color: #6293b1
}

.levensvragen .label:hover, body.levensvragen .label:hover {
    background-color: #e99d4c
}

.link, a {
    color: #b16d73;
    text-decoration: none
}

.link:active, .link:hover, a:active, a:hover {
    color: #1d1e21;
    text-decoration: none
}

.link:not([href]):active, .link:not([href]):hover, a:not([href]):active, a:not([href]):hover {
    color: #b16d73
}

.link--secondary {
    color: #8f545a
}

.link--dark {
    color: #333;
    text-decoration: underline
}

.link--dark:active, .link--dark:hover {
    color: #b16d73;
    text-decoration: underline
}

.list {
    display: block
}

.list--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em
}

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

ul li {
    position: relative
}

ul ul {
    margin-top: 0;
    margin-bottom: 0
}

ol {
    padding: 0;
    list-style: none
}

ol li {
    position: relative
}

ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.anchorlink {
    position: absolute;
    z-index: 5;
    bottom: 60px;
    left: 60px;
    padding-left: 60px;
    color: #fff;
    font-weight: 700
}

.anchorlink:before {
    content: "\e931";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .2s;
    border-radius: 100%;
    background: #fff;
    color: #b16d73;
    text-align: center
}

.anchorlink:before:hover {
    color: #fff
}

.anchorlink:before:hover:before {
    background: #b16d73;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .anchorlink {
        display: none
    }
}

.menu-toggle {
    display: flex;
    position: relative;
    align-items: center;
    border: none;
    text-align: center;
    cursor: pointer
}

.menu-toggle--active:before {
    content: "\e91e"
}

@media only screen and (max-width: 768px) {
    .menu-toggle {
        border: none;
        background: #fff
    }

    .menu-toggle--active {
        color: #8f545a
    }
}

.overlay-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 12px;
    transition: .2s ease-in-out;
    border: 0;
    border-radius: 60px;
    outline: none;
    background: #fff;
    cursor: pointer
}

.overlay-close:before {
    content: "\e92c";
    color: #b16d73;
    font-size: clamp(24px, 1.5384615385vw, 24px);
    line-height: 1
}

.overlay-close:focus, .overlay-close:hover {
    background: #8f545a
}

.overlay-close:focus:before, .overlay-close:hover:before {
    color: #fff
}

.readmore {
    display: inline-block;
    position: relative;
    align-items: center;
    margin-top: auto;
    padding-left: 24px;
    transition: .2s ease-in-out;
    color: #333;
    font-family: Synonym, sans-serif;
    font-weight: 400;
    letter-spacing: .54px
}

.readmore:before {
    content: "\e92e";
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 5px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    opacity: 1;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

body.dementie .readmore:before {
    color: #d975ac
}

body.hersenletsel .readmore:before {
    color: #53a566
}

body.palliatief .readmore:before {
    color: #6293b1
}

body.levensvragen .readmore:before {
    color: #e99d4c
}

.readmore:after {
    content: "\e935";
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 5px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    opacity: 0;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

body.dementie .readmore:after {
    color: #d975ac
}

body.hersenletsel .readmore:after {
    color: #53a566
}

body.palliatief .readmore:after {
    color: #6293b1
}

body.levensvragen .readmore:after {
    color: #e99d4c
}

.readmore:not(:disabled):focus, .readmore:not(:disabled):hover {
    padding-left: 32px
}

.readmore:not(:disabled):focus:before, .readmore:not(:disabled):hover:before {
    opacity: 0
}

.readmore:not(:disabled):focus:after, .readmore:not(:disabled):hover:after {
    opacity: 1
}

.readmore--pink:after, .readmore--pink:before {
    color: #d975ac
}

.search-toggle {
    display: block;
    border: none;
    background: none;
    line-height: 1;
    cursor: pointer
}

.search-toggle:before {
    content: "\e920";
    font-size: 22px
}

.skew:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 480px;
    height: 100%;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #b16d73;
    pointer-events: none
}

.skew--reversed:before {
    right: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.skew--secondary:before {
    background: #8f545a
}

@media only screen and (max-width: 1024px) {
    .skew:before {
        width: 320px
    }
}

@media only screen and (max-width: 768px) {
    .skew:before {
        width: 210px
    }
}

.skip-to {
    display: flex;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 1em;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.skip-to__link {
    margin: 0 1em
}

.skip-to:focus-within {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (max-width: 768px) {
    .skip-to:focus-within {
        top: 60px
    }
}

.social-items {
    display: flex;
    margin: 0 -7.5px
}

.social-item {
    margin: 0 7.5px 7.5px
}

.social-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: background .5s ease-in-out;
    border-radius: 50px;
    background: #f4ece9;
    font-size: 26px;
    text-align: center;
    text-decoration: none
}

.social-item__icon[href] {
    color: #b16d73
}

.social-item__icon:active, .social-item__icon:hover {
    background: #b16d73;
    color: #fff
}

.social-item__icon.focus-visible {
    outline-color: #8f545a
}

@media only screen and (max-width: 1024px) {
    .social-items {
        flex-wrap: wrap
    }

    .social-item {
        margin: 0 7.5px 7.5px
    }

    .social-item__icon {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
}

body#tinymce {
    margin: 20px !important;
    padding: 0;
    background: #fff
}

body#tinymce body#tinymce .section__title, body#tinymce body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5, body#tinymce h6 {
    margin: .2em 0 .5em;
    color: #333;
    font-family: Chillax, sans-serif;
    font-weight: 700;
    line-height: 1
}

body#tinymce .section__title a, body#tinymce h1 a, body#tinymce h2 a, body#tinymce h3 a, body#tinymce h4 a, body#tinymce h5 a, body#tinymce h6 a {
    color: inherit
}

body#tinymce .section__title, body#tinymce h1 {
    font-size: 29px
}

body#tinymce h2 {
    font-size: 24px
}

body#tinymce h3 {
    font-size: 20px
}

body#tinymce h4, body#tinymce h5, body#tinymce h6 {
    font-size: 16px
}

body#tinymce p {
    margin: 0 0 1em
}

body#tinymce mark {
    background: rgba(177, 109, 115, .2)
}

body#tinymce hr {
    border-top: 1px solid #e0dad7
}

body#tinymce a {
    color: #8f545a;
    text-decoration: none
}

body#tinymce a:active, body#tinymce a:hover {
    color: #1d1e21;
    text-decoration: none
}

body#tinymce a:not([href]):active, body#tinymce a:not([href]):hover {
    color: #b16d73
}

body#tinymce ul {
    padding: unset;
    list-style-position: inside;
    list-style-type: disc
}

body#tinymce ul li {
    position: relative
}

body#tinymce ul li:after, body#tinymce ul li:before {
    display: none
}

body#tinymce ul ul {
    margin: unset;
    list-style-position: inside;
    list-style-type: circle
}

body#tinymce ol {
    padding: unset;
    list-style-position: inside;
    list-style-type: decimal
}

body#tinymce ol li {
    position: relative
}

body#tinymce ol li:after, body#tinymce ol li:before {
    display: none
}

body#tinymce ol ol {
    margin: unset;
    list-style-position: inside;
    list-style-type: lower-latin
}

body#tinymce blockquote {
    margin: 30px;
    font-size: 28px;
    font-weight: 700;
    text-align: left
}

body#tinymce blockquote:after, body#tinymce blockquote:before {
    display: none
}

body {
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75
}

p {
    margin: 0
}

mark {
    background: rgba(177, 109, 115, .2)
}

hr {
    border-top: 1px solid #e0dad7
}

::selection {
    background: rgba(143, 84, 90, .2);
    text-shadow: none
}

dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0dad7
}

dl dd, dl dt {
    width: 70%;
    margin: 0;
    border-top: 1px solid #e0dad7
}

dl dt {
    width: 30%;
    padding-right: 15px
}

.introduction {
    font-family: Chillax, sans-serif;
    font-size: clamp(16px, 1.2820512821vw, 20px);
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 2
}

.text__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px
}

@media only screen and (max-width: 1024px) {
    .introduction {
        letter-spacing: .64px;
        line-height: 1.75
    }

    .text__button-wrapper {
        margin-top: 20px
    }
}

.js-offer-count > a {
    position: relative
}

.js-offer-count > a:after {
    content: attr(data-count);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    border-radius: 32px;
    background: #efc03a;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.box, .styleguide__section--bg {
    display: block;
    width: 100%;
    border: 1px solid #e0dad7;
    background: #fff
}

.box__inner {
    padding: 30px
}

.box__inner > :not(:last-child) {
    margin-bottom: 15px
}

.box__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.box__pretitle {
    color: #efefef;
    font-size: 13px;
    letter-spacing: 1pt;
    text-transform: uppercase
}

.box__pretitle, .box__title {
    display: block;
    font-weight: 700;
    line-height: 1
}

.box__title {
    color: #333;
    font-size: 38px
}

.box--ghost {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, .2)
}

.box--primary {
    border: 0;
    background: #b16d73
}

.box--primary .box__content, .box--primary .box__title {
    color: #fff
}

.box--secondary {
    border: 0;
    background: #8f545a
}

.box--secondary .box__content, .box--secondary .box__title {
    color: #fff
}

.box--black {
    background: #333;
    box-shadow: none
}

.box--black .box__pretitle {
    color: hsla(0, 0%, 100%, .5)
}

.box--black .box__title {
    color: #fff
}

.box--black .box__content {
    color: hsla(0, 0%, 100%, .5)
}

.box--landscape {
    display: flex
}

.box--landscape > * {
    flex: 0 0 50%
}

.box--landscape .box__image img {
    visibility: hidden
}

.box--reversed {
    flex-direction: row-reverse
}

@media only screen and (max-width: 768px) {
    .box--landscape {
        flex-direction: column
    }

    .box--landscape .box__image img {
        visibility: visible
    }

    .box--reversed {
        flex-direction: column-reverse
    }
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0
}

.breadcrumbs > span:last-child {
    display: none
}

.breadcrumbs a {
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
    color: #666b88;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .9px;
    line-height: 1
}

.breadcrumbs a:after {
    content: "\e92e";
    padding: 0 5px 0 10px;
    transition: .2s ease-in-out;
    color: #e0dad7;
    font-size: 20px;
    font-weight: 700
}

.breadcrumbs a:active, .breadcrumbs a:hover {
    color: #b16d73
}

.breadcrumbs a:active:after, .breadcrumbs a:hover:after {
    color: #333
}

@media only screen and (max-width: 768px) {
    .breadcrumbs span {
        margin-bottom: 10px
    }
}

.carrousel-navigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: .5s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 100%;
    background: transparent;
    color: #8f545a;
    font-size: 24px;
    text-align: center;
    cursor: pointer
}

body.dementie .carrousel-navigation__item {
    color: #d975ac
}

body.hersenletsel .carrousel-navigation__item {
    color: #53a566
}

body.palliatief .carrousel-navigation__item {
    color: #6293b1
}

body.levensvragen .carrousel-navigation__item {
    color: #e99d4c
}

.carrousel-navigation__item:hover {
    border: 1px solid transparent;
    background: #fff
}

.carrousel-navigation__item:hover:before {
    color: #333;
    font-size: 26px
}

.carrousel-navigation__item:before {
    content: "\e934";
    transition: .5s ease-in-out
}

.carrousel-navigation__item--next {
    margin-left: 10px
}

.carrousel-navigation__item--next:before {
    content: "\e933"
}

.cta-network {
    position: relative;
    margin-top: 110px;
    padding: 120px 0;
    background-color: #b16d73;
    color: #fff
}

body.dementie .cta-network {
    background-color: #d975ac
}

body.hersenletsel .cta-network {
    background-color: #53a566
}

body.palliatief .cta-network {
    background-color: #6293b1
}

body.levensvragen .cta-network {
    background-color: #e99d4c
}

.cta-network__image {
    grid-column-start: 5;
    margin-top: -330px;
    margin-bottom: auto;
    margin-left: 30px
}

.cta-network__content, .cta-network__image {
    grid-column-end: span 12;
    grid-row-end: span 1;
    grid-row-start: 1;
    position: relative
}

.cta-network__content {
    grid-column-start: 13;
    z-index: 3;
    align-self: center
}

.cta-network__image img {
    position: relative;
    z-index: 2;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 420px
}

.cta-network__content-title {
    color: #fff
}

.cta-network__image:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35))
}

.cta-network__image:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: -90px;
    width: 420px;
    height: 420px;
    border: 2px solid #efc03a;
    border-radius: 420px
}

.cta-network__content-buttons {
    display: flex;
    gap: 44px;
    margin-top: 90px
}

@media only screen and (max-width: 1024px) {
    .cta-network {
        margin-top: 130px;
        padding: 120px 0
    }

    .cta-network__image {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 1;
        position: relative;
        margin-top: -50%;
        margin-bottom: 30px;
        margin-left: 0
    }

    .cta-network__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 2;
        position: relative;
        z-index: 3;
        align-self: center
    }

    .cta-network__image:after {
        bottom: -60px;
        left: -60px;
        width: 220px;
        height: 220px;
        border: 1px solid #efc03a;
        border-radius: 220px
    }

    .cta-network__content-buttons {
        flex-direction: column;
        margin-top: 40px;
        gap: 0
    }

    .cta-network__content-buttons .btn, .cta-network__content-buttons .cta-newsletter .button, .cta-newsletter .cta-network__content-buttons .button {
        justify-content: flex-start;
        width: 100%
    }

    .cta-network__content-buttons .btn--cta-mailaddress {
        margin-top: -1px
    }
}

.cta-newsletter {
    position: relative;
    z-index: 1;
    min-height: 420px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff
}

.cta-newsletter:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #000)
}

.cta-newsletter__title {
    grid-column-end: span 9;
    grid-column-start: 3;
    margin-left: 30px
}

.cta-newsletter__content, .cta-newsletter__title {
    grid-row-end: span 1;
    grid-row-start: 1;
    position: relative;
    z-index: 2;
    padding: 90px 0
}

.cta-newsletter__content {
    grid-column-end: span 10;
    grid-column-start: 18
}

.cta-newsletter__content p {
    margin-bottom: 40px;
    color: #fff;
    font-size: clamp(16px, 1.1538461538vw, 18px);
    letter-spacing: .7px;
    line-height: 1.857
}

.cta-newsletter__content p a {
    transition: .2s;
    color: #fff;
    text-decoration: underline
}

.cta-newsletter__content p a:hover {
    color: #b16d73
}

.cta-newsletter__content .ginput_container_consent {
    display: flex
}

.cta-newsletter__content [type=checkbox] + label {
    color: #fff;
    font-family: Chillax, sans-serif;
    font-size: clamp(16px, 1.1538461538vw, 18px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: .7px;
    line-height: 1.428
}

.cta-newsletter__content [type=checkbox]:before {
    color: #fff
}

.cta-newsletter .indicates-required, .cta-newsletter .mc-field-group label {
    display: none
}

.cta-newsletter input[type=email], .cta-newsletter input[type=text] {
    height: 60px;
    padding: 2px 24px;
    border: 1px solid #e0dad7;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: .9px
}

.mailchimp__form {
    position: relative
}

.cta-newsletter .button {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    min-height: 58px
}

.cta-newsletter .optionalParent p {
    display: none
}

@media only screen and (max-width: 1024px) {
    .cta-newsletter__title {
        grid-row-start: 1;
        margin-left: 0;
        padding: 60px 0 0
    }

    .cta-newsletter__content, .cta-newsletter__title {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4
    }

    .cta-newsletter__content {
        grid-row-start: 2;
        padding: 0 0 60px
    }

    .cta-newsletter input[type=email], .cta-newsletter input[type=text] {
        height: 49px;
        min-height: 49px
    }

    .cta-newsletter .button {
        position: relative;
        right: 0;
        min-height: 47px;
        margin-left: auto
    }
}

.companies {
    position: relative
}

.companies__wrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
    gap: 30px
}

.companies__wrapper .company {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    border-left: 1px solid #e0dad7
}

.companies__wrapper .company__logo {
    margin-bottom: 40px
}

.companies__wrapper .company__logo img {
    width: auto;
    max-height: 90px
}

.companies__wrapper .company__title {
    margin-bottom: 40px;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    letter-spacing: .8px;
    line-height: 1.5;
    text-transform: uppercase
}

.companies__wrapper .company__phonenumber-link {
    margin-bottom: 10px;
    transition: .2s ease-in-out;
    color: #333;
    font-family: Chillax, sans-serif;
    font-size: clamp(28px, 2.0512820513vw, 32px);
    font-weight: 700;
    line-height: 1
}

.companies__wrapper .company__phonenumber-link:hover {
    color: #b16d73
}

.companies__wrapper .company__mailaddress-link {
    margin-bottom: 0;
    transition: .2s ease-in-out;
    color: #666b88;
    font-family: Synonym, sans-serif;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    font-weight: 300;
    line-height: 1.625
}

.companies__wrapper .company__mailaddress-link:hover {
    color: #b16d73
}

.companies__wrapper .company__caption {
    margin-bottom: 0;
    color: #666b88;
    font-family: Synonym, sans-serif;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    font-weight: 300;
    line-height: 1.625
}

@media only screen and (max-width: 1024px) {
    .companies__wrapper {
        flex-direction: column;
        gap: 50px
    }
}

.company__phonenumber {
    display: inline-block;
    transition: .2s;
    color: #b16d73;
    font-family: Chillax, sans-serif;
    font-size: clamp(24px, 2.0512820513vw, 32px);
    font-weight: 700;
    line-height: 1
}

.company__phonenumber:hover {
    color: #8f545a
}

.company__mailaddress {
    display: inline-block;
    margin-bottom: 30px;
    transition: .2s;
    color: #333;
    letter-spacing: .9px
}

.company__mailaddress:hover {
    color: #b16d73
}

@media only screen and (max-width: 1024px) {
    .company__mailaddress {
        margin-bottom: 15px
    }
}

.employee-navigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: .5s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 100%;
    background: #fff;
    color: #8f545a;
    font-size: 24px;
    text-align: center;
    cursor: pointer
}

body.dementie .employee-navigation__item {
    color: #d975ac
}

body.hersenletsel .employee-navigation__item {
    color: #53a566
}

body.palliatief .employee-navigation__item {
    color: #6293b1
}

body.levensvragen .employee-navigation__item {
    color: #e99d4c
}

.employee-navigation__item:hover {
    border: 1px solid transparent
}

.employee-navigation__item:hover:before {
    color: #333;
    font-size: 26px
}

.employee-navigation__item:before {
    content: "\e934";
    transition: .5s ease-in-out
}

.employee-navigation__item--next {
    margin-left: 10px
}

.employee-navigation__item--next:before {
    content: "\e933"
}

.footer__inner {
    position: relative;
    padding: 100px 0 80px
}

.footer__inner-company {
    grid-column-end: span 7;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    padding-left: 30px
}

.footer__inner-company p {
    font-size: clamp(15px, 1.1538461538vw, 18px)
}

.footer__inner-company .brand-footer {
    margin-bottom: 60px
}

.footer__inner-company .company {
    margin-bottom: 60px;
    margin-left: 90px
}

.footer__inner-socials {
    margin-left: 90px
}

.footer__inner-nav {
    grid-column-end: span 14;
    grid-row-end: span 1;
    grid-column-start: 13;
    grid-row-start: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 30px
}

.footer__inner-nav > * {
    margin-bottom: 30px
}

.footer__inner-nav ul {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.footer__inner-navitem {
    display: flex;
    align-items: center;
    padding-left: 25px;
    transition: .5s ease-in-out;
    color: #333;
    font-size: clamp(14px, 1.1538461538vw, 18px);
    letter-spacing: .9px
}

.footer__inner-navitem:before {
    content: "\e92e";
    opacity: 1
}

.footer__inner-navitem:after, .footer__inner-navitem:before {
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 5px;
    margin-bottom: auto;
    transition: .5s ease-in-out;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

.footer__inner-navitem:after {
    content: "\e935";
    opacity: 0
}

.footer__inner-navitem:hover {
    padding-left: 30px
}

.footer__inner-navitem:hover:before {
    opacity: 0
}

.footer__inner-navitem:hover:after {
    opacity: 1
}

@media only screen and (max-width: 1024px) {
    .footer__inner {
        padding: 70px 0 40px
    }

    .footer__inner-company {
        grid-row-start: 1;
        margin-bottom: 0;
        padding-left: 0
    }

    .footer__inner-company, .footer__inner-nav {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4
    }

    .footer__inner-nav {
        grid-row-start: 2;
        display: none
    }

    .footer__inner-company .brand-footer {
        margin-bottom: 30px
    }

    .footer__inner-company .company {
        margin-bottom: 30px;
        margin-left: 70px
    }

    .footer__inner-socials {
        margin-left: 70px
    }

    .footer__inner-nav1 {
        max-width: none
    }

    .footer__inner-nav2 {
        max-width: none;
        margin: 0 0 30px
    }

    .footer__inner-nav3 {
        max-width: none
    }
}

.footer__legal {
    background: #333;
    color: #fff
}

.footer__legal-wrapper {
    grid-column-end: span 26;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 30px
}

.footer__legal-wrapper p {
    font-size: clamp(14px, .8974358974vw, 14px);
    letter-spacing: .42px
}

.footer__legal-wrapper p a {
    transition: .2s;
    color: #fff;
    text-decoration: underline
}

.footer__legal-wrapper p a:hover {
    color: #b16d73
}

@media only screen and (max-width: 1024px) {
    .footer__legal {
        padding-bottom: 90px
    }

    .footer__legal-wrapper {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        flex-direction: column;
        text-align: center
    }

    .footer__legal-wrapper .copyright, .footer__legal-wrapper .nav-legal {
        margin-bottom: 20px
    }
}

.gform_title {
    margin-bottom: 30px;
    font-size: clamp(24px, 3.0769230769vw, 48px);
    font-weight: 900;
    letter-spacing: 2.4px;
    line-height: 1.333;
    text-align: left;
    text-transform: none
}

.gform_description {
    margin-bottom: 60px;
    font-size: clamp(16px, 1.1538461538vw, 18px);
    letter-spacing: .9px
}

.gform-field-label {
    font-size: clamp(15px, 1.1538461538vw, 18px)
}

.gform_required_legend {
    display: none
}

.gform_validation_errors {
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid #e99d4c
}

.gfield_consent_label, .gfield_consent_label a {
    font-family: Chillax, sans-serif;
    font-size: clamp(14px, .8974358974vw, 14px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: .7px;
    line-height: 1.428
}

.gfield_consent_label a {
    transition: .2s ease-in-out;
    color: #333;
    text-decoration: underline
}

.gfield_consent_label a:hover {
    color: #b16d73
}

.gform_wrapper .gform_footer {
    margin-top: 30px
}

.cta-newsletter .gform_footer .button, .gform_footer .btn, .gform_footer .cta-newsletter .button {
    margin-left: auto
}

.gform_wrapper .gfield_required_text {
    margin-left: 1em;
    color: #e99d4c
}

.gform_wrapper .gfield_visibility_hidden, .gform_wrapper .gform_validation_container {
    display: none
}

.gform_validation_errors h2 {
    margin-bottom: 1em;
    font-size: 16px;
    text-transform: none
}

.gform_validation_errors h2 + ol {
    margin-bottom: 1em
}

.gform_validation_error_link {
    color: #e99d4c
}

.gform_wrapper .button {
    margin: auto
}

.gform_wrapper .gform_button_select_files {
    width: auto;
    min-height: 40px;
    font-size: clamp(14px, .8974358974vw, 14px)
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%
}

.gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gfield {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 12px
}

.gfield--width-half {
    width: calc(50% - 15px)
}

.gfield--width-third {
    width: calc(33.333% - 15px)
}

.gfield--width-forth {
    width: calc(25% - 15px)
}

.gfield--width-fifth {
    width: calc(20% - 15px)
}

.gfield--width-sixth {
    width: calc(16.666% - 15px)
}

.gfield.hidden_label > .gfield_label, .ginput_container_date .screen-reader-text {
    display: none
}

.ginput_container_radio {
    margin-top: 10px
}

.gfield_description {
    font-size: clamp(14px, .8974358974vw, 14px);
    font-style: italic
}

.gform_drop_instructions {
    display: none
}

@media only screen and (max-width: 1024px) {
    .gform_description {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .gfield--fifth, .gfield--forth, .gfield--half, .gfield--sixth, .gfield--third {
        width: 100%
    }
}

.gsection {
    margin: 30px 0
}

.gsection_title {
    margin: 0;
    font-size: 22px
}

.validation_message {
    margin-bottom: .5em;
    color: #e99d4c
}

.ginput_container_checkbox + .validation_message {
    padding-left: 30px
}

.gfield_error [type=checkbox] + label:before, .gfield_error [type=radio] + label:before, .gfield_error input[type=email], .gfield_error input[type=text], .gfield_error textarea {
    border-color: #e99d4c
}

.gform_wrapper .gform_validation_container {
    display: none
}

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

.gform_ajax_spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 30px;
    -webkit-animation: spinner 1.1s linear infinite;
    animation: spinner 1.1s linear infinite;
    border: 4px solid #fff;
    border-left-color: #b16d73;
    border-radius: 50%
}

.gform_recaptcha_notice {
    display: none;
    margin-top: 2em;
    font-size: small
}

.ui-datepicker {
    max-width: 300px;
    margin-top: -1px;
    background-color: #fff;
    font-size: 14px
}

.ui-datepicker-header {
    display: flex;
    gap: 10px;
    align-items: center
}

.ui-datepicker-header a {
    cursor: pointer
}

.ui-datepicker-header a.ui-datepicker-next {
    order: 2
}

.ui-datepicker-title {
    display: flex;
    gap: 10px
}

.ui-datepicker-title select {
    min-height: unset;
    padding-block: 8px 4px
}

.ui-datepicker table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px
}

.ui-datepicker table td {
    padding: 0
}

.ui-datepicker table td > a, .ui-datepicker table td > span {
    --size: 40px;
    display: block;
    width: var(--size);
    height: var(--size);
    transition: background-color .15s;
    border-radius: 100%;
    background-color: transparent;
    line-height: var(--size);
    text-align: center
}

.ui-datepicker table td > a[href], .ui-datepicker table td > span[href] {
    font-weight: 700
}

.ui-datepicker table td > a[href]:focus-visible, .ui-datepicker table td > a[href]:hover, .ui-datepicker table td > span[href]:focus-visible, .ui-datepicker table td > span[href]:hover {
    background-color: #f7f7f7
}

.gallery-navigation {
    display: flex;
    position: absolute;
    z-index: 10;
    top: 50%;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-navigation__item {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 100%;
    background: #fff;
    color: #333;
    font-size: 20px;
    text-align: center;
    cursor: pointer
}

.gallery-navigation__item:hover {
    background: #333;
    color: #fff
}

.gallery-navigation__item:before {
    content: "\e92f"
}

.gallery-navigation__item--next:before {
    content: "\e92e"
}

.home-textimg {
    position: relative;
    margin-bottom: 180px
}

.home-textimg__image {
    grid-column-end: span 12;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    align-self: center
}

.home-textimg__image:before {
    content: "";
    display: flex;
    position: absolute;
    z-index: 2;
    top: -60px;
    flex: 0 0 auto;
    width: min(42.30769vw, (11 * 60px));
    height: auto;
    margin-left: calc(min(calc(1 / 26 * 100vw), (1 * 60px)) * 1);
    padding-bottom: min(42.30769vw, (11 * 60px));
    border: 2px solid #efc03a;
    border-radius: 100%
}

.home-textimg__image:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    background-color: #fff
}

.home-textimg__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-textimg__image .home-textimg__image-front {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%)
}

.home-textimg__content {
    grid-column-end: span 10;
    grid-row-end: span 1;
    grid-column-start: 18;
    grid-row-start: 1;
    align-self: center
}

@media only screen and (max-width: 1024px) {
    .home-textimg {
        margin-bottom: 60px
    }

    .home-textimg:before {
        grid-column-end: span 28;
        grid-row-end: span 2;
        grid-column-start: 1;
        grid-row-start: 1;
        margin-top: 60px
    }

    .home-textimg__image {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-bottom: 60px
    }

    .home-textimg__image:before {
        content: "";
        display: flex;
        position: absolute;
        top: -20px;
        width: min(69.23077vw, (18 * 60px));
        height: auto;
        margin-left: calc(min(calc(1 / 26 * 100vw), (1 * 60px)) * 1);
        padding-bottom: min(69.23077vw, (18 * 60px))
    }

    .home-textimg__image:after {
        display: none
    }

    .home-textimg__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 2;
        margin: 0
    }

    .home-textimg__content-title h2 {
        letter-spacing: 1px
    }
}

.nav-network {
    --active-level: 0;
    --nav-primary-breakpoint: 1024px
}

.nav-network .menu-item {
    position: static
}

.nav-network .sub-menu {
    display: flex;
    position: absolute;
    top: 44px;
    left: -1em;
    flex-wrap: wrap;
    padding: 10px 0 30px
}

.nav-network .sub-menu .menu-item a {
    text-decoration: none
}

.nav-network .menu-item-has-children > a:after {
    content: "\e931";
    display: inline-block;
    margin-left: 5px;
    font-size: 15px
}

@media only screen and (min-width: 1024px) {
    .nav-network > .nav {
        display: flex;
        position: relative;
        flex-direction: column;
        margin: 0 -10px
    }

    .nav-network > .nav > .menu-item {
        position: relative;
        margin: 0 10px
    }

    .nav-network > .nav > .menu-item > a {
        display: block;
        position: relative;
        padding: 25px 0;
        transition: .5s ease-in-out;
        border-radius: 0;
        color: #333;
        font-family: Chillax, sans-serif;
        font-size: clamp(40px, 3.0769230769vw, 48px);
        font-weight: 700;
        letter-spacing: 2.4px;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap
    }

    .nav-network > .nav > .menu-item > a:before {
        content: "\e935";
        position: absolute;
        top: 48px;
        left: 0;
        margin-right: 24px;
        margin-bottom: auto;
        transition: .5s ease-in-out;
        opacity: 0;
        color: #b16d73;
        font-size: clamp(1px, .0641025641vw, 1px);
        line-height: 1
    }

    .nav-network > .nav > .menu-item > a:active, .nav-network > .nav > .menu-item > a:hover {
        padding-left: 70px;
        color: #333
    }

    .nav-network > .nav > .menu-item > a:active:before, .nav-network > .nav > .menu-item > a:hover:before {
        top: 24px;
        opacity: 1;
        font-size: clamp(48px, 3.0769230769vw, 48px)
    }

    .nav-network > .nav > .menu-item .sub-menu {
        display: none;
        background: #fff;
        box-shadow: 0 20px 40px rgba(51, 51, 51, .2)
    }

    .nav-network > .nav > .menu-item .sub-menu .menu-item {
        width: 100%
    }

    .nav-network > .nav > .menu-item .sub-menu .menu-item > a {
        display: block;
        position: relative;
        padding: 10px 30px;
        color: #333;
        line-height: 1.5;
        text-decoration: none
    }

    .nav-network > .nav > .menu-item .sub-menu .menu-item > a:active, .nav-network > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #b16d73
    }

    .nav-network > .nav > .menu-item .sub-menu .menu-item.menu-item--prev-link > a {
        display: inline-block;
        margin: 15px 0 0 30px;
        padding: 10px 20px;
        color: #fff;
        font-weight: 700
    }

    .nav-network > .nav > .menu-item .sub-menu .menu-item.menu-item--prev-link > a:hover {
        color: #fff
    }

    .nav-network > .nav > .menu-item.menu-item--open > .sub-menu {
        display: flex;
        min-width: 260px
    }

    .nav-network > .nav .menu-item--back {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .nav-network .menu-item a {
        display: flex;
        position: relative;
        align-items: center;
        padding: 8px 15px;
        transition: .2s;
        color: #333;
        font-family: Chillax, sans-serif;
        font-size: clamp(28px, 1.7948717949vw, 28px);
        font-weight: 700;
        letter-spacing: 1.4px;
        line-height: 1.5;
        text-decoration: none
    }

    .nav-network .menu-item a:after {
        content: "\e92e";
        margin-left: auto;
        color: #333;
        font-size: clamp(32px, 2.0512820513vw, 32px);
        line-height: 1
    }

    .nav-network .menu-item a:focus, .nav-network .menu-item a:focus:after, .nav-network .menu-item a:hover, .nav-network .menu-item a:hover:after {
        color: #8f545a
    }

    .nav-network .menu-item.menu-item--prev-link a {
        display: inline-block;
        margin: 15px;
        padding: 1em 2em;
        color: #fff;
        font-weight: 700;
        line-height: 1
    }

    .nav-network .menu-item.menu-item--prev-link a:before {
        display: none
    }

    .nav-network .menu-item.menu-item--back {
        padding: 15px
    }

    .nav-network .menu-item.menu-item-has-children > a:after {
        content: "\e92e"
    }

    .nav-network .sub-menu {
        visibility: hidden;
        z-index: 0;
        top: 0;
        left: 100%;
        flex-direction: column;
        width: 100%;
        min-height: 100%;
        transition: z-index 0s var(--sp), visibility 0s var(--sp)
    }

    .nav-network .menu-item--open > .sub-menu {
        visibility: visible;
        z-index: 1;
        transition-delay: 0s, 0s, 0s
    }
}

.nav-primary {
    --active-level: 0;
    --nav-primary-breakpoint: 1024px
}

.nav-primary .menu-item {
    position: static
}

.nav-primary .sub-menu {
    display: flex;
    position: absolute;
    z-index: -1;
    top: 65px;
    left: 0;
    flex-wrap: wrap;
    padding: 15px 0;
    border: 1px solid #e0dad7;
    border-radius: 0 12px 12px
}

.nav-primary .sub-menu .menu-item a {
    text-decoration: none
}

.nav-primary .menu-item-has-children > a:after {
    content: "\e931";
    display: inline-block;
    margin-left: 5px;
    transition: .5s ease-in-out;
    font-size: 20px;
    line-height: 1
}

@media only screen and (min-width: 1024px) {
    .nav-primary > .nav {
        display: flex;
        position: relative;
        margin: 0 -10px
    }

    .nav-primary > .nav > .menu-item {
        position: relative;
        margin: 0 10px
    }

    .nav-primary > .nav > .menu-item > a {
        display: block;
        position: relative;
        padding: 22px 20px;
        transition: .2s ease-in-out;
        border: 1px solid transparent;
        border-bottom: 0;
        border-radius: 12px;
        color: #333;
        font-family: Synonym, sans-serif;
        font-size: clamp(20px, 1.2820512821vw, 20px);
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap
    }

    body.dementie .nav-primary > .nav > .menu-item > a {
        color: #d975ac
    }

    body.hersenletsel .nav-primary > .nav > .menu-item > a {
        color: #53a566
    }

    body.palliatief .nav-primary > .nav > .menu-item > a {
        color: #6293b1
    }

    body.levensvragen .nav-primary > .nav > .menu-item > a {
        color: #e99d4c
    }

    .nav-primary > .nav > .menu-item > a:active, .nav-primary > .nav > .menu-item > a:hover {
        background: #f9f3f3;
        color: #333
    }

    body.dementie .nav-primary > .nav > .menu-item > a:active, body.dementie .nav-primary > .nav > .menu-item > a:hover {
        background: #ffeff8
    }

    body.hersenletsel .nav-primary > .nav > .menu-item > a:active, body.hersenletsel .nav-primary > .nav > .menu-item > a:hover {
        background: #f3f9f3
    }

    body.palliatief .nav-primary > .nav > .menu-item > a:active, body.palliatief .nav-primary > .nav > .menu-item > a:hover {
        background: #f3f7f9
    }

    body.levensvragen .nav-primary > .nav > .menu-item > a:active, body.levensvragen .nav-primary > .nav > .menu-item > a:hover {
        background: #fdf7f0
    }

    .nav-primary > .nav > .menu-item .sub-menu {
        display: none;
        transition: .2s ease-in-out;
        background: #fff
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item {
        width: -webkit-max-content;
        width: max-content
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item > a {
        display: block;
        position: relative;
        padding: 10px 30px 10px 15px;
        transition: .2s;
        color: #333;
        letter-spacing: .9px;
        line-height: 1.5;
        text-decoration: none
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:before {
        content: "\e92e";
        margin-top: 7px;
        color: #b16d73;
        font-size: clamp(20px, 1.2820512821vw, 20px);
        line-height: 1
    }

    body.dementie .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:before {
        color: #d975ac
    }

    body.hersenletsel .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:before {
        color: #53a566
    }

    body.palliatief .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:before {
        color: #6293b1
    }

    body.levensvragen .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:before {
        color: #e99d4c
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:active, .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #b16d73
    }

    body.dementie .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:active, body.dementie .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #d975ac
    }

    body.hersenletsel .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:active, body.hersenletsel .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #53a566
    }

    body.palliatief .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:active, body.palliatief .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #6293b1
    }

    body.levensvragen .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:active, body.levensvragen .nav-primary > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #e99d4c
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item.menu-item--prev-link > a {
        display: inline-block;
        margin: 15px 0 0 30px;
        padding: 10px 20px;
        color: #fff;
        font-weight: 700
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item.menu-item--prev-link > a:hover {
        color: #fff
    }

    .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-item > a {
        color: #b16d73
    }

    body.dementie .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, body.dementie .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-item > a {
        color: #d975ac
    }

    body.hersenletsel .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, body.hersenletsel .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-item > a {
        color: #53a566
    }

    body.palliatief .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, body.palliatief .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-item > a {
        color: #6293b1
    }

    body.levensvragen .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, body.levensvragen .nav-primary > .nav > .menu-item .sub-menu .menu-item.current-menu-item > a {
        color: #e99d4c
    }

    .nav-primary > .nav > .menu-item.menu-item--open > .sub-menu {
        display: flex;
        min-width: 260px
    }

    .nav-primary > .nav > .menu-item.menu-item--open a:first-child, body.dementie .nav-primary > .nav > .menu-item.menu-item--open a:first-child, body.hersenletsel .nav-primary > .nav > .menu-item.menu-item--open a:first-child, body.levensvragen .nav-primary > .nav > .menu-item.menu-item--open a:first-child, body.palliatief .nav-primary > .nav > .menu-item.menu-item--open a:first-child {
        background-color: #fff;
        color: #333
    }

    .nav-primary > .nav > .menu-item.current-menu-ancestor > a, .nav-primary > .nav > .menu-item.current-menu-item > a {
        border-radius: 12px;
        background: #b16d73;
        color: #fff
    }

    body.dementie .nav-primary > .nav > .menu-item.current-menu-ancestor > a, body.dementie .nav-primary > .nav > .menu-item.current-menu-item > a {
        background-color: #d975ac;
        color: #fff
    }

    body.hersenletsel .nav-primary > .nav > .menu-item.current-menu-ancestor > a, body.hersenletsel .nav-primary > .nav > .menu-item.current-menu-item > a {
        background-color: #53a566;
        color: #fff
    }

    body.palliatief .nav-primary > .nav > .menu-item.current-menu-ancestor > a, body.palliatief .nav-primary > .nav > .menu-item.current-menu-item > a {
        background-color: #6293b1;
        color: #fff
    }

    body.levensvragen .nav-primary > .nav > .menu-item.current-menu-ancestor > a, body.levensvragen .nav-primary > .nav > .menu-item.current-menu-item > a {
        background-color: #e99d4c;
        color: #fff
    }

    .nav-primary > .nav > .menu-item:hover ul.sub-menu {
        display: block
    }

    .nav-primary > .nav > .menu-item-has-children:active a, .nav-primary > .nav > .menu-item-has-children:hover a, .nav-primary > .nav > .menu-item-has-children > a:active, .nav-primary > .nav > .menu-item-has-children > a:hover {
        background: #fff;
        color: #333
    }

    .nav-primary > .nav > .menu-item-has-children > a:active:after, .nav-primary > .nav > .menu-item-has-children > a:hover:after {
        content: "\e92e";
        color: #b16d73;
        font-size: 20px;
        line-height: 1
    }

    body.dementie .nav-primary > .nav > .menu-item-has-children > a:active:after, body.dementie .nav-primary > .nav > .menu-item-has-children > a:hover:after {
        color: #d975ac
    }

    body.hersenletsel .nav-primary > .nav > .menu-item-has-children > a:active:after, body.hersenletsel .nav-primary > .nav > .menu-item-has-children > a:hover:after {
        color: #53a566
    }

    body.palliatief .nav-primary > .nav > .menu-item-has-children > a:active:after, body.palliatief .nav-primary > .nav > .menu-item-has-children > a:hover:after {
        color: #6293b1
    }

    body.levensvragen .nav-primary > .nav > .menu-item-has-children > a:active:after, body.levensvragen .nav-primary > .nav > .menu-item-has-children > a:hover:after {
        color: #e99d4c
    }

    body.dementie .nav-primary > .nav > .menu-item-has-children > a:active, body.dementie .nav-primary > .nav > .menu-item-has-children > a:hover, body.hersenletsel .nav-primary > .nav > .menu-item-has-children > a:active, body.hersenletsel .nav-primary > .nav > .menu-item-has-children > a:hover, body.levensvragen .nav-primary > .nav > .menu-item-has-children > a:active, body.levensvragen .nav-primary > .nav > .menu-item-has-children > a:hover, body.palliatief .nav-primary > .nav > .menu-item-has-children > a:active, body.palliatief .nav-primary > .nav > .menu-item-has-children > a:hover {
        background: #fff
    }

    .nav-primary > .nav .menu-item-has-children:active > a, .nav-primary > .nav .menu-item-has-children:hover > a {
        border: 1px solid #e0dad7;
        border-bottom: 0;
        border-radius: 12px 12px 0 0;
        background-color: #fff;
        color: #333
    }

    body.dementie .nav-primary > .nav .menu-item-has-children:active > a, body.dementie .nav-primary > .nav .menu-item-has-children:hover > a, body.hersenletsel .nav-primary > .nav .menu-item-has-children:active > a, body.hersenletsel .nav-primary > .nav .menu-item-has-children:hover > a, body.levensvragen .nav-primary > .nav .menu-item-has-children:active > a, body.levensvragen .nav-primary > .nav .menu-item-has-children:hover > a, body.palliatief .nav-primary > .nav .menu-item-has-children:active > a, body.palliatief .nav-primary > .nav .menu-item-has-children:hover > a {
        color: #333
    }

    .nav-primary > .nav .menu-item-has-children:active > a:before, .nav-primary > .nav .menu-item-has-children:hover > a:before {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 0;
        left: 20px;
        height: 1px;
        background-color: #e0dad7
    }

    .nav-primary > .nav .menu-item--back {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .nav-primary .menu-item {
        border-bottom: 1px solid #e0dad7;
        padding: 20px 0
    }

    .nav-primary .menu-item a {
        display: flex;
        align-items: center;
        position: relative;
        color: #333;
        line-height: 1.5;
        text-decoration: none;
        font-weight: 400;
        font-size: clamp(22px, 1.4102564103vw, 22px);
        letter-spacing: .05em
    }

    .nav-primary .menu-item.menu-item--prev-link a {
        display: inline-block;
        align-items: center;
        margin: 15px;
        padding: 1em 2em;
        color: #fff;
        font-weight: 700;
        line-height: 1
    }

    .nav-primary .menu-item.menu-item--prev-link a:before {
        display: none
    }

    .nav-primary .menu-item.menu-item--back {
        padding: 15px
    }

    .nav-primary .menu-item.menu-item-has-children > a:after {
        content: "\e921";
        margin-left: auto;
        height: 44px;
        width: 44px;
        border-radius: 8px;
        background-color: #f4ece9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 1;
        color: #333
    }

    .nav-primary .menu-item.menu-item-has-children > a._open:after {
        content: "\e925"
    }

    .nav-primary .sub-menu {
        visibility: visible;
        display: none;
        z-index: 0;
        top: 0;
        left: 0;
        flex-direction: column;
        position: relative;
        width: 100%;
        min-height: auto;
        transition: z-index 0s var(--sp), visibility 0s var(--sp);
        border: 0
    }

    .nav-primary .sub-menu._open {
        display: block
    }

    .nav-primary .sub-menu .menu-item {
        border: 0;
        padding: 10px 0
    }

    .nav-primary .sub-menu .menu-item a {
        font-size: clamp(15px, .9615384615vw, 15px);
        font-weight: 300;
        transition: .2s ease-in-out;
        padding-left: 24px;
        line-height: 1.3
    }

    .nav-primary .sub-menu .menu-item a:before {
        content: "\e92e";
        opacity: 1
    }

    .nav-primary .sub-menu .menu-item a:after, .nav-primary .sub-menu .menu-item a:before {
        position: absolute;
        top: -2px;
        left: 0;
        margin-right: 5px;
        margin-bottom: auto;
        transition: .5s ease-in-out;
        color: #b16d73;
        font-size: 20px;
        line-height: 1
    }

    .nav-primary .sub-menu .menu-item a:after {
        content: "\e935";
        opacity: 0
    }

    .nav-primary .sub-menu .menu-item a:not(:disabled):focus, .nav-primary .sub-menu .menu-item a:not(:disabled):hover {
        padding-left: 32px
    }

    .nav-primary .sub-menu .menu-item a:not(:disabled):focus:before, .nav-primary .sub-menu .menu-item a:not(:disabled):hover:before {
        opacity: 0
    }

    .nav-primary .sub-menu .menu-item a:not(:disabled):focus:after, .nav-primary .sub-menu .menu-item a:not(:disabled):hover:after {
        opacity: 1
    }

    .nav-primary .menu-item--open > .sub-menu {
        visibility: visible;
        z-index: 1;
        transition-delay: 0s, 0s, 0s
    }
}

.header__menu-overlay-nav-primary-mobile-subnav.dementie .nav-primary .sub-menu .menu-item a:after, .header__menu-overlay-nav-primary-mobile-subnav.dementie .nav-primary .sub-menu .menu-item a:before {
    color: #d975ac
}

.header__menu-overlay-nav-primary-mobile-subnav.hersenletsel .nav-primary .sub-menu .menu-item a:after, .header__menu-overlay-nav-primary-mobile-subnav.hersenletsel .nav-primary .sub-menu .menu-item a:before {
    color: #53a566
}

.header__menu-overlay-nav-primary-mobile-subnav.palliatief .nav-primary .sub-menu .menu-item a:after, .header__menu-overlay-nav-primary-mobile-subnav.palliatief .nav-primary .sub-menu .menu-item a:before {
    color: #6293b1
}

.header__menu-overlay-nav-primary-mobile-subnav.levensvragen .nav-primary .sub-menu .menu-item a:after, .header__menu-overlay-nav-primary-mobile-subnav.levensvragen .nav-primary .sub-menu .menu-item a:before {
    color: #e99d4c
}

.header__menu-overlay-nav-primary-mobile-subnav.dementie .nav-primary .menu-item.menu-item-has-children > a:after {
    color: #d975ac
}

.header__menu-overlay-nav-primary-mobile-subnav.hersenletsel .nav-primary .menu-item.menu-item-has-children > a:after {
    color: #53a566
}

.header__menu-overlay-nav-primary-mobile-subnav.palliatief .nav-primary .menu-item.menu-item-has-children > a:after {
    color: #6293b1
}

.header__menu-overlay-nav-primary-mobile-subnav.levensvragen .nav-primary .menu-item.menu-item-has-children > a:after {
    color: #e99d4c
}

.nav-secondary {
    --active-level: 0;
    --nav-primary-breakpoint: 1024px
}

.nav-secondary .menu-item {
    position: static
}

.nav-secondary .sub-menu {
    display: flex;
    position: absolute;
    top: 44px;
    left: -1em;
    flex-wrap: wrap;
    padding: 10px 0 30px
}

.nav-secondary .sub-menu .menu-item a {
    text-decoration: none
}

.nav-secondary .menu-item-has-children > a:after {
    content: "\e931";
    display: inline-block;
    margin-left: 5px;
    font-size: 15px
}

@media only screen and (min-width: 1024px) {
    .nav-secondary > .nav {
        display: flex;
        position: relative;
        flex-direction: column;
        margin: 0 -10px
    }

    .nav-secondary > .nav > .menu-item {
        position: relative;
        margin: 0 10px
    }

    .nav-secondary > .nav > .menu-item > a {
        display: block;
        position: relative;
        padding: 22px 0;
        transition: .5s ease-in-out;
        border-radius: 0;
        color: #fff;
        font-family: Synonym, sans-serif;
        font-size: clamp(20px, 1.2820512821vw, 20px);
        font-weight: 400;
        letter-spacing: 1.2px;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap
    }

    .nav-secondary > .nav > .menu-item > a:active, .nav-secondary > .nav > .menu-item > a:hover {
        padding-left: 20px;
        color: #fff
    }

    .nav-secondary > .nav > .menu-item .sub-menu {
        display: none;
        background: #fff;
        box-shadow: 0 20px 40px rgba(51, 51, 51, .2)
    }

    .nav-secondary > .nav > .menu-item .sub-menu .menu-item {
        width: 100%
    }

    .nav-secondary > .nav > .menu-item .sub-menu .menu-item > a {
        display: block;
        position: relative;
        padding: 10px 30px;
        color: #333;
        line-height: 1.5;
        text-decoration: none
    }

    .nav-secondary > .nav > .menu-item .sub-menu .menu-item > a:active, .nav-secondary > .nav > .menu-item .sub-menu .menu-item > a:hover {
        color: #b16d73
    }

    .nav-secondary > .nav > .menu-item .sub-menu .menu-item.menu-item--prev-link > a {
        display: inline-block;
        margin: 15px 0 0 30px;
        padding: 10px 20px;
        color: #fff;
        font-weight: 700
    }

    .nav-secondary > .nav > .menu-item .sub-menu .menu-item.menu-item--prev-link > a:hover {
        color: #fff
    }

    .nav-secondary > .nav > .menu-item .sub-menu .menu-item.current-menu-ancestor > a, .nav-secondary > .nav > .menu-item .sub-menu .menu-item.current-menu-item > a {
        color: #b16d73
    }

    .nav-secondary > .nav > .menu-item.menu-item--open > .sub-menu {
        display: flex;
        min-width: 260px
    }

    .nav-secondary > .nav .menu-item--back {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .nav-secondary .menu-item a {
        display: block;
        position: relative;
        padding: 15px;
        transition: .2s;
        color: #fff;
        font-family: Synonym, sans-serif;
        font-size: clamp(22px, 1.4102564103vw, 22px);
        font-weight: 400;
        letter-spacing: 1.1px;
        line-height: 1.5;
        text-decoration: none
    }

    .nav-secondary .menu-item a:focus, .nav-secondary .menu-item a:hover {
        color: #fff
    }

    .nav-secondary .menu-item.menu-item--prev-link a {
        display: inline-block;
        margin: 15px;
        padding: 1em 2em;
        color: #fff;
        font-weight: 700;
        line-height: 1
    }

    .nav-secondary .menu-item.menu-item--prev-link a:before {
        display: none
    }

    .nav-secondary .menu-item.menu-item--back {
        padding: 15px
    }

    .nav-secondary .menu-item.menu-item-has-children > a:after {
        content: "\e92e"
    }

    .nav-secondary .sub-menu {
        visibility: hidden;
        z-index: 0;
        top: 0;
        left: 100%;
        flex-direction: column;
        width: 100%;
        min-height: 100%;
        transition: z-index 0s var(--sp), visibility 0s var(--sp)
    }

    .nav-secondary .menu-item--open > .sub-menu {
        visibility: visible;
        z-index: 1;
        transition-delay: 0s, 0s, 0s
    }
}

.nav-topbar .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.nav-topbar .menu-item:not(:first-child) {
    margin-left: 1em
}

.sidebar-nav > .menu-item {
    display: none
}

.sidebar-nav > .menu-item > a {
    display: flex;
    align-items: center;
    padding: 1em 30px;
    background: #333;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.sidebar-nav .sub-menu .menu-item {
    border-bottom: 1px solid #e0dad7
}

.sidebar-nav .sub-menu .menu-item > a {
    display: block;
    padding: 14px 0 14px 60px;
    color: #1d1e21;
    line-height: 1.7
}

.sidebar-nav .sub-menu .menu-item > a:before {
    content: "\e92e";
    position: absolute;
    top: 16px;
    left: 30px;
    color: #1d1e21
}

.sidebar-nav .sub-menu .sub-menu a {
    padding: 1em 30px 1em 90px;
    color: #1d1e21
}

.sidebar-nav > .menu-item > a:active, .sidebar-nav > .menu-item > a:hover {
    background: #333;
    color: #fff
}

.sidebar-nav .sub-menu .menu-item:hover {
    background: #f7f7f7
}

.sidebar-nav > .menu-item.current-menu-ancestor, .sidebar-nav > .menu-item.current-menu-item, .sidebar-nav > .menu-item.current-menu-parent {
    display: block
}

.sidebar-nav .sub-menu .menu-item.current-menu-item > a {
    color: #b16d73
}

.nav-footer .nav {
    flex-direction: column
}

.nav-footer a {
    display: block;
    padding: 0;
    color: rgba(51, 51, 51, .8)
}

.nav-footer a:active, .nav-footer a:hover {
    color: #8f545a
}

.nav-legal .nav {
    display: flex;
    margin: 0 -.5em
}

.nav-legal li {
    margin: 0 .5em
}

.nav-legal a {
    transition: .2s;
    color: #fff;
    font-size: clamp(14px, .8974358974vw, 14px);
    letter-spacing: .42px
}

.nav-legal a:active, .nav-legal a:hover {
    color: #b16d73
}

@media only screen and (max-width: 768px) {
    .nav-legal .nav {
        flex-direction: column;
        margin: 0
    }
}

.nav-mobile .nav {
    display: flex;
    justify-content: flex-end;
    margin: 0
}

.nav-mobile .menu-item {
    margin: 0 1em
}

.nav-mobile a {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    white-space: nowrap
}

.nav-mobile a:active, .nav-mobile a:hover {
    color: #b16d73
}

@media only screen and (max-width: 768px) {
    .nav-mobile .nav {
        flex-direction: column;
        margin: 0
    }
}

.networks {
    position: relative;
    margin-bottom: 180px
}

.networks__title {
    grid-row-start: 1;
    margin-bottom: 90px
}

.networks__title, .networks__wrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4
}

.networks__wrapper {
    grid-row-start: 2
}

.networks__slider {
    z-index: auto;
    height: auto
}

.networks__slider > * {
    width: auto
}

@media only screen and (max-width: 1400px) {
    .networks {
        margin-bottom: 120px
    }

    .networks__title {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-bottom: 30px
    }

    .networks__wrapper {
        grid-column-end: span 30;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2
    }
}

@media only screen and (max-width: 768px) {
    .networks {
        margin-bottom: 60px
    }

    .networks__title {
        margin-bottom: 0
    }
}

.news-event {
    position: relative;
    padding: 90px 0;
    background-color: #f4ece9
}

body.dementie .news-event, body.hersenletsel .news-event, body.levensvragen .news-event, body.palliatief .news-event {
    background-color: #fff
}

body.dementie .news-event, body.hersenletsel .news-event, body.levensvragen .news-event, body.palliatief .news-event {
    padding-bottom: 0
}

.news-event__titlewrapper {
    justify-content: space-between;
    gap: 30px
}

.news-event__buttons, .news-event__titlewrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    margin: 0 30px 60px
}

.news-event__buttons {
    align-self: center;
    justify-content: flex-end;
    gap: 20px
}

.news-event__wrapper {
    --cols: 3;
    --gap: 45px;
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 2;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap)
}

.news-event__wrapper > * {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
}

.news-event--bgcolor {
    margin: 90px 0 30px;
    background-color: #f4ece9
}

body.dementie .news-event--bgcolor {
    background-color: #ffeff8
}

body.hersenletsel .news-event--bgcolor {
    background-color: #f3f9f3
}

body.palliatief .news-event--bgcolor {
    background-color: #f9f3f3
}

body.levensvragen .news-event--bgcolor {
    background-color: #fdf7f0
}

.news-event__title.h2--lg {
    margin-bottom: 0;
    color: #333
}

body.dementie .news-event__title.h2--lg {
    color: #d975ac
}

body.hersenletsel .news-event__title.h2--lg {
    color: #53a566
}

body.palliatief .news-event__title.h2--lg {
    color: #6293b1
}

body.levensvragen .news-event__title.h2--lg {
    color: #e99d4c
}

@media only screen and (max-width: 1200px) {
    .news-event {
        padding: 60px 0
    }

    .news-event__titlewrapper {
        margin: 0 0 20px;
        gap: 10px
    }

    .news-event__wrapper {
        --cols: 2;
        --gap: 30px;
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 2;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap)
    }

    .news-event__wrapper > * {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }

    .news-event--bgcolor {
        margin: 30px 0
    }
}

@media only screen and (max-width: 768px) {
    .news-event {
        padding: 60px 0
    }

    .news-event__titlewrapper {
        flex-direction: column;
        align-self: flex-start
    }

    .news-event__buttons {
        grid-row-start: 3;
        align-self: flex-start;
        justify-content: center;
        margin: 30px 0;
        gap: 5px
    }

    .news-event__buttons, .news-event__wrapper {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        flex-wrap: wrap
    }

    .news-event__wrapper {
        --cols: 1;
        --gap: 10px;
        grid-row-start: 2;
        display: flex;
        gap: var(--gap)
    }

    .news-event__wrapper > * {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }
}

.password-form {
    padding: 30px;
    background: #f7f7f7;
    text-align: center
}

.password-form > p:not(:last-child) {
    margin: 0 0 15px
}

.password-form input {
    margin-bottom: 7.5px
}

.password-form__input {
    margin-right: 7.5px;
    padding: 6px 15px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e0dad7
}

.password-form__button {
    padding: 15px 45px
}

.post-teaser {
    display: flex;
    flex-direction: column;
    padding: 0
}

.post-teaser, .post-teaser:hover {
    color: #1d1e21
}

.post-teaser__thumb {
    flex: 0 0 auto;
    height: 260px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.post-teaser__thumb img {
    display: none;
    width: 100%
}

.post-teaser__inner {
    position: relative;
    flex: 1 1 auto
}

.post-teaser__title {
    margin: 0;
    color: #333;
    font-size: 22px
}

.post-teaser__title a {
    text-decoration: none
}

.post-teaser__meta {
    display: block;
    margin-bottom: -15px
}

.post-teaser__summary {
    display: block;
    margin-bottom: 1em;
    line-height: 1.5
}

.post-teaser__summary p {
    margin: 0
}

.post-teaser .byline {
    display: none
}

@media only screen and (max-width: 768px) {
    .post-teaser {
        flex-direction: row
    }

    .post-teaser__inner {
        line-height: 1.5
    }

    .post-teaser__thumb {
        flex: 0 0 100px;
        height: auto;
        margin: 0
    }

    .post-teaser__summary {
        display: none
    }

    .post-teaser__meta {
        margin-bottom: 0
    }
}

.post-teaser--landscape {
    flex-direction: row
}

.post-teaser--landscape .post-teaser__thumb {
    flex: 0 0 240px;
    margin: 0 15px 0 0
}

@media only screen and (max-width: 768px) {
    .post-teaser--landscape .post-teaser__thumb {
        flex: 0 0 100px
    }
}

.post-teaser--slideout {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(51, 51, 51, .1);
    box-shadow: none;
    text-align: center
}

.post-teaser--slideout .post-teaser__inner {
    z-index: 1;
    background: #fff
}

.post-teaser--slideout .post-teaser__thumb {
    height: auto;
    margin: 30px 30px 0;
    background-color: transparent
}

.post-teaser--slideout .post-teaser__thumb img {
    display: block
}

.post-teaser--slideout .post-teaser__summary {
    margin: 0;
    font-size: 18px;
    line-height: 2
}

.post-teaser--slideout:hover {
    z-index: 2;
    -webkit-transform: scale(1.02) translateY(-1%);
    transform: scale(1.02) translateY(-1%);
    box-shadow: 0 90px 50px -10px rgba(51, 51, 51, .4)
}

@media only screen and (max-width: 768px) {
    .post-teaser--slideout .post-teaser__thumb {
        margin: 0
    }

    .post-teaser--slideout .post-teaser__thumb img {
        display: none
    }
}

.searchresults {
    margin: 0 0 60px
}

.searchresults__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px
}

.searchresults__amount {
    font-weight: 700
}

.searchresults .list__item {
    position: relative;
    margin: 0
}

.searchresults .list__item:last-child .searchresult {
    padding-bottom: 0
}

.searchresults .list__item + .list__item .searchresult {
    border-top: 1px solid #e0dad7
}

.searchresults-section {
    padding: 60px;
    border: 1px solid #e0dad7
}

.searchresults-section:not(:last-child) {
    margin-bottom: 30px
}

.searchresults-section .searchresult__label {
    display: none
}

.searchresult {
    display: block;
    padding: 20px 0
}

.searchresult__label {
    margin-bottom: 9px
}

.searchresult__title {
    margin: 0;
    transition: .2s ease-in-out;
    color: #333;
    font-size: 20px
}

.searchresult__summary {
    display: block;
    color: rgba(51, 51, 51, .75);
    line-height: 1.5
}

.searchresult :active .searchresult__title, .searchresult:hover .searchresult__title {
    color: #b16d73
}

@media only screen and (max-width: 768px) {
    .searchresults__header {
        flex-wrap: wrap
    }

    .searchresults__header .search-widget {
        margin: 15px 0 0
    }

    .searchresults-section {
        padding: 30px
    }
}

.section {
    position: relative;
    padding: 90px 0
}

.section .grid {
    justify-content: center
}

.section__title {
    position: relative;
    margin-bottom: 60px;
    font-size: 38px;
    text-align: center
}

.section__footer {
    display: flex;
    margin-top: 45px
}

.section__btn {
    margin: auto
}

.section--grayshade {
    background: #f7f7f7
}

.section--bg {
    background: #8f545a;
    color: #fff
}

.section--bg .section__title {
    color: #fff
}

.section--landscape {
    display: flex;
    padding: 0
}

.section--landscape .section__title {
    margin: 0 0 30px;
    padding: 0;
    text-align: left
}

.section--landscape .section__title:after {
    display: none
}

.section--landscape .section__btn {
    margin-top: 30px
}

.section--landscape .section__content {
    position: relative;
    z-index: 1;
    flex: 0 0 40%;
    padding: 90px
}

.section--landscape .section__image {
    flex: 0 0 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.section--offset {
    margin-bottom: 90px;
    padding: 90px 90px 90px 0
}

.section--offset .section__content {
    padding-left: 0;
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    background: #fff
}

.section--offset .section__image {
    margin: -90px 0
}

@media only screen and (max-width: 1024px) {
    .section {
        padding: 75px 0
    }
}

@media only screen and (max-width: 768px) {
    .section {
        padding: 45px 0
    }

    .section__title {
        margin-bottom: 30px;
        font-size: 28px
    }

    .section--landscape {
        display: flex;
        flex-direction: column
    }

    .section--landscape .section__content {
        padding: 30px
    }

    .section--landscape .section__image {
        order: -1;
        height: 300px
    }

    .section--offset {
        margin: 0;
        padding: 0
    }

    .section--offset .section__content {
        margin: -45px 30px 45px;
        padding: 45px 30px 30px;
        -webkit-transform: none;
        transform: none
    }

    .section--offset .section__image {
        margin: 0
    }
}

.swiper-pagination {
    display: flex;
    position: absolute;
    z-index: 15;
    right: 60px;
    bottom: 60px
}

.swiper-pagination-bullet {
    display: inline-block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: transparent;
    cursor: pointer
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

@media only screen and (max-width: 768px) {
    .swiper-pagination {
        right: auto;
        bottom: 37.5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.mce-content-body, .text__text, .texteditor {
    line-height: 1.77
}

.mce-content-body .h2, .mce-content-body h2, .text__text .h2, .text__text h2, .texteditor .h2, .texteditor h2 {
    margin-bottom: 20px
}

.mce-content-body .h4, .mce-content-body h4, .text__text .h4, .text__text h4, .texteditor .h4, .texteditor h4 {
    margin-bottom: 10px;
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(16px, 1.4102564103vw, 22px);
    font-weight: 700;
    letter-spacing: 1px
}

.mce-content-body p, .text__text p, .texteditor p {
    font-size: clamp(15px, 1.2820512821vw, 20px);
    letter-spacing: .9px
}

.mce-content-body p:not(:last-child), .text__text p:not(:last-child), .texteditor p:not(:last-child) {
    margin-bottom: 40px
}

.mce-content-body a, .text__text a, .texteditor a {
    transition: .2s;
    color: #333;
    text-decoration: underline
}

.mce-content-body a:active, .mce-content-body a:hover, .text__text a:active, .text__text a:hover, .texteditor a:active, .texteditor a:hover {
    color: #8f545a
}

body.dementie .mce-content-body a:active, body.dementie .mce-content-body a:hover, body.dementie .text__text a:active, body.dementie .text__text a:hover, body.dementie .texteditor a:active, body.dementie .texteditor a:hover {
    color: #d975ac
}

body.hersenletsel .mce-content-body a:active, body.hersenletsel .mce-content-body a:hover, body.hersenletsel .text__text a:active, body.hersenletsel .text__text a:hover, body.hersenletsel .texteditor a:active, body.hersenletsel .texteditor a:hover {
    color: #53a566
}

body.palliatief .mce-content-body a:active, body.palliatief .mce-content-body a:hover, body.palliatief .text__text a:active, body.palliatief .text__text a:hover, body.palliatief .texteditor a:active, body.palliatief .texteditor a:hover {
    color: #6293b1
}

body.levensvragen .mce-content-body a:active, body.levensvragen .mce-content-body a:hover, body.levensvragen .text__text a:active, body.levensvragen .text__text a:hover, body.levensvragen .texteditor a:active, body.levensvragen .texteditor a:hover {
    color: #e99d4c
}

.mce-content-body strong, .text__text strong, .texteditor strong {
    color: #333
}

.mce-content-body ul, .text__text ul, .texteditor ul {
    margin: 0 0 40px
}

.mce-content-body ul li, .text__text ul li, .texteditor ul li {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: clamp(16px, 1.2820512821vw, 20px)
}

.mce-content-body ul li:last-child, .text__text ul li:last-child, .texteditor ul li:last-child {
    margin-bottom: 0
}

.mce-content-body ul li:before, .text__text ul li:before, .texteditor ul li:before {
    content: "\e92e";
    position: absolute;
    top: 0;
    left: 0;
    color: #b16d73;
    font-size: clamp(16px, 1.2820512821vw, 20px)
}

body.dementie .mce-content-body ul li:before, body.dementie .text__text ul li:before, body.dementie .texteditor ul li:before {
    color: #d975ac
}

body.hersenletsel .mce-content-body ul li:before, body.hersenletsel .text__text ul li:before, body.hersenletsel .texteditor ul li:before {
    color: #53a566
}

body.palliatief .mce-content-body ul li:before, body.palliatief .text__text ul li:before, body.palliatief .texteditor ul li:before {
    color: #6293b1
}

body.levensvragen .mce-content-body ul li:before, body.levensvragen .text__text ul li:before, body.levensvragen .texteditor ul li:before {
    color: #e99d4c
}

.mce-content-body ul li a, .text__text ul li a, .texteditor ul li a {
    font-weight: 400;
    text-decoration: none
}

.mce-content-body ol, .text__text ol, .texteditor ol {
    margin: 0
}

.mce-content-body ol li, .text__text ol li, .texteditor ol li {
    padding-left: 30px;
    counter-increment: step-counter
}

.mce-content-body ol li:not(:last-child), .text__text ol li:not(:last-child), .texteditor ol li:not(:last-child) {
    margin-bottom: 15px
}

.mce-content-body ol li:before, .text__text ol li:before, .texteditor ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    color: #8f545a;
    font-family: Synonym, sans-serif;
    font-weight: 600;
    line-height: inherit
}

.mce-content-body ol ol, .text__text ol ol, .texteditor ol ol {
    counter-reset: step-counter
}

.to-archive {
    margin-top: min(3.84615%, (1 * 60px))
}

.widget-search__input-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.widget-search__input-row {
    position: relative;
    flex: 1 1 auto;
    line-height: 1
}

.widget-search__input-row--btn {
    flex: 0 0 auto;
    padding-left: 5px;
    text-align: right
}

.widget-search__label {
    display: inline-block;
    margin-bottom: .5em
}

.widget-search__input {
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    padding: 15px;
    font-size: 20px
}

.widget-search__btn {
    height: 60px;
    padding: 0 15px;
    text-align: center
}

.widget-search__btn:after {
    content: "\e920";
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 30px
}

.widget-search--in-overlay .widget-search__label {
    background: #1d1e21;
    color: #fff
}

.search-widget--small .widget-search__input {
    height: 50px;
    font-size: 18px
}

.search-widget--small .widget-search__btn {
    height: 50px
}

.content-main {
    flex-grow: 1;
    width: min(50%, (13 * 60px))
}

.blog .content-main {
    flex-grow: 1
}

@media only screen and (max-width: 768px) {
    .content-main {
        width: 100%
    }
}

.footer__columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer__columns.footer__columns--centered {
    align-items: center;
    justify-content: center
}

.footer__cta {
    background: #e0dad7;
    color: #fff;
    text-align: center
}

.footer__cta > .layout-container {
    padding: 60px 0
}

.footer__cta-title {
    margin: 0
}

.footer__cta-btn {
    margin-left: 30px
}

.footer__inner > .layout-container {
    padding: 60px 0
}

.footer__legal > .layout-container {
    padding: 30px 0
}

@media only screen and (max-width: 768px) {
    .footer__columns {
        flex-direction: column;
        gap: 30px
    }
}

.header {
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    color: #333
}

.header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .2s ease-in-out;
    background: #fff
}

body.fixnav .header {
    position: fixed;
    margin-top: -160px
}

body.fixnav .header:before {
    background: hsla(0, 0%, 100%, .85);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.header__top {
    grid-row-start: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.header__nav, .header__top {
    grid-column-end: span 26;
    grid-row-end: span 1;
    grid-column-start: 3
}

.header__nav {
    grid-row-start: 2
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px
}

.header__logo {
    margin: -10px 0
}

.header__nav-primary {
    flex-grow: 1;
    justify-content: space-between;
    margin-left: auto
}

.header__nav-primary, .header__tools {
    display: flex;
    align-items: center
}

.header__tools-mobile {
    display: none
}

.header__tools-phonenumber {
    margin-right: 40px;
    transition: .2s ease-in-out;
    color: #333;
    font-family: Chillax, sans-serif;
    font-size: clamp(24px, 1.7948717949vw, 28px);
    font-weight: 700;
    letter-spacing: 1.4px
}

.header__menu-overlay .header__tools-phonenumber, .header__menu-overlay .header__tools-phonenumber:hover {
    color: #fff
}

.header__tools-phonenumber:hover {
    color: #8f545a
}

.header__tools-button {
    margin: 0 12px 0 0
}

.header__tools-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin: 0 12px 0 0;
    transition: .2s ease-in-out;
    border: 0;
    border-radius: 60px;
    outline: none;
    background: #b16d73;
    cursor: pointer
}

.header__tools-search:before {
    content: "\e920";
    transition: .2s ease-in-out;
    color: #fff;
    font-size: clamp(24px, 1.5384615385vw, 24px);
    line-height: 1
}

.header__menu-overlay .header__tools-search {
    background: #fff
}

.header__menu-overlay .header__tools-search:before {
    color: #333
}

.header__tools-search:hover {
    background-color: #8f545a
}

.header__tools-search:hover:before {
    font-size: clamp(28px, 1.7948717949vw, 28px)
}

.header__menu-toggle {
    display: none
}

.header__menu-overlay-nav-primary-mobile-title {
    color: #b16d73;
    font-size: clamp(32px, 2.0512820513vw, 32px)
}

.header__menu-overlay-nav-primary-mobile-title.dementie_navigation {
    color: #d975ac
}

.header__menu-overlay-nav-primary-mobile-title.hersenletsel_navigation {
    color: #53a566
}

.header__menu-overlay-nav-primary-mobile-title.palliatief_navigation {
    color: #6293b1
}

.header__menu-overlay-nav-primary-mobile-title.levensvragen_navigation {
    color: #e99d4c
}

.header__menu-overlay {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-rows:180px auto;
    height: 100vh;
    background: #f4ece9;
    color: #fff
}

.header__menu-overlay._open {
    display: grid
}

.header__menu-overlay:before {
    grid-column-end: span 19;
    grid-column-start: 1;
    background: url(/public/themes/website-hvlz/images/full-menu-bg.png) 50% 50%;
    background-size: cover
}

.header__menu-overlay:after, .header__menu-overlay:before {
    grid-row-end: span 2;
    grid-row-start: 1;
    content: "";
    display: flex;
    width: 100%;
    height: 100%
}

.header__menu-overlay:after {
    grid-column-end: span 13;
    grid-column-start: 20;
    background: #8f545a
}

.header__menu-overlay-brand {
    grid-column-end: span 8;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1;
    align-self: center
}

.header__menu-overlay-nav-network {
    display: block
}

.header__menu-overlay-nav-network, .header__menu-overlay-nav-network-mobile {
    grid-column-end: span 8;
    grid-row-end: span 1;
    grid-column-start: 6;
    grid-row-start: 2;
    align-self: center;
    margin-left: 30px
}

.header__menu-overlay-nav-network-mobile {
    display: none
}

.header__menu-overlay-nav-secondary {
    grid-column-end: span 6;
    grid-row-end: span 1;
    grid-column-start: 23;
    grid-row-start: 2;
    align-self: center
}

.header__menu-overlay-close-menu {
    grid-column-end: span 26;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-self: flex-end
}

.header__menu-overlay-close-menu-mobile {
    display: none
}

.header__menu-overlay-circle {
    grid-column-end: span 3;
    grid-row-end: span 2;
    grid-column-start: 17;
    grid-row-start: 1;
    margin-right: -1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyMCAxMDgwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgaWQ9IkNvbWJpbmVkLVNoYXBlIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjAwMjQ4LDAsMCwxLC05NjcuODA1LDApIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMSI+CiAgICAgICAgICAgIDxyZWN0IHg9Ijk2NS40MTUiIHk9Ii0wLjAyIiB3aWR0aD0iMTE5LjcwNCIgaGVpZ2h0PSIxMDgwLjAyIi8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXAxKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNjgwLDBMMTY4MCwxMDgwTDk5My4yMjcsMTA4MEMxMDQ5LjQxLDkyMi40ODEgMTA4MCw3NTIuODEzIDEwODAsNTc2QzEwODAsMzcxLjkwOCAxMDM5LjI0LDE3Ny4zMzYgOTY1LjQxNSwtMC4wMkw5NjUuNDIzLC0wLjAwMUwxNjgwLDBaIiBzdHlsZT0iZmlsbDpyZ2IoMTI3LDY4LDY4KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 100% 100%
}

.header__menu-overlay-nav-primary-mobile {
    display: grid;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    grid-template-rows:100px auto;
    max-width: 100%;
    height: 100vh;
    padding: 0 30px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .5s ease-in-out;
    background: #f9f3f3;
    color: #fff
}

.header__menu-overlay-nav-primary-mobile._open {
    left: 0
}

.header__menu-overlay-nav-primary-mobile-brand {
    grid-column-end: span 20;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1;
    align-self: center
}

.header__menu-overlay-nav-primary-mobile-subnav-wrapper {
    grid-column-end: span 17;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 2;
    margin: 45px 0 150px
}

.header__menu-overlay-nav-primary-mobile-subnav-wrapper .nav-primary {
    margin-bottom: 90px
}

.header__menu-overlay-nav-primary-mobile-subnav {
    display: none
}

.header__menu-overlay-nav-primary-mobile-subnav._open {
    display: block
}

.header__menu-overlay-nav-primary-mobile-close-wrapper {
    grid-column-end: span 30;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-row-start: 3;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 200%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: .5s ease-in-out;
    background-color: #f9f3f3;
    gap: 6px
}

.header__menu-overlay-nav-primary-mobile-close-wrapper._open {
    left: 0
}

.header__menu-overlay-nav-primary-mobile-subnav-close {
    display: flex;
    position: absolute;
    top: -50px;
    left: 20px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 10px 10px 50px -20px rgba(0, 0, 0, .75);
    cursor: pointer
}

.header__menu-overlay-nav-primary-mobile-subnav-close:before {
    content: "\e916";
    color: #333;
    font-size: clamp(14px, .8974358974vw, 14px);
    line-height: 1
}

@media only screen and (max-width: 1180px) {
    .header__tools-button {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        position: relative;
        padding: 20px 0
    }

    body.fixnav .header {
        position: relative;
        margin-top: 0
    }

    body.fixnav .header:before {
        display: none
    }

    .header__main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px
    }

    .header__nav-primary {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        max-width: 500px;
        height: calc(100vh - 60px);
        overflow: hidden;
        overflow-y: auto;
        background: #e0dad7
    }

    .header__menu-toggle, .header__nav-primary--active {
        display: block
    }

    .header__top {
        flex-direction: column;
        margin-bottom: 0
    }

    .header__logo {
        margin: 0
    }

    .header__tools {
        display: none
    }

    .header__tools-phonenumber {
        margin-right: 0
    }

    .header__tools-mobile {
        display: flex;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        padding: 15px;
        background-color: #fff;
        gap: 6px
    }

    .header__menu-overlay-close-menu {
        display: none
    }

    .header__menu-overlay {
        grid-template-rows:100px auto auto auto;
        overflow: auto;
        overflow-x: hidden
    }

    .header__menu-overlay:before {
        grid-row-end: span 1;
        content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM5MyAyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIGlkPSJTdWJ0cmFjdCIgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwwLC00MjQuMDM4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDEiPgogICAgICAgICAgICA8cmVjdCB4PSItMC4wMDYiIHk9IjQyNC4wMzgiIHdpZHRoPSIzOTMuMDA5IiBoZWlnaHQ9IjI3Ljk2MiIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMSkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzkzLDMzOEwzOTMuMDA0LDQyOC4zMDJDMzI5Ljg4LDQ0My43ODcgMjYzLjg5OSw0NTIgMTk2LDQ1MkMxMjguNDU5LDQ1MiA2Mi44MTUsNDQzLjg3NCAtMC4wMDYsNDI4LjU0NkwwLDMzOEwzOTMsMzM4WiIgc3R5bGU9ImZpbGw6cmdiKDI0NCwyMzYsMjMzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: calc(100% + 20px);
        margin-left: -20px;
        overflow-x: hidden;
        background: none
    }

    .header__menu-overlay:after, .header__menu-overlay:before {
        grid-column-end: span 30;
        grid-column-start: 1;
        grid-row-start: 3
    }

    .header__menu-overlay:after {
        grid-row-end: span 2;
        background: #8f545a
    }

    .header__menu-overlay-close-menu-mobile {
        display: flex;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        padding: 15px;
        background-color: #8f545a;
        gap: 6px
    }

    .header__menu-overlay-close-menu-mobile:after {
        content: "";
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(180deg, rgba(78, 126, 162, 0), #a35d5e)
    }

    .header__menu-overlay-brand {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }

    .header__menu-overlay-nav-network {
        display: none;
        margin: 30px 0
    }

    .header__menu-overlay-nav-network, .header__menu-overlay-nav-network-mobile {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 2
    }

    .header__menu-overlay-nav-network-mobile {
        display: block;
        margin: 0
    }

    .header__menu-overlay-nav-secondary {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 3;
        padding-top: 30px;
        padding-bottom: 180px
    }

    .header__menu-overlay-circle {
        grid-column-end: span 30;
        grid-row-end: span 4;
        grid-column-start: 1;
        grid-row-start: 1;
        background-image: none
    }

    .header__menu-overlay .header__tools-search {
        background-color: #b16d73
    }

    .header__menu-overlay .header__tools-search:before {
        color: #fff
    }

    .header__menu-overlay .header__tools-search:hover {
        background-color: #8f545a
    }
}

.notification-banner {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px 10px;
    background-color: #b16d73;
    color: #fff
}

.notification-banner.active {
    display: flex
}

.notification-banner__title {
    line-height: 1.2
}

.notification-banner__close {
    position: absolute;
    top: 0;
    right: 10px;
    height: 26px;
    transition: .2s;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    rotate: 45deg
}

.notification-banner__close:hover {
    scale: 1.1;
    color: #333
}

@media only screen and (max-width: 768px) {
    .notification-banner__title {
        font-size: 14px
    }
}

.page-content {
    display: flex;
    flex-direction: column;
    gap: 90px
}

@media only screen and (max-width: 1024px) {
    .page-content {
        gap: 60px
    }
}

.page-header {
    position: relative
}

.page-header__image {
    grid-column-end: span 30;
    grid-column-start: 1;
    z-index: 1;
    background-color: #f4ece9
}

.page-header__image, .page-header__title {
    grid-row-end: span 1;
    grid-row-start: 1;
    position: relative
}

.page-header__title {
    grid-column-end: span 11;
    grid-column-start: 4;
    z-index: 2;
    margin: auto 0 135px
}

.page-header__breadcrumbs {
    grid-column-end: span 30;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-row-start: 2;
    border-bottom: 1px solid #f4ece9
}

.page-header__introduction {
    grid-column-end: span 16;
    grid-row-end: span 1;
    grid-column-start: 8;
    grid-row-start: 3;
    margin-top: 90px
}

.page-header__image-deco {
    grid-column-end: span 2;
    grid-row-end: span 1;
    grid-column-start: 26;
    grid-row-start: 1;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgo8L3N2Zz4K);
    z-index: 1;
    width: 124px;
    height: 100%
}

.page-header__no-image .page-header__image {
    min-height: 390px
}

.page-header__no-image .page-header__title {
    grid-column-end: span 15;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    margin: auto 0 90px
}

.page-header__title-black {
    margin: 100px 0
}

.page-header__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 660px
}

.page-header__image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45))
}

.page-header__no-image .page-header__image:before {
    display: none
}

.page-header__introduction-meta {
    display: flex;
    margin-bottom: 45px;
    gap: 25px
}

.page-header__introduction-meta li {
    display: flex;
    align-items: center;
    color: #666b88;
    font-family: Synonym, sans-serif;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    font-weight: 300;
    letter-spacing: .8px;
    text-transform: uppercase
}

.page-header__introduction-meta li.date:before {
    content: "\e92a";
    margin-right: 5px;
    color: #d975ac;
    font-size: clamp(24px, 1.5384615385vw, 24px)
}

.page-header__introduction-meta li.time:before {
    content: "\e92d";
    margin-right: 5px;
    color: #d975ac;
    font-size: clamp(24px, 1.5384615385vw, 24px)
}

.page-header__introduction-meta li.location:before {
    content: "\e927";
    margin-right: 5px;
    color: #d975ac;
    font-size: clamp(24px, 1.5384615385vw, 24px)
}

@media only screen and (max-width: 1024px) {
    .page-header__title {
        grid-column-end: span 20;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin: auto 0 30px
    }

    .page-header__introduction {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 3;
        margin-top: 30px
    }

    .page-header__image-deco {
        width: 64px
    }

    .page-header__no-image .page-header__image {
        min-height: 180px
    }

    .page-header__no-image .page-header__title {
        grid-column-end: span 15;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin: auto 0 30px
    }

    .page-header__image img {
        min-height: 340px
    }

    .page-header__introduction-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }
}

.page-header-network {
    position: relative
}

.page-header-network__image {
    grid-column-end: span 30;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    background-color: #f4ece9
}

.page-header-network__title {
    grid-column-end: span 12;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    position: relative;
    z-index: 2;
    margin: auto 0 135px
}

.page-header-network__breadcrumbs {
    grid-column-end: span 30;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-row-start: 2;
    border-bottom: 1px solid #f4ece9
}

.page-header-network__introduction {
    grid-column-end: span 14;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 3;
    margin-top: 90px
}

.page-header-network__block {
    grid-column-end: span 7;
    grid-row-end: span 1;
    grid-column-start: 21;
    grid-row-start: 3;
    position: relative;
    z-index: 2;
    min-height: 330px;
    margin-top: -150px;
    margin-bottom: auto;
    padding: 51px 60px 40px;
    border-radius: 12px;
    background-color: #f9f3f3;
    color: #b16d73
}

body.dementie .page-header-network__block {
    background-color: #ffeff8;
    color: #6293b1
}

body.hersenletsel .page-header-network__block {
    background-color: #f3f9f3;
    color: #53a566
}

body.palliatief .page-header-network__block {
    background-color: #f3f7f9;
    color: #6293b1
}

body.levensvragen .page-header-network__block {
    background-color: #fdf7f0;
    color: #e99d4c
}

.page-header-network__image-deco {
    grid-column-end: span 2;
    grid-row-end: span 1;
    grid-column-start: 26;
    grid-row-start: 1;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgo8L3N2Zz4K);
    z-index: 1;
    width: 124px;
    height: 100%
}

.page-header-network__no-block .page-header-network__introduction {
    grid-column-end: span 16;
    grid-row-end: span 1;
    grid-column-start: 8;
    grid-row-start: 3
}

body.dementie .page-header-network__block-title {
    color: #d975ac
}

body.hersenletsel .page-header-network__block-title {
    color: #53a566
}

body.palliatief .page-header-network__block-title {
    color: #6293b1
}

body.levensvragen .page-header-network__block-title {
    color: #e99d4c
}

.page-header-network__block--links {
    padding: 60px;
    background-color: #b16d73
}

body.dementie .page-header-network__block--links {
    background-color: #d975ac
}

body.hersenletsel .page-header-network__block--links {
    background-color: #53a566
}

body.palliatief .page-header-network__block--links {
    background-color: #6293b1
}

body.levensvragen .page-header-network__block--links {
    background-color: #e99d4c
}

.page-header-network__title-black {
    margin: 100px 0
}

.page-header-network__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 660px
}

.page-header-network__image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45))
}

.page-header-network__no-image .page-header-network__image:before {
    display: none
}

.page-header-network__block-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.property__label {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-size: clamp(15px, 1.1538461538vw, 18px);
    letter-spacing: .9px;
    line-height: 1.333
}

.property__value {
    display: block;
    margin-bottom: 30px;
    font-family: Chillax, sans-serif;
    font-size: clamp(48px, 3.8461538462vw, 60px);
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1
}

.page-header-network__block-link {
    display: block;
    padding: 20px 0;
    transition: .2s;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    font-size: clamp(20px, 1.2820512821vw, 20px);
    font-weight: 600;
    letter-spacing: 1px
}

.page-header-network__block-link:hover {
    color: #333
}

.page-header-network__introduction-meta {
    display: flex;
    margin-bottom: 60px;
    gap: 25px
}

.page-header-network__introduction-meta li {
    display: flex;
    align-items: center;
    color: #666b88;
    font-family: Synonym, sans-serif;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    font-weight: 300;
    letter-spacing: .8px;
    text-transform: uppercase
}

.page-header-network__introduction-meta li.date:before {
    content: "\e92a";
    margin-right: 5px;
    color: #d975ac;
    font-size: clamp(24px, 1.5384615385vw, 24px)
}

.page-header-network__introduction-meta li.time:before {
    content: "\e92d";
    margin-right: 5px;
    color: #d975ac;
    font-size: clamp(24px, 1.5384615385vw, 24px)
}

.page-header-network__introduction-meta li.location:before {
    content: "\e927";
    margin-right: 5px;
    color: #d975ac;
    font-size: clamp(24px, 1.5384615385vw, 24px)
}

@media only screen and (max-width: 1024px) {
    .page-header-network__title {
        grid-row-start: 1;
        margin: auto 0 60px
    }

    .page-header-network__block, .page-header-network__title {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4
    }

    .page-header-network__block {
        grid-row-start: 3;
        margin-top: 40px;
        padding: 30px
    }

    .page-header-network__introduction {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 2;
        margin-top: 30px
    }

    .page-header-network__image-deco {
        width: 64px
    }

    .page-header-network__no-block .page-header-network__introduction {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 3
    }

    .page-header-network__image img {
        min-height: 340px
    }
}

.page-header-contact {
    position: relative;
    padding: 90px 0;
    background-color: #f9f3f3
}

.page-header-contact__title {
    grid-column-end: span 8;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    position: relative;
    z-index: 2
}

.page-header-contact__introduction {
    grid-column-end: span 14;
    grid-row-end: span 1;
    grid-column-start: 13;
    grid-row-start: 1
}

.page-header-contact__introduction .introduction {
    margin-bottom: 40px
}

@media only screen and (max-width: 1024px) {
    .page-header-contact__title {
        grid-row-start: 1;
        margin: auto 0 30px
    }

    .page-header-contact__introduction, .page-header-contact__title {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4
    }

    .page-header-contact__introduction {
        grid-row-start: 2
    }
}

.page-header-home {
    position: relative;
    max-height: 600px;
    background-color: #f4ece9
}

.page-header-home__title-wrapper {
    grid-column-end: span 12;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 150px 0
}

.page-header-home__image-lg {
    overflow: hidden
}

.page-header-home__image-border, .page-header-home__image-lg {
    grid-column-end: span 17;
    grid-row-end: span 1;
    grid-column-start: 12;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    max-height: 600px
}

.page-header-home__image-sm {
    grid-column-end: span 6;
    grid-row-end: span 1;
    grid-column-start: 13;
    grid-row-start: 1;
    position: relative;
    z-index: 3;
    align-self: flex-end
}

.page-header-home__title {
    margin-bottom: 70px
}

.page-header-home__image-border img, .page-header-home__image-lg img, .page-header-home__image-sm img {
    margin: 0 auto;
    border-radius: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.page-header-home__image-lg img {
    margin: -120px auto
}

.page-header-home__image-borderwrapper img {
    visibility: hidden
}

.page-header-home__image-borderwrapper {
    display: block;
    max-width: 925px;
    margin: -120px auto;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    border: 2px solid #efc03a;
    border-radius: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 17% 100%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 17% 100%)
}

.page-header-home__image-sm img {
    margin-bottom: -120px
}

@media only screen and (max-width: 1024px) {
    .page-header-home {
        margin-bottom: 120px;
        padding-top: 45px
    }

    .page-header-home__title-wrapper {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 1;
        max-width: 500px;
        margin: 0;
        padding: 0
    }

    .page-header-home__image-lg {
        grid-column-end: span 30;
        grid-row-end: span 1;
        grid-column-start: 1;
        grid-row-start: 2;
        position: relative;
        z-index: 1;
        max-height: none;
        margin-top: -130px;
        margin-bottom: -60px
    }

    .page-header-home__image-border {
        display: none
    }

    .page-header-home__image-sm {
        grid-column-end: span 30;
        grid-row-end: span 1;
        grid-column-start: 1;
        grid-row-start: 2;
        position: relative;
        z-index: 3;
        align-self: flex-end;
        margin-bottom: -60px
    }

    .page-header-home__title {
        margin-bottom: 40px
    }

    .page-header-home__image-border img, .page-header-home__image-lg img {
        max-width: 360px;
        max-height: 360px;
        margin: 0 -60px 0 auto
    }

    .page-header-home__image-sm img {
        max-width: 240px;
        max-height: 240px;
        margin-right: 180px;
        margin-bottom: -60px;
        margin-left: auto
    }
}

@media only screen and (max-width: 460px) {
    .page-header-home__image-sm img {
        margin-left: -30px
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(51, 51, 51, .6)
}

.popup.active {
    display: block
}

.popup__inner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    padding: 75px 45px 45px;
    overflow: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff
}

.popup__title {
    display: block;
    margin-bottom: 10px
}

.popup__close {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #b16d73;
    cursor: pointer
}

.popup__close:hover {
    background: #a85c63
}

.popup__close .icon-plus:before {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 24px;
    rotate: 45deg
}

.popup__text {
    display: block
}

.popup__link {
    margin-top: 30px
}

@media only screen and (max-width: 1024px) {
    .popup__inner {
        max-width: 600px
    }
}

@media only screen and (max-width: 768px) {
    .popup {
        padding: 100px 30px 120px
    }

    .popup__inner {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        max-width: none;
        padding: 75px 30px 30px;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .popup__close {
        width: 45px;
        height: 45px
    }
}

.sidebar-main {
    flex-grow: 1;
    order: -1;
    width: min(19.23077%, (5 * 60px));
    padding-right: min(3.84615%, (1 * 60px))
}

.sidebar-main > :not(:empty) {
    margin-bottom: 30px
}

.sidebar-main > :last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    .sidebar-main {
        flex-basis: 100%;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
        border: 0
    }
}

.overlay-search {
    display: flex;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow: auto;
    opacity: 0;
    pointer-events: none
}

.overlay-search .layout-container {
    width: 100%
}

.overlay-search .widget-search__input-row input[type=search] {
    height: 60px;
    border: none;
    outline: none
}

.overlay-search__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(51, 51, 51, .85)
}

.overlay-search__inner {
    position: relative;
    z-index: 2
}

.overlay-search__close {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px
}

.overlay-search--active {
    opacity: 1;
    pointer-events: all
}

.overlay-search--active .overlay-search__inner {
    opacity: 1
}

@media only screen and (max-width: 768px) {
    .overlay-search__close {
        top: 20px;
        right: 25px
    }
}

.banner {
    position: relative
}

.banner__image {
    grid-column-end: span 13
}

.banner__image, .banner__image-full {
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1
}

.banner__image-full {
    grid-column-end: span 26;
    position: relative;
    overflow: hidden
}

.banner__content {
    grid-column-end: span 13;
    grid-row-end: span 1;
    grid-column-start: 16;
    grid-row-start: 1;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    padding: 60px 120px;
    background: #b16d73
}

body.dementie .banner__content {
    background: #d975ac
}

body.hersenletsel .banner__content {
    background: #53a566
}

body.palliatief .banner__content {
    background: #6293b1
}

body.levensvragen .banner__content {
    background: #e99d4c
}

.banner__content-full {
    grid-column-end: span 13;
    grid-row-end: span 1;
    grid-column-start: 16;
    grid-row-start: 1;
    background: none
}

.banner__deco {
    grid-column-start: 26;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgo8L3N2Zz4K);
    width: 124px;
    opacity: .5
}

.banner__deco, .banner__deco-full {
    grid-column-end: span 2;
    grid-row-end: span 1;
    grid-row-start: 1;
    z-index: 2;
    height: 100%
}

.banner__deco-full {
    grid-column-start: 4;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KPC9zdmc+Cg==);
    width: 144px
}

body.template-homepage .banner {
    padding: 90px 0 60px
}

body.template-homepage .banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-color: #f4ece9
}

.banner__image-full:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5))
}

.banner__content-button {
    margin-top: 30px
}

.banner__image img {
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 1024px) {
    .banner__image {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2
    }

    .banner__content, .banner__image-full {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 1
    }

    .banner__content {
        position: relative;
        z-index: 2;
        padding: 60px 30px;
        background: #b16d73
    }

    .banner__content-full {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 1;
        margin-top: auto;
        background: none
    }

    .banner__deco {
        grid-column-end: span 1;
        grid-column-start: 26;
        content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgo8L3N2Zz4K);
        width: 60px;
        opacity: .5
    }

    .banner__deco, .banner__deco-full {
        grid-row-end: span 1;
        grid-row-start: 1;
        z-index: 2;
        height: 100%
    }

    .banner__deco-full {
        grid-column-end: span 10;
        grid-column-start: 4;
        content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KPC9zdmc+Cg==);
        width: 85px
    }

    .banner__image-full img {
        min-height: 440px
    }

    .banner__content-button {
        margin-top: 0
    }
}

.card {
    display: block;
    position: relative;
    padding: 30px;
    border: 1px solid #e0dad7;
    background: #fff;
    color: #333;
    text-decoration: none
}

.card__grid {
    --cols: 3;
    display: grid;
    grid-template-columns:repeat(var(--cols), 1fr);
    align-items: start;
    gap: 30px
}

@media only screen and (max-width: 1024px) {
    .card__grid {
        --cols: 2
    }
}

@media only screen and (max-width: 768px) {
    .card__grid {
        --cols: 1
    }
}

.card-event {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
    transition: .3s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 12px;
    background: #fff;
    color: #333;
    text-decoration: none
}

.card-event:hover {
    margin-top: -10px;
    margin-bottom: 50px;
    border: 1px solid #b16d73;
    box-shadow: 0 24px 24px -12px rgba(0, 0, 0, .1)
}

.card-event:hover .card-event__title {
    color: #b16d73
}

.card-event:hover .card-event__date {
    margin-top: -85px;
    margin-bottom: 50px
}

.card-event:hover .card-event__date .date {
    background-color: #f4ece9;
    box-shadow: none
}

.card-event__title {
    margin-bottom: 30px;
    padding-top: 60px;
    transition: .5s ease-in-out;
    letter-spacing: 1.2px
}

.card-event__image img {
    width: 100%;
    height: 100%;
    max-height: 226px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0
}

.card-event__content {
    padding: 0 40px
}

.card-event__date {
    position: absolute;
    margin-top: -70px;
    margin-bottom: 30px;
    transition: .5s ease-in-out;
    color: #666b88;
    font-size: clamp(12px, .7692307692vw, 12px);
    letter-spacing: .6px;
    text-transform: uppercase
}

.card-event__date .date {
    display: inline-block;
    padding: 20px;
    transition: .5s ease-in-out;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);
    text-align: center
}

.card-event__date .day {
    display: block;
    margin-bottom: 10px;
    color: #d975ac;
    font-family: Chillax, sans-serif;
    font-size: clamp(40px, 2.5641025641vw, 40px);
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1
}

.card-event__date .month {
    display: block;
    color: #333;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    font-weight: 300;
    letter-spacing: 4.8px;
    line-height: 1;
    text-transform: uppercase
}

.card-event__meta {
    margin-bottom: 40px
}

.card-event__meta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px
}

.card-event__meta-item {
    display: flex;
    align-items: center;
    color: #666b88;
    font-size: clamp(12px, .7692307692vw, 12px);
    letter-spacing: .6px;
    line-height: 1;
    text-transform: uppercase
}

.card-event__meta-location:before {
    content: "\e927";
    margin-right: 7px;
    color: #d975ac;
    font-size: 18px
}

.card-event__meta-time:before {
    content: "\e92d";
    margin-right: 7px;
    color: #d975ac;
    font-size: 18px
}

.card-event__readon-wrapper {
    margin: auto 40px 0;
    padding: 40px 0;
    border-top: 1px solid #e0dad7
}

@media only screen and (max-width: 768px) {
    .card-event:hover {
        margin-top: 0;
        margin-bottom: 40px
    }

    .card-event__content {
        padding: 0 30px
    }

    .card-event__readon-wrapper {
        margin: auto 30px 0;
        padding: 20px 0
    }
}

.card-news {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 40px;
    transition: .3s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 12px;
    background: #fff;
    color: #333;
    text-decoration: none
}

.card-news:hover {
    margin-top: -10px;
    margin-bottom: 50px;
    border: 1px solid #b16d73;
    box-shadow: 0 24px 24px -12px rgba(0, 0, 0, .1)
}

body.dementie .card-news:hover {
    border: 1px solid #d975ac
}

body.hersenletsel .card-news:hover {
    border: 1px solid #53a566
}

body.palliatief .card-news:hover {
    border: 1px solid #6293b1
}

body.levensvragen .card-news:hover {
    border: 1px solid #e99d4c
}

.card-news:hover .card-news__title {
    color: #b16d73
}

body.dementie .card-news:hover .card-news__title {
    color: #d975ac
}

body.hersenletsel .card-news:hover .card-news__title {
    color: #53a566
}

body.palliatief .card-news:hover .card-news__title {
    color: #6293b1
}

body.levensvragen .card-news:hover .card-news__title {
    color: #e99d4c
}

.card-news__title {
    transition: .5s ease-in-out;
    letter-spacing: 1.2px
}

.card-news__categories, .card-news__title {
    margin-bottom: 30px
}

.card-news__meta {
    margin-bottom: 40px;
    color: #666b88;
    font-size: clamp(10px, .7692307692vw, 12px);
    letter-spacing: clamp(.48px, .0384615385vw, .6px);
    text-transform: uppercase
}

.card-news__slot {
    margin-bottom: 80px;
    font-size: clamp(16px, 1.1538461538vw, 18px);
    letter-spacing: .48px;
    line-height: 1.625
}

.card-news__readon {
    margin-top: auto
}

@media only screen and (max-width: 768px) {
    .card-news {
        margin-bottom: 0;
        padding: 30px
    }

    .card-news:hover {
        margin-top: 0;
        margin-bottom: 0
    }

    .card-news__categories, .card-news__title {
        margin-bottom: 20px
    }

    .card-news__meta {
        margin-bottom: 0
    }

    .card-news__readon, .card-news__slot {
        display: none
    }
}

.card-carrousel {
    display: flex;
    flex-direction: column;
    height: calc(100% - 122px);
    padding: 60px;
    border: 1px solid #e0dad7;
    border-radius: 12px;
    background: #fff
}

.card-carrousel__titlewrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.card-carrousel__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-right: 30px;
    border-radius: 90px;
    background: #b16d73
}

body.dementie .card-carrousel__icon {
    background: #d975ac
}

body.hersenletsel .card-carrousel__icon {
    background: #53a566
}

body.palliatief .card-carrousel__icon {
    background: #6293b1
}

body.levensvragen .card-carrousel__icon {
    background: #e99d4c
}

.card-carrousel__icon img {
    max-height: 48px
}

h3.card-carrousel__title {
    margin-bottom: 0;
    font-size: clamp(20px, 1.7948717949vw, 28px);
    hyphens: auto
}

.card-carrousel__intro {
    margin-bottom: 50px;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    font-weight: 300;
    letter-spacing: .48px;
    line-height: 1.625
}

.card-carrousel__intro p {
    font-size: clamp(16px, 1.2820512821vw, 20px);
    letter-spacing: .48px;
    line-height: 1.625
}

.card-carrousel__readon {
    margin-top: auto
}

@media only screen and (max-width: 1024px) {
    .card-carrousel {
        height: calc(100% - 62px);
        padding: 30px
    }

    .card-carrousel__icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 20px;
        border-radius: 50px
    }

    .card-carrousel__icon img {
        max-height: 24px
    }
}

.card-custom1 {
    background: #f9f3f3
}

body.dementie .card-custom1 {
    background: #ffeff8
}

body.hersenletsel .card-custom1 {
    background: #f3f9f3
}

body.palliatief .card-custom1 {
    background: #f3f7f9
}

body.levensvragen .card-custom1 {
    background: #fdf7f0
}

body.dementie .card-custom1__content-title {
    color: #d975ac
}

body.hersenletsel .card-custom1__content-title {
    color: #53a566
}

body.palliatief .card-custom1__content-title {
    color: #6293b1
}

body.levensvragen .card-custom1__content-title {
    color: #e99d4c
}

.card-custom1__content {
    padding: 60px
}

@media only screen and (max-width: 1024px) {
    .card-custom1__content {
        padding: 30px
    }
}

.card-custom2 {
    display: flex;
    flex-direction: column;
    height: -webkit-max-content;
    height: max-content;
    min-height: 500px;
    padding: 60px;
    background: #b16d73
}

body.dementie .card-custom2 {
    background: #d975ac
}

body.hersenletsel .card-custom2 {
    background: #53a566
}

body.palliatief .card-custom2 {
    background: #6293b1
}

body.levensvragen .card-custom2 {
    background: #e99d4c
}

.card-custom2__title {
    margin-bottom: 30px;
    color: #fff;
    font-family: Chillax, sans-serif;
    font-size: clamp(32px, 2.8205128205vw, 44px);
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 1.363
}

.card-custom2__button {
    margin-top: auto
}

@media only screen and (max-width: 1024px) {
    .card-custom2 {
        min-height: auto;
        padding: 30px
    }
}

.card-network {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 465px;
    padding: 45px 28px;
    transition: .2s ease-in-out;
    border: 1px solid #f4ece9;
    border-radius: 12px;
    background: #fff;
    color: #333;
    text-decoration: none;
    cursor: default
}

.card-network__icon img {
    width: 100px;
    transition: .2s ease-in-out
}

.card-network:hover {
    background-color: #f9f3f3
}

.card-network:hover .card-network__icon img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.card-network:hover .card-network__title {
    color: #b16d73
}

.card-network--dementie .readmore:before {
    color: #d975ac
}

.card-network--hersenletsel .readmore:before {
    color: #53a566
}

.card-network--palliatieve-zorg .readmore:before {
    color: #6293b1
}

.card-network--levensvragen .readmore:before {
    color: #e99d4c
}

.card-network--dementie:hover {
    background-color: #ffeff8
}

.card-network--dementie:hover .card-network__title, .card-network--dementie:hover .readmore:after {
    color: #d975ac
}

.card-network--hersenletsel:hover {
    background-color: #f3f9f3
}

.card-network--hersenletsel:hover .card-network__title, .card-network--hersenletsel:hover .readmore:after {
    color: #53a566
}

.card-network--palliatieve-zorg:hover {
    background-color: #f3f7f9
}

.card-network--palliatieve-zorg:hover .card-network__title, .card-network--palliatieve-zorg:hover .readmore:after {
    color: #6293b1
}

.card-network--levensvragen:hover {
    background-color: #fdf7f0
}

.card-network--levensvragen:hover .card-network__title, .card-network--levensvragen:hover .readmore:after {
    color: #e99d4c
}

.card-network__icon {
    position: relative;
    width: auto;
    height: 90px;
    margin-bottom: 60px;
    transition: .5s ease-in-out
}

.card-network__title {
    transition: .5s ease-in-out;
    hyphens: auto
}

.card-network__content-intro {
    margin-bottom: 50px;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    letter-spacing: .48px;
    line-height: 1.625
}

.card-network__links {
    display: flex;
    flex-direction: column;
    margin-top: auto
}

@media only screen and (max-width: 768px) {
    .card-network {
        min-height: auto;
        padding: 20px
    }
}

.card-subject {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 450px;
    padding: 45px;
    transition: .3s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 12px;
    background: #fff;
    color: #333;
    text-decoration: none
}

.card-subject:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    border: 1px solid #b16d73;
    box-shadow: 0 24px 24px -12px rgba(0, 0, 0, .1)
}

.card-subject:hover .card-subject__title {
    color: #b16d73
}

.card-subject__icon {
    width: auto;
    height: 60px;
    margin-bottom: 30px
}

.card-subject__title {
    hyphens: auto
}

.card-subject__readon {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    font-family: Synonym, sans-serif;
    font-weight: 400;
    letter-spacing: .54px
}

.card-subject__readon:before {
    content: "\e92e";
    margin-right: 5px;
    color: #b16d73;
    font-size: 20px;
    line-height: 1
}

@media only screen and (max-width: 768px) {
    .card-subject {
        min-height: auto
    }

    .card-subject:hover {
        margin-top: 0;
        margin-bottom: 0
    }
}

.card-employee {
    text-align: center
}

.card-employee:hover .card-employee__image img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #efc03a
}

.card-employee__image {
    margin-bottom: 30px
}

.card-employee__image img {
    transition: .5s ease-in-out;
    border: 1px solid transparent;
    border-radius: 100%
}

.card-employee__content {
    margin: 0 30px
}

.card-employee__content-name {
    display: inline-block;
    margin: 0 auto 14px;
    font-family: Chillax, sans-serif;
    font-size: clamp(20px, 1.4102564103vw, 22px);
    font-weight: 700;
    letter-spacing: 1.1px;
    text-align: left
}

.card-employee__content-mailaddres, .card-employee__content-phonenumber {
    color: #333;
    font-family: Synonym, sans-serif;
    font-size: clamp(20px, 1.2820512821vw, 20px);
    font-weight: 300;
    letter-spacing: 1px
}

.card-vacancy {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 40px;
    transition: .5s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 12px;
    background: #fff;
    color: #333;
    text-decoration: none
}

.card-vacancy:hover {
    margin-top: -10px;
    margin-bottom: 50px;
    border: 1px solid #b16d73;
    box-shadow: 0 24px 24px -12px rgba(0, 0, 0, .1)
}

.card-vacancy:hover .card-vacancy__title {
    color: #b16d73
}

.card-vacancy__title {
    margin-bottom: 30px;
    transition: .5s ease-in-out;
    letter-spacing: 1.2px
}

.card-vacancy__categories {
    margin-bottom: 30px
}

.card-vacancy__meta {
    margin-bottom: 40px;
    color: #666b88;
    font-size: clamp(12px, .7692307692vw, 12px);
    letter-spacing: .6px;
    text-transform: uppercase
}

.card-vacancy__slot {
    margin-bottom: 80px;
    font-size: clamp(16px, 1.0256410256vw, 16px);
    letter-spacing: .48px;
    line-height: 1.625
}

.card-vacancy__readon {
    margin-top: auto
}

.carrousel {
    padding: 120px 0;
    background: #f9f3f3
}

body.dementie .carrousel {
    background: #ffeff8
}

body.hersenletsel .carrousel {
    background: #f3f9f3
}

body.palliatief .carrousel {
    background: #f3f7f9
}

body.levensvragen .carrousel {
    background: #fdf7f0
}

.carrousel__titlewrapper {
    grid-column-end: span 24;
    grid-column-start: 4;
    grid-row-start: 1;
    margin-bottom: 30px;
    margin-left: 30px
}

.carrousel__slider, .carrousel__titlewrapper {
    grid-row-end: span 1;
    position: relative;
    z-index: 2
}

.carrousel__slider {
    grid-column-end: span 29;
    grid-column-start: 3;
    grid-row-start: 2;
    height: auto;
    padding-left: 30px
}

.carrousel__navigation {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    position: relative;
    z-index: 2;
    margin-right: 30px;
    margin-left: auto
}

.carrousel__deco {
    grid-column-end: span 2;
    grid-row-end: span 2;
    grid-column-start: 22;
    grid-row-start: 1;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgo8L3N2Zz4K);
    z-index: 1;
    width: 124px;
    height: calc(100% + 240px);
    margin-top: -120px;
    opacity: .75
}

.carrousel__item {
    width: auto;
    min-width: 660px;
    max-width: 660px
}

body.dementie .carrousel__titlewrapper-title {
    color: #d975ac
}

body.hersenletsel .carrousel__titlewrapper-title {
    color: #53a566
}

body.palliatief .carrousel__titlewrapper-title {
    color: #6293b1
}

body.levensvragen .carrousel__titlewrapper-title {
    color: #e99d4c
}

@media only screen and (max-width: 1024px) {
    .carrousel {
        padding: 40px 0 80px
    }

    .carrousel__titlewrapper {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-bottom: 0;
        margin-left: 0
    }

    .carrousel__slider {
        grid-column-end: span 30;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2;
        padding-left: 0
    }

    .carrousel__navigation {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 3;
        margin-top: 30px;
        margin-left: 0
    }

    .carrousel__deco {
        grid-column-end: span 2;
        grid-row-end: span 3;
        grid-column-start: 22;
        grid-row-start: 1;
        width: 62px;
        height: calc(100% + 140px);
        margin-top: -60px
    }

    .carrousel__item {
        width: 100%;
        min-width: auto;
        max-width: none
    }
}

.customcards {
    position: relative;
    z-index: 1
}

.customcards__wrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 15px
}

.customcards__wrapper > div {
    width: 100%;
    max-width: 600px;
    margin: 0 15px
}

.customcards .card-custom1 {
    margin-bottom: 60px
}

.customcards .card-custom2 {
    margin-top: 90px
}

@media only screen and (max-width: 1024px) {
    .customcards__wrapper {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 1;
        flex-direction: column
    }

    .customcards__wrapper > div {
        width: 100%;
        margin: 0
    }

    .customcards .card-custom1 {
        margin-bottom: 30px
    }

    .customcards .card-custom2 {
        margin-top: 0
    }
}

.employees__titlewrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    margin-bottom: 60px;
    margin-left: 30px
}

.employees__slider {
    grid-column-end: span 29;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 2;
    z-index: auto;
    height: auto;
    padding-left: 30px
}

.employees__navigation {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    margin-right: 30px;
    margin-left: auto
}

body.dementie .employees__titlewrapper-title {
    color: #d975ac
}

body.hersenletsel .employees__titlewrapper-title {
    color: #53a566
}

body.palliatief .employees__titlewrapper-title {
    color: #6293b1
}

body.levensvragen .employees__titlewrapper-title {
    color: #e99d4c
}

.employee__item {
    width: auto;
    max-width: 270px
}

@media only screen and (max-width: 1024px) {
    .employees__titlewrapper {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-bottom: 0;
        margin-left: 0
    }

    .employees__slider {
        grid-column-end: span 29;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2;
        padding-left: 0
    }

    .employees__navigation {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 3;
        margin-top: 20px;
        margin-left: 0
    }
}

.faq {
    padding: 110px 0;
    background: #f9f3f3
}

body.dementie .faq {
    background: #ffeff8
}

body.hersenletsel .faq {
    background: #f3f9f3
}

body.palliatief .faq {
    background: #f3f7f9
}

body.levensvragen .faq {
    background: #fdf7f0
}

.faq__content {
    grid-row-start: 1;
    text-align: center
}

.faq__content, .faq__faqs {
    grid-column-end: span 20;
    grid-row-end: span 1;
    grid-column-start: 6
}

.faq__faqs {
    grid-row-start: 2
}

body.dementie .faq__content-title {
    color: #d975ac
}

body.hersenletsel .faq__content-title {
    color: #53a566
}

body.palliatief .faq__content-title {
    color: #6293b1
}

body.levensvragen .faq__content-title {
    color: #e99d4c
}

.faq__content-intro {
    max-width: 960px;
    margin: 0 auto 60px;
    font-size: clamp(16px, 1.2820512821vw, 20px);
    letter-spacing: .9px
}

.faq__faqs .question {
    display: block;
    margin-bottom: 8px;
    padding: 30px 100px 30px 34px;
    transition: .1s;
    border: 1px solid #e0dad7;
    border-radius: 12px;
    background: #fff;
    color: #333;
    font-family: Chillax, sans-serif;
    font-size: clamp(16px, 1.1538461538vw, 18px);
    font-weight: 400;
    letter-spacing: .9px
}

.faq__faqs .question:after {
    content: "\e914";
    display: flex;
    position: absolute;
    top: 30px;
    right: 34px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: .1s;
    border: 2px solid #333;
    border-radius: 28px;
    color: #333;
    font-size: 12px;
    line-height: 1
}

.faq__faqs .question:hover {
    border: 1px solid #b16d73
}

body.dementie .faq__faqs .question:hover {
    border: 1px solid #d975ac
}

body.hersenletsel .faq__faqs .question:hover {
    border: 1px solid #53a566
}

body.palliatief .faq__faqs .question:hover {
    border: 1px solid #6293b1
}

body.levensvragen .faq__faqs .question:hover {
    border: 1px solid #e99d4c
}

.faq__faqs .question:hover:after {
    border: 2px solid #f9f3f3;
    background: #f9f3f3;
    color: #b16d73
}

body.dementie .faq__faqs .question:hover:after {
    border: 2px solid #ffeff8;
    background: #ffeff8;
    color: #d975ac
}

body.hersenletsel .faq__faqs .question:hover:after {
    border: 2px solid #f3f9f3;
    background: #f3f9f3;
    color: #53a566
}

body.palliatief .faq__faqs .question:hover:after {
    border: 2px solid #f3f7f9;
    background: #f3f7f9;
    color: #6293b1
}

body.levensvragen .faq__faqs .question:hover:after {
    border: 2px solid #fdf7f0;
    background: #fdf7f0;
    color: #e99d4c
}

.faq__faqs li:last-child .question {
    margin-bottom: 0
}

.faq__faqs .question._open {
    color: #b16d73;
    font-weight: 700
}

body.dementie .faq__faqs .question._open {
    color: #d975ac
}

body.hersenletsel .faq__faqs .question._open {
    color: #53a566
}

body.palliatief .faq__faqs .question._open {
    color: #6293b1
}

body.levensvragen .faq__faqs .question._open {
    color: #e99d4c
}

.faq__faqs .question._open:after {
    content: "\e913";
    border: 2px solid #b16d73;
    color: #b16d73
}

body.dementie .faq__faqs .question._open:after {
    border: 2px solid #d975ac;
    color: #d975ac
}

body.hersenletsel .faq__faqs .question._open:after {
    border: 2px solid #53a566;
    color: #53a566
}

body.palliatief .faq__faqs .question._open:after {
    border: 2px solid #6293b1;
    color: #6293b1
}

body.levensvragen .faq__faqs .question._open:after {
    border: 2px solid #e99d4c;
    color: #e99d4c
}

.faq__faqs .answer {
    height: 0;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
    transition: .1s;
    opacity: 0;
    color: #1d1e21;
    font-family: Synonym, sans-serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: .9px
}

.faq__faqs .answer._open {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 1
}

@media only screen and (max-width: 1024px) {
    .faq {
        padding: 60px 0
    }

    .faq__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }

    .faq__faqs {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2
    }

    .faq__faqs .question {
        padding: 30px 70px 30px 34px
    }
}

.form {
    padding: 120px 0 0;
    background-color: #f9f3f3
}

.form:before {
    grid-column-end: span 25;
    grid-column-start: 6;
    content: "";
    width: 100%;
    margin-top: 60px;
    background-color: #fff
}

.form:before, .form__image {
    grid-row-end: span 1;
    grid-row-start: 1
}

.form__image {
    grid-column-end: span 8;
    grid-column-start: 4;
    position: relative;
    z-index: 1;
    align-self: flex-start
}

.form__image:before {
    content: "";
    display: flex;
    position: absolute;
    z-index: 2;
    top: 60px;
    flex: 0 0 auto;
    width: calc(100% + min(calc(2 / 26 * 100vw), (2 * 60px)));
    height: auto;
    margin-left: calc(min(calc(1 / 26 * 100vw), (1 * 60px)) * -1);
    padding-bottom: calc(100% + min(calc(2 / 26 * 100vw), (2 * 60px)));
    border: 2px solid #efc03a;
    border-radius: 100%
}

.form__image img {
    object-fit: cover
}

.form__image-front {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%)
}

.form__form {
    grid-column-end: span 12;
    grid-row-end: span 1;
    grid-column-start: 15;
    grid-row-start: 1
}

.form__form .form-wrapper {
    margin: 180px 0 90px
}

@media only screen and (max-width: 1024px) {
    .form {
        padding: 0;
        background: #fff
    }

    body.contact .form {
        padding: 60px 0 0
    }

    .form:before {
        display: none
    }

    .form__form .form-wrapper {
        margin: 0
    }

    .form__image {
        grid-row-start: 2
    }

    .form__form, .form__image {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4
    }

    .form__form {
        grid-row-start: 1;
        margin-bottom: 60px
    }
}

.gallery {
    position: relative
}

.gallery__slider {
    z-index: auto;
    height: auto
}

.gallery__item {
    width: auto
}

@media only screen and (max-width: 768px) {
    .gallery__item img {
        width: auto;
        max-height: 250px
    }
}

.grid {
    --cols: 2
}

.grid > .layout-container {
    display: flex;
    flex-direction: column;
    gap: min(3.84615vw, (1 * 60px))
}

.grid__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 2ch
}

.grid__items {
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-template-columns:repeat(var(--cols), 1fr);
    gap: min(7.69231vw, (2 * 60px)) min(3.84615vw, (1 * 60px))
}

.grid__featured-item {
    grid-column: span 2
}

.grid__footer {
    display: flex;
    justify-content: center;
    gap: 1em
}

.grid--3col {
    --cols: 3
}

.grid--4col {
    --cols: 4
}

@media only screen and (max-width: 1024px) {
    .grid, .grid--3col, .grid--4col {
        --cols: 2
    }
}

@media only screen and (max-width: 768px) {
    .grid {
        --cols: 1
    }

    .grid__featured-item {
        grid-column: span 1
    }

    .grid--3col, .grid--4col {
        --cols: 1
    }
}

.image__wrapper {
    grid-column-end: span 20;
    grid-row-end: span 1;
    grid-column-start: 6;
    grid-row-start: 1
}

.image__caption {
    margin-top: 30px;
    color: #666b88;
    font-family: Chillax, sans-serif;
    font-style: italic;
    letter-spacing: .9px
}

.image__caption span {
    font-weight: 700
}

.image__image {
    position: relative
}

.image__image:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDpyZ2IoMjM5LDE5Miw1OCk7Ii8+Cjwvc3ZnPgo=);
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 60px;
    width: 10.5%;
    max-width: 8.5vw;
    height: 100%
}

body.dementie .image__image:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDpyZ2IoMjE3LDExNywxNzIpOyIvPgo8L3N2Zz4K)
}

body.hersenletsel .image__image:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDpyZ2IoNzMsMTU3LDcxKTsiLz4KPC9zdmc+Cg==)
}

body.palliatief .image__image:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDpyZ2IoMTAxLDE1MCwxODIpOyIvPgo8L3N2Zz4K)
}

body.levensvragen .image__image:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA3NTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMTQwLjI4OSwwQzU0LjIyMywxMDAuOTc3IDIuMjcyLDIzMS45MjIgMi4yNzIsMzc1QzIuMjcyLDUxOC4wNzggNTQuMjIzLDY0OS4wMjMgMTQwLjI5LDc1MEwxMzcuMzA3LDc1MEM1MS42NTEsNjQ4LjgyNyAtMCw1MTcuOTQ1IC0wLDM3NUMtMCwyMzIuMDU1IDUxLjY1MSwxMDEuMTczIDEzNy4zMDcsMEwxNDAuMjg5LDBaIiBzdHlsZT0iZmlsbDpyZ2IoMjE5LDExNywzMyk7Ii8+Cjwvc3ZnPgo=)
}

@media only screen and (max-width: 1024px) {
    .image__wrapper {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }

    .image__image {
        position: relative
    }

    .image__image:after {
        width: 11%;
        max-width: 9.7vw
    }
}

.pagination {
    display: flex;
    justify-content: center
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 10px
}

.pagination .screen-reader-text {
    display: none
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    transition: .2s ease-in-out;
    border: 1px solid #b16d73;
    border-radius: 100%;
    background-color: #fff;
    aspect-ratio: 1
}

.pagination .page-numbers.current, .pagination .page-numbers[href]:focus, .pagination .page-numbers[href]:hover {
    background-color: #b16d73;
    color: #fff
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    font-size: 0;
    margin-inline: 0
}

.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
    content: "\e934";
    font-size: 20px
}

.pagination .page-numbers.next:before {
    content: "\e933"
}

.palliative-card {
    --icon-column-width: 150px;
    display: grid;
    position: relative;
    grid-template-areas:"icon content" "icon navigation";
    grid-template-columns:var(--icon-column-width) auto;
    grid-template-rows:repeat(2, auto);
    width: 60%;
    max-width: 1080px;
    padding: 60px;
    overflow: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: background-color 0s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color 0s ease-in-out;
    transition: transform .3s ease-in-out, background-color 0s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 12px;
    background-color: #fff;
    pointer-events: none
}

.palliative-card:after {
    content: "";
    position: absolute;
    z-index: 4;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    background-color: rgba(51, 51, 51, .4);
    inset: 0;
    pointer-events: none
}

.palliative-card.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
    pointer-events: all
}

.palliative-card.swiper-slide-active:after {
    opacity: 0
}

.palliative-card__close {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
    align-items: center;
    justify-content: center;
    width: 37.5px;
    height: 37.5px;
    transition: .3s ease-in-out;
    border-radius: 50%;
    background-color: transparent;
    color: #1d1e21;
    cursor: pointer
}

.palliative-card__close:before {
    content: "\e92c";
    opacity: .5;
    font-size: 24px
}

.palliative-card__close:focus-visible, .palliative-card__close:hover {
    transition: .3s ease-in-out;
    background-color: #e0dad7
}

.palliative-card__close:focus-visible:before, .palliative-card__close:hover:before {
    opacity: 1
}

.palliative-card__sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
}

.palliative-card__icon {
    display: flex;
    grid-area: icon;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(143, 84, 90, .15)
}

.palliative-card__icon img {
    width: 100%
}

.palliative-card__video img {
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: scale .2s
}

.palliative-card__video:focus-visible img, .palliative-card__video:hover img {
    scale: 1.1
}

.palliative-card__content {
    grid-area: content;
    height: 500px;
    overflow: auto;
    padding-block: 30px 90px
}

.palliative-card__title {
    margin-bottom: 30px
}

.palliative-card__navigation {
    display: flex;
    position: relative;
    grid-area: navigation;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-right: var(--icon-column-width);
    gap: 10px
}

.palliative-card__navigation:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 90px;
    transition: .2s;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.palliative-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: .3s ease-in-out;
    border: 1px solid #e0dad7;
    border-radius: 50%;
    color: #6b6b6b;
    cursor: pointer
}

.palliative-card__button:before {
    content: "\e933";
    font-size: 24px
}

.palliative-card__button--prev:before {
    content: "\e934"
}

.palliative-card__button:not(:disabled):focus-visible, .palliative-card__button:not(:disabled):hover {
    background-color: #e0dad7
}

.palliative-card__button:disabled {
    opacity: .5;
    cursor: not-allowed
}

@media only screen and (max-width: 1024px) {
    .palliative-card {
        --icon-column-width: 120px;
        padding: 30px
    }
}

@media only screen and (max-width: 768px) {
    .palliative-card {
        display: block;
        width: calc(100% - 20px);
        max-width: unset;
        padding: 30px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .palliative-card__navigation {
        padding-right: 0
    }

    .palliative-card__sidebar {
        flex-direction: row
    }
}

.palliative-roadmap {
    padding-block: 150px 80px;
    background-color: #f3f7f9
}

.palliative-roadmap__header {
    margin-bottom: 60px
}

.palliative-roadmap__content {
    grid-column-end: span 15;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1
}

.palliative-roadmap__title.h2--lg {
    margin-bottom: 15px;
    color: #6293b1
}

.palliative-roadmap__button {
    grid-column-end: span 7;
    grid-row-end: span 1;
    grid-column-start: 20;
    grid-row-start: 1;
    align-self: start;
    justify-self: end
}

.palliative-roadmap__dialog {
    display: flex;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    align-items: center;
    transition: opacity .2s ease-in-out .3s, visibility 0s .5s;
    opacity: 0;
    background-color: rgba(51, 51, 51, .7);
    pointer-events: none;
    inset: 0
}

.palliative-roadmap__dialog--active {
    visibility: visible;
    transition: visibility 0s, opacity .2s ease-in-out;
    opacity: 1;
    pointer-events: all
}

.palliative-roadmap__dialog--active .palliative-roadmap__slider {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease-in-out .2s;
    opacity: 1
}

.palliative-roadmap__slider {
    display: block;
    width: 100%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all .3s ease-in-out;
    opacity: 0
}

.palliative-roadmap .swiper-wrapper {
    box-sizing: border-box
}

.palliative-group {
    cursor: pointer
}

.palliative-group__circle {
    --scale: scale(1);
    --scale-icon: scale(1);
    -webkit-transform: var(--scale);
    transform: var(--scale);
    transform-box: fill-box;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.palliative-group__circle:focus-visible, .palliative-group__circle:hover {
    --scale: scale(1.1);
    --scale-icon: scale(1.12)
}

.palliative-group__circle:focus-visible .palliative-group__background, .palliative-group__circle:hover .palliative-group__background {
    fill: rgba(66, 122, 157, .2) !important
}

.palliative-group__background {
    transition: fill .2s
}

.palliative-group__icon {
    -webkit-transform: var(--scale-icon);
    transform: var(--scale-icon);
    transform-box: fill-box;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.palliative-mobile {
    display: none
}

@media only screen and (max-width: 1024px) {
    .palliative-roadmap {
        position: relative;
        padding-block: 60px
    }

    .palliative-roadmap__roadmap {
        position: relative;
        width: 100%;
        overflow: scroll;
        cursor: -webkit-grab;
        cursor: grab
    }

    .palliative-roadmap:after, .palliative-roadmap:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        width: 45px;
        background: linear-gradient(90deg, rgba(243, 247, 249, 0), #f3f7f9)
    }

    .palliative-roadmap:before {
        right: auto;
        left: 0;
        background: linear-gradient(270deg, rgba(243, 247, 249, 0), #f3f7f9)
    }

    .palliative-desktop {
        width: 1600px
    }
}

@media only screen and (max-width: 768px) {
    .palliative-roadmap {
        -webkit-padding-after: 0;
        padding-block-end: 0
    }

    .palliative-roadmap__content {
        grid-row-start: 1
    }

    .palliative-roadmap__button, .palliative-roadmap__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4
    }

    .palliative-roadmap__button {
        grid-row-start: 2;
        justify-self: start;
        margin-top: 20px
    }

    .palliative-desktop, .palliative-roadmap:after, .palliative-roadmap:before {
        display: none
    }

    .palliative-mobile {
        display: block
    }
}

.quote__author {
    display: block;
    margin-top: 1em;
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.subjects {
    padding: 90px 0 110px;
    background: rgba(177, 109, 115, .08)
}

.subjects__title {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    text-align: center
}

.subjects__subjects {
    --cols: 4;
    --gap: 20px;
    grid-column-end: span 26;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 2;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: var(--gap)
}

.subjects__subjects > * {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
}

@media only screen and (max-width: 1024px) {
    .subjects {
        padding: 60px 0 70px
    }

    .subjects__subjects {
        --cols: 2;
        --gap: 20px
    }

    .subjects__subjects > * {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }
}

@media only screen and (max-width: 768px) {
    .subjects__subjects {
        --cols: 1;
        --gap: 20px
    }

    .subjects__subjects > * {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }
}

.text__content {
    grid-column-end: span 20;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1;
    margin-left: min(3.84615vw, (1 * 60px))
}

body.dementie .text__content-title {
    color: #d975ac
}

body.hersenletsel .text__content-title {
    color: #53a566
}

body.palliatief .text__content-title {
    color: #6293b1
}

body.levensvragen .text__content-title {
    color: #e99d4c
}

@media only screen and (max-width: 1024px) {
    .text__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-left: 0
    }
}

.textimg, .textimg__image {
    position: relative
}

.textimg__image {
    grid-column-end: span 8;
    grid-row-end: span 1;
    grid-column-start: 5;
    grid-row-start: 1;
    z-index: 1;
    align-self: center
}

.textimg__image:before {
    content: "";
    display: flex;
    position: absolute;
    z-index: 2;
    top: 60px;
    flex: 0 0 auto;
    width: calc(100% + min(calc(2 / 26 * 100vw), (2 * 60px)));
    height: auto;
    margin-left: calc(min(calc(1 / 26 * 100vw), (1 * 60px)) * -1);
    padding-bottom: calc(100% + min(calc(2 / 26 * 100vw), (2 * 60px)));
    border: 2px solid #efc03a;
    border-radius: 100%
}

.textimg__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.textimg__image .textimg__image-front {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%)
}

.textimg__content {
    grid-column-end: span 11;
    grid-row-end: span 1;
    grid-column-start: 16;
    grid-row-start: 1;
    align-self: center
}

.textimg--mirror .textimg__image {
    grid-column-end: span 8;
    grid-row-end: span 1;
    grid-column-start: 19;
    grid-row-start: 1
}

.textimg--mirror .textimg__content {
    grid-column-end: span 11;
    grid-row-end: span 1;
    grid-column-start: 5;
    grid-row-start: 1
}

.textimg--bgcolor {
    padding: 90px 0;
    background-color: #f9f3f3
}

body.dementie .textimg--bgcolor {
    background-color: #ffeff8
}

body.hersenletsel .textimg--bgcolor {
    background-color: #f3f9f3
}

body.palliatief .textimg--bgcolor {
    background-color: #f3f7f9
}

body.levensvragen .textimg--bgcolor {
    background-color: #fdf7f0
}

body.dementie .textimg__content-title {
    color: #d975ac
}

body.hersenletsel .textimg__content-title {
    color: #53a566
}

body.palliatief .textimg__content-title {
    color: #6293b1
}

body.levensvragen .textimg__content-title {
    color: #e99d4c
}

@media only screen and (max-width: 1024px) {
    .textimg:before {
        grid-column-end: span 28;
        grid-row-end: span 2;
        grid-column-start: 1;
        grid-row-start: 1;
        margin-top: 60px
    }

    .textimg__image {
        grid-column-end: span 20;
        grid-row-end: span 1;
        grid-column-start: 6;
        grid-row-start: 2;
        margin: 0
    }

    .textimg__image:before {
        top: 30px;
        width: calc(100% + min(calc(2 / 26 * 100vw), (2 * 60px)));
        height: auto;
        margin-left: calc(min(calc(1 / 26 * 100vw), (1 * 60px)) * -1);
        padding-bottom: calc(100% + min(calc(2 / 26 * 100vw), (2 * 60px)))
    }

    .textimg__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-bottom: 60px
    }

    .textimg--mirror .textimg__image {
        grid-column-end: span 22;
        grid-row-end: span 1;
        grid-column-start: 5;
        grid-row-start: 2
    }

    .textimg--mirror .textimg__content {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1;
        margin-bottom: 60px
    }

    .textimg--bgcolor {
        padding: 45px 0
    }
}

.video embed, .video iframe, .video object {
    width: 100%;
    aspect-ratio: 16/9
}

.video__video {
    grid-column-end: span 20;
    grid-row-end: span 1;
    grid-column-start: 6;
    grid-row-start: 1
}

.video__image {
    position: relative
}

.video__image:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOnJnYigyMzksMTkyLDU4KTsiLz4KPC9zdmc+Cg==);
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 60px;
    width: 10.5%;
    height: 100%
}

.video__image a {
    position: relative
}

.video__image a, .video__image a:before {
    display: flex;
    align-items: center;
    justify-content: center
}

.video__image a:before {
    content: "\e922";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    padding-left: 5px;
    transition: .2s ease-in-out;
    border-radius: 120px;
    background: rgba(177, 109, 115, .75);
    color: #fff;
    font-size: clamp(48px, 3.0769230769vw, 48px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.video__image a:hover:before {
    background: rgba(143, 84, 90, .75)
}

.video__image-caption {
    margin-top: 30px;
    color: #666b88;
    font-family: Chillax, sans-serif;
    font-size: clamp(15px, 1.1538461538vw, 18px);
    font-style: italic;
    letter-spacing: .9px
}

.video__image-caption span {
    font-weight: 700
}

@media only screen and (max-width: 1024px) {
    .video__video {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }

    .video__image {
        position: relative
    }

    .video__image:after {
        content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA2NjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8cGF0aCBkPSJNMCwwQzc1LjczOSw4OC44NiAxMjEuNDU1LDIwNC4wOTEgMTIxLjQ1NSwzMzBDMTIxLjQ1NSw0NTUuOTA5IDc1LjczOSw1NzEuMTQgMCw2NjBMMi42MjQsNjYwQzc4LjAwMiw1NzAuOTY4IDEyMy40NTUsNDU1Ljc5MiAxMjMuNDU1LDMzMEMxMjMuNDU1LDIwNC4yMDggNzguMDAyLDg5LjAzMiAyLjYyNCwwTDAsMFoiIHN0eWxlPSJmaWxsOnJnYigyMzksMTkyLDU4KTsiLz4KPC9zdmc+Cg==);
        position: absolute;
        z-index: 1;
        top: -30px;
        right: 30px;
        width: 11%;
        height: 100%
    }

    .video__image a {
        position: relative
    }

    .video__image a:before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        padding-left: 3px;
        border-radius: 40px;
        font-size: clamp(20px, 1.2820512821vw, 20px)
    }

    .video__image a:hover:before {
        background: rgba(66, 122, 157, .75)
    }

    .video__image-caption {
        position: relative;
        z-index: 2;
        margin-top: 15px
    }
}

.layout-container {
    width: 100%;
    max-width: 1560px;
    margin-inline: auto
}

.layout-container--inset-1.layout-container {
    padding-inline: 60px
}

.layout-container--inset-2.layout-container {
    padding-inline: 120px
}

.layout-container--inset-3.layout-container {
    padding-inline: 180px
}

.layout-container--inset-4.layout-container {
    padding-inline: 240px
}

@media only screen and (max-width: 1680px) {
    .layout-container {
        width: auto;
        margin-inline: 3.5714285714%
    }

    .layout-container--inset-1.layout-container {
        padding-inline: 3.57143%
    }

    .layout-container--inset-2.layout-container {
        padding-inline: 7.14286%
    }

    .layout-container--inset-3.layout-container {
        padding-inline: 10.71429%
    }

    .layout-container--inset-4.layout-container {
        padding-inline: 14.28571%
    }
}

@media only screen and (max-width: 1024px) {
    .layout-container--inset-1.layout-container, .layout-container--inset-2.layout-container, .layout-container--inset-3.layout-container, .layout-container--inset-4.layout-container {
        padding-inline: 0
    }
}

html {
    scroll-padding-top: 135px
}

body {
    display: flex;
    flex-direction: column;
    background: #fff
}

body.fixnav {
    padding-top: 260px
}

body > .grid-helper {
    display: grid;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    pointer-events: none;
    mix-blend-mode: difference
}

body > .grid-helper .grid-helper__wrapper {
    grid-column-end: span 26;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-row-start: 1
}

body > .grid-helper .grid-helper__wrapper, body > .grid-helper .layout-container {
    background-color: transparent;
    background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    background-position: 3.84615%, 7.69231%, 11.53846%, 15.38462%, 19.23077%, 23.07692%, 26.92308%, 30.76923%, 34.61538%, 38.46154%, 42.30769%, 46.15385%, 50%, 53.84615%, 57.69231%, 61.53846%, 65.38462%, 69.23077%, 73.07692%, 76.92308%, 80.76923%, 84.61538%, 88.46154%, 92.30769%, 96.15385%;
    background-size: 1px;
    box-shadow: inset 1px 0 0 #fff, inset -1px 0 0 #fff
}

body > .grid-helper .layout-container, main.main {
    flex-grow: 1
}

main.main {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-block: 110px 180px
}

body.template-event-archive main.main, body.template-news-archive main.main, body.template-vacancy-archive main.main {
    background-color: #f9f3f3
}

body.template-event-archive.dementie main.main, body.template-news-archive.dementie main.main, body.template-vacancy-archive.dementie main.main {
    background-color: #ffeff8
}

body.template-event-archive.hersenletsel main.main, body.template-news-archive.hersenletsel main.main, body.template-vacancy-archive.hersenletsel main.main {
    background-color: #f3f9f3
}

body.template-event-archive.palliatief main.main, body.template-news-archive.palliatief main.main, body.template-vacancy-archive.palliatief main.main {
    background-color: #f3f7f9
}

body.template-event-archive.levensvragen main.main, body.template-news-archive.levensvragen main.main, body.template-vacancy-archive.levensvragen main.main {
    background-color: #fdf7f0
}

body.template-contact main.main {
    padding-block: 0
}

body.search main.main {
    -webkit-padding-after: 40px;
    padding-block-end: 40px
}

main.main + .cta-network--noimage {
    margin-top: -160px
}

main.main + .cta-newsletter {
    margin-top: -40px
}

@media only screen and (max-width: 1024px) {
    body.fixnav {
        padding-top: 0
    }
}

@media only screen and (max-width: 1024px) {
    main.main {
        padding-block: 60px
    }

    main.main + .cta-network {
        margin-top: 60px
    }

    main.main + .cta-network--noimage {
        margin-top: -40px
    }

    main.main + .cta-newsletter {
        margin-top: 0
    }
}

@media only screen and (max-width: 1024px) {
    html {
        scroll-padding-top: 60px
    }

    body {
        padding-top: 0
    }
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.to-archive {
    margin: 60px 0 0
}

.to-archive__wrapper {
    grid-column-end: span 16;
    grid-row-end: span 1;
    grid-column-start: 8;
    grid-row-start: 1
}

@media only screen and (max-width: 1024px) {
    .to-archive {
        margin: 30px 0 0
    }

    .to-archive__wrapper {
        grid-column-end: span 24;
        grid-row-end: span 1;
        grid-column-start: 4;
        grid-row-start: 1
    }
}

.styleguide-container {
    padding-top: 60px;
    padding-bottom: 60px
}

.styleguide__nav {
    margin: 0 auto 60px
}

.styleguide__section {
    width: auto;
    padding: 60px 0
}

.styleguide__section--bg {
    margin: 0;
    padding: 60px min(3.84615%, (1 * 60px))
}

.styleguide__section--bg + .styleguide__section--bg {
    margin-top: 60px
}

.styleguide__code {
    display: none;
    padding: 30px;
    background: #333;
    color: #fff;
    font-family: Consolas, Liberation Mono, Courier, monospace
}

.styleguide__code span {
    display: block
}

.styleguide__code .indent {
    padding-left: 30px
}

.styleguide__container {
    position: relative;
    min-height: 62px;
    margin-bottom: 30px;
    padding-block: 15px 30px;
    background-color: #f7f7f7
}

.styleguide__container--column {
    width: min(3.84615%, (1 * 60px));
    margin: 0 auto 30px;
    padding: 15px 0
}

.styleguide__container--spacing {
    width: 30px;
    margin: 0 auto;
    padding: 15px 0
}

.styleguide__container__label--absolute {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 30px;
    white-space: nowrap
}

.styleguide__container--nopadding {
    padding: 0
}

.styleguide-font {
    display: block
}

.styleguide-font--primary {
    font-family: Synonym, sans-serif
}

.styleguide-font--secondary {
    font-family: Chillax, sans-serif
}

.styleguide-font--300 {
    font-weight: 300
}

.styleguide-font--400 {
    font-weight: 400
}

.styleguide-font--600 {
    font-weight: 600
}

.styleguide-font--700 {
    font-weight: 700
}

.styleguide__swatches .grid {
    justify-content: flex-start
}

.swatch {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    padding: 4px;
    background: #fff
}

.swatch__color {
    width: 100%;
    padding-top: 100%
}

.swatch__label {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.swatch__codes {
    display: flex;
    justify-content: center;
    opacity: .7;
    font-size: 14px;
    line-height: 1.2
}

.swatch__code {
    padding: 0 10px;
    -webkit-user-select: all;
    user-select: all
}

.copycode {
    display: inline-block;
    position: relative;
    height: 20px;
    padding: 0 10px 0 25px;
    border-radius: 3px;
    opacity: .5;
    background: #333;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    cursor: pointer
}

.copycode:after, .copycode:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 8px;
    width: 7px;
    height: 8px;
    border: 1px solid #fff
}

.copycode:after {
    top: 8px;
    left: 12px;
    box-shadow: -2px -2px 0 0 #333
}

.copycode:hover {
    opacity: 1
}

.hidden-code {
    display: none
}

.copycode-message {
    display: none;
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    padding: 6px 30px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.copycode-message.active {
    display: block
}

.preview-box {
    position: relative;
    margin-bottom: 60px;
    padding: 45px 30px;
    background: #8f545a
}

.preview-box__highlight {
    position: absolute;
    top: 0;
    right: -6px;
    opacity: .8;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1
}

.preview-box__title {
    color: #1d1e21
}

.preview-box__style {
    display: flex;
    position: relative;
    z-index: 5;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin-bottom: 15px
}

.preview-box__style:last-child {
    margin-bottom: 0
}

.preview-box__style--single-line {
    flex-direction: column
}

.preview-box__label {
    flex: 0 0 20%;
    color: #b16d73;
    font-size: 14px;
    font-weight: 700
}

.preview-box__label--float {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0
}

.preview-box__label--alt {
    padding: 10px 0;
    color: #1d1e21;
    line-height: 1
}

.preview-box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px #e0dad7;
    color: #333;
    font-size: 30px;
    text-align: center
}

.preview-box__object {
    flex: 1 0 35%
}

.preview-box__code {
    flex: 1 45%
}

.preview-box__grid {
    display: flex;
    flex-flow: row wrap
}

.preview-box__item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 20%;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: center
}

.preview-box__style--single-line .preview-box__label, .preview-box__style--single-line .preview-box__object {
    flex: 0 1 auto
}

.preview-box--alt {
    background-color: #b16d73
}

.preview-box--transparent {
    background-color: transparent
}

@media only screen and (max-width: 768px) {
    .preview-box__highlight {
        font-size: 50px
    }

    .preview-box__icon {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width: 768px) {
    .preview-box__style {
        flex-direction: column
    }

    .styleguide__section--bg {
        padding: 15px
    }

    .styleguide__section--bg + .styleguide__section--bg {
        margin-top: 30px
    }
}

.four-o-four {
    display: flex;
    flex-direction: column;
    gap: 2em;
    text-align: center
}

.four-o-four__title {
    font-size: clamp(20px, 7.0512820513vw, 110px)
}

.event-archive__title {
    grid-row-start: 1
}

.event-archive__filter, .event-archive__title {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    margin-bottom: 60px
}

.event-archive__filter {
    grid-row-start: 2;
    display: flex;
    align-items: center
}

.event-archive__wrapper {
    --cols: 3;
    --gap: 46px;
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 3;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap)
}

.event-archive .event-archive__wrapper .card-event {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
}

.event-archive__pagination {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 3
}

.event-archive__filter .filter-form {
    display: flex;
    align-items: center;
    margin: 0
}

.event-archive__filter .filter-form p {
    margin: 0 30px
}

.event-archive__filter select {
    margin: 0;
    padding: 10px 70px 10px 30px
}

.event-archive__filter p {
    margin-right: 30px;
    font-family: Chillax, sans-serif;
    font-size: clamp(15px, 1.2820512821vw, 20px);
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 1
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    min-height: 60px;
    margin-right: 10px;
    padding: 2px 15px;
    border: 1px solid #e0dad7;
    border-radius: 8px;
    background: #fff;
    font-weight: 400;
    letter-spacing: .54px
}

.checkbox-wrapper:last-child {
    margin-right: 0
}

.event-archive__pagination .pagination {
    margin-top: 60px
}

@media only screen and (max-width: 1024px) {
    .event-archive__title {
        margin-bottom: 30px
    }

    .event-archive__filter {
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .event-archive__wrapper {
        --cols: 1;
        --gap: 10px;
        grid-column-end: span 26;
        grid-column-start: 3;
        grid-row-start: 3 1;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap)
    }

    .event-archive .event-archive__wrapper .card-event {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }

    .event-archive__filter .filter-form {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .event-archive__filter .filter-form p {
        display: block;
        width: 100%;
        margin: 20px 0
    }

    .event-archive__filter .checkbox-wrapper {
        margin-bottom: 20px
    }
}

.news-archive__title {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 1;
    margin-bottom: 40px
}

.news-archive__filter {
    grid-row-start: 2;
    align-items: center;
    margin-bottom: 60px
}

.news-archive__filter, .news-archive__wrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    display: flex
}

.news-archive__wrapper {
    --cols: 3;
    --gap: 46px;
    grid-row-start: 3;
    flex-wrap: wrap;
    gap: var(--gap)
}

.news-archive .news-archive__wrapper .card-news {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
}

.news-archive__pagination {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 3
}

.news-archive__filter select {
    margin: 0;
    padding: 10px 70px 10px 30px
}

.news-archive__filter p {
    margin-right: 30px;
    font-family: Chillax, sans-serif;
    font-size: clamp(20px, 1.2820512821vw, 20px);
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 1
}

.news-archive__pagination .pagination {
    margin-top: 60px
}

@media only screen and (max-width: 1024px) {
    .news-archive__title {
        margin-bottom: 30px
    }

    .news-archive__filter {
        flex-direction: column;
        align-items: flex-start
    }

    .news-archive__wrapper {
        --cols: 1;
        --gap: 10px;
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 3;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap)
    }

    .news-archive .news-archive__wrapper .card-news {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }

    .news-archive__filter p {
        margin-bottom: 30px
    }
}

.vacancy-archive__title {
    grid-row-start: 1;
    margin-bottom: 60px
}

.vacancy-archive__title, .vacancy-archive__wrapper {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4
}

.vacancy-archive__wrapper {
    --cols: 3;
    --gap: 46px;
    grid-row-start: 2;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap)
}

.vacancy-archive .vacancy-archive__wrapper .card-vacancy {
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
}

.vacancy-archive__pagination {
    grid-column-end: span 24;
    grid-row-end: span 1;
    grid-column-start: 4;
    grid-row-start: 3
}

.vacancy-archive__pagination .pagination {
    margin-top: 60px
}

@media only screen and (max-width: 1024px) {
    .vacancy-archive__title {
        margin-bottom: 30px
    }

    .vacancy-archive__wrapper {
        --cols: 1;
        --gap: 10px;
        grid-column-end: span 26;
        grid-row-end: span 1;
        grid-column-start: 3;
        grid-row-start: 2;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap)
    }

    .vacancy-archive .vacancy-archive__wrapper .card-vacancy {
        flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))
    }
}