@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, fieldset, figure, blockquote, dl, dt, dd, form { margin: 0; padding: 0; border: none; }

html { position: relative; overflow-x: hidden; }

html, body { background-color: #f3f9fd; }

p, ol, ul, dl, figure { margin-top: 0; margin-bottom: 1.5rem; }

img { vertical-align: top; max-width: 100%; height: auto; border: none; }

button::-moz-focus-inner { padding: 0; border: 0; }

button { -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; appearance: none; }

input[type="search"] { -webkit-appearance: textfield; }

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

select::-ms-expand { display: none; }

input[type=date]::-webkit-inner-spin-button { -webkit-appearance: none; display: none; }

/** Grid vars */
a { text-decoration: none; }

/** Grid gap breakpoints. */
#root { margin: auto; padding: 1rem; }

@media only screen and (min-width: 600px) { html { font-size: 8px; } }
@media only screen and (min-width: 992px) { html { font-size: 16px; } }
@media only screen and (min-width: 1440px) { html { font-size: 24px; } }
/** Content width breakpoints. */
@media only screen and (min-width: 992px) { #root { max-width: 960px; } }
@media only screen and (min-width: 1280px) { #root { max-width: 1120px; } }
@media only screen and (min-width: 1440px) { #root { max-width: 1280px; } }
@media only screen and (min-width: 1600px) { #root { max-width: 1440px; } }
@media only screen and (min-width: 1920px) { #root { max-width: 1600px; } }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: 1rem; justify-items: stretch; align-items: start; }

@media only screen and (max-width: 599px) { .xs-hide { display: none !important; }
  .xs-show { display: inherit !important; } }
.xs-1 { grid-column-end: span 1; }

.xs-2 { grid-column-end: span 2; }

.xs-3 { grid-column-end: span 3; }

.xs-4 { grid-column-end: span 4; }

.xs-5 { grid-column-end: span 5; }

.xs-6 { grid-column-end: span 6; }

.xs-7 { grid-column-end: span 7; }

.xs-8 { grid-column-end: span 8; }

.xs-9 { grid-column-end: span 9; }

.xs-10 { grid-column-end: span 10; }

.xs-11 { grid-column-end: span 11; }

.xs-12 { grid-column-end: span 12; }

@media only screen and (min-width: 600px) { .s-hide { display: none !important; }
  .s-show { display: inherit !important; }
  .s-1 { grid-column-end: span 1; }
  .s-2 { grid-column-end: span 2; }
  .s-3 { grid-column-end: span 3; }
  .s-4 { grid-column-end: span 4; }
  .s-5 { grid-column-end: span 5; }
  .s-6 { grid-column-end: span 6; }
  .s-7 { grid-column-end: span 7; }
  .s-8 { grid-column-end: span 8; }
  .s-9 { grid-column-end: span 9; }
  .s-10 { grid-column-end: span 10; }
  .s-11 { grid-column-end: span 11; }
  .s-12 { grid-column-end: span 12; } }
@media only screen and (max-width: 600px) { .s-and-smaller-hide { display: none !important; } }
@media only screen and (min-width: 992px) { .m-hide { display: none !important; }
  .m-show { display: inherit !important; }
  .m-1 { grid-column-end: span 1; }
  .m-2 { grid-column-end: span 2; }
  .m-3 { grid-column-end: span 3; }
  .m-4 { grid-column-end: span 4; }
  .m-5 { grid-column-end: span 5; }
  .m-6 { grid-column-end: span 6; }
  .m-7 { grid-column-end: span 7; }
  .m-8 { grid-column-end: span 8; }
  .m-9 { grid-column-end: span 9; }
  .m-10 { grid-column-end: span 10; }
  .m-11 { grid-column-end: span 11; }
  .m-12 { grid-column-end: span 12; } }
@media only screen and (max-width: 992px) { .m-and-smaller-hide { display: none !important; } }
@media only screen and (min-width: 1440px) { .l-hide { display: none !important; }
  .l-show { display: inherit !important; }
  .l-1 { grid-column-end: span 1; }
  .l-2 { grid-column-end: span 2; }
  .l-3 { grid-column-end: span 3; }
  .l-4 { grid-column-end: span 4; }
  .l-5 { grid-column-end: span 5; }
  .l-6 { grid-column-end: span 6; }
  .l-7 { grid-column-end: span 7; }
  .l-8 { grid-column-end: span 8; }
  .l-9 { grid-column-end: span 9; }
  .l-10 { grid-column-end: span 10; }
  .l-11 { grid-column-end: span 11; }
  .l-12 { grid-column-end: span 12; } }
@media only screen and (max-width: 1440px) { .l-and-smaller-hide { display: none !important; } }
@media only screen and (min-width: 1920px) { .xl-hide { display: none !important; }
  .xl-show { display: inherit !important; }
  .xl-1 { grid-column-end: span 1; }
  .xl-2 { grid-column-end: span 2; }
  .xl-3 { grid-column-end: span 3; }
  .xl-4 { grid-column-end: span 4; }
  .xl-5 { grid-column-end: span 5; }
  .xl-6 { grid-column-end: span 6; }
  .xl-7 { grid-column-end: span 7; }
  .xl-8 { grid-column-end: span 8; }
  .xl-9 { grid-column-end: span 9; }
  .xl-10 { grid-column-end: span 10; }
  .xl-11 { grid-column-end: span 11; }
  .xl-12 { grid-column-end: span 12; } }
@media only screen and (max-width: 1920px) { .xl-and-smaller-hide { display: none !important; } }
#root { padding: 1rem .5rem; }
@media screen and (min-width: 600px) { #root { padding: 1rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .grid { margin: -1rem; display: flex; flex-wrap: wrap; }
  .grid > * { margin: 1rem; }
  .xs-1 { flex-basis: calc(8.33333% - 2rem); }
  .xs-2 { flex-basis: calc(16.66667% - 2rem); }
  .xs-3 { flex-basis: calc(25% - 2rem); }
  .xs-4 { flex-basis: calc(33.33333% - 2rem); }
  .xs-5 { flex-basis: calc(41.66667% - 2rem); }
  .xs-6 { flex-basis: calc(50% - 2rem); }
  .xs-7 { flex-basis: calc(58.33333% - 2rem); }
  .xs-8 { flex-basis: calc(66.66667% - 2rem); }
  .xs-9 { flex-basis: calc(75% - 2rem); }
  .xs-10 { flex-basis: calc(83.33333% - 2rem); }
  .xs-11 { flex-basis: calc(91.66667% - 2rem); }
  .xs-12 { flex-basis: calc(100% - 2rem); } }
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 600px) { .s-1 { flex-basis: calc(8.33333% - 2rem); }
  .s-2 { flex-basis: calc(16.66667% - 2rem); }
  .s-3 { flex-basis: calc(25% - 2rem); }
  .s-4 { flex-basis: calc(33.33333% - 2rem); }
  .s-5 { flex-basis: calc(41.66667% - 2rem); }
  .s-6 { flex-basis: calc(50% - 2rem); }
  .s-7 { flex-basis: calc(58.33333% - 2rem); }
  .s-8 { flex-basis: calc(66.66667% - 2rem); }
  .s-9 { flex-basis: calc(75% - 2rem); }
  .s-10 { flex-basis: calc(83.33333% - 2rem); }
  .s-11 { flex-basis: calc(91.66667% - 2rem); }
  .s-12 { flex-basis: calc(100% - 2rem); } }
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 992px) { .m-1 { flex-basis: calc(8.33333% - 2rem); }
  .m-2 { flex-basis: calc(16.66667% - 2rem); }
  .m-3 { flex-basis: calc(25% - 2rem); }
  .m-4 { flex-basis: calc(33.33333% - 2rem); }
  .m-5 { flex-basis: calc(41.66667% - 2rem); }
  .m-6 { flex-basis: calc(50% - 2rem); }
  .m-7 { flex-basis: calc(58.33333% - 2rem); }
  .m-8 { flex-basis: calc(66.66667% - 2rem); }
  .m-9 { flex-basis: calc(75% - 2rem); }
  .m-10 { flex-basis: calc(83.33333% - 2rem); }
  .m-11 { flex-basis: calc(91.66667% - 2rem); }
  .m-12 { flex-basis: calc(100% - 2rem); } }
@media only screen and (min-width: 1440px) { #root.max-width { max-width: 1120px; } }
.grid.centered, #root.centered { max-width: 40rem; }
.grid.small, #root.small { max-width: 30rem; }
.grid.large, #root.large { max-width: 60rem; }
.grid.bg, #root.bg { padding: 1rem; }

.grid-stretch { align-items: stretch; }

.stretch { align-self: stretch; }

ul.grid, .grid-group { list-style: none; padding: 0; margin: 0; }

.grid-group { margin-right: -1rem; }
.grid-group > * { padding: 0 1rem 1rem 0; flex-basis: 100%; }
@media only screen and (min-width: 600px) { .grid-group { display: flex; } }

.grid > .sticky { position: sticky; top: 4.5rem; }

.grid.normal { align-items: normal; }

.xs-o-1 { grid-column-start: 2; }

.xs-o-2 { grid-column-start: 3; }

.xs-o-3 { grid-column-start: 4; }

.xs-o-4 { grid-column-start: 5; }

.xs-o-5 { grid-column-start: 6; }

.xs-o-6 { grid-column-start: 7; }

.xs-o-7 { grid-column-start: 8; }

.xs-o-8 { grid-column-start: 9; }

@media screen and (max-width: 599px) { .s-order-first { order: -1; } }
.grid-helpers { position: relative; }

.grid-helper { position: absolute; z-index: -1; left: 0; right: 0; }
.grid-helper * { pointer-events: none; display: block; margin-top: -1rem; margin-bottom: -1rem; min-height: 100vh; background-color: rgba(255, 0, 0, 0.1); }

.grid-input { position: fixed; z-index: 2; right: 1.5rem; top: 1.5rem; }

.full-page { position: relative; margin-left: -1rem; margin-right: -1rem; }

.full-left { position: relative; margin-left: -1rem; }

.full-right { position: relative; margin-right: -1rem; }

.root > .full-page { margin-top: -1rem; margin-bottom: 2rem; }
@media screen and (min-width: 600px) { .root > .full-page { margin-bottom: 4rem; } }

@media only screen and (min-width: 992px) { .full-page { margin-left: calc((100vw - 960px) / -2); margin-right: calc((100vw - 960px) / -2); }
  .full-left { margin-left: calc((100vw - 960px) / -2); }
  .full-right { margin-right: calc((100vw - 960px) / -2); } }
@media only screen and (min-width: 1280px) { .full-page { margin-left: calc((100vw - 1120px) / -2); margin-right: calc((100vw - 1120px) / -2); }
  .full-left { margin-left: calc((100vw - 1120px) / -2); }
  .full-right { margin-right: calc((100vw - 1120px) / -2); } }
@media only screen and (min-width: 1440px) { .full-page { margin-left: calc((100vw - 1280px) / -2); margin-right: calc((100vw - 1280px) / -2); }
  .full-left { margin-left: calc((100vw - 1280px) / -2); }
  .full-right { margin-right: calc((100vw - 1280px) / -2); } }
@media only screen and (min-width: 1600px) { .full-page { margin-left: calc((100vw - 1440px) / -2); margin-right: calc((100vw - 1440px) / -2); }
  .full-left { margin-left: calc((100vw - 1440px) / -2); }
  .full-right { margin-right: calc((100vw - 1440px) / -2); } }
@media only screen and (min-width: 1920px) { .full-page { margin-left: calc((100vw - 1600px) / -2); margin-right: calc((100vw - 1600px) / -2); }
  .full-left { margin-left: calc((100vw - 1600px) / -2); }
  .full-right { margin-right: calc((100vw - 1600px) / -2); } }
@font-face { font-family: ArnhemProBold; src: url(../fonts/arnhempro-bold.woff2) format("woff2"), url(../fonts/arnhempro-bold.woff) format("woff"); font-style: normal; font-weight: normal; }
@font-face { font-family: ArnhemProBlond; src: url(../fonts/arnhempro-blond.woff2) format("woff2"), url(../fonts/arnhempro-blond.woff) format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: ConsortWebRegular; src: url(../fonts/consort-web-regular.woff2) format("woff2"), url(../fonts/consort-web-regular.woff) format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: ConsortWebThin; src: url(../fonts/consort-thin.woff2) format("woff2"), url(../fonts/consort-thin.woff) format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: ConsortWebBold; src: url(../fonts/consort-bold.woff2) format("woff2"), url(../fonts/consort-bold.woff) format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: ProximaNovaRegular; src: url(../fonts/proxima-nova-regular.woff2) format("woff2"), url(../fonts/proxima-nova-regular.woff) format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: ProximaNovaThin; src: url(../fonts/proxima-nova-thin.woff2) format("woff2"), url(../fonts/proxima-nova-thin.woff) format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: ProximaNovaBold; src: url(../fonts/proxima-nova-bold.woff2) format("woff2"), url(../fonts/proxima-nova-bold.woff) format("woff"); font-weight: normal; font-style: normal; }
@media only screen and (min-width: 600px) { html { font-size: 100%; } }
@media only screen and (min-width: 992px) { html { font-size: 100%; } }
@media only screen and (min-width: 1440px) { html { font-size: 100%; } }
.proxima-nova-bold, .bold, .input-error, .input-group .input-group-label, .input-date-picker .input-date-picker-close, .error-container label[for], .subscription-usp-trigger, .summary-item [data-progress], .progress a:before, .progress span:before, b, strong, h1, h2, h3, legend, .legend, .fd-login-linkedin, .product-label { font-family: 'ProximaNovaBold', sans-serif; font-weight: normal; }

.proxima-nova, body, .font-normal, [type="text"], [type="search"], [type="email"], [type="password"], [type="url"], [type="number"], [type="date"], [type="time"], [type="tel"], [type="datalist"], pre, textarea, select, option, .fd-login h2 small, .product-price sup, .product-conditions-title, .product-gz h2, .step-edit, .step-edit-toggle, #uw-bestelling h3 { font-family: 'ProximaNovaRegular', sans-serif; }

.arnhem-pro, .product-info-quote, .product-info-title, .product-info-subtitle, .product-title, .product-gz-visual h1 small { font-family: 'ArnhemPro', serif; font-weight: normal; }

.arnhem-pro-bold, .heading, .full-page .visual-title, .product-price, .product-gz-visual h1 { font-family: 'ArnhemProBold', serif; font-weight: normal; }

body, .font-normal, [type="text"], [type="search"], [type="email"], [type="password"], [type="url"], [type="number"], [type="date"], [type="time"], [type="tel"], [type="datalist"], pre, textarea, select, option { font-size: 1rem; }

body { line-height: 1.5; color: #191919; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.heading { color: #191919; font-size: 2rem; line-height: 1.2; margin-bottom: 1rem; }

h1, .text-huge { font-size: 1.75rem; line-height: 1.2; margin: 0 0 .5em 0; }

h2, .text-big { font-size: 1.25rem; line-height: 1.2; }

h2 { margin-bottom: .5em; }

h3, .text-large { font-size: 1.125rem; line-height: 1.5; }

.text-small { font-size: .875rem; }

a { color: #E63D14; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 + h2 { margin-top: -1rem; margin-bottom: 1.5rem; }

h1, h2, h3 { color: #191919; }

h4 { font-size: 1.25rem; line-height: 1.5; }

.normal { font-size: 1rem; line-height: 1.5; }

.accent, .accent a { color: #E63D14; }

.accent-secondary, .accent-secondary a { color: #50616a; }

.light { color: #677382; }

.text-left { text-align: left !important; }
.text-left * { text-align: left !important; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.centered { margin-left: auto; margin-right: auto; }

.no-margin { margin: 0; }

.margin-top { margin-top: 1rem; }

.nowrap { white-space: nowrap; }

.float-right { float: right; }

.float-left { float: left; }

.clear { clear: both; }

.clear { clear: both; }

.lowercase { text-transform: lowercase; }

.bg { background-color: #e7f3fb; }

.text-wrap { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

.no-underline { text-decoration: none; }

.visually-hidden { position: absolute; clip: rect(0, 0, 0, 0); opacity: 0; font-size: 0; }

.hidden, .js .js-hidden { display: none !important; }

.js-show { display: none; }
.js .js-show { display: initial; }

.js .toggle-hidden { display: none; }
.js .toggle-hidden.active { display: block; }

iframe.email { width: 100%; border: none; padding: 0; height: 50vh; padding: 0; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.group { display: flex; }

.padding-right { padding-right: 2rem; }

.padding-left { padding-left: 2rem; }

@-webkit-keyframes spin { 0% { transform: rotate(0deg); }
  50% { box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5); }
  100% { transform: rotate(359deg); } }
@-moz-keyframes spin { 0% { transform: rotate(0deg); }
  50% { box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5); }
  100% { transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  50% { box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5); }
  100% { transform: rotate(359deg); } }
.icon-logo, .icon-logo-fdv2, .icon-FD { display: inline-block; font-size: 0; background-image: url("../img/logo_fdv2.svg"); background-repeat: no-repeat; background-size: contain; width: 2.5rem; height: 1.5rem; }

.icon-arrow, .icon-arrow-right, .icon-arrow-left, .input-date-picker button:before, .icon-arrow-down, .product-info-toggle:after { position: relative; display: inline-block; vertical-align: middle; width: .4rem; height: .4rem; border-top: .125rem solid currentcolor; border-right: .125rem solid currentcolor; margin: 0 0 0 .3rem; transform: rotate(45deg); }

.icon-arrow-down, .product-info-toggle:after { transform: rotate(135deg); margin: 0 0 0 .3rem; }

.icon-arrow-left, .input-date-picker button:before { transform: rotate(-135deg); margin: 0 .3rem 0 0; }

.icon-logo-fdmg { display: inline-block; font-size: 0; background-image: url("../img/logo_fdmg.png"); background-repeat: no-repeat; background-size: contain; width: 3.75rem; height: 3.75rem; }

.icon-logo-bnr { display: inline-block; font-size: 0; background-image: url("../img/logo_bnr.png"); background-repeat: no-repeat; background-size: contain; width: 4rem; height: 6.4rem; }

.icon-logo-jurist { display: inline-block; font-size: 0; background-image: url("../img/logo_jurist.png"); background-repeat: no-repeat; background-position: 50% 60%; background-size: contain; width: 8rem; height: 3.5rem; }

.icon-logo-pp { display: inline-block; font-size: 0; background-image: url("../img/logo_pp.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; width: 11rem; height: 3.5rem; position: relative; top: .125rem; }

.icon-logo-esb { display: inline-block; font-size: 0; background-image: url("../img/logo_esb.svg"); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; width: 5rem; height: 3.5rem; }

.icon-logo-energeia { display: inline-block; font-size: 0; background-image: url("../img/logo_energeia.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; width: 8rem; height: 3.5rem; position: relative; top: .125rem; }

.icon-logo-impactinvestor { display: inline-block; font-size: 0; background-image: url("../img/logo_impactinvestor.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; width: 11rem; height: 2rem; }

.icon-calendar { display: inline-block; background-image: url("../img/ico_calendar.png"); background-repeat: no-repeat; background-size: 100% auto; width: 18px; height: 20px; }

.icon-volume { display: inline-block; font-size: 0; background-image: url("../img/ico_volume.png"); background-repeat: no-repeat; background-size: auto 100%; width: 1.1rem; height: 2rem; transition: all .3s; }

.volume-muted .icon-volume { width: 2rem; }

.icon-het-financieele-dagblad, .icon-pensioen-pro, .icon-PENSIOENPRO, .icon-pp, .icon-PP, .icon-energeia, .icon-ENERGEIA, .icon-esb, .icon-ESB, .icon-fondsnieuws, .icon-jurist, .icon-JURIST { display: inline-block; font-size: 0; background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; width: 8rem; height: 4rem; }

.icon-het-financieele-dagblad { background-image: url("../img/ico_het-financieele-dagblad.png"); width: 84px; height: 34px; }

.icon-pensioen-pro, .icon-pp, .icon-PP, .icon-PENSIOENPRO { background-image: url("../img/ico_pensioen-pro.png"); width: 120px; height: 25px; }

.icon-energeia, .icon-ENERGEIA { background-image: url("../img/ico_energeia.png"); width: 85px; height: 25px; }

.icon-esb, .icon-ESB { background-image: url("../img/ico_esb.png"); width: 40px; height: 40px; }

.icon-jurist, .icon-JURIST { background-image: url("../img/logo_jurist.png"); width: 150px; height: 25px; }

.icon-fondsnieuws { background-image: url("../img/ico_fondsnieuws.png"); }

.icon-key, .icon-devices, .icon-support, .icon-desk, .icon-info, .icon-group, .icon-newspaper { display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; background-repeat: no-repeat; background-size: 100% auto; background-position: 50% 50%; margin-right: .5rem; }

.icon-key { background-image: url("../img/ico_key.png"); }

.icon-devices { background-image: url("../img/ico_devices.png"); }

.icon-support { background-image: url("../img/ico_support.png"); }

.icon-desk { background-image: url("../img/ico_desk.png"); }

.icon-info { background-image: url("../img/ico_info.png"); }

.icon-newspaper { background-image: url("../img/ico_newspaper.png"); }

.icon-group { background-image: url("../img/ico_group.png"); }

.icon-checkmark { display: inline-block; width: 54px; height: 54px; border-radius: 50%; display: block; stroke-width: 4; stroke: #f3f9fd; stroke-miterlimit: 10; margin: 0 auto; box-shadow: inset 0 0 0 #E63D14; animation: checkmark-fill .4s ease-in-out .4s forwards, checkmark-scale .3s ease-in-out 1.5s both; }

.icon-checkmark__circle { stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 4; stroke-miterlimit: 10; stroke: #E63D14; fill: none; animation: checkmark-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.icon-checkmark__check { transform-origin: 50% 50%; stroke-dasharray: 48; stroke-dashoffset: 48; animation: checkmark-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 1.3s forwards; }

@keyframes checkmark-stroke { 100% { stroke-dashoffset: 0; } }
@keyframes checkmark-scale { 0%, 100% { transform: none; }
  50% { transform: scale3d(1.1, 1.1, 1); } }
@keyframes checkmark-fill { 100% { box-shadow: inset 0 0 0 30px #E63D14; } }
.panel { background-color: #e7f3fb; padding: 1rem; border-radius: .1rem; margin-bottom: 1rem; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06); }
.panel > *:last-child { margin-bottom: 0; }
.panel.compact { padding: .5rem; }
.panel.flex { display: flex; flex-flow: column; }
.panel.flex .panel-content { flex-basis: 100%; }
.panel.centered { max-width: 40rem; }
.panel.small { max-width: 30rem; }
.panel.large { max-width: 60rem; }
@media only screen and (min-width: 600px) { .panel { padding: 2rem; }
  .panel.compact { padding: 1rem; } }

.grid > .panel { margin-bottom: 0; }

.panel-sticky { position: sticky; top: 1rem; }

.panel-sticky-bottom { position: sticky; bottom: 1rem; }

.panel > .full { margin-left: -1rem; margin-right: -1rem; }
.panel > .visual.full { margin-bottom: 1rem; }
.panel > .visual.full:first-child { margin-top: -1rem; }
.panel.compact > .full { margin-left: -.5rem; margin-right: -.5rem; }
.panel.compact > .visual.full { margin-left: -.5rem; margin-right: -.5rem; margin-bottom: .5rem; }
.panel.compact > .visual.full:first-child { margin-top: -.5rem; }
@media only screen and (min-width: 600px) { .panel > .full { margin-left: -2rem; margin-right: -2rem; }
  .panel > .visual.full { margin-bottom: 2rem; }
  .panel > .visual.full:first-child { margin-top: -2rem; }
  .panel.compact > .full { margin-left: -1rem; margin-right: -1rem; }
  .panel.compact > .visual.full { margin-left: -1rem; margin-right: -1rem; margin-bottom: 1rem; }
  .panel.compact > .visual.full:first-child { margin-top: -1rem; } }

.header { display: flex; align-items: center; margin: -1rem -.5rem 1rem -.5rem; padding: 0 .5rem; line-height: 1; min-height: 3.5rem; background-color: #a2c3d6; box-shadow: -50vw 0 0 0 #a2c3d6, 50vw 0 0 0 #a2c3d6, -25vw 0 0 0 #a2c3d6, 25vw 0 0 0 #a2c3d6; }
.header p { margin: 0; }
.header .header-logo, .header .header-link { margin-right: 2rem; }
.header .header-link { color: #E63D14; text-decoration: none; }
.header .header-link .icon-arrow-left, .header .header-link .input-date-picker button:before, .input-date-picker .header .header-link button:before { border-color: #E63D14; }
.header .header-link:hover { text-decoration: underline; }
.header .header-contact { text-align: right; padding-left: 2rem; margin-left: auto; }
.header:after { content: ''; position: absolute; z-index: 1; left: 0; right: 0; top: 3.5rem; height: 1px; background-color: #cdbdb1; }
@media screen and (min-width: 600px) { .header { margin: -1rem -1rem 1rem -1rem; padding: 0 1rem; } }

.header-contact a { color: #E63D14; text-decoration: none; }
.header-contact a + .text-small { margin-left: .25em; }

.header-logo { position: relative; z-index: 2; display: inline-block; font-size: 0; padding: 1rem .5rem 1rem .5rem; background-color: transparent; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.header-logo:hover { background-color: rgba(0, 0, 0, 0.04); }

.header-back { color: #E63D14; text-decoration: none; }
.header-back .icon-arrow-left, .header-back .input-date-picker button:before, .input-date-picker .header-back button:before { border-color: #E63D14; margin: -.1rem .3rem 0 .2rem; }
.header-back:hover { text-decoration: underline; }

.usp { list-style: none; padding: 0; margin: 0 0 1.5rem 0; }
.usp ul { list-style: none; padding: 0; margin: 0 0 1.5rem 0; }
.usp li, .usp .usp-yes, .usp .usp-no { position: relative; z-index: 1; padding-left: 1.5rem; }
.usp li:before, .usp li:after, .usp .usp-yes:before, .usp .usp-yes:after, .usp .usp-no:before, .usp .usp-no:after { content: ''; position: absolute; left: 0; top: .3rem; width: .8rem; height: .4rem; border-right: 0.2rem solid #3CAB87; border-top: 0.2rem solid #3CAB87; transform: rotate(135deg); }
.usp .usp-no:before, .usp .usp-no:after { border-color: #F57268; border-right: none; width: 1rem; margin-left: -.2rem; }
.usp .usp-no:after { transform: rotate(45deg); margin-top: .3rem; }
.usp li { margin-bottom: .25rem; }
.usp li:last-child { margin-bottom: 0; }
.usp span { display: inline-block; vertical-align: top; }

.list, .links { list-style: none; padding: 0; margin: 0 0 1rem 0; }
.list > *, .links > * { margin-bottom: .25rem; }

.links a { position: relative; display: block; text-decoration: none; color: #191919; padding-right: 2rem; }
.links a i { position: absolute; right: 0; top: .6em; }
.links a:hover { text-decoration: underline; }

.list-icons > * { display: flex; }
.list-icons i { flex-shrink: 0; flex-grow: 0; }

.columns-2 { columns: 2; }

.columns-3 { columns: 3; }

hr { display: block; clear: both; margin: 2rem 0; height: 1px; border: none; padding: 0; background-color: #a2c3d6; }

figure.round img, figure.round .image { border-radius: 50%; }

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

dl, ul.summary { margin: 1.5rem 0; padding: 0; font-size: 1rem; }

dt, dd, ul.summary li { padding: .2em 0; box-sizing: border-box; }

dt { color: #677382; width: 40%; padding-right: 2em; float: left; clear: both; text-align: right; }

dd { width: 60%; float: right; clear: right; }

dd + dd { border: none; margin-top: -.2em; }

ul.summary li:empty { display: none; }

ul.summary li[data-label] { position: relative; padding-left: 10rem; }

ul.summary li[data-label]:before { content: attr(data-label); position: absolute; left: 0; top: 0; width: 9rem; padding: .2em 0; color: #73655f; text-align: right; padding-right: 2em; }

.summary li span { display: inline-block; }

figure { line-height: 1.2; }

figcaption { margin: 1rem 0 0 0; }
figcaption > * { margin-bottom: .5rem; }

.full-page img { width: 100%; }
.full-page .visual-title { color: #fff; position: absolute; left: 50%; transform: translate3d(-50%, 0, 0); top: 3.5rem; width: 100%; max-width: 60rem; font-size: 50px; line-height: 1; margin: 0 auto; }
@media screen and (max-width: 1439px) { .full-page .visual-title { font-size: 3.5vw; } }
@media screen and (max-width: 991px) { .full-page .visual-title { font-size: 4vw; left: 1.5rem; transform: none; max-width: 50vw; } }
@media screen and (max-width: 599px) { .full-page .visual-title { font-size: 5vw; top: 2.4rem; } }

.header-image { background-color: #e7f3fb; position: relative; overflow: hidden; }
.header-image figure { margin: 0; }
.header-image .buttons { margin: 1rem; }
@media screen and (min-width: 600px) { .header-image .buttons { position: absolute; bottom: 1rem; left: 1rem; }
  .header-image .buttons.right { left: auto; right: 1rem; } }

.video { position: relative; height: 0; overflow: hidden; padding-top: 56.25%; }
.video > * { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

input[type="text"], input[type="date"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea, select { box-sizing: border-box; padding: 1.4rem 1rem .6rem 1rem; background-color: white; border: none; outline: none; box-shadow: none; border-bottom: 0.125rem solid #e2eef5; border-radius: 0; color: #191919; transition: all .1s; }
input[type="text"]:hover, input[type="date"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea:hover, select:hover { border-color: #a2c3d6; }
input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus { border-color: #50616a; }
input[type="text"][readonly], input[type="text"][readonly]:hover, input[type="text"][readonly]:focus, input[type="date"][readonly], input[type="date"][readonly]:hover, input[type="date"][readonly]:focus, input[type="password"][readonly], input[type="password"][readonly]:hover, input[type="password"][readonly]:focus, input[type="email"][readonly], input[type="email"][readonly]:hover, input[type="email"][readonly]:focus, input[type="number"][readonly], input[type="number"][readonly]:hover, input[type="number"][readonly]:focus, input[type="tel"][readonly], input[type="tel"][readonly]:hover, input[type="tel"][readonly]:focus, textarea[readonly], textarea[readonly]:hover, textarea[readonly]:focus, select[readonly], select[readonly]:hover, select[readonly]:focus { background-color: rgba(255, 255, 255, 0.3); border-color: #e2eef5; color: #677382; }

@media screen and (max-width: 599px) { .input input, .input select { max-width: 100%; min-width: auto !important; } }

[size="2"] { width: 2rem; }

[size="3"] { width: 3rem; }

[size="4"] { width: 4rem; }

[size="5"] { width: 5rem; }

[size="6"] { width: 6rem; }

[size="7"] { width: 7rem; }

[size="8"] { width: 8rem; }

[size="9"] { width: 9rem; }

[size="10"] { width: 10rem; }

[size="11"] { width: 11rem; }

[size="12"] { width: 12rem; }

[size="13"] { width: 13rem; }

[size="14"] { width: 14rem; }

[size="15"] { width: 15rem; }

[size="16"] { width: 16rem; }

[size="17"] { width: 17rem; }

[size="18"] { width: 18rem; }

[size="19"] { width: 19rem; }

[size="20"] { width: 20rem; }

[size="21"] { width: 21rem; }

[size="22"] { width: 22rem; }

[size="23"] { width: 23rem; }

[size="24"] { width: 24rem; }

[size="25"] { width: 25rem; }

[size="26"] { width: 26rem; }

[size="27"] { width: 27rem; }

[size="28"] { width: 28rem; }

[size="29"] { width: 29rem; }

[size="30"] { width: 30rem; }

[size="31"] { width: 31rem; }

[size="32"] { width: 32rem; }

[size="33"] { width: 33rem; }

[size="34"] { width: 34rem; }

[size="35"] { width: 35rem; }

[size="36"] { width: 36rem; }

[size="37"] { width: 37rem; }

[size="38"] { width: 38rem; }

[size="39"] { width: 39rem; }

[size="40"] { width: 40rem; }

label { cursor: pointer; }

::-webkit-input-placeholder { color: #cdbeb4; }

::-moz-placeholder { color: #cdbeb4; }

:-ms-input-placeholder { color: #cdbeb4; }

:-moz-placeholder { color: #cdbeb4; }

option { padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 3rem; height: 3.65rem; }
select + .label:before { content: ''; position: absolute; right: 0; top: 1rem; width: .4rem; height: .4rem; border-top: .125rem solid #99908A; border-right: .125rem solid #99908A; transform: rotate(135deg); }
select:focus + .label:before { transform: rotate(-45deg); top: 1.2rem; }

@-moz-document url-prefix() { select { padding-left: calc(1rem - 4px); } }
textarea { width: 100%; }

legend, .legend { display: block; width: 100%; clear: both; margin-bottom: 1rem; padding: 0; font-size: 1.25rem; line-height: 1.2; color: #191919; }
legend.text-large, .legend.text-large { font-size: 2rem; }
@media screen and (max-width: 991px) { legend.text-large, .legend.text-large { font-size: 1.5rem; } }

fieldset { margin-bottom: 2rem; }
fieldset:last-child { margin-bottom: 0; }
fieldset.centered { max-width: 40rem; }
fieldset.small { max-width: 30rem; }
fieldset.large { max-width: 60rem; }

.step-container { margin: 0; }

.input { position: relative; display: inline-block; vertical-align: top; }
.input .label { transition: all .1s; position: absolute; left: 1rem; right: 1rem; padding-right: 1em; font-size: .875rem; top: .5rem; line-height: 1; color: #677382; pointer-events: none; white-space: nowrap; }
.input .label:after { content: ''; position: relative; top: -.3em; display: inline-block; width: .6rem; height: .3rem; margin-left: .5em; border-right: 0.125rem solid #3CAB87; border-top: 0.125rem solid #3CAB87; transform: rotate(135deg); opacity: 0; transition: all .3s; }
.input .input-valid ~ .label:after { opacity: 0; transition-delay: .3s; }
.input .input-valid:focus ~ .label:after { opacity: 1; }
.input.input-no-validate .label:after { display: none; }
.input .input-empty ~ .label, .input .input-empty:focus ~ .label { top: 1.2rem; font-size: 1rem; }
.input .input-empty ~ .label:after, .input .input-empty:focus ~ .label:after { opacity: 0; }
.input :focus ~ .label { color: #50616a; }
.input.input-touched .input-invalid:focus ~ .label { color: #F57268; }
.input input[type="text"]:-webkit-autofill ~ .label, .input input[type="tel"]:-webkit-autofill ~ .label, .input input[type="email"]:-webkit-autofill ~ .label, .input input[type="password"]:-webkit-autofill ~ .label { font-size: .875rem; top: .5rem; }
.input [placeholder].input-empty ~ .label, .input [type="date"].input-empty ~ .label, .input select.input-empty ~ .label, .input .input-empty:focus ~ .label { font-size: .875rem; top: .5rem; }
.input [disabled] ~ .label, .input [readonly] ~ .label { color: #677382; }
.input.full { display: block; }
.input.full input, .input.full textarea, .input.full select { width: 100%; }
.input.full .checkbox { display: block; }

.group .full { flex-basis: 100%; }

.input [type="checkbox"], .input [type="radio"] { position: absolute; opacity: 0; }

.checkbox-label { display: block; margin-bottom: .4rem; }

.input-checkbox-label { position: relative; z-index: 1; display: inline-block; padding-left: 1.75rem; margin-right: 1rem; margin-bottom: .5rem; }
.input-checkbox-label em { font-style: normal; }
.input-checkbox-label:before { content: ''; position: absolute; box-sizing: border-box; left: 0; top: .0625rem; width: 1.25rem; height: 1.25rem; border: 0.075rem solid #50616a; transition: border-color .3s; background-color: #fff; }
.input-checkbox-label:after { content: ''; position: absolute; left: .25rem; top: .5rem; width: .625rem; height: .25rem; border-left: .09375rem solid #fff; border-bottom: .09375rem solid #fff; opacity: 0; transition: opacity .3s; transform: rotate(-48deg); }

[type="radio"] + .input-checkbox-label:before, [type="radio"] + .input-checkbox-label:after { border-radius: 50%; }
[type="radio"] + .input-checkbox-label:after { background-color: #fff; border: none; width: .625rem; height: .625rem; left: .3125rem; top: .375rem; }

:checked + .input-checkbox-label:before, label:hover :checked + .input-checkbox-label:before { background-color: #50616a; }
:checked + .input-checkbox-label:after { opacity: 1; }

.input-checkbox-label:hover:before { border-color: #a2c3d6; }

[type="radio"]:focus + .input-checkbox-label:before, [type="checkbox"]:focus + .input-checkbox-label:before, .checkbox:hover .input-checkbox-label:before { background-color: #f3f9fd; box-shadow: inset 0 0 0 2rem rgba(80, 97, 106, 0.35); }

[disabled] + .input-checkbox-label { display: none !important; }

.input-message { position: relative; z-index: 2; display: block; font-size: .875rem; line-height: 1; color: #73655f; margin: .5rem 1rem; }

.input-message-extra { color: #50616a; font-size: 1rem; line-height: 1.25; }

.js .input-message-extra { display: none; }
.js .input-message-extra.active { display: block; }

.input-help { font-size: .875rem; font-style: normal; font-family: courier; color: #677382; opacity: 1; transition: opacity .3s; transition-delay: .5s; margin-left: 1rem; min-height: 1em; opacity: 0; white-space: nowrap; }

.input-help-in-field .input-help { position: absolute; right: 1rem; top: 1.3rem; }

:focus ~ .input-help { opacity: 1; }

.input-valid ~ .input-help { color: #3CAB87; }

.input-error { color: #F57268; max-height: 0; opacity: 0; margin-top: 0; margin-bottom: 0; transition: max-height .3s, opacity .3s, margin .3s; }

.input-errors .input-error { max-height: 5rem; opacity: 1; margin-top: .5rem; margin-bottom: .5rem; }
.input-errors .input-valid ~ .input-error, .input-errors .input-valid .checkbox ~ .input-error { max-height: 0; opacity: 0; margin-top: 0; margin-bottom: 0; }
.input-errors .input-invalid input, .input-errors .input-invalid textarea, .input-errors .input-invalid select { border-bottom-color: #F57268; }
.input-errors .input-invalid .label { color: #F57268; }

.input-invalid.input-touched input, .input-invalid.input-touched select, .input-invalid.input-touched textarea { border-bottom-color: #F57268; }
.input-invalid.input-touched .label { color: #F57268; }
.input-invalid.input-touched .input-error { max-height: 5rem; opacity: 1; margin-top: .5rem; margin-bottom: .5rem; }

.input-touched [required].input-empty ~ .input-error { font-size: 0; color: rgba(245, 114, 104, 0); }
.input-touched [required].input-empty ~ .input-error:before { content: 'Verplicht veld'; font-size: .875rem; color: #f57268; }

[lang="en"] .input-touched [required].input-empty ~ .input-error:before { content: 'Required field'; }

.checkbox ~ .input-message { margin-left: 1.75rem; margin-top: -.25rem; margin-bottom: 1rem; }

.form-row { margin-bottom: 1rem; }
.form-row .form-row { margin-bottom: 0; }
.form-row:last-child { margin-bottom: 0; }

.form-group { margin-right: -1rem; margin-bottom: 0; }
.form-group .input { margin-right: 1rem; margin-bottom: 1rem; }
.form-group .input.full { /* two items */ /* three items */ /* four items */ }
.form-group .input.full:first-child:nth-last-child(1) { flex-basis: 100%; }
.form-group .input.full:first-child:nth-last-child(2), .form-group .input.full:first-child:nth-last-child(2) ~ .full { flex-basis: calc(50% - 1rem); }
.form-group .input.full:first-child:nth-last-child(3), .form-group .input.full:first-child:nth-last-child(3) ~ .full { flex-basis: calc(33.3333% - 1rem); }
.form-group .input.full:first-child:nth-last-child(4), .form-group .input.full:first-child:nth-last-child(4) ~ .full { flex-basis: calc(25% - 1rem); }
.form-group > .break { display: block; height: 0; width: 100%; }
.form-group > .input-message { width: 100%; margin-top: -.5rem; margin-bottom: 1rem; }
.form-group > .input-help { margin-top: .3125rem; margin-left: 0; }
@media only screen and (min-width: 600px) { .form-group { display: flex; flex-wrap: wrap; align-items: flex-start; } }

.form-group-nowrap { flex-wrap: nowrap; }
.form-group-nowrap > .full { flex-basis: 100%; }

.form-toggle { font-size: 0; display: block; line-height: 1.5rem; overflow: hidden; }
.form-toggle input[type="radio"], .form-toggle input[type="checkbox"] { top: 0; left: 0; width: 100vw; bottom: 1em; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; }
.form-toggle input[type="radio"]:checked { width: 0; }
.form-toggle label { display: inline-block; vertical-align: top; width: 0; position: absolute; left: 0; top: 0; }
.form-toggle .checkbox-label { font-size: 1rem; padding-left: 3rem; color: #191919; }
.form-toggle .input-checkbox-label { position: relative; z-index: 2; width: 100%; height: 100%; width: 2.5rem; height: 1.5rem; padding: 0; }
.form-toggle .input-checkbox-label:before { width: 100%; height: 1rem; top: .25rem; border-radius: .5rem; border: none; box-shadow: inset 0 0 0 2rem rgba(80, 97, 106, 0.15); background-color: #f3f9fd !important; }
.form-toggle .input-checkbox-label:after { width: 1.5rem; height: 1.5rem; border: none; border-radius: 50%; box-shadow: inset 0 0 0 2rem rgba(80, 97, 106, 0.35); background-color: #f3f9fd; left: 0; top: 0; opacity: 1; }
.form-toggle .input-checkbox-label:before, .form-toggle .input-checkbox-label:after { transition: all .3s; }
.form-toggle :checked + .input-checkbox-label { z-index: 1; }
.form-toggle :checked + .input-checkbox-label:before { border-radius: .5rem; box-shadow: inset 0 0 0 2rem rgba(80, 97, 106, 0.35); background-color: #f3f9fd; }
.form-toggle :checked + .input-checkbox-label:after { left: calc(100% - 1.5rem); box-shadow: inset 0 0 0 2rem #50616a; background-color: #f3f9fd; }
.form-toggle label .input-checkbox-label { opacity: 0; }
.form-toggle label + label .input-checkbox-label, .form-toggle label:last-child .input-checkbox-label { opacity: 1; }

.form-toggle-text { padding-left: 3rem; }

.form-toggle-choices { display: flex; padding-top: 1.5rem; padding-bottom: 1.5rem; padding-right: .5rem; }
.form-toggle-choices label { font-size: 1rem; width: auto; }
.form-toggle-choices .checkbox-label, .form-toggle-choices .input-message { position: absolute; left: 0; }
.form-toggle-choices .checkbox-label { top: 0; }
.form-toggle-choices .input-message { bottom: 0; }
.form-toggle-choices label { flex-basis: 100%; margin-right: -.5rem; }
.form-toggle-choices label .input-checkbox-label { opacity: 1; margin: 0; width: 100%; padding-top: 2rem; text-align: center; }
.form-toggle-choices .input-checkbox-label:after { left: 50%; margin-left: -.75rem; background-color: #f3f3f3; box-shadow: none; opacity: 1; }
.form-toggle-choices :checked + .input-checkbox-label { z-index: 3; }
.form-toggle-choices :checked + .input-checkbox-label:after { left: 50%; opacity: 1; transform: scale(1); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.form-toggle-checkbox { position: relative; z-index: 1; display: block; padding-left: 1.75rem; margin-bottom: .5rem; overflow: hidden; }
.form-toggle-checkbox label { position: absolute; left: 0; top: 0; font-size: 0; }
.form-toggle-checkbox input[type="radio"] { z-index: 3; top: 0; left: 0; width: 100vw; height: 5rem; outline: none; margin-left: 0; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; }
.form-toggle-checkbox input[type="radio"] + .input-checkbox-label:before, .form-toggle-checkbox input[type="radio"] + .input-checkbox-label:after { border-radius: 0; }
.form-toggle-checkbox input[type="radio"] + .input-checkbox-label:after { background-color: transparent; border-left: .09375rem solid #fff; border-bottom: .09375rem solid #fff; height: .25rem; left: .25rem; top: .5rem; }
.form-toggle-checkbox input[type="radio"]:checked { pointer-events: none; }
.form-toggle-checkbox input[type="radio"]:checked + .input-checkbox-label:before { background-color: #50616a; }
.form-toggle-checkbox .checkbox-label { font-size: 1rem; color: #191919; }

.input-group { margin-bottom: 2rem; }
.input-group .input-group-label { display: block; flex-basis: 20%; padding-right: 2rem; text-align: left; flex-shrink: 0; padding-bottom: .5rem; }
.input-group .input-group-value { flex-basis: 80%; }
.input-group p { margin-bottom: 1rem; }
@media screen and (min-width: 1280px) { .input-group { display: flex; } }

.has-loader:after { content: ''; }

.has-loader:after, .loader { height: 1rem; font-size: 0; opacity: 0; width: 1rem; margin-left: -1.5rem; overflow: hidden; transition: all .3s; border: 0.25rem solid rgba(80, 97, 106, 0.5); border-radius: 50%; border-top-color: #50616a; }

form.submitting .loader, form.submitting .has-loader:after, .loading.has-loader:after, .loading .loader { opacity: 1; margin-left: 0; -webkit-animation-name: spin; -webkit-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 1.5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; animation-name: spin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; }

.input-date { position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("../img/ico_calendar.png"); background-repeat: no-repeat; background-size: 18px 20px; background-position: calc(100% - 1rem) 1.4rem; }

.input-date-picker { position: absolute; z-index: 4; left: 0; bottom: 4rem; background-color: white; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); width: 266px; overflow: hidden; white-space: nowrap; font-size: 0; line-height: 1; outline: 100vw solid rgba(0, 0, 0, 0.1); display: none; }
.input-date-picker.active { display: block; }
.input-date-picker span { position: relative; z-index: 1; display: inline-flex; max-height: 266px; flex-wrap: wrap; background-color: white; vertical-align: top; box-sizing: border-box; width: 266px; padding: 7px; text-align: right; margin-right: -100%; transition: all .3s; opacity: 0; }
.input-date-picker span.active { z-index: 2; opacity: 1; margin-right: 0; max-height: 330px; }
.input-date-picker strong { display: flex; width: calc(100% - 40px); margin-right: 40px; justify-content: space-between; align-items: center; text-align: center; height: 32px; padding: 2px; font-size: 1rem; }
.input-date-picker em + .day-2 { margin-left: 38px; }
.input-date-picker em + .day-3 { margin-left: 74px; }
.input-date-picker em + .day-4 { margin-left: 110px; }
.input-date-picker em + .day-5 { margin-left: 146px; }
.input-date-picker em + .day-6 { margin-left: 182px; }
.input-date-picker em + .day-0 { margin-left: 218px; }
.input-date-picker button { position: relative; z-index: 1; cursor: pointer; width: 32px; height: 32px; border: none; background-color: transparent; font-size: 0; overflow: hidden; transition: all .3s; }
.input-date-picker button:before { content: ''; margin-left: 5px; }
.input-date-picker button:hover { background-color: #191919; }
.input-date-picker button:hover:before { border-color: #fff; }
.input-date-picker button:active, .input-date-picker button:focus { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset; }
.input-date-picker button ~ button:before { transform: rotate(45deg); margin-left: 3px; }
.input-date-picker a, .input-date-picker em { font-size: 1rem; font-style: normal; width: 32px; height: 32px; line-height: 32px; display: inline-block; text-align: center; text-decoration: none; margin: 2px; }
.input-date-picker a { background-color: rgba(255, 255, 255, 0.5); transition: background-color .3s; }
.input-date-picker a:hover { background-color: rgba(80, 97, 106, 0.2); }
.input-date-picker a:active, .input-date-picker a:focus { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset; }
.input-date-picker a.active { background-color: #50616a; color: #fff; border-radius: 50%; }
.input-date-picker a.day-invalid { color: rgba(25, 25, 25, 0.2); cursor: default; }
.input-date-picker a.day-invalid:hover { background-color: #fff; }

.input-date-picker .input-date-picker-close { position: absolute; right: 9px; top: 9px; line-height: 2rem; font-size: 1.5rem; color: #fff; box-shadow: 9px 0 0 0 #fff, -7px 0 0 0 #fff; margin: 0; z-index: 10; opacity: 1; background-color: #677381; }

.input-date-picker .input-date-picker-close:hover { background-color: #677381; }

.error-container { display: none; margin: 0; }
.error-container ul { list-style: none; padding: 0; margin-top: 1rem; }
.error-container li { position: relative; }
.error-container label { cursor: default; }
.error-container strong { display: block; }
.error-container label[for] { cursor: pointer; }
.error-container label[for]:hover { text-decoration: underline; }
.error-container label[for]:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(245, 114, 104, 0); }
.error-container .error-item-valid { display: none; color: #3CAB87; }
.error-container .error-item-valid:after { content: ''; content: ''; position: relative; top: -.3em; display: inline-block; width: .8rem; height: .4rem; margin-left: .5em; border-right: 0.15rem solid #3CAB87; border-top: 0.15rem solid #3CAB87; transform: rotate(135deg); }
.error-container .error-item-valid .error-item-message { display: none; }
.error-container [data-errors="0"] { display: none; }
.error-container [data-errors="0"] > strong { color: #3CAB87; }
.error-container [data-errors="0"] > strong:first-letter { text-transform: uppercase; }
.error-container [data-errors="0"] > strong span { display: none; }
.error-container.input-group { margin-bottom: 0; }
.error-container.input-group .input-group-label { padding-bottom: 0; }

.input-errors .error-container { display: block; }
@media screen and (min-width: 1280px) { .input-errors .error-container.input-group { display: flex; } }

.block-form-fields { position: relative; }

.block-form-message { display: none; position: absolute; left: 2rem; right: 2rem; top: 50%; transform: translate3d(0, -50%, 0); }

[data-form-state="ok"] .block-form-message.message-ok { display: block; }

[data-form-state="error"] .block-form-message.message-error { display: block; }

[data-form-state="error"] .block-form-inputs { opacity: 0; pointer-events: none; }

[data-form-state="ok"] .block-form-inputs { opacity: 0; pointer-events: none; }

.address-processed .address-manual { display: none; }
.address-processed[data-address-state="error"] .address-manual, .address-processed[data-address-state="complete"] [data-country="BE"] .address-processed .address-manual { display: block; }

.address-processed .address-place, .address-processed .address-street { display: none; }

[data-address-state] .address-place, [data-address-state] .address-street, [data-country="BE"] .address-place, [data-country="BE"] .address-street { display: block; }

.address-container { position: relative; overflow: hidden; }
.address-container .form-group:before, .address-container .form-group:after { content: ''; flex-basis: 100%; flex-shrink: 0; order: 2; }
.address-container .form-group:after { order: 4; }
.address-container.address-processed .form-group:before, .address-container.address-processed .form-group:after { display: none; }
.address-container.address-processed[data-address-state] .form-group:before, .address-container.address-processed[data-address-state] .form-group:after, [data-country="BE"] .address-container.address-processed .form-group:before, [data-country="BE"] .address-container.address-processed .form-group:after { display: block; }

.address-country select { min-width: 18em; }
@media screen and (max-width: 599px) { .address-country select { width: 100%; } }

.address-container .form-group > * { order: 1; }

.address-container .form-group > *:nth-child(n+4) { order: 3; }

.address-container .form-group > *:nth-child(n+6) { order: 5; }

.address-container .message-warning { display: none; }

[data-address-state="error"] .message-warning { display: block; }

.address-container.loading .input { opacity: .5; }

.address-container .loader { margin: -.5rem; position: absolute; left: 50%; top: 50%; z-index: 3; }

.address-container[data-address-state="error"] .loader, [data-country="BE"] .loader { display: none; }

.buttons { display: flex; flex-flow: row; margin: 0 0 1.5rem 0; padding: 0; align-items: center; line-height: 1.2; }
.buttons > * { margin: 0 1rem 0 0; }
.buttons > *:last-child { margin-right: 0; }
.buttons > .right { margin-left: auto; }
.buttons.right { flex-flow: row-reverse; }
.buttons.right > * { margin: 0 0 0 1rem; }
.buttons.right > *:last-child { margin-left: 0; }
.buttons.right > .left { margin-right: auto; }
.buttons.center { justify-content: center; }
.buttons.center > * { margin: 0 .5rem 0 .5rem; }

fieldset:last-child > .buttons:last-child, .step-container .buttons { margin-bottom: 0; }

@keyframes buttonRipple { 0% { width: 0; opacity: 0.2; }
  50% { opacity: 0.2; }
  100% { width: 130%; opacity: 0; } }
@keyframes buttonRippleReverse { 0% { width: 130%; opacity: 0.2; }
  100% { width: 0px; opacity: 0.2; } }
@keyframes buttonShow { 0% { opacity: 0; }
  99% { opacity: 0; }
  100% { opacity: 1; } }
.button { opacity: 0; animation: 0.3s ease 0s 1 normal forwards running buttonShow; user-select: none; box-sizing: border-box; position: relative; overflow: hidden; min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; font-size: 1rem; line-height: 1.25; color: #fff; text-decoration: none; cursor: pointer; padding: 0px 1rem; border: medium none; text-align: center; background-position: 50% center; transition: transform 0.05s ease-out 0s, background-color 0.1s ease 0s, transform 0.05s ease-out 0s; border-radius: 0px; font-family: ProximaNovaBold, sans-serif; font-weight: 400; letter-spacing: -0.1px; background-color: #E63D14; white-space: nowrap; backface-visibility: hidden; }
.button:focus { background-color: #b73110; outline: 1.5px solid #E63D14; outline-offset: -1.5px; }
.button:active { outline: currentcolor none medium; background-color: #b73110; }
.button:active:hover { background-color: #b73110; }
.button:hover { background-color: #b73110; text-decoration: none; }
.button.secondary { color: #fff; background-color: #191919; }
.button.secondary:focus { background-color: #333333; outline: 1.5px solid #191919; }
.button.secondary:active { outline: currentcolor none medium; background-color: #333333; }
.button.secondary:active:hover { background-color: #333333; }
.button.secondary:hover { background-color: #333333; text-decoration: none; }
.button.lined { color: #191919; background-color: transparent; outline: 1.5px solid #191919; outline-offset: -1.5px; }
.button.lined:before { background-color: #b0c6c1; }
.button.lined:focus { background-color: #E63D14; outline: 1.5px solid #191919; }
.button.lined:active { outline-color: #E63D14; background-color: transparent; }
.button.lined:active:hover { background-color: transparent; }
.button.lined:hover { color: #E63D14; text-decoration: none; outline-color: #E63D14; }
.button.link { color: #191919; padding: 0 .25rem; background-color: transparent; }
.button.link:before { display: none; }
.button.link:focus { background-color: transparent; outline: none; transform: none; }
.button.link:active { outline: none; background-color: transparent; transform: none; }
.button.link:active:hover { background-color: transparent; transform: none; }
.button.link:hover { color: #E63D14; text-decoration: underline; }
.button.small { font-size: 0.875rem; min-height: 2rem; }
.button.large { font-size: 1.25rem; min-height: 3.5rem; }
.button.full { width: 100%; }

.button > * { display: inline-flex; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .button { opacity: 1; } }
@media screen and (min-width: 641px) { .button.small:active { transform: scale(0.98); }
  .button:active { transform: scale(0.95); } }
.button::before { position: absolute; margin: 0px auto; transform: rotate(360deg) skewX(15deg); background-color: #fff; width: 0px; height: 100%; }

.button:not(:active)::before { content: ""; animation: 0.5s ease 0s 1 normal none running buttonRipple; }

.button:active::before { content: ""; animation: 0.5s ease 0.1s 1 normal none running buttonRippleReverse; }

@media screen and (max-width: 640px) { .button:active { transform: scale(0.95); } }
.button:disabled, .button:disabled:active { outline: currentcolor none medium; background-color: #f6ae9d; transform: scale(1); }

.button:disabled *, .button:disabled:active * { pointer-events: none; }

.header-cta .button { min-height: 2.5rem; }

.message { padding: 1rem; background-color: #f3f9fd; line-height: 1.5rem; margin-bottom: 1.5rem; }
.message > *:last-child { margin-bottom: 0; }
.message:empty { display: none; }
@media screen and (max-width: 599px) { .message { padding: .5rem; } }

.message-info { background-color: #f3f9fd; }
.message-info a { text-decoration: underline; }

.message-error { background-color: rgba(245, 114, 104, 0.1); color: #F57268; }
.message-error a { color: #F57268; text-decoration: underline; }

.message-ok { background-color: rgba(60, 171, 135, 0.05); color: #3CAB87; }
.message-ok a { color: #3CAB87; text-decoration: underline; }

.fd-login h2 { display: flex; flex-wrap: wrap; margin-bottom: 1rem; }
.fd-login h2 small { margin-left: auto; font-size: .9rem; line-height: 1.2; }
.fd-login.modal { position: static; justify-content: flex-start; overflow: visible; padding-top: 0; }
@media screen and (min-width: 600px) { .fd-login.modal { padding-top: 2rem; } }
.fd-login .modal-inner, .fd-login .modal-outer { max-width: 26rem; }
.fd-login .modal-content { max-height: none; }
.fd-login .buttons .input-checkbox-label { margin: 0; }
.fd-login [href^="tel"] { text-decoration: none; color: inherit; cursor: text; }

.fd-login-linkedin { color: #fff; font-size: .9rem; display: inline-flex; align-items: center; vertical-align: middle; margin-left: .5rem; border-radius: 2px; background-image: url("../img/ico_linkedin.png"); background-repeat: no-repeat; background-size: 1.25rem auto; background-position: .5rem .15rem; padding-left: 2.25rem; padding-right: 1rem; height: 1.75rem; background-color: #0077b5; }

/* BLUR */
.fd-has-modal-wall body > *:not(.modal) { filter: blur(2px); -webkit-filter: blur(2px); }

.modal-site-bg { position: fixed; background-repeat: no-repeat; background-position: 50% 0; background-size: 100% auto; left: 50%; width: 100%; max-width: 1085px; transform: translate3d(-50%, 0, 0); top: 0; right: 0; bottom: 0; z-index: 199; filter: blur(2px); -webkit-filter: blur(2px); transform: all .3s; opacity: 0; }
.modal-site-bg:before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 100vh; background: -moz-linear-gradient(top, rgba(243, 249, 253, 0) 0%, #f3f9fd 100%); background: -webkit-linear-gradient(top, rgba(243, 249, 253, 0) 0%, #f3f9fd 100%); background: linear-gradient(to bottom, rgba(243, 249, 253, 0) 0% #a2c3d6 100%); }

.modal.active ~ .modal-site-bg { opacity: 1; }

.modal { position: fixed; overflow: hidden; z-index: 200; left: 0; top: 0; right: 0; bottom: 0; padding: 1rem .5rem; display: flex; flex-flow: column; align-items: center; justify-content: center; opacity: 0; transition: all .3s; background-color: rgba(243, 249, 253, 0.8); background-position: 50% 0; }
.modal.active { opacity: 1; }

.modal-close { position: absolute; z-index: 1; top: 0; bottom: 0; margin: 0 auto; width: 100%; display: flex; align-items: flex-start; justify-content: flex-end; padding: 0 50vw; max-width: 41rem; text-align: right; text-decoration: none; }
.modal-close:before { content: 'Sluiten'; display: inline-block; margin-right: .5rem; margin-top: .5rem; text-transform: uppercase; line-height: 2rem; color: #000; font-size: .75rem; }
.modal-close:after { content: '×'; display: inline-block; width: 2rem; height: 2rem; margin-top: .5rem; line-height: 2rem; font-size: 2rem; font-weight: bold; text-align: center; background-color: #000; color: #fff; transition: all .3s; margin-right: .5rem; }
.modal-close:hover:after { background-color: #50616a; }

.modal-inner, .modal-outer { position: relative; z-index: 2; max-width: 40rem; line-height: 1.5; width: calc(100vw - 1rem); box-sizing: border-box; transition: opacity .3s; }

.modal-inner { background-color: #e7f3fb; }

.modal-outer { padding: .5rem 1rem; font-size: .9rem; line-height: 1.5; }

.modal .modal-inner, .modal .modal-outer { opacity: 0; }

.modal.active .modal-inner, .modal.active .modal-outer { opacity: 1; }

.modal-iframe-container { position: fixed; left: .5rem; top: 3rem; right: .5rem; height: calc(100% - 3.5rem); border: none; }
@media screen and (min-width: 600px) { .modal-iframe-container { left: auto; right: auto; } }
.modal-iframe-container iframe { width: 100%; height: 100%; border: none; }

@supports (-webkit-overflow-scrolling: touch) { .has-modal, .has-modal body { overflow: hidden; }
  .has-modal #root { position: fixed; left: 0; top: 0; bottom: 0; right: 0; }
  .modal-iframe-container { overflow: auto; -webkit-overflow-scrolling: touch; } }
.modal-header, .modal-footer { position: relative; z-index: 2; margin: 0 1rem; padding: 1rem 0; }

.modal-header { text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
.modal-header i { vertical-align: middle; margin: 0 .5rem; }
.modal-header .progress { margin: 1rem 0 1.5rem 0; padding: 1rem 0 0 0; border: none; border-top: 1px solid #a2c3d6; }
.modal-header .progress:last-child { margin-bottom: -1rem; }

.modal-footer { border-top: 1px solid rgba(0, 0, 0, 0.075); }
.modal-footer .buttons { margin: 0; }

.modal-content { position: relative; z-index: 1; max-height: calc(100vh - 11rem); max-height: calc( ( var(--vh, 1vh) * 100 ) - 11rem); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 1rem; }

.modal-content-no-scroll { position: relative; z-index: 1; padding: 1rem; }

.modal.has-loader:after { position: absolute; z-index: 2; pointer-events: none; right: 50%; top: 1.5rem; width: 1rem; height: 1rem; margin: -.75rem; }

.product-teaser-gradient { position: absolute; z-index: -1; left: 0; top: 0; bottom: 0; right: 0; background-color: #E63D14; background: -moz-linear-gradient(top, #e63d14 0%, rgba(230, 61, 20, 0) 40%, rgba(230, 61, 20, 0) 60%, #e63d14 100%); background: -webkit-linear-gradient(top, #e63d14 0%, rgba(230, 61, 20, 0) 40%, rgba(230, 61, 20, 0) 60%, #e63d14 100%); background: linear-gradient(to bottom, #e63d14 0%, rgba(230, 61, 20, 0) 40%, rgba(230, 61, 20, 0) 60%, #e63d14 100%); }

.product-teaser { margin: 2rem 0 4rem 0; }
@media screen and (max-width: 991px) { .product-teaser { margin: 2rem 0 3rem 0; } }

.products { margin: 3rem auto; flex-wrap: nowrap; grid-gap: 2rem; }
@media screen and (max-width: 991px) { .products { grid-gap: 1rem; margin: 3rem auto; flex-wrap: wrap; } }

.product-info { text-align: center; }
@media screen and (max-width: 991px) { .product-info { font-size: .75rem; } }

.product-info-quote { font-size: 1.25em; line-height: 1.2; color: #677383; }

.product-info-title { font-size: 1.75em; }

.product-info-title, .product-info-subtitle { color: #191919; }

.product-info-subtitle { font-size: 1.25em; margin-top: -.25rem; }
.product-info-subtitle a { text-decoration: none; color: #E63D14; }

.product-action { position: absolute; bottom: 0; left: 0; background-color: #50616a; width: 5.5rem; height: 5.5rem; padding: .5rem; border-radius: 50%; display: flex; align-items: center; text-align: center; justify-content: center; line-height: 1; font-weight: 700; font-size: 1rem; transform: rotate(-5deg); color: #f3f9fd; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); transition-delay: .3s; margin-bottom: 0; }
.product:hover .product-action { margin-bottom: .2rem; }

.product { position: relative; z-index: 1; box-shadow: 0 0 0 2px transparent; padding: 1rem 1rem .75rem 1rem; background-color: #e7f3fb; }
.product:hover { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.125); }

@media screen and (min-width: 600px) { .product.m-4 { grid-column-end: span 6; } }
@media screen and (min-width: 992px) { .product.m-4 { grid-column-end: span 4; } }

.product a { color: #191919; text-decoration: none; display: block; }
.product a:hover .button { background-color: #b73110; }

.product-header { text-align: center; background-color: #a2c3d6; margin: -1rem; padding: 1.25rem 1rem 1rem 1rem; margin-bottom: 1rem; }
@media screen and (max-width: 1439px) { .product-header { padding: 1.25rem .5rem 1rem .5rem; } }
@media screen and (max-width: 991px) { .product-header { padding: .75rem 1rem .5rem 1rem; } }

.product-title { font-size: 2rem; color: #191919; line-height: 1; margin: 0; }
@media screen and (max-width: 1439px) { .product-title { font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .product-title { font-family: 'ArnhemProBold', serif; font-size: 1.5rem; } }

.product-image { position: relative; margin: 1rem -1rem; }
.product-image img { display: block; margin: 0 auto; }
.product-image .image { display: block; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; height: 0; }

.product-price-container { text-align: center; font-size: 1.2rem; margin-bottom: 1rem; }

.product-price-text { font-style: normal; font-size: 1rem; line-height: 1.2; display: block; color: #525051; margin: .25em 0 .75em 0; }

.product-price-text-accent { color: #000; }

.product-price-gz { display: block; margin-top: 1.85rem; }
@media screen and (min-width: 992px) { .product-price-gz { margin-top: 0; margin-bottom: 2.875rem; } }

@media screen and (min-width: 992px) { .product-price-gx-text { min-height: 2.4rem; } }

.product-price { font-size: 3.5rem; display: inline-block; white-space: nowrap; line-height: .75em; font-weight: bold; letter-spacing: -.1em; vertical-align: bottom; }
.product-price sup { position: relative; top: -.4em; font-size: .5em; letter-spacing: -.05em; margin-left: .25em; vertical-align: bottom; }

.product-price-textual { font-size: 2rem; letter-spacing: 0; font-family: 'ProximaNovaBold', sans-serif; font-weight: 400; margin-bottom: .4rem; margin-top: .75rem; }

.product .list { padding-left: 0; }

.product-conditions { max-width: 450px; margin-left: auto; margin-right: auto; line-height: 1.2; }
.product-conditions ul { padding-left: 2rem; }
.product-conditions li { margin-bottom: .4em; }
.product-conditions li:last-child { margin-bottom: 0; }

.product-info-toggle { color: #E63D14; text-align: center; display: block; height: 3em; line-height: 3em; overflow: hidden; margin-top: -1em; display: none; }
.product-info-toggle:after { content: ''; margin-top: -.3em; margin-left: .5em; border-color: #E63D14; }
@media screen and (max-width: 991px) { .product-info-toggle { display: block; }
  .product-info-toggle ~ * { margin-bottom: 0; max-height: 0; opacity: 0; overflow: hidden; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .product-info-toggle.active { display: none; }
  .product-info-toggle.active ~ .product-conditions-title { max-height: 4em; margin-bottom: .5em; opacity: 1; }
  .product-info-toggle.active ~ .product-conditions-items { max-height: 10em; margin-bottom: 1.5rem; opacity: 1; } }

.product-conditions-title { font-weight: normal; color: #191919; font-size: 1rem; }

.product-buttons { text-align: center; margin-bottom: 1.5rem; }
.product-buttons .button { padding-left: 3rem; padding-right: 3rem; }
@media screen and (max-width: 1439px) { .product-buttons .button { display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; } }
@media screen and (max-width: 991px) { .product-buttons .button { display: inline-flex; padding-left: 3rem; padding-right: 3rem; } }

.product-label { position: absolute; left: 50%; top: 0; transform: translate3d(-50%, -100%, 0); font-size: 1rem; white-space: nowrap; background-color: #E63D14; color: #f3f9fd; padding: .2em 2em 0 2em; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); transition-delay: .3s; }

.product-highlight { margin: -2rem; margin-top: -1rem; margin-bottom: -1rem; z-index: 2; background-color: #f3f9fd; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.125); padding-left: 3rem; padding-right: 3rem; }
.product-highlight .product-header { padding-top: 2.25rem; background-color: #E63D14; margin-left: -3rem; margin-right: -3rem; padding-left: 3rem; padding-right: 3rem; }
.product-highlight .product-title { color: #f3f9fd; }
.product-highlight .product-label { background-color: #50616a; }
.product-highlight .product-conditions { margin-left: -1rem; margin-right: -1rem; }
@media screen and (max-width: 991px) { .product-highlight { order: -1; margin: 0; padding-left: 1rem; padding-right: 1rem; background-color: #e7f3fb; }
  .product-highlight .product-header { margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 1rem; padding-top: .75rem; }
  .product-highlight .product-buttons { margin-bottom: 1.5rem; }
  .product-highlight .product-conditions { margin-left: auto; margin-right: auto; } }

.product-highlight:hover .product-label { padding-bottom: .2em; }

.product-gz { padding: 2rem; }
.product-gz .list { flex-basis: 100%; max-width: 800px; margin: 0; }
.product-gz .list li { margin-right: 1rem; }
.product-gz h2 { color: #191919; }
.product-gz .product-buttons { position: static; }
.product-gz .button { padding-left: 1rem; padding-right: 1rem; white-space: nowrap; }
.product-gz .group { justify-content: space-between; }
@media screen and (max-width: 991px) { .product-gz { padding: 1rem; }
  .product-gz .list { columns: auto; }
  .product-gz .group { display: block; }
  .product-gz .button { margin-top: 2rem; } }

.product-gz-visual { background-image: url("../img/bg_fd-gz.png"); background-size: 100% auto; background-position: 50% 0; background-repeat: no-repeat; margin: -2rem; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.product-gz-visual:before { content: ''; float: right; width: 30%; height: 0; padding-top: 20%; margin-top: 3%; margin-right: 2rem; background-image: url("../img/pic_fd-gz.png"); background-size: contain; background-repeat: no-repeat; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.product-gz-visual:after { content: ''; display: block; clear: both; height: 0; }
.product-gz-visual * { color: #fff; }
.product-gz-visual h1 { padding: 2rem; font-size: 2.5rem; margin-bottom: 0; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.product-gz-visual h1 small { font-size: .8em; margin-top: .5em; }
.product-gz-visual h1 small { display: block; }
@media screen and (max-width: 1439px) { .product-gz-visual h1 small { margin-top: 0; } }
@media screen and (max-width: 991px) { .product-gz-visual { margin: -1rem; background-size: cover; background-position: 0 100%; min-height: 100px; margin-bottom: 4rem; }
  .product-gz-visual h1 { padding: 1rem; line-height: 1; font-size: 1.5rem; }
  .product-gz-visual h1 small { padding-right: 5rem; }
  .product-gz-visual:before { position: absolute; right: 0; top: 4%; margin-top: -1vw; margin-right: .5rem; width: 200px; padding-top: 0; height: 200px; } }

.product.m-3 .product-gz-visual { margin: -1rem; background-size: cover; background-position: 0 100%; min-height: 90px; margin-bottom: 6rem; padding: 1rem; }
.product.m-3 .product-gz-visual h1 { padding: 1rem; line-height: 1; font-size: 1.5rem; }
.product.m-3 .product-gz-visual small { font-size: 1.5rem; line-height: 1.2; padding-right: 0; }
.product.m-3 .product-gz-visual:before { position: absolute; right: 0; top: 4%; margin-top: 5vw; margin-right: .5rem; width: calc(100% - 5vw); padding-top: 0; height: 200px; }

.product-others h2 { font-size: 1rem; color: #191919; }
.product-others .links { max-width: 200px; margin: 0; }
@media screen and (max-width: 991px) { .product-others .panel { padding: 1rem; }
  .product-others .links { max-width: none; } }

.subscription.submitting * { pointer-events: none; }

.subscription fieldset { margin-bottom: 0; }
.subscription .input-group { margin-bottom: 1rem; }
.subscription .input-group:last-child { margin-bottom: 0; }
.subscription .legend + div ~ div .input-group, .subscription .legend + div ~ .input-group { margin-top: 3rem; }
.subscription hr { margin: 1rem 0; }
.subscription .message { margin-bottom: 1rem; }
.subscription .message:last-child { margin-bottom: 0; }

.subscription-summary-price-total-container:last-child { margin-bottom: 1.5rem; margin-top: -1rem; }

.abo-duration { margin-bottom: 1rem; }
.abo-duration .checkbox { display: block; }
.abo-duration .input-checkbox-label { display: block; margin-right: 0; }
.abo-duration .input-checkbox-label em { display: inline-block; min-width: 3em; }
.abo-duration .input-checkbox-label .subscription-summary-price-total { display: none; font-weight: 700; }
.abo-duration .input-checkbox-label .subscription-summary-price-total:before { content: 'voor '; }
.abo-duration .input-checkbox-label .subscription-summary-price-week { color: #677382; }
.abo-duration .input-checkbox-label .subscription-summary-price-week:before { content: '(€'; }
.abo-duration .input-checkbox-label .subscription-summary-price-week:after { content: ' / week)'; }
.abo-duration .input-checkbox-label .input-checkbox-label-value { display: inline-block; min-width: 6em; }
.abo-duration > .checkbox:first-child:last-child .subscription-summary-price-week { display: none; }

.subscription .input-checkbox-label .input-checkbox-label-extra { display: block; color: #677382; font-size: .75rem; clear: both; display: none; }

.subscription :checked + .input-checkbox-label .input-checkbox-label-extra { display: block; }

.abo-payment > .checkbox:first-child:last-child, .abo-duration > .checkbox:first-child:last-child { cursor: text; }
.abo-payment > .checkbox:first-child:last-child .input-checkbox-label, .abo-duration > .checkbox:first-child:last-child .input-checkbox-label { padding-left: 0; color: #191919 !important; }
.abo-payment > .checkbox:first-child:last-child .input-checkbox-label:before, .abo-payment > .checkbox:first-child:last-child .input-checkbox-label:after, .abo-duration > .checkbox:first-child:last-child .input-checkbox-label:before, .abo-duration > .checkbox:first-child:last-child .input-checkbox-label:after { display: none; }

.subscription ul.summary li[data-label] { padding-left: 10rem; }
.subscription ul.summary li[data-label]:before { position: absolute; padding: .2em 0; width: 9rem; }
@media screen and (min-width: 600px) { .subscription ul.summary li[data-label] { padding-left: 1rem; }
  .subscription ul.summary li[data-label]:before { position: relative; display: block; padding: 0; width: auto; text-align: left; left: -1rem; } }
@media screen and (min-width: 1280px) { .subscription ul.summary li[data-label] { padding-left: 10rem; }
  .subscription ul.summary li[data-label]:before { position: absolute; padding: .2em 0; width: 9rem; left: 0; } }

.abo-summary-abo:after { content: ' '; }

.abo-summary-conditions ul { padding-left: 1em; }

.abo-summary-conditions li + li { margin-top: .5em; }

.abo-summary-price { margin-right: .5em; }
.abo-summary-price:before { content: '€'; }

.abo-summary-duration-extrainfo { display: block; }

.subscription-startdate-message, .abo-summary-toelichting_startdatum { display: block; margin-top: .5rem; margin-bottom: 0; }

.subscription h3 { line-height: 1.25; }

label[for="subscription-product"] { cursor: text; }

.message-undeliverable { display: none; margin-top: 1rem; }

.abo-undeliverable .message-undeliverable { display: block; }
.abo-undeliverable #uw-gegevens .input-group ~ * { opacity: .3; pointer-events: none; }

.message-student-belgium { display: none; margin-top: 1rem; }

[data-studentenaanbod="1"][data-country="BE"] .message-student-belgium { display: block; }
[data-studentenaanbod="1"][data-country="BE"] #uw-gegevens .input-group ~ * { opacity: .3; pointer-events: none; }

.abo-address-invoice { margin-top: 1rem; }

[data-bezorging_krant=""] .abo-address { display: none; }
[data-bezorging_krant=""] .abo-summary-address { display: none; }
[data-bezorging_krant=""] .abo-address-choice { display: none; }
[data-bezorging_krant=""] .abo-address-invoice { display: block; padding: 0; background-color: transparent; }
[data-bezorging_krant=""] .subscription-startdate-message { display: none; }
[data-bezorging_krant=""] .subscription-startdate ~ .message { display: none; }

.subscription-usp-trigger { text-decoration: none; display: none; }
.subscription-usp-trigger + div { max-height: 2000px; opacity: 1; transition: all .3s; }
.subscription-usp-trigger.active { display: block; }
.subscription-usp-trigger.active + div { max-height: 0; opacity: 0; }

.summary-change { color: #677382; }

ul.summary { margin: 0; }

.summary-item { position: relative; margin-top: .5rem; padding-top: .5rem; border-top: 1px solid rgba(0, 0, 0, 0.08); display: none; }
.summary-item.summary-item-has-items.progress-complete.progress-touched, .summary-item.summary-item-has-items.progress-active { display: block; }
.summary-item h4 { font-weight: normal; font-size: 0; }
.summary-item:first-child { margin-top: 0; border-top: none; padding-top: 0; }
.panel .summary-item { margin-left: -.5rem; margin-right: -.5rem; padding-left: .5rem; padding-right: .5rem; }
@media screen and (min-width: 992px) { .panel .summary-item { margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 1rem; } }

.step-edit, .step-edit-toggle { position: absolute; z-index: 2; padding: .5rem .5rem .5rem 2rem; background: -moz-linear-gradient(left, rgba(231, 243, 251, 0) 0%, #e7f3fb 1.5rem, #e7f3fb 100%); background: -webkit-linear-gradient(left, rgba(231, 243, 251, 0) 0%, #e7f3fb 1.5rem, #e7f3fb 100%); background: linear-gradient(to right, rgba(231, 243, 251, 0) 0%, #e7f3fb 1.5rem, #e7f3fb 100%); right: 0; top: 3px; font-size: 1rem; padding: .5rem .5rem .5rem 2rem; color: #E63D14; opacity: 0; pointer-events: none; font-weight: normal; transition: all .3s; text-decoration: none; outline: none; }
.step-edit:hover, .step-edit-toggle:hover { text-decoration: underline; }
.progress-active .step-edit, .progress-active .step-edit-toggle { display: none; }

.subscription .step-edit-toggle { top: 0; right: 0; display: none; opacity: 1; pointer-events: auto; display: none; }

.subscription [data-progress="1"] .step-edit { top: auto; bottom: 1.175rem; }
@media screen and (min-width: 1280px) { .subscription [data-progress="1"] .step-edit { bottom: -4px; } }

.subscription.active .step-edit-toggle { text-decoration: underline; color: #000; }

.summary-item:hover .step-edit { opacity: 1; pointer-events: auto; }

.subscription.active .summary-item a:hover .step-edit { color: #191919; text-decoration: underline; }

.summary .subscription-summary-duration, .summary .subscription-summary-amount { margin-right: .5em; padding-right: .5em; }
.summary .subscription-summary-amount { text-transform: lowercase; box-shadow: 6px 0 0 -5px #191919; }

.subscription-panel { position: relative; position: sticky; position: -webkit-sticky; top: 1rem; }

.subscription-buttons { display: none; }

.subscription-animatable .subscription-panel { transition: all 2s; }

.summary li { position: relative; }

.summary li .subscription-summary-changed ~ .subscription-summary-changed:after { display: none; }

.summary-item [data-progress] { color: #191919; padding-left: 0; }
.summary-item [data-progress]:before { display: none; }
.summary-item [data-progress].progress-complete:after { display: none; }

.subscription-group .input { display: block; margin-bottom: 1rem; max-width: 20rem; }
.subscription-group .input:after { content: ''; display: block; height: 0; clear: both; }
@media screen and (max-width: 599px) { .subscription-group .input { max-width: none; } }
.subscription-group input { width: 100%; }
.subscription-group .button { float: right; }

#account .subscription-message-intro { display: none; }
#account .subscription-message-known { display: none; position: relative; }
#account .subscription-message-known:after { content: ''; position: absolute; z-index: 1; left: 0; right: 95%; bottom: 0; height: .25rem; background-color: #E63D14; transition: opacity .3s; pointer-events: none; animation-name: processing; animation-duration: 4s; animation-iteration-count: infinite; }
#account .subscription-message-error { display: none; }
#account .subscription-group { display: none; }
#account .subscription-message-loggedin { display: none; }
#account .subscription-buttons-user [href="#uw-gegevens"] { display: none; }
#account[data-user-state="loggedin"] .subscription-message-loggedin { display: block; }
#account[data-user-state="loggedin"] .subscription-message-unknown { display: none; }
#account[data-user-state="loggedin"] .subscription-buttons-user [href="#uw-gegevens"] { display: inline-flex; }
#account[data-user-state="known"] .subscription-message-known { display: block; }
#account[data-user-state="error"] .subscription-message-error { display: block; }

@keyframes processing { 0% { left: 0; right: 95%; }
  25% { left: 0; right: 0; }
  50% { left: 90%; right: 0; }
  75% { left: 0; right: 0; }
  100% { left: 0; right: 95%; } }
.subscription-progress-order { display: none; }

@media screen and (max-width: 599px) { .subscription .input { width: 100%; }
  .subscription .form-group { margin-right: 0; }
  .subscription .address-container input, .subscription .address-container select { width: 100%; }
  .subscription #voornaam, .subscription #name, .subscription #telefoonnummer, .subscription #bedrijfsnaam, .subscription #afdeling, .subscription #adres_factuur_voornaam, .subscription #adres_factuur_name, .subscription #adres_factuur_bedrijf, .subscription #adres_factuur_afdeling { width: 100%; } }

#uw-bestelling h3 { margin-bottom: 1rem; font-size: 0; line-height: 1.2; }
#uw-bestelling h3:after { font-size: 1.25rem; content: 'Controleer uw gegevens'; }

@media screen and (max-width: 599px) { #uw-gegevens .buttons, #betaling .buttons { display: none; }
  #uw-gegevens .subscription-buttons, #betaling .subscription-buttons { display: flex; }
  form.subscription { margin-bottom: 2rem; }
  .subscription .panel.compact { padding: 1rem  .5rem; }
  .subscription .abo-summary-duration { margin-right: .5rem; }
  .subscription .step-edit-toggle { display: none !important; }
  .subscription .summary-item .step-edit { display: block; opacity: 1; pointer-events: auto; }
  .subscription ul.summary li[data-label] { padding-left: 1rem; }
  .subscription ul.summary li[data-label]:before { position: static; display: block; text-align: left; padding: 0; margin-left: -1rem; }
  .abo-summary-duration + br { display: none; }
  .step-edit, .step-edit-toggle { display: none; }
  .subscription-panel { display: none; } }
.abo-student { display: none; }

[data-studentenaanbod="1"] .abo-student { display: block; }

.abo-summary-day-of-birth, .abo-summary-studentnumber, .abo-summary-field-of-study, .abo-summary-academy { display: none; }

[data-studentenaanbod="1"] .abo-summary-day-of-birth, [data-studentenaanbod="1"] .abo-summary-studentnumber, [data-studentenaanbod="1"] .abo-summary-field-of-study, [data-studentenaanbod="1"] .abo-summary-academy { display: block; }

input#iban[size="26"] { max-width: 16rem; }

iframe.visually-hidden { width: 0; height: 0; }

#abonnement .abo-summary-duration { display: none; }

#subscription > h3 { display: none; }

li[data-label="Abonnementsvorm"] br { display: none; }
li[data-label="Abonnementsvorm"] strong { font-size: 1.35rem; }
li[data-label="Abonnementsvorm"] .abo-summary-abo:after { content: ' | '; }
li[data-label="Abonnementsvorm"] .abo-summary-duration { margin-right: .25em; }
li[data-label="Abonnementsvorm"] .abo-summary-price:before { content: '| '; }

.subscription ul.summary li[data-label="Abonnementsvorm"] { border-bottom: 1px solid rgba(0, 0, 0, 0.08); margin: 0 -.5rem .5rem -.5rem; padding: .35rem .5rem 1.3rem .5rem; }
@media screen and (min-width: 992px) { .subscription ul.summary li[data-label="Abonnementsvorm"] { margin: 0 -1rem .5rem -1rem; padding: .35rem 1rem 1.5rem 1rem; } }
.subscription ul.summary li[data-label="Abonnementsvorm"]:before { display: none; }

.progress { position: relative; list-style: none; margin: .5rem 0 1rem 0; padding: 0 0 1.5rem 0; border-bottom: 1px solid #a2c3d6; line-height: 1; overflow: hidden; display: flex; counter-reset: item; }
.progress:before { content: ''; position: absolute; left: 0; top: .9rem; right: 0; height: 2px; background-color: #E63D14; }
.progress a, .progress span { color: #E63D14; text-decoration: none; margin-right: 1rem; opacity: 1; white-space: nowrap; cursor: text; pointer-events: none; }
.progress > * { flex-basis: 100%; position: relative; counter-increment: item; overflow: hidden; border-right: 0.5rem solid #e7f3fb; }
.progress > *:last-child { flex-basis: 0; overflow: visible; border: none; }
.progress > *:last-child a, .progress > *:last-child span { margin-right: 0; padding-right: 0; }
.progress .active { opacity: 1; color: #191919; }
.progress .active:hover { color: #191919; text-decoration: none; }
.progress .active:before { background-color: #191919; }

.progress a, .progress span { position: relative; z-index: 1; display: inline-block; padding-left: 2rem; padding-right: .5rem; text-decoration: none; line-height: 1.7rem; color: rgba(230, 61, 20, 0.4); background-color: #e7f3fb; }
.progress a:before, .progress span:before { content: counter(item); position: absolute; font-size: .9rem; left: 0; top: .1rem; width: 1.5rem; height: 1.5rem; background-color: rgba(230, 61, 20, 0.4); outline: 0.5rem solid #e7f3fb; color: #fff; line-height: 1.75; text-align: center; }
.progress a:after, .progress span:after { content: ''; position: absolute; top: .9rem; height: 0; border-top: 2px solid rgba(231, 243, 251, 0.6); width: 100vw; margin-left: .5rem; background: rgba(230, 61, 20, 0.4); }

[data-progress]:before { content: attr(data-progress); background-color: #E63D14; }

.progress a.progress-touched { color: #E63D14; cursor: pointer; pointer-events: auto; }
.progress a.progress-touched:before { background-color: #E63D14; }
.progress a.progress-touched:hover { text-decoration: underline; }
.progress a.progress-touched.active:hover { text-decoration: none; color: #191919; }

.progress .progress-complete.progress-touched:before { content: ''; background-color: #E63D14; }
.progress .progress-complete.progress-touched:after { left: .4rem; top: .6rem; width: .625rem; height: .25rem; background-color: transparent; border: none; border-left: .09375rem solid #fff; border-bottom: .09375rem solid #fff; opacity: 1; margin: 0; transform: rotate(-48deg); }

.progress .progress-active, .progress .progress-active.progress-touched, .progress .active, .progress .active.progress-touched { text-decoration: none; color: #191919; cursor: default; }
.progress .progress-active:after, .progress .progress-active.progress-touched:after, .progress .active:after, .progress .active.progress-touched:after { background-color: #191919; left: auto; top: .9rem; width: 20rem; height: 2px; transform: none; border: none; margin-left: .5rem; }
.progress .progress-active:before, .progress .progress-active.progress-touched:before, .progress .active:before, .progress .active.progress-touched:before { content: counter(item); background-color: #191919; display: block; }

@media screen and (max-width: 991px) { .progress { justify-content: space-between; margin: 0 0 1rem 0; padding: 0 0 1rem 0; }
  .progress a, .progress span { font-size: 0; min-height: 1rem; padding-right: 0; padding-left: 1.75rem; margin: 0; }
  .progress a:before, .progress span:before { outline-width: .25rem; }
  .progress a:after, .progress span:after { margin-left: 0; }
  .progress .progress-active::after, .progress .progress-active.progress-touched::after, .progress .active::after, .progress .active.progress-touched::after { margin-left: .25rem; }
  .progress li { flex-basis: auto; border-right: 0.25rem solid #e7f3fb; border-left: 0.5rem solid #e7f3fb; }
  .progress li:first-child { border-left: 0; }
  .progress li:last-child { border-right: 0; }
  .progress li:last-child a, .progress li:last-child span { padding-left: 1.5rem; } }
.footer { background-color: #fff; color: #191919; box-shadow: -50vw 0 0 0 #fff, 50vw 0 0 0 #fff, -25vw 0 0 0 #fff, 25vw 0 0 0 #fff; }

.footer-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background-color: #d9c7bb; padding: 1rem 0 0 0; margin: 2.5rem -0.5rem 1.5rem 0; box-shadow: -50vw 0 0 0 #d9c7bb, 50vw 0 0 0 #d9c7bb, -25vw 0 0 0 #d9c7bb, 25vw 0 0 0 #d9c7bb; font-size: .9rem; line-height: 1; }
.footer-nav, .footer-nav * { color: #4C4C4C; }
.footer-nav p { margin: 0 .5rem 1rem 0; }
.footer-nav ul { list-style: none; padding: 0; margin: -.25rem .25rem .75rem -.25rem; }
.footer-nav ul a { display: inline-block; text-decoration: none; padding: .25rem; }
.footer-nav ul a:hover { text-decoration: underline; }
.footer-nav li { display: inline; }
.footer-nav li:after { content: ''; display: inline-block; vertical-align: middle; margin-left: .4em; height: 1em; width: 1px; background-color: #4C4C4C; }
.footer-nav li:last-child:after { display: none; }

.partners { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 4rem -1rem -1rem -1rem; }
@media screen and (max-width: 599px) { .partners { justify-content: center; } }
.partners i { display: block; margin: 0 auto; }
.partners .icon-jurist, .partners .icon-JURIST { width: 120px; height: 20px; margin-top: -5px; }
.partners > * { margin: 1rem; }
@media screen and (max-width: 599px) { .partners > * { flex-basis: calc(50% - 2rem); } }
.partners a { display: block; }

.partners-small { margin-top: 1rem; }
.partners-small > * { flex-basis: calc(25% - 2rem); }
@media screen and (min-width: 992px) { .partners-small > * { flex-basis: auto; } }
.partners-small .icon-logo-fdmg { width: 1.875rem; height: 1.875rem; }
.partners-small .icon-logo-bnr { width: 2rem; height: 2rem; }
.partners-small .icon-logo-jurist { width: 4rem; height: 1.75rem; }
.partners-small .icon-logo-pp { width: 5.5rem; height: 1.75rem; }
.partners-small .icon-logo-esb { width: 2.5rem; height: 1.75rem; }
.partners-small .icon-logo-energeia { width: 4rem; height: 1.75rem; }
.partners-small .icon-logo-impactinvestor { width: 5.5rem; height: 1rem; }

.header:after { display: none; }
.header *, .header a { color: #fff; }

.header-logo { display: flex; align-items: center; justify-content: center; height: 3.5rem; background-color: #fff; padding: 0 .5rem; }
.header-logo .icon-logo-impactinvestor { position: relative; top: .25rem; }
.header-logo:hover { background-color: #fff; }
@media screen and (min-width: 992px) { .header-logo { padding: 0 1.5rem; }
  .header-logo .icon-logo-jurist { width: 11rem; } }
